[X2Go-Commits] Build failed in Jenkins: cups-x2go+ppc64be+nightly+debian-jessie #1

jenkins at x2go.org jenkins at x2go.org
Thu Nov 30 05:33:52 CET 2017


See <http://jenkins.x2go.org:8080/job/cups-x2go+ppc64be+nightly+debian-jessie/1/display/redirect>

------------------------------------------
Started by user ionic
Building remotely on osuosl-c7-be (ppc64be) in workspace <http://jenkins.x2go.org:8080/job/cups-x2go+ppc64be+nightly+debian-jessie/ws/>
Cloning the remote Git repository
Cloning repository git://code.x2go.org/cups-x2go.git
 > git init <http://jenkins.x2go.org:8080/job/cups-x2go+ppc64be+nightly+debian-jessie/ws/> # timeout=10
Fetching upstream changes from git://code.x2go.org/cups-x2go.git
 > git --version # timeout=10
 > git fetch --tags --progress git://code.x2go.org/cups-x2go.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://code.x2go.org/cups-x2go.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://code.x2go.org/cups-x2go.git # timeout=10
Fetching upstream changes from git://code.x2go.org/cups-x2go.git
 > git fetch --tags --progress git://code.x2go.org/cups-x2go.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision d54e301aecee114f15083821419576ef73279f72 (refs/remotes/origin/master)
Commit message: "cups-x2go.spec: fixup %{_datadir}/ppd/ directory owning."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d54e301aecee114f15083821419576ef73279f72
First time build. Skipping changelog.
[cups-x2go+ppc64be+nightly+debian-jessie] $ /bin/sh -xe /tmp/jenkins4071268455068788370.sh
+ cd /home/x2go-jenkins/bin
+ PLATFORM=ppc64 FORCE_BUILD=yes ./x2go-sbuild+upload-deb-package cups-x2go heuler/jessie
+ trap cleanup ERR EXIT SIGTERM SIGINT SIGHUP SIGPIPE SIGALRM SIGUSR1 SIGUSR2
+ set_vars cups-x2go heuler/jessie
+ SBUILD=sbuild
+ TEMP_BASE=/home/x2go-jenkins/tmp/
+ mkdir -p -- /home/x2go-jenkins/tmp/
+ chmod 2770 -- /home/x2go-jenkins/tmp/
+ PROJECT_PATH=cups-x2go
+ PROJECT_PATH=cups-x2go
++ basename cups-x2go
+ PROJECT=cups-x2go
+ DEBSRCPKG=cups-x2go
++ cut -d/ -f1
+ ARGV2_COMPONENT=heuler
++ cut -d/ -f2
+ ARGV2_CODENAME=jessie
+ COMPONENT=heuler
+ CODENAMES=jessie
+ '[' -n jessie ']'
+ FORCE_BUILD=yes
++ date +%Y%m%d
+ DATE=20171130
+ '[' xheuler = xmain ']'
+ '[' xheuler = xmain-test ']'
+ grep -qs heuler
+ '[' xheuler = xheuler ']'
+ CHECKOUT=master
+ '[' x20171130 = xtoday ']'
+ PROJECT_DIR=/home/x2go-jenkins/build/heuler/cups-x2go
+ PKGDIST=/home/x2go-jenkins/pkg-dist/heuler/cups-x2go
+ LOCK_FILE=/home/x2go-jenkins/build/heuler/cups-x2go/../.cups-x2go.lock
+ mkdir -p -- /home/x2go-jenkins/build/heuler/cups-x2go
+ mkdir -p -- /home/x2go-jenkins/pkg-dist/heuler/cups-x2go
+ '[' xjessie '!=' x ']'
+ [[ native = \r\a\s\p\b\i\a\n ]]
+ grep -qs jessie
+ DEB_BUILD_FOR=debian:jessie
+ return 0
++ basename ./x2go-sbuild+upload-deb-package
+ '[' xx2go-sbuild+upload-deb-package = xx2go-sbuild-deb-package ']'
++ basename ./x2go-sbuild+upload-deb-package
+ '[' xx2go-sbuild+upload-deb-package = xx2go-sbuild+upload-deb-package ']'
++ make_boolean yes
++ typeset -l OPTION=yes
++ case "${OPTION}" in
++ OPTION=1
++ printf 1
++ return 0
+ FORCE_BUILD=1
++ make_boolean no
++ typeset -l OPTION=no
++ case "${OPTION}" in
++ OPTION=0
++ printf 0
++ return 0
+ NO_DELAY=0
+ cd /home/x2go-jenkins/build/heuler/cups-x2go
+ pkgneedsbuild master
+ CHECKOUT=master
+ '[' -d .git ']'
++ date +%s
+ TIMESTAMP=1512016389
++ grep '*'
++ awk '{print $2}'
++ git branch
+ CURRENT_BRANCH=master
+ git checkout master
+ git checkout -b tmp-1512016389
+ LANG=en_US.UTF-8
+ egrep '^Already up-to-date.$'
+ git pull origin master
+ git checkout master
+ git branch -D tmp-1512016389
+ exit 1
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ delay_build
+ sleep 36s
+ lock_workspace /home/x2go-jenkins/build/heuler/cups-x2go/../.cups-x2go.lock
+ typeset lock_file=/home/x2go-jenkins/build/heuler/cups-x2go/../.cups-x2go.lock
+ wait_for_lock /home/x2go-jenkins/build/heuler/cups-x2go/../.cups-x2go.lock
+ typeset lock_file=/home/x2go-jenkins/build/heuler/cups-x2go/../.cups-x2go.lock
+ '[' -f /home/x2go-jenkins/build/heuler/cups-x2go/../.cups-x2go.lock ']'
+ echo 3365
+ prepare_workspace
+ '[' -d /home/x2go-jenkins/build/heuler/cups-x2go/.git ']'
+ cd /home/x2go-jenkins/build/heuler/cups-x2go
+ git reset --hard
HEAD is now at d54e301 cups-x2go.spec: fixup %{_datadir}/ppd/ directory owning.
+ git checkout --force master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
+ git pull origin master
>From git://code.x2go.org/cups-x2go
 * branch            master     -> FETCH_HEAD
Already up-to-date.
+ git fetch origin upstream:upstream
fatal: Couldn't find remote ref upstream
+ true
+ git fetch origin pristine-tar:pristine-tar
fatal: Couldn't find remote ref pristine-tar
+ true
+ git reset --hard
HEAD is now at d54e301 cups-x2go.spec: fixup %{_datadir}/ppd/ directory owning.
+ git clean -df
++ git rev-parse --verify HEAD
+ GIT_OBJECT_ID=d54e301aecee114f15083821419576ef73279f72
+ cd /home/x2go-jenkins/build/heuler/cups-x2go
+ '[' -e debian/changelog ']'
++ dpkg-parsechangelog -S Source
+ DEBSRCPKG=cups-x2go
+ return 0
+ unlock_workspace /home/x2go-jenkins/build/heuler/cups-x2go/../.cups-x2go.lock
+ typeset lock_file=/home/x2go-jenkins/build/heuler/cups-x2go/../.cups-x2go.lock
+ rm -f -- /home/x2go-jenkins/build/heuler/cups-x2go/../.cups-x2go.lock
+ clear_pkgdist
+ typeset -a deb_build_for_arr
+ typeset 'OLDIFS= 	
'
+ IFS=' '
+ read -a deb_build_for_arr
+ IFS=' 	
'
+ typeset line=
+ for line in '"${deb_build_for_arr[@]}"'
++ cut -d: -f1
++ tr '[:upper:]' '[:lower:]'
+ l_DIST=debian
+ l_CODENAMES=jessie
+ grep -qs debian
+ for l_CODENAME in '${l_CODENAMES}'
+ test -z jessie
+ grep jessie
debian:jessie
+ typeset numerical_version=
+ typeset pretty_dist=
+ typeset -i tmp_ret=1
++ map_codename_to_numerical_version debian jessie
++ typeset dist=debian
++ typeset codename_in=jessie
++ '[' -n 4 ']'
++ '[' 4 -gt 3 ']'
++ typeset -l codename=jessie
++ '[' jessie = sid ']'
++ typeset numerical_version=
++ typeset -i ret=1
++ '[' debian = debian ']'
+++ debian-codename-to-version.sh jessie
++ numerical_version=8
++ ret=0
++ return 0
+ numerical_version=
+ tmp_ret=0
+ '[' -n debian ']'
+ '[' debian = debian ']'
+ pretty_dist=Debian
+ '[' -n debian ']'
+ '[' debian = ubuntu ']'
+ '[' 0 -ne 0 ']'
+ '[' -z '' ']'
+ echo 'Error: unable to map code name "jessie" to Debian or Ubuntu numerical versions. Unknown code name or not applicable to distribution "Debian"? Aborting.'
Error: unable to map code name "jessie" to Debian or Ubuntu numerical versions. Unknown code name or not applicable to distribution "Debian"? Aborting.
+ exit 1
+ cleanup
+ typeset temp_dir=
+ for temp_dir in '"${temp_cleanup[@]}"'
+ '[' -n '' ']'
Build step 'Execute shell' marked build as failure


More information about the x2go-commits mailing list