Project

General

Profile

Actions

Bug #16501

closed

autobuild-ceph: centos7 builds are failing

Added by Greg Farnum almost 8 years ago. Updated almost 8 years ago.

Status:
Resolved
Priority:
Immediate
Assignee:
Category:
Gitbuilder
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

The initial failure is:
http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-rpm-centos7-amd64-basic/log.cgi?log=145402f57028565a406c97a898005550be3fba79

++ git clean -fdx
++ rm -fr '/tmp/*virtualenv*'
++ cat ../../dists
+ DISTS=centos6
++ cat ../../rsync-target
+ TARGET=gitbuilder@gitbuilder.ceph.com:gitbuilder.ceph.com/ceph-rpm-centos7-x86_64-basic
++ basename gitbuilder@gitbuilder.ceph.com:gitbuilder.ceph.com/ceph-rpm-centos7-x86_64-basic
+ TARGET=ceph-rpm-centos7-x86_64-basic
++ git rev-parse HEAD
+ REV=145402f57028565a406c97a898005550be3fba79
++ git describe
+ VER=v10.2.0-2791-g145402f
++ git describe --always
+ expr index v10.2.0-2791-g145402f -
++ git describe --always
++ cut -d- -f1
+ RPM_VER=v10.2.0
++ git describe --always
++ cut -d- -f2-
++ tr - .
+ RPM_REL=2791.g145402f
+ VER=v10.2.0-2791.g145402f
++ ../branches.sh -v
++ grep 145402f57028565a406c97a898005550be3fba79
++ awk '{print $2}'
+ BRANCH=
++ basename
basename: missing operand
Try 'basename --help' for more information.
+ BRANCH=

But it moves on to

+ BUILDAREA=./rpmbuild
+ mkdir -p ./rpmbuild/SOURCES
+ mkdir -p ./rpmbuild/SRPMS
+ mkdir -p ./rpmbuild/SPECS
+ mkdir -p ./rpmbuild/RPMS
+ mkdir -p ./rpmbuild/BUILD
+ cp -a ceph-10.2.0-2826-g027c0b6.tar.bz2 ./rpmbuild/SOURCES/.
+ cp -a 'rpm/*.patch' ./rpmbuild/SOURCES
cp: cannot stat 'rpm/*.patch': No such file or directory
+ true
++ grep '^Version:' ceph.spec
++ awk '{print $2}'
grep: ceph.spec: No such file or directory
+ rpm_version=
+ [[ '' =~ .*-rc[1-9]$ ]]
+ cp ceph.spec /tmp/ceph.spec
cp: cannot stat 'ceph.spec': No such file or directory

Actions

Also available in: Atom PDF