See <http://jenkins.x2go.org:8080/job/x2gobroker+nightly+raspbian-jessie/27/display/redirect?page=changes> Changes: [mike.gabriel] debian/control: Typo fix... missing ',' at EOL in Build-Depends: field. [mike.gabriel] x2gobroker.spec: Let's try to get unit tests working on Fedora first... ------------------------------------------ [...truncated 81.93 KB...] ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/bin/x2gobroker-daemon" install -m 755 sbin/x2gobroker-daemon-debug \ ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/sbin/" install -m 644 tmpfiles.d/x2gobroker-daemon.conf \ ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/lib/tmpfiles.d/" # x2gobroker-ssh mkdir -p ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/bin" ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/sbin" \ ""/<<PKGBUILDDIR>>/debian/tmp/"/etc/x2go/../sudoers.d" \ ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/share/man/man1" install -m 644 man/man1/x2gobroker-ssh.1* \ ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/share/man/man1" install -m 755 bin/x2gobroker-ssh \ ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/bin/" install -m 644 x2gobroker-ssh.sudo \ ""/<<PKGBUILDDIR>>/debian/tmp/"/etc/x2go/../sudoers.d/" mv ""/<<PKGBUILDDIR>>/debian/tmp/"/etc/x2go/../sudoers.d/x2gobroker-ssh.sudo" ""/<<PKGBUILDDIR>>/debian/tmp/"/etc/x2go/../sudoers.d/x2gobroker-ssh" # x2gobroker-wsgi mkdir -p ""/<<PKGBUILDDIR>>/debian/tmp/"/etc/x2go" ""/<<PKGBUILDDIR>>/debian/tmp/"/etc/logrotate.d" install -m 644 etc/x2gobroker-wsgi.apache.{conf,vhost} \ ""/<<PKGBUILDDIR>>/debian/tmp/"/etc/x2go/" install -m 644 logrotate/x2gobroker-wsgi ""/<<PKGBUILDDIR>>/debian/tmp/"/etc/logrotate.d/" # x2gobroker mkdir -p ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/bin" ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/sbin" \ ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/share/man/man1" mkdir -p ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/bin" ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/sbin" \ ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/share/man/man8" install -m 644 man/man1/x2gobroker{,-testauth}.1* \ ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/share/man/man1" gzip -f --best ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/share/man/man1/"*.1 install -m 644 man/man8/x2gobroker{-keygen,-testagent}.8* \ ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/share/man/man8" gzip -f --best ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/share/man/man8/"*.8 install -m 755 bin/x2gobroker bin/x2gobroker-testauth \ ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/bin/" install -m 755 sbin/x2gobroker-keygen sbin/x2gobroker-testagent \ ""/<<PKGBUILDDIR>>/debian/tmp/"/usr/sbin/" make[1]: Leaving directory '/<<PKGBUILDDIR>>' touch debian/stamp-makefile-install Adding cdbs dependencies to debian/x2gobroker.substvars dh_installdirs -px2gobroker Adding cdbs dependencies to debian/x2gobroker-common.substvars dh_installdirs -px2gobroker-common Adding cdbs dependencies to debian/python3-x2gobroker.substvars dh_installdirs -ppython3-x2gobroker cd . && \ python3 setup.py install \ --root="/<<PKGBUILDDIR>>/debian/tmp/" \ --install-purelib=/usr/lib/python3.4/site-packages/ \ --prefix=/usr --no-compile -O0 running install running build running build_py running install_lib creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4 creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker copying build/lib/x2gobroker/utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker copying build/lib/x2gobroker/x2gobroker_exceptions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/optional_scripts copying build/lib/x2gobroker/optional_scripts/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/optional_scripts copying build/lib/x2gobroker/optional_scripts/base_script.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/optional_scripts copying build/lib/x2gobroker/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/client copying build/lib/x2gobroker/client/plain.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/client copying build/lib/x2gobroker/client/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/client creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/authmechs copying build/lib/x2gobroker/authmechs/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/authmechs copying build/lib/x2gobroker/authmechs/testsuite_authmech.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/authmechs copying build/lib/x2gobroker/authmechs/base_authmech.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/authmechs copying build/lib/x2gobroker/authmechs/https_get_authmech.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/authmechs copying build/lib/x2gobroker/authmechs/pam_authmech.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/authmechs copying build/lib/x2gobroker/authmechs/none_authmech.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/authmechs copying build/lib/x2gobroker/agent.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/web copying build/lib/x2gobroker/web/plain.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/web copying build/lib/x2gobroker/web/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/web copying build/lib/x2gobroker/web/extras.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/web copying build/lib/x2gobroker/web/uccs.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/web copying build/lib/x2gobroker/web/json.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/web copying build/lib/x2gobroker/loggers.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/nameservices copying build/lib/x2gobroker/nameservices/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/nameservices copying build/lib/x2gobroker/nameservices/testsuite_nameservice.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/nameservices copying build/lib/x2gobroker/nameservices/base_nameservice.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/nameservices copying build/lib/x2gobroker/nameservices/libnss_nameservice.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/nameservices copying build/lib/x2gobroker/authservice.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker copying build/lib/x2gobroker/uccsjson.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/test_broker_base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/test_web_uccs_zeroconf.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/test_broker_agent.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/test_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/test_broker_inifile.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/test_web_plain_base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/test_uccsjson.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/runalltests.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/test_broker_zeroconf.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/test_web_plain_inifile.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/test_client_plain_base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/tests/test_web_plain_zeroconf.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/tests copying build/lib/x2gobroker/defaults.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker copying build/lib/x2gobroker/loadchecker.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker copying build/lib/x2gobroker/config.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/brokers copying build/lib/x2gobroker/brokers/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/brokers copying build/lib/x2gobroker/brokers/inifile_broker.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/brokers copying build/lib/x2gobroker/brokers/base_broker.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/brokers copying build/lib/x2gobroker/brokers/zeroconf_broker.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker/brokers copying build/lib/x2gobroker/basicauth.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker copying build/lib/x2gobroker/_paramiko.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker running install_egg_info running egg_info creating x2gobroker.egg-info writing dependency_links to x2gobroker.egg-info/dependency_links.txt writing x2gobroker.egg-info/PKG-INFO writing top-level names to x2gobroker.egg-info/top_level.txt writing manifest file 'x2gobroker.egg-info/SOURCES.txt' reading manifest file 'x2gobroker.egg-info/SOURCES.txt' writing manifest file 'x2gobroker.egg-info/SOURCES.txt' Copying x2gobroker.egg-info to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.4/site-packages/x2gobroker-0.0.3.3-py3.4.egg-info running install_scripts Adding cdbs dependencies to debian/x2gobroker-authservice.substvars dh_installdirs -px2gobroker-authservice Adding cdbs dependencies to debian/x2gobroker-loadchecker.substvars dh_installdirs -px2gobroker-loadchecker Adding cdbs dependencies to debian/x2gobroker-daemon.substvars dh_installdirs -px2gobroker-daemon Adding cdbs dependencies to debian/x2gobroker-wsgi.substvars dh_installdirs -px2gobroker-wsgi cp pam/x2gobroker.Debian pam/x2gobroker cp x2gobroker-ssh.sudo x2gobroker-ssh dh_installdocs -px2gobroker ./README ./NEWS ./TODO dh_installexamples -px2gobroker dh_installman -px2gobroker dh_installinfo -px2gobroker dh_installmenu -px2gobroker dh_installcron -px2gobroker dh_installinit -px2gobroker dh_installdebconf -px2gobroker dh_installemacsen -px2gobroker dh_installcatalogs -px2gobroker dh_installpam -px2gobroker dh_installlogrotate -px2gobroker dh_installlogcheck -px2gobroker dh_installchangelogs -px2gobroker dh_installudev -px2gobroker dh_lintian -px2gobroker dh_bugfiles -px2gobroker dh_install -px2gobroker dh_systemd_enable -px2gobroker dh_systemd_start -px2gobroker dh_link -px2gobroker dh_installmime -px2gobroker dh_installgsettings -px2gobroker dh_installdocs -px2gobroker-common ./README ./NEWS ./TODO dh_installexamples -px2gobroker-common dh_installman -px2gobroker-common dh_installinfo -px2gobroker-common dh_installmenu -px2gobroker-common dh_installcron -px2gobroker-common dh_installinit -px2gobroker-common dh_installdebconf -px2gobroker-common dh_installemacsen -px2gobroker-common dh_installcatalogs -px2gobroker-common dh_installpam -px2gobroker-common dh_installlogrotate -px2gobroker-common dh_installlogcheck -px2gobroker-common dh_installchangelogs -px2gobroker-common dh_installudev -px2gobroker-common dh_lintian -px2gobroker-common dh_bugfiles -px2gobroker-common dh_install -px2gobroker-common dh_systemd_enable -px2gobroker-common dh_systemd_start -px2gobroker-common dh_link -px2gobroker-common dh_installmime -px2gobroker-common dh_installgsettings -px2gobroker-common dh_installdocs -ppython3-x2gobroker ./README ./NEWS ./TODO dh_installexamples -ppython3-x2gobroker dh_installman -ppython3-x2gobroker dh_installinfo -ppython3-x2gobroker dh_installmenu -ppython3-x2gobroker dh_installcron -ppython3-x2gobroker dh_installinit -ppython3-x2gobroker dh_installdebconf -ppython3-x2gobroker dh_installemacsen -ppython3-x2gobroker dh_installcatalogs -ppython3-x2gobroker dh_installpam -ppython3-x2gobroker dh_installlogrotate -ppython3-x2gobroker dh_installlogcheck -ppython3-x2gobroker dh_installchangelogs -ppython3-x2gobroker dh_installudev -ppython3-x2gobroker dh_lintian -ppython3-x2gobroker dh_bugfiles -ppython3-x2gobroker dh_install -ppython3-x2gobroker /bin/cp: cannot stat 'debian/tmp/usr/lib/python3/': No such file or directory dh_install: cp -a debian/tmp/usr/lib/python3/ debian/python3-x2gobroker//usr/lib/ returned exit code 1 /usr/share/cdbs/1/rules/debhelper.mk:211: recipe for target 'binary-install/python3-x2gobroker' failed make: *** [binary-install/python3-x2gobroker] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 -------------------------------------------------------------------------------- Build finished at 2018-04-30T18:58:51Z Finished -------- +------------------------------------------------------------------------------+ | Cleanup | +------------------------------------------------------------------------------+ Purging /<<BUILDDIR>> Not cleaning session: cloned chroot in use E: Build failure (dpkg-buildpackage died) +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: armhf Build Type: full Build-Space: 4728 Build-Time: 84 Distribution: jessie Fail-Stage: build Host Architecture: armhf Install-Time: 270 Job: /home/_jenkins_/tmp/tmp.WSmRsUumQ3yhrStPC84N4Emq/x2gobroker_0.0.4.0-0x2go1~git20180430.1094+8.heuler.1.dsc Machine Architecture: amd64 Package: x2gobroker Package-Time: 1458 Source-Version: 0.0.4.0-0x2go1~git20180430.1094+8.heuler.1 Space: 4728 Status: attempted Version: 0.0.4.0-0x2go1~git20180430.1094+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2018-04-30T18:58:51Z Build needed 00:24:18, 4728k disk space E: Build failure (dpkg-buildpackage died) + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.WSmRsUumQ3yhrStPC84N4Emq ']' + '[' -d /var/lib/jenkins/tmp/tmp.WSmRsUumQ3yhrStPC84N4Emq ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.WSmRsUumQ3yhrStPC84N4Emq Build step 'Execute shell' marked build as failure