See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/226/display/redirect?page=changes> Changes: [o.shneyder] Fix loading session icon to system tray when using broker. ------------------------------------------ [...truncated 9.44 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2002 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXsSALbb' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20210916.2002+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 456a43f4ca1c583a56f99d78b26be6d0c5c52f98).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20210916.2002+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20210916.2002+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20210916.2002+8.heuler.1 (armhf) Thu, 16 Sep 2021 15:28:02 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20210916.2002+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20210916.2002+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-401ba5bc-c340-4db4-b1c6-ab5aa21fdccc' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources 404 Not Found Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Fetched 66.6 kB in 2s (22.8 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ/x2goclient_4.1.2.3-0x2go1~git20210916.2002+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20210916.2002+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20210916.2002+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2021-09-16T15:28:02Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ ']' + '[' -d /var/lib/jenkins/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.5mdVbvPt9382AwG3Sqe7lHCQ Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/227/display/redirect?page=changes> Changes: [o.shneyder] Add --debug argument to x2gokdriveclient in debug mode. [o.shneyder] Setting debug filter rules for QT>=5.2 ------------------------------------------ [...truncated 8.98 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0 + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0 + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2004 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXPzew1J' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20210917.2004+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 94b150b7271fc035805acb95667bfe6f9e39601f).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20210917.2004+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20210917.2004+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20210917.2004+8.heuler.1 (armhf) Fri, 17 Sep 2021 13:44:20 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20210917.2004+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20210917.2004+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-cce2f8a1-629d-46e4-b47a-4585d15e25cb' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (29.0 kB/s) W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0/x2goclient_4.1.2.3-0x2go1~git20210917.2004+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20210917.2004+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20210917.2004+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2021-09-17T13:44:20Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0 ']' + '[' -d /var/lib/jenkins/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0 ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.HvZ9gmIN8E7GXi3lgBu4b8f0 Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/228/display/redirect?page=changes> Changes: [o.shneyder] Implement different view modes for sessions explorer: Favorite sessions, running sessions, all sessions. [o.shneyder] Improve view modes in broker mode. ------------------------------------------ [...truncated 8.99 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2006 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXaDY3K8' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20211104.2006+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 87166b899fa902e29120a01f820cee5861849463).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211104.2006+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211104.2006+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20211104.2006+8.heuler.1 (armhf) Thu, 04 Nov 2021 17:53:50 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20211104.2006+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20211104.2006+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-69f25501-9a51-4a5d-91b0-f9cda2fcf7bc' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (27.8 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP/x2goclient_4.1.2.3-0x2go1~git20211104.2006+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20211104.2006+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20211104.2006+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2021-11-04T17:53:50Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP ']' + '[' -d /var/lib/jenkins/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.hwYnwyPQOOB0Q57XqUIBQZfP Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/229/display/redirect?page=changes> Changes: [o.shneyder] Set toolTip with detailed information for session button. [o.shneyder] Show session path in session button in Favorite and Running views. ------------------------------------------ [...truncated 9.09 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0 + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0 + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2008 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXpUzhlh' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20211104.2008+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 0b715052e38cc601c94347fc5947bb81e3513e37).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211104.2008+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211104.2008+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20211104.2008+8.heuler.1 (armhf) Thu, 04 Nov 2021 19:38:51 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20211104.2008+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20211104.2008+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-74bd55f5-d4da-4bd0-a598-970ae113834a' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (29.4 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0/x2goclient_4.1.2.3-0x2go1~git20211104.2008+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20211104.2008+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20211104.2008+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2021-11-04T19:38:51Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0 ']' + '[' -d /var/lib/jenkins/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0 ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.7wAp0qgcAdLRJhrmr1imTPg0 Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/230/display/redirect?page=changes> Changes: [o.shneyder] Improve synchronisation in broker mode. [o.shneyder] Fix loading HTTP icon in pass dialog in broker mode. [o.shneyder] Replace QFont::Thin with 0 to keep compatibility with Qt4. ------------------------------------------ [...truncated 9.08 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2011 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXpJZQRp' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20211105.2011+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 4c08e0450603cb5a8d54d4648838cf9f8cb734ba).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211105.2011+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211105.2011+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20211105.2011+8.heuler.1 (armhf) Fri, 05 Nov 2021 16:41:28 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20211105.2011+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20211105.2011+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-e0c8234a-f51c-40e4-b91e-c3328c76946d' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (31.1 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw/x2goclient_4.1.2.3-0x2go1~git20211105.2011+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20211105.2011+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20211105.2011+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2021-11-05T16:41:28Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw ']' + '[' -d /var/lib/jenkins/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.H8BIajQAndEtWNpbAdnMr9jw Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/231/display/redirect?page=changes> Changes: [o.shneyder] Add special ACL for exported directories in Windows client. ------------------------------------------ [...truncated 9.06 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2012 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXXZvPM2' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20211123.2012+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: d8a34ff590ae29571f611659358c5a36dd329473).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211123.2012+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211123.2012+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20211123.2012+8.heuler.1 (armhf) Tue, 23 Nov 2021 18:45:44 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20211123.2012+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20211123.2012+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-8c0681b9-b225-46f9-bfc2-032523ea2ee3' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (29.3 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx/x2goclient_4.1.2.3-0x2go1~git20211123.2012+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20211123.2012+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20211123.2012+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2021-11-23T18:45:44Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx ']' + '[' -d /var/lib/jenkins/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.TIwAApTkObwzKG7fZjlxQ6Hx Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/232/display/redirect?page=changes> Changes: [ionic] src/onmainwindow.cpp: add Cancel standard shortcut to cancel button in login window. [ionic] src/onmainwindow.cpp: consolidate Resume button enabling state in ONMainWindow::initSelectSessDlg (). [ionic] src/onmainwindow.{cpp,h}: add notice explaining how to resume running sessions. [ionic] src/onmainwindow.cpp: add Cancel standard shortcut to cancel button in session selection view. ------------------------------------------ [...truncated 9.20 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0 + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0 + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2016 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXbJ36Fh' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20211127.2016+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: c1ea418aac4b39f4d50a5934d4645e53bdce18a3).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211127.2016+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211127.2016+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20211127.2016+8.heuler.1 (armhf) Fri, 26 Nov 2021 23:55:20 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20211127.2016+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20211127.2016+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-734408b8-a5a9-489f-915a-a0ccea0bec78' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (29.8 kB/s) W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0/x2goclient_4.1.2.3-0x2go1~git20211127.2016+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20211127.2016+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20211127.2016+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2021-11-26T23:55:20Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0 ']' + '[' -d /var/lib/jenkins/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0 ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.eP8R6542MzXLbHDFGIB8OqX0 Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/233/display/redirect?page=changes> Changes: [ionic] src/onmainwindow.cpp: set word wrapping on running label. [ionic] src/onmainwindow.cpp: increase height of session selection dialog in mini mode. [ionic] src/onmainwindow.cpp: increase fixed height of session selection dialog in normal mode and also set as minimum height. [ionic] src/onmainwindow.cpp: unbreak on Qt 4 by emulating QKeySequence::Cancel. ------------------------------------------ [...truncated 9.11 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2020 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXHhkrBm' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20211127.2020+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 6b49bcc91ae72ac090c01afa5b6ed8413f4db30b).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211127.2020+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211127.2020+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20211127.2020+8.heuler.1 (armhf) Sat, 27 Nov 2021 01:37:08 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20211127.2020+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20211127.2020+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-57c32da5-afa6-44f2-85b4-b9dea76299e3' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources 404 Not Found Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Fetched 66.6 kB in 2s (30.4 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N/x2goclient_4.1.2.3-0x2go1~git20211127.2020+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20211127.2020+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20211127.2020+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2021-11-27T01:37:08Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N ']' + '[' -d /var/lib/jenkins/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.WHOMVCyEAAPiuASHuZv2US7N Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/234/display/redirect?page=changes> Changes: [ionic] src/onmainwindow.cpp: unbreak more and make sure that the code actually works on older systems. ------------------------------------------ [...truncated 9.20 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2021 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXKlhlPm' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20211127.2021+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 82beb1295147800bc57b2f6991ad18d3d4ad3706).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211127.2021+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211127.2021+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20211127.2021+8.heuler.1 (armhf) Sat, 27 Nov 2021 08:42:25 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20211127.2021+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20211127.2021+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-38e7e418-7202-4497-9ee3-a7cdba78fa48' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources 404 Not Found Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Fetched 66.6 kB in 2s (29.8 kB/s) W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS/x2goclient_4.1.2.3-0x2go1~git20211127.2021+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20211127.2021+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20211127.2021+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2021-11-27T08:42:25Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS ']' + '[' -d /var/lib/jenkins/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.RThH6MXebiPsRbR0Ojm1rdQS Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/235/display/redirect?page=changes> Changes: [ionic] src/onmainwindow.cpp: fix session creation date/time display. [ionic] src/onmainwindow.cpp: convert server-reported time to human readable time in Qt's standard format in session list view. ------------------------------------------ [...truncated 9.29 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2023 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXnfFoF2' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20211128.2023+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: bd4ea00e72a3385c3f00a6246956e809c2841908).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211128.2023+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20211128.2023+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20211128.2023+8.heuler.1 (armhf) Sun, 28 Nov 2021 05:51:19 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20211128.2023+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20211128.2023+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-8de1ee13-b07b-466f-8c79-0a5cf5ed5cd6' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (28.4 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA/x2goclient_4.1.2.3-0x2go1~git20211128.2023+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20211128.2023+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20211128.2023+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2021-11-28T05:51:19Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA ']' + '[' -d /var/lib/jenkins/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.EXDWLJTQzfwfueWDAjt0yFzA Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/236/display/redirect?page=changes> Changes: [o.shneyder] Support for rootless X2GoKdrive sessions. [o.shneyder] Fixed build with Qt5 on Windows. ------------------------------------------ [...truncated 8.99 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2025 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXA6MSbL' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20220217.2025+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 7459a9aedf960c7de5c58725afb678fe678ef01e).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220217.2025+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220217.2025+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20220217.2025+8.heuler.1 (armhf) Thu, 17 Feb 2022 20:18:30 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20220217.2025+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20220217.2025+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-0fad2037-c584-438f-8fa2-ab0e56a4a109' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (28.0 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE/x2goclient_4.1.2.3-0x2go1~git20220217.2025+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20220217.2025+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20220217.2025+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-02-17T20:18:30Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE ']' + '[' -d /var/lib/jenkins/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.zzxyJnrBEaXT8tL8OzfrJqFE Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/237/display/redirect?page=changes> Changes: [o.shneyder] Do not show empty folders in session explorer. ------------------------------------------ [...truncated 9.02 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2026 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXhu7VRf' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20220303.2026+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: b4b8e6be754b76406ff7d074773829f96321dd75).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220303.2026+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220303.2026+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20220303.2026+8.heuler.1 (armhf) Thu, 03 Mar 2022 17:29:11 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20220303.2026+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20220303.2026+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-bd9689dc-20cf-4fbb-a91e-da7df0b44414' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources 404 Not Found Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Fetched 66.6 kB in 2s (30.6 kB/s) W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty/x2goclient_4.1.2.3-0x2go1~git20220303.2026+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20220303.2026+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20220303.2026+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-03-03T17:29:11Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty ']' + '[' -d /var/lib/jenkins/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.T3RxoZh6uJcwrUIqNy7EO9Ty Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/238/display/redirect?page=changes> Changes: [o.shneyder] - Support for OPENSSH PRIVATE KEY format sent from broker. - Do not show client in broker mode if startet in "hidden" mode. ------------------------------------------ [...truncated 9.33 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2027 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXpp2aRH' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20220401.2027+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: ac6547b5d3c27ff4cd07d90d7a369a18d11111d7).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220401.2027+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220401.2027+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20220401.2027+8.heuler.1 (armhf) Fri, 01 Apr 2022 20:11:21 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20220401.2027+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20220401.2027+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-61be351b-4c08-4a8a-b751-9c903c22e4fb' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie Release Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources 404 Not Found Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Fetched 66.6 kB in 2s (29.5 kB/s) W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv/x2goclient_4.1.2.3-0x2go1~git20220401.2027+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20220401.2027+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20220401.2027+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-04-01T20:11:21Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv ']' + '[' -d /var/lib/jenkins/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.fjFy2Ai9qSQhLUvVvDKsRYhv Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/239/display/redirect?page=changes> Changes: [o.shneyder] Enable/Disable session view buttons inside of sessions explorer. ------------------------------------------ [...truncated 9.09 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6 + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6 + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2028 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXidnP2H' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20220405.2028+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 71b05ca07b4883a2644c13cb6a304d842336ce52).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220405.2028+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220405.2028+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20220405.2028+8.heuler.1 (armhf) Tue, 05 Apr 2022 08:06:01 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20220405.2028+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20220405.2028+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-da83753d-7332-4c6d-9d99-903aacc7f06f' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources 404 Not Found Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Fetched 66.6 kB in 2s (30.1 kB/s) W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6/x2goclient_4.1.2.3-0x2go1~git20220405.2028+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20220405.2028+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20220405.2028+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-04-05T08:06:01Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6 ']' + '[' -d /var/lib/jenkins/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6 ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.Jd5Vngmj0SGaVqhkNeBtobM6 Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/240/display/redirect?page=changes> Changes: [o.shneyder] Add splash screen option when starting in hidden mode. ------------------------------------------ [...truncated 9.05 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2029 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXr6YwxX' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20220421.2029+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: b60fa91f82aae683922abf83afad03ebcb81548f).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220421.2029+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220421.2029+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20220421.2029+8.heuler.1 (armhf) Thu, 21 Apr 2022 11:25:34 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20220421.2029+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20220421.2029+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-2b155da1-e3ab-4ebc-bbc1-33c42e10a6ab' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (28.9 kB/s) W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw/x2goclient_4.1.2.3-0x2go1~git20220421.2029+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20220421.2029+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20220421.2029+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-04-21T11:25:34Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw ']' + '[' -d /var/lib/jenkins/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.cC4jPrhFWk4iUlqO50qqN8Vw Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/241/display/redirect?page=changes> Changes: [o.shneyder] replace <HOME> with user's home dir in exports directories, when exporting session default directories. ------------------------------------------ [...truncated 9.21 KB...] +++ i=22 +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2030 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXY0vuux' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20220527.2030+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 2f79e6994b0d866c595d62292fba5ff751b7769d).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220527.2030+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220527.2030+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20220527.2030+8.heuler.1 (armhf) Fri, 27 May 2022 14:34:01 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20220527.2030+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20220527.2030+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-f03b77b6-967c-4362-8873-85abfb5d1ee7' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (24.5 kB/s) W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi/x2goclient_4.1.2.3-0x2go1~git20220527.2030+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20220527.2030+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20220527.2030+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-05-27T14:34:01Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi ']' + '[' -d /var/lib/jenkins/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.1vvfJsnSDN2fAHqllV7jCCSi Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/242/display/redirect?page=changes> Changes: [o.shneyder] create default export directory if not exists. ------------------------------------------ [...truncated 8.99 KB...] +++ i=22 +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4 + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4 + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2031 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXFbGvnr' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20220601.2031+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: abc384dc3b6e7bbc4644bb8a777089d4326c8e49).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220601.2031+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220601.2031+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20220601.2031+8.heuler.1 (armhf) Wed, 01 Jun 2022 20:54:53 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20220601.2031+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20220601.2031+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-5359ee7d-7142-4820-acb3-9e1c2ad7c74e' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.01:3142 jessie/main Sources 404 Not Found Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Fetched 66.6 kB in 2s (29.5 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4/x2goclient_4.1.2.3-0x2go1~git20220601.2031+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20220601.2031+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20220601.2031+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-06-01T20:54:53Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4 ']' + '[' -d /var/lib/jenkins/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4 ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.F8JjVsbPztRqlsCu0CbWHZU4 Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/243/display/redirect?page=changes> Changes: [o.shneyder] send to broker xdmcpserver in command option when starting xdmcp session. ------------------------------------------ [...truncated 9.09 KB...] +++ i=22 +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2032 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXrAMKCg' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20220722.2032+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 11110ba6d45fe6fa0edad5b1d10c96ae810fc672).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220722.2032+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220722.2032+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20220722.2032+8.heuler.1 (armhf) Fri, 22 Jul 2022 17:21:03 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20220722.2032+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20220722.2032+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-326e5083-bdea-40dd-9081-42ad1f49d45b' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (26.3 kB/s) W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX/x2goclient_4.1.2.3-0x2go1~git20220722.2032+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20220722.2032+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20220722.2032+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-07-22T17:21:03Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX ']' + '[' -d /var/lib/jenkins/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.goxnF1W33otuKJ7NmyqvIUXX Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/244/display/redirect?page=changes> Changes: [o.shneyder] improve processing stderr from nxproxy. ------------------------------------------ [...truncated 8.96 KB...] +++ i=22 +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2033 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXX7uxGln' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20220725.2033+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 4962b427a121025f381093044e777fcdbd21a67a).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220725.2033+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220725.2033+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20220725.2033+8.heuler.1 (armhf) Mon, 25 Jul 2022 16:53:34 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20220725.2033+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20220725.2033+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-f377ba58-545c-4352-8bbf-9de8598d0e08' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (29.0 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh/x2goclient_4.1.2.3-0x2go1~git20220725.2033+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20220725.2033+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20220725.2033+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-07-25T16:53:34Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh ']' + '[' -d /var/lib/jenkins/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.G3eqXHvvP9WJhKjWGLu2QvOh Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/245/display/redirect?page=changes> Changes: [o.shneyder] support for recent cygwin binaries and nxproxy 3.5.99.x all cygwin binaries and DLLs should be moved into the INSTDIR/bin directory by Windows installer. ------------------------------------------ [...truncated 9.41 KB...] +++ i=22 +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2034 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXO6ftcx' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20220728.2034+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 5f5b49cfd6537fe27708e53113add0a142bd745a).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220728.2034+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220728.2034+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20220728.2034+8.heuler.1 (armhf) Thu, 28 Jul 2022 17:07:22 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20220728.2034+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20220728.2034+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-cb786e6f-42df-4b08-af1e-324fb975b0b6' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (27.5 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y/x2goclient_4.1.2.3-0x2go1~git20220728.2034+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20220728.2034+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20220728.2034+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-07-28T17:07:22Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y ']' + '[' -d /var/lib/jenkins/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.G6r2oGorravOZCBvFzPf0c3y Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/246/display/redirect?page=changes> Changes: [o.shneyder] for x2gokdrive sessions, when auto kbd layout is chosen, x2goclient will try to set the same kbd layout on server as on the client. ------------------------------------------ [...truncated 9.32 KB...] +++ i=22 +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2035 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXWUgVkX' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20220808.2035+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 34c121f25a9ee333918417bf1cbe3c6cef89d112).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220808.2035+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220808.2035+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20220808.2035+8.heuler.1 (armhf) Mon, 08 Aug 2022 17:00:24 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20220808.2035+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20220808.2035+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-94aedbf8-7e48-49ea-b356-cffd08db1c56' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie InRelease Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 3s (21.7 kB/s) W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit/x2goclient_4.1.2.3-0x2go1~git20220808.2035+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20220808.2035+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20220808.2035+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-08-08T17:00:24Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit ']' + '[' -d /var/lib/jenkins/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.EO6LB8P5WNE1BaP3cuH8XQit Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/247/display/redirect?page=changes> Changes: [o.shneyder] add "noresize" setting, which makes the proxy window not resizable for user. ------------------------------------------ [...truncated 9.11 KB...] +++ i=22 +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2036 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXX2Yhk0M' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20220822.2036+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: ba65703ca715eb6e920069f75b8d8382bb3d2d28).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220822.2036+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20220822.2036+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20220822.2036+8.heuler.1 (armhf) Mon, 22 Aug 2022 17:27:26 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20220822.2036+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20220822.2036+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-8c2bef7d-f69f-4cee-a1ad-8def74c8a505' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (29.1 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ/x2goclient_4.1.2.3-0x2go1~git20220822.2036+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20220822.2036+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20220822.2036+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-08-22T17:27:26Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ ']' + '[' -d /var/lib/jenkins/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.muVxVFL9TPrbImSX7sD85TyZ Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/248/display/redirect?page=changes> Changes: [ionic] desktop/x2goclient.desktop: drop Maemo support. [ionic] res/img/icons: drop Maemo support, remove hildon subdirectory. [ionic] res/img/svg: drop Maemo support, remove bg_hildon.svg. [ionic] res/resources.qrc: drop Maemo support, remove bg_hildon.svg entry. [ionic] src/{{InteractionDialog,configdialog,connectionwidget,editconnectiondialog,folderbutton,mediawidget,ongetpass,onmainwindow,printprocess,printwidget,sessionbutton,sessionmanagedialog,sessionwidget,settingswidget,sharewidget}.cpp,x2goclientconfig.h}: drop Maemo support. [ionic] /: drop Maemo support, remove x2goclient.pro.maemo. ------------------------------------------ [...truncated 9.01 KB...] +++ i=22 +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2042 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXZe8SyU' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20221201.2042+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: e1a4886d9491d1fab8205b19ae4eff96e24881e6).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20221201.2042+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20221201.2042+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20221201.2042+8.heuler.1 (armhf) Wed, 30 Nov 2022 23:02:54 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20221201.2042+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20221201.2042+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-74cdd249-65f8-454a-9b62-9f31f91c6385' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources 404 Not Found Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Fetched 66.6 kB in 2s (27.6 kB/s) W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf/x2goclient_4.1.2.3-0x2go1~git20221201.2042+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20221201.2042+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20221201.2042+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-11-30T23:02:54Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf ']' + '[' -d /var/lib/jenkins/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.WvvsfA6frYsUD3lcgyCshXxf Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/249/display/redirect?page=changes> Changes: [ionic] /: add README.mxe, describing MXE builds. [ionic] /: add handle_mxe.sh, MXE control script. [ionic] handle_mxe.sh: rework, make most variables lowercase, change spacing, use proper if-else blocks, do not use special bash features for string comparison etc. [ionic] macbuild.sh: qmake never supported -config, it was always CONFIG(+)='something'. [ionic] config_linux_static.sh: also switch from -config to CONFIG+='...'. [ionic] {handle_mxe.sh,x2goclient.pro}: make mxe selectable via CONFIG option and prepare selector in x2goclient.pro. [ionic] x2goclient.pro: use different parameters for MXE builds. [ionic] x2goclient.pro: also select on win32 and not just win32-*, fix whitespace. [ionic] x2gohelper/x2gohelper.cpp: use lower-case header files. [ionic] x2gohelper/: add Makefile.mxe. [ionic] x2gohelper/Makefile.mxe: more quoting. [ionic] debian/changelog: whitespace only. ------------------------------------------ [...truncated 8.98 KB...] +++ i=22 +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + grep -qs 'x2goclient_*.orig.tar.gz' + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f ++ gitrevno + GITREV=2054 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXDIDkPL' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20221201.2054+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 7aba7e428b089282ccb081d3005836871fef83e3).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20221201.2054+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20221201.2054+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20221201.2054+8.heuler.1 (armhf) Thu, 01 Dec 2022 21:24:53 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20221201.2054+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20221201.2054+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-999b4e8f-6aa2-4db5-88e7-150d6f078a9c' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.01:3142 jessie/main Sources 404 Not Found Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Fetched 66.6 kB in 2s (27.4 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg/x2goclient_4.1.2.3-0x2go1~git20221201.2054+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20221201.2054+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20221201.2054+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-12-01T21:24:53Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg ']' + '[' -d /var/lib/jenkins/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.gD3uMX6UGPXm3cNcDmgM3ySg Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/250/display/redirect?page=changes> Changes: [ionic] debian/rules: fix version detection on testing and unstable. [ionic] debian/rules: add quotes to comment to force new commit and Jenkins build. [ionic] debian/rules: force another Jenkins rebuild. ------------------------------------------ [...truncated 8.98 KB...] +++ i=22 +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2057 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXDSizQW' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20221203.2057+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 10a901907bd4da801484875c0c39b3443fda3ff1).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20221203.2057+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20221203.2057+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20221203.2057+8.heuler.1 (armhf) Sat, 03 Dec 2022 04:09:27 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20221203.2057+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20221203.2057+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-2ffc5334-5c3e-4413-b358-569781e59ae8' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Ign http://127.0.01:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources 404 Not Found Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Fetched 66.6 kB in 2s (27.4 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV/x2goclient_4.1.2.3-0x2go1~git20221203.2057+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20221203.2057+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20221203.2057+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-12-03T04:09:27Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV ']' + '[' -d /var/lib/jenkins/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.RTY5uDmTbphkeIJKuIQwzrJV Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/251/display/redirect?page=changes> Changes: [ionic] debian/rules; fix version detection on testing and unstable V2. ------------------------------------------ [...truncated 9.06 KB...] +++ i=22 +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2058 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXdeCWv5' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20221203.2058+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 0803f2af572b226293903085b92d4e75cd1c878b).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20221203.2058+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20221203.2058+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===============================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20221203.2058+8.heuler.1 (armhf) Sat, 03 Dec 2022 15:36:05 +0000 | +===============================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20221203.2058+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20221203.2058+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-4854a8ec-437f-4527-bc04-595ca8aedb91' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources 404 Not Found Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Fetched 66.6 kB in 2s (27.1 kB/s) W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN/x2goclient_4.1.2.3-0x2go1~git20221203.2058+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20221203.2058+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20221203.2058+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2022-12-03T15:36:05Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN ']' + '[' -d /var/lib/jenkins/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.m0XR80UreYZFDqU0lLHGpxUN Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/252/display/redirect?page=changes> Changes: [o.shneyder] on Windows SSHD will only listen 127.0.0.1 to avoid FW warnings. ------------------------------------------ [...truncated 9.19 KB...] +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + grep -qs 'x2goclient_*.orig.tar.gz' + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f ++ gitrevno + GITREV=2059 ++ gitdate + typeset gitdate=20230111 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXcj5FW6' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20230111.2059.252+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: e1e71a7d328a7982effe04f7754b783a168b0757).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20230111.2059.252+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20230111.2059.252+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===================================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20230111.2059.252+8.heuler.1 (armhf) Wed, 11 Jan 2023 16:35:17 +0000 | +===================================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20230111.2059.252+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20230111.2059.252+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-2619d91a-a350-45d3-9d33-a3bdcb6e7e85' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie Release.gpg Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Ign http://127.0.0.1:3142 jessie Release.gpg Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Fetched 66.6 kB in 2s (26.8 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL/x2goclient_4.1.2.3-0x2go1~git20230111.2059.252+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20230111.2059.252+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20230111.2059.252+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2023-01-11T16:35:17Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL ']' + '[' -d /var/lib/jenkins/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.ScRQIzGGyD4lbsTWLCYYLLjL Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+raspbian-jessie/253/display/redirect?page=changes> Changes: [o.shneyder] on Windows check the location of cgwin binaries in <APPDIR> and in <APPDIR>/bin. ------------------------------------------ [...truncated 9.26 KB...] +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient + chmod 2770 -Rf -- /var/lib/jenkins/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW + cd /var/lib/jenkins/build/heuler/x2goclient + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2goclient /var/lib/jenkins/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient/ Cloning into '/var/lib/jenkins/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient'... + cd /var/lib/jenkins/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + find /var/lib/jenkins/build/heuler/x2goclient/../ -maxdepth 0 -mindepth 0 -type f + grep -qs 'x2goclient_*.orig.tar.gz' ++ gitrevno + GITREV=2060 ++ gitdate + typeset gitdate=20230117 + SA_OPTION= + test -f debian/source/format + grep -Eqs '^3.0.*\(quilt\)$' debian/source/format + '[' -n 4 ']' + '[' 4 -gt 3 ']' + typeset -l codename=jessie + '[' jessie = sid ']' + typeset numerical_version= + typeset pretty_dist= + typeset -i tmp_ret=1 ++ map_codename_to_numerical_version raspbian jessie ++ typeset dist=raspbian ++ typeset codename_in=jessie ++ '[' -n 4 ']' ++ '[' 4 -gt 3 ']' ++ typeset -l codename=jessie ++ '[' jessie = sid ']' ++ typeset numerical_version= ++ typeset -i ret=1 ++ '[' raspbian = debian ']' ++ '[' raspbian = raspbian ']' +++ debian-codename-to-version.sh jessie ++ numerical_version=8 ++ ret=0 ++ echo 8 ++ return 0 + numerical_version=8 + tmp_ret=0 + '[' -n raspbian ']' + '[' raspbian = debian ']' + '[' raspbian = raspbian ']' + pretty_dist=Debian + '[' -n raspbian ']' + '[' raspbian = ubuntu ']' + '[' 0 -ne 0 ']' + '[' -z 8 ']' + '[' '!' -e debian/control ']' + '[' -e debian/control.in ']' + debian/rules FORCE_VENDOR=raspbian FORCE_RELEASE_VER=8 debian/control debian/preprocess.sh debian/control.in 'QT_VERSION=4' removed '/tmp/preprocTMPXXXXXXXXXXqaaPDz' + '[' xheuler '!=' xmain ']' + mv -- debian/control debian/control.tmp + sed 's,Section:[\ ]*\(.*\),Section: heuler/\1,g' debian/control.tmp + '[' heuler '!=' heuler ']' + dch --distribution jessie --force-distribution -l '~git20230117.2060.253+8.heuler.' 'Development-Snapshot!!! Auto-built Debian jessie (8) package for packages.x2go.org repository (Git commit: 1ca43813937df9cd136ae6d282204604ab659fab).' + typeset -i skip_arch_all=0 + typeset -a arches + arches=() + case "${PLATFORM}" in + arches+=("amd64" "i386") + '[' raspbian = raspbian ']' + arches=("armhf") + typeset cur_arch= + for cur_arch in "${arches[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + OTHERMIRROR= + '[' xheuler = xheuler ']' + grep -qs x2goclient + OTHERMIRROR='deb http://packages.x2go.org/raspbian jessie main heuler' + '[' x2goclient = x2gomatebindings ']' + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + typeset -a sbuild_options + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}") + '[' 8 -gt 8 ']' + sbuild_options+=("--build-dep-resolver=aptitude") + '[' -n '' ']' + '[' -n 'deb http://packages.x2go.org/raspbian jessie main heuler' ']' + sbuild_options+=("--extra-repository=${OTHERMIRROR}") + typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el + sbuild_options_amd64=("${sbuild_options[@]}") + sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") + sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B") + sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64" "--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B") + sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B") + typeset base_arch=armhf + '[' -n armhf ']' + '[' x '!=' xarmhf ']' + grep -Eqs 'Architecture.*(all|any|armhf)' /var/lib/jenkins/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient/debian/control + typeset -i has_arch_dep=0 + grep -Eqs 'Architecture.*(any|armhf)' /var/lib/jenkins/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient/debian/control + has_arch_dep=1 + '[' 1 -eq 1 ']' + typeset 'indirect=sbuild_options_armhf[@]' + typeset -a indirect_resolve + indirect_resolve=("${!indirect}") + cd /var/lib/jenkins/pkg-dist/heuler/x2goclient/raspbian/jessie/armhf + nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B --build-dep-resolver=aptitude '--extra-repository=deb http://packages.x2go.org/raspbian jessie main heuler' --arch=armhf --chroot=jessie-armhf-raspbian-sbuild /var/lib/jenkins/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient dh clean --parallel dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/home/_jenkins_/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient' # Try to regenerate debian/control if necessary, but don't force it. # sbuild will run the clean operation non-chrooted before building the # source package, meaning that we're not running in the target system, # so forcefully regenerating it will lead to wrong results. debian/rules 'debian/control' make[2]: Entering directory '/home/_jenkins_/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient' make[2]: 'debian/control' is up to date. make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient' dh_auto_clean dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use) make -j1 clean make[2]: Entering directory '/home/_jenkins_/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient' rm -fr /home/_jenkins_/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient/client_build make -f Makefile.man2html clean make[3]: Entering directory '/home/_jenkins_/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient' rm -Rf .build_man2html make[3]: Leaving directory '/home/_jenkins_/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient' find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog rm -f res/txt/git-info make[2]: Leaving directory '/home/_jenkins_/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient' rm -f res/txt/changelog make[1]: Leaving directory '/home/_jenkins_/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient' dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 7 in use) dpkg-source: warning: source directory 'x2goclient' is not <sourcepackage>-<upstreamversion> 'x2goclient-4.1.2.3' dpkg-source: info: using source format '1.0' dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20230117.2060.253+8.heuler.1.tar.gz dpkg-source: info: building x2goclient in x2goclient_4.1.2.3-0x2go1~git20230117.2060.253+8.heuler.1.dsc sbuild (Debian sbuild) 0.73.0 (23 Dec 2016) on japsand.x2go.org +===================================================================================================+ | x2goclient 4.1.2.3-0x2go1~git20230117.2060.253+8.heuler.1 (armhf) Tue, 17 Jan 2023 10:53:06 +0000 | +===================================================================================================+ Package: x2goclient Version: 4.1.2.3-0x2go1~git20230117.2060.253+8.heuler.1 Source Version: 4.1.2.3-0x2go1~git20230117.2060.253+8.heuler.1 Distribution: jessie Machine Architecture: amd64 Host Architecture: armhf Build Architecture: armhf Build Type: full I: NOTICE: Log filtering will replace 'var/run/schroot/mount/jessie-armhf-raspbian-sbuild-71b152c4-7910-4720-bd5e-a8f13a419ce6' with '<<CHROOT>>' +------------------------------------------------------------------------------+ | Update chroot | +------------------------------------------------------------------------------+ Ign http://127.0.0.1:3142 jessie InRelease Ign http://127.0.01:3142 jessie InRelease Ign http://127.0.0.1:3142 jessie Release.gpg Get:1 http://packages.x2go.org jessie InRelease [11.4 kB] Ign http://127.0.01:3142 jessie Release.gpg Ign http://127.0.0.1:3142 jessie Release Ign http://127.0.01:3142 jessie Release Ign http://127.0.0.1:3142 jessie/main armhf Packages/DiffIndex Ign http://127.0.01:3142 jessie/main Sources/DiffIndex Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages Err http://127.0.01:3142 jessie/main Sources Err http://127.0.0.1:3142 jessie/main armhf Packages 404 Not Found Err http://127.0.01:3142 jessie/main Sources 404 Not Found Get:2 http://packages.x2go.org jessie/main armhf Packages [26.4 kB] Get:3 http://packages.x2go.org jessie/heuler armhf Packages [28.7 kB] Fetched 66.6 kB in 6s (10.4 kB/s) W: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/dists/jessie/main/binary... 404 Not Found W: Failed to fetch http://127.0.01:3142/archive.raspbian.org/raspbian/dists/jessie/main/source/... 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. E: apt-get update failed +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 0 Build-Time: 0 Distribution: jessie Fail-Stage: apt-get-update Host Architecture: armhf Install-Time: 0 Job: /home/_jenkins_/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW/x2goclient_4.1.2.3-0x2go1~git20230117.2060.253+8.heuler.1.dsc Machine Architecture: amd64 Package: x2goclient Package-Time: 0 Source-Version: 4.1.2.3-0x2go1~git20230117.2060.253+8.heuler.1 Space: 0 Status: failed Version: 4.1.2.3-0x2go1~git20230117.2060.253+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2023-01-17T10:53:06Z Build needed 00:00:00, 0k disk space E: apt-get update failed + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW ']' + '[' -d /var/lib/jenkins/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.jyxkCHd1aPL2iXl5tiqXJtlW Build step 'Execute shell' marked build as failure