[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_10 #51

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Sep 7 01:20:38 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_amd64_10/51/>

------------------------------------------
[...truncated 834 lines...]
# "configure" target is done
/usr/bin/make -f debian/rules dhmk_run_build_commands DHMK_TARGET="build"
make[1]: Entering directory '/tmp/buildd/kwallet-pam-5.4.0'
dh_testdir  
dh_auto_build '--buildsystem=kf5' --parallel  
	make -j8
make[2]: Entering directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
/usr/bin/cmake -H/tmp/buildd/kwallet-pam-5.4.0 -B/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu/CMakeFiles /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
make -f CMakeFiles/pam_kwallet5.dir/build.make CMakeFiles/pam_kwallet5.dir/depend
make[4]: Entering directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
cd /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/buildd/kwallet-pam-5.4.0 /tmp/buildd/kwallet-pam-5.4.0 /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu/CMakeFiles/pam_kwallet5.dir/DependInfo.cmake --color=
Scanning dependencies of target pam_kwallet5
make[4]: Leaving directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
make -f CMakeFiles/pam_kwallet5.dir/build.make CMakeFiles/pam_kwallet5.dir/build
make[4]: Entering directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu/CMakeFiles 1
[100%] Building C object CMakeFiles/pam_kwallet5.dir/pam_kwallet.c.o
/usr/bin/cc  -DKWALLET5 -Dpam_kwallet5_EXPORTS -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -fPIC -I.    -o CMakeFiles/pam_kwallet5.dir/pam_kwallet.c.o   -c ../pam_kwallet.c
../pam_kwallet.c: In function 'kwallet_hash':
../pam_kwallet.c:606:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         fread(salt, KWALLET_PAM_SALTSIZE, 1, fd);
         ^
Linking C shared library pam_kwallet5.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/pam_kwallet5.dir/link.txt --verbose=1
/usr/bin/cc  -fPIC -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2   -Wl,-z,relro -Wl,--as-needed -Wl,--no-undefined -shared -Wl,-soname,pam_kwallet5.so -o pam_kwallet5.so CMakeFiles/pam_kwallet5.dir/pam_kwallet.c.o -lpam -ldl -lgcrypt 
make[4]: Leaving directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu/CMakeFiles  1
[100%] Built target pam_kwallet5
make[3]: Leaving directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu/CMakeFiles 0
make[2]: Leaving directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
for f in $(find debian/man -name '*.sgml'); do \
	docbook-to-man $f > debian/man/out/`basename $f .sgml`.1; \
done
for f in $(find debian/man -name '*.man'); do \
	soelim -I debian/man $f \
	> debian/man/out/`basename $f .man`.`head -n1 $f | awk '{print $NF}'`; \
done
touch debian/stamp-man-pages
dh_auto_test '--buildsystem=kf5' --parallel  
make[1]: Leaving directory '/tmp/buildd/kwallet-pam-5.4.0'
touch debian/dhmk_build
# "build" target is done
-- SUCCESS making standard target 'build'.
 fakeroot debian/rules binary
/usr/bin/make -f debian/rules dhmk_run_install_commands DHMK_TARGET="install"
make[1]: Entering directory '/tmp/buildd/kwallet-pam-5.4.0'
dh_testroot  
dh_prep  
dh_installdirs  
dh_auto_install '--buildsystem=kf5' --parallel  
	make -j8 install DESTDIR=/tmp/buildd/kwallet-pam-5.4.0/debian/libpam-kwallet5 AM_UPDATE_INFO_DIR=no
make[2]: Entering directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
/usr/bin/cmake -H/tmp/buildd/kwallet-pam-5.4.0 -B/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu/CMakeFiles /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
make -f CMakeFiles/pam_kwallet5.dir/build.make CMakeFiles/pam_kwallet5.dir/depend
make[4]: Entering directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
cd /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/buildd/kwallet-pam-5.4.0 /tmp/buildd/kwallet-pam-5.4.0 /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu/CMakeFiles/pam_kwallet5.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
make -f CMakeFiles/pam_kwallet5.dir/build.make CMakeFiles/pam_kwallet5.dir/build
make[4]: Entering directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
make[4]: Nothing to be done for 'CMakeFiles/pam_kwallet5.dir/build'.
make[4]: Leaving directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu/CMakeFiles  1
[100%] Built target pam_kwallet5
make[3]: Leaving directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start /tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[3]: Entering directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'preinstall'.
make[3]: Leaving directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "Debian"
-- Installing: /tmp/buildd/kwallet-pam-5.4.0/debian/libpam-kwallet5/lib/x86_64-linux-gnu/security/pam_kwallet5.so
make[2]: Leaving directory '/tmp/buildd/kwallet-pam-5.4.0/obj-x86_64-linux-gnu'
dh_install  
set -e; \
if [ -d "/tmp/buildd/kwallet-pam-5.4.0/debian/kwallet-pam-doc-html" ]; then \
    for doc in `cd /tmp/buildd/kwallet-pam-5.4.0/debian/tmp/usr/share/doc/kde/HTML/en; find . -name index.docbook`; do \
        pkg=${doc%/index.docbook}; pkg=${pkg#./}; \
        echo Building $pkg HTML docs...; \
        mkdir -p /tmp/buildd/kwallet-pam-5.4.0/debian/kwallet-pam-doc-html/usr/share/doc/kde/HTML/en/$pkg; \
        cd /tmp/buildd/kwallet-pam-5.4.0/debian/kwallet-pam-doc-html/usr/share/doc/kde/HTML/en/$pkg; \
        meinproc5 /tmp/buildd/kwallet-pam-5.4.0/debian/tmp/usr/share/doc/kde/HTML/en/$pkg/index.docbook; \
    done; \
    for pkg in  ; do \
        rm -rf /tmp/buildd/kwallet-pam-5.4.0/debian/kwallet-pam-doc-html/usr/share/doc/kde/HTML/en/$pkg; \
    done; \
fi
dh_movelibkdeinit  
dh_installdocs  
dh_installchangelogs  
dh_installexamples  
dh_installman  
dh_installcatalogs  
dh_installcron  
dh_installdebconf  
dh_installemacsen  
dh_installifupdown  
dh_installinfo  
dh_installinit  
dh_installmenu  
dh_installmime  
dh_installmodules  
dh_installlogcheck  
dh_installlogrotate  
dh_installpam  
dh_installppp  
dh_installudev  
dh_installwm  
dh_installxfonts  
dh_bugfiles  
dh_lintian  
dh_gconf  
dh_icons  
dh_perl  
dh_usrlocal  
dh_link  
dh_compress '-X.dcl' '-X.docbook' '-X-license' '-X.tag' '-X.sty' '-X.el'  
dh_fixperms  
make[1]: Leaving directory '/tmp/buildd/kwallet-pam-5.4.0'
# "install" target is done
/usr/bin/make -f debian/rules dhmk_run_binary_commands DHMK_TARGET="binary"
make[1]: Entering directory '/tmp/buildd/kwallet-pam-5.4.0'
dh_strip  
dh_makeshlibs '-Xusr/lib/libkdeinit5_*'  
dh_shlibdeps  
dh_installdeb  
dh_sameversiondep
dh_gencontrol  
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dh_md5sums  
dh_builddeb -u-Zxz  
dpkg-deb: building package 'libpam-kwallet5-dbgsym' in '../libpam-kwallet5-dbgsym_5.4.0-1_amd64.deb'.
dpkg-deb: building package 'libpam-kwallet5' in '../libpam-kwallet5_5.4.0-1_amd64.deb'.
=== Start list-missing
=== End list-missing
All files were installed into debian/libpam-kwallet5.
make[1]: Leaving directory '/tmp/buildd/kwallet-pam-5.4.0'
# "binary" target is done
-- SUCCESS making standard target 'binary'.
 dpkg-genbuildinfo  >../kwallet-pam_5.4.0-1_amd64.buildinfo
 dpkg-distaddfile kwallet-pam_5.4.0-1_amd64.buildinfo kde optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../kwallet-pam_5.4.0-1_amd64.changes
dpkg-genchanges: warning: the current version (5.4.0-1) is earlier than the previous one (4:5.4.0-0ubuntu1)
dpkg-genchanges: warning: package libpam-kwallet5-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build kwallet-pam-5.4.0
dpkg-buildpackage: binary-only upload (no source included)
I: unmounting /sys filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//36449 and its subdirectories
I: Current time: Sun Sep  6 13:20:59 GMT+12 2015
I: pbuilder-time-stamp: 1441588859
+ true
+ rm /srv/reproducible-results/tmp.VajgHLebZD/pbuilderrc_46Rl
++ date -u
Mon Sep  7 01:20:59 UTC 2015 - build #1 for kwallet-pam/unstable/amd64 on profitbricks-build2-amd64 done
+ echo 'Mon Sep  7 01:20:59 UTC 2015 - build #1 for kwallet-pam/unstable/amd64 on profitbricks-build2-amd64 done'
+ exit 0
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.VXaaBIqLp5/tmp.dwTC6X6Frv
/srv/reproducible-results/tmp.VXaaBIqLp5/tmp.dwTC6X6Frv:	 77.9% -- replaced with /srv/reproducible-results/tmp.VXaaBIqLp5/tmp.dwTC6X6Frv.gz
+ '[' 1 = legacy ']'
+ '[' 1 = ng ']'
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-kwallet-pam
Mon Sep  7 01:20:59 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-8APsofOg, which will now be removed.
+ RESULT=0
+ '[' 0 -eq 148 ']'
+ '[' 0 -ne 0 ']'
+ rsync -e 'ssh -p 22' -r profitbricks-build2-amd64.debian.net:/srv/reproducible-results/tmp.VajgHLebZD/b1 /srv/reproducible-results/tmp.VajgHLebZD/
jenkins_node_wrapper.sh[43527] remote_host called with rsync --server --sender -re.iLsfx . /srv/reproducible-results/tmp.VajgHLebZD/b1
+ RESULT=0
+ '[' 0 -ne 0 ']'
+ ls -R /srv/reproducible-results/tmp.VajgHLebZD
/srv/reproducible-results/tmp.VajgHLebZD:
b1
b2
kwallet-pam_5.4.0-1.debian.tar.xz
kwallet-pam_5.4.0-1.dsc
kwallet-pam_5.4.0.orig.tar.xz
tmp.74nzViVMwU

/srv/reproducible-results/tmp.VajgHLebZD/b1:
build.log
kwallet-pam_5.4.0-1.debian.tar.xz
kwallet-pam_5.4.0-1.dsc
kwallet-pam_5.4.0-1_amd64.buildinfo
kwallet-pam_5.4.0-1_amd64.changes
kwallet-pam_5.4.0.orig.tar.xz
libpam-kwallet5-dbgsym_5.4.0-1_amd64.deb
libpam-kwallet5_5.4.0-1_amd64.deb

/srv/reproducible-results/tmp.VajgHLebZD/b2:
+ ssh -p 22 profitbricks-build2-amd64.debian.net 'rm -r /srv/reproducible-results/tmp.VajgHLebZD'
jenkins_node_wrapper.sh[43566] remote_host called with rm -r /srv/reproducible-results/tmp.VajgHLebZD
+ '[' '!' -f b1/kwallet-pam_5.4.0-1_amd64.changes ']'
+ '[' -f b1/kwallet-pam_5.4.0-1_amd64.changes ']'
+ check_for_race_conditions
++ cat /tmp/reproducible-lockfile-unstable-amd64-kwallet-pam
+ '[' 24530 -ne 24530 ']'
+ echo =============================================================================
=============================================================================
+ echo 'Re-building kwallet-pam/5.4.0-1 in unstable on amd64 now.'
Re-building kwallet-pam/5.4.0-1 in unstable on amd64 now.
+ echo =============================================================================
=============================================================================
+ '[' ng = legacy ']'
+ ssh -p 22 profitbricks-build1-amd64.debian.net /srv/jenkins/bin/reproducible_build.sh 2 kwallet-pam unstable /srv/reproducible-results/tmp.VajgHLebZD
ssh_exchange_identification: read: Connection reset by peer
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.VajgHLebZD/tmp.74nzViVMwU
/srv/reproducible-results/tmp.VajgHLebZD/tmp.74nzViVMwU:	 41.4% -- replaced with /srv/reproducible-results/tmp.VajgHLebZD/tmp.74nzViVMwU.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html kwallet-pam
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''kwallet-pam'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-07 01:20:38.082291
INFO: Finished at 2015-09-07 01:20:38.087612, took: 0:00:00.005330
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.VajgHLebZD
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-kwallet-pam
Mon  7 Sep 01:20:38 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-EZJmKepV, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list