[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_delta #29910

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Aug 30 21:46:09 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_delta/29910/>

------------------------------------------
[...truncated 1835 lines...]
   chdir ("/");
   ^
src/wdm/session.c: In function ‘SessionExit’:
src/wdm/session.c:490:2: warning: ignoring return value of ‘setgid’, declared with attribute warn_unused_result [-Wunused-result]
  setgid (verify.gid);
  ^
src/wdm/session.c:491:2: warning: ignoring return value of ‘setuid’, declared with attribute warn_unused_result [-Wunused-result]
  setuid (verify.uid);
  ^
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I./include  -I/usr/include -I/usr/include -DWITH_SELINUX -I/usr/include/selinux src/wdm/socket.c -o src/wdm/socket.o
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I./include  -I/usr/include -I/usr/include -DWITH_SELINUX -I/usr/include/selinux src/wdm/util.c -o src/wdm/util.o
src/wdm/util.c: In function ‘CleanUpChild’:
src/wdm/util.c:117:2: warning: ‘sigsetmask’ is deprecated [-Wdeprecated-declarations]
  sigsetmask (0);
  ^
In file included from /usr/include/x86_64-linux-gnu/sys/wait.h:29:0,
                 from ./include/dm.h:77,
                 from src/wdm/util.c:40:
/usr/include/signal.h:192:12: note: declared here
 extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
            ^
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I./include  -I/usr/include -I/usr/include -DWITH_SELINUX -I/usr/include/selinux src/wdm/verify.c -o src/wdm/verify.o
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I./include  -I/usr/include -I/usr/include -DWITH_SELINUX -I/usr/include/selinux src/wdm/xdmcp.c -o src/wdm/xdmcp.o
mkdir -p bin
gcc -Wl,-z,relro -Wl,--as-needed -L./bin  -L/usr/lib -L/usr/lib src/wdm/Greet.o src/wdm/access.o src/wdm/auth.o src/wdm/choose.o src/wdm/daemon.o src/wdm/dm.o src/wdm/dpylist.o src/wdm/file.o src/wdm/genauth.o src/wdm/loghelpers.o src/wdm/mitauth.o src/wdm/netaddr.o src/wdm/policy.o src/wdm/protodpy.o src/wdm/reset.o src/wdm/resource.o src/wdm/server.o src/wdm/session.o src/wdm/socket.o src/wdm/util.o src/wdm/verify.o src/wdm/xdmcp.o -lWINGs -lWUtil -lwraster -lXpm -lpng -ljpeg -lgif -ltiff -lXft -lX11 -lXext -lm -lWUtil -lfontconfig -lcrypt -lutil  -lwdm -lSM -lICE -lXext -lX11 -lm  -lXinerama -lpam -ldl -lselinux -lXmu -lXau -lXdmcp -o bin/wdm
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I./include  -I/usr/include -I/usr/include src/wdmChooser/chooser.c -o src/wdmChooser/chooser.o
mkdir -p bin
gcc -Wl,-z,relro -Wl,--as-needed -L./bin  -L/usr/lib -L/usr/lib src/wdmChooser/chooser.o -lWINGs -lWUtil -lwraster -lXpm -lpng -ljpeg -lgif -ltiff -lXft -lX11 -lXext -lm -lWUtil -lfontconfig -lcrypt -lutil  -lwdm -lSM -lICE -lXext -lX11 -lm  -lXinerama -o bin/wdmChooser
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I./include  -I/usr/include -I/usr/include src/wdmLogin/Login.c -o src/wdmLogin/Login.o
src/wdmLogin/Login.c: In function ‘writeuc’:
src/wdmLogin/Login.c:224:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  write(fd, &c, sizeof(unsigned char));
  ^
src/wdmLogin/Login.c: In function ‘writestring’:
src/wdmLogin/Login.c:237:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  write(fd, string, len);
  ^
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I./include  -I/usr/include -I/usr/include src/wdmLogin/config.c -o src/wdmLogin/config.o
src/wdmLogin/config.c: In function ‘WDMCheckPLInteger’:
src/wdmLogin/config.c:53:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  int int_def = (int)def;
                ^
src/wdmLogin/config.c: In function ‘WDMCheckPLUInteger’:
src/wdmLogin/config.c:72:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  unsigned int int_def = (unsigned int)def;
                         ^
src/wdmLogin/config.c: In function ‘WDMCheckPLGeometry’:
src/wdmLogin/config.c:100:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     (void*)rect_target->size.width,
     ^
src/wdmLogin/config.c:103:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     (void*)rect_target->size.height,
     ^
src/wdmLogin/config.c:106:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     (void*)rect_target->pos.x,
     ^
src/wdmLogin/config.c:109:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     (void*)rect_target->pos.y,
     ^
mkdir -p bin
gcc -Wl,-z,relro -Wl,--as-needed -L./bin  -L/usr/lib -L/usr/lib src/wdmLogin/Login.o src/wdmLogin/config.o -lWINGs -lWUtil -lwraster -lXpm -lpng -ljpeg -lgif -ltiff -lXft -lX11 -lXext -lm -lWUtil -lfontconfig -lcrypt -lutil  -lwdm -lSM -lICE -lXext -lX11 -lm  -lXinerama -o bin/wdmLogin
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I./include  -I/usr/include -I/usr/include src/wdmPrefs/prefs.c -o src/wdmPrefs/prefs.o
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I./include  -I/usr/include -I/usr/include src/wdmPrefs/testPanel.c -o src/wdmPrefs/testPanel.o
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I./include  -I/usr/include -I/usr/include src/wdmPrefs/testPanel2.c -o src/wdmPrefs/testPanel2.o
mkdir -p bin
gcc -Wl,-z,relro -Wl,--as-needed -L./bin  -L/usr/lib -L/usr/lib src/wdmPrefs/prefs.o src/wdmPrefs/testPanel.o src/wdmPrefs/testPanel2.o -lWINGs -lWUtil -lwraster -lXpm -lpng -ljpeg -lgif -ltiff -lXft -lX11 -lXext -lm -lWUtil -lfontconfig -lcrypt -lutil  -lwdm -lSM -lICE -lXext -lX11 -lm  -lXinerama -o bin/wdmPrefs
CONFIG_FILES=doc/wdm.man:doc/wdm.man.in CONFIG_HEADERS= ./config.status
config.status: creating doc/wdm.man
CONFIG_FILES=configs/Xclients:configs/Xclients.in CONFIG_HEADERS= ./config.status
config.status: creating configs/Xclients
CONFIG_FILES=configs/Xservers:configs/Xservers.in CONFIG_HEADERS= ./config.status
config.status: creating configs/Xservers
CONFIG_FILES=configs/Xservers.ws:configs/Xservers.ws.in CONFIG_HEADERS= ./config.status
config.status: creating configs/Xservers.ws
CONFIG_FILES=configs/Xsession:configs/Xsession.in CONFIG_HEADERS= ./config.status
config.status: creating configs/Xsession
CONFIG_FILES=configs/Xsetup_0:configs/Xsetup_0.in CONFIG_HEADERS= ./config.status
config.status: creating configs/Xsetup_0
CONFIG_FILES=configs/wdm-config:configs/wdm-config.in CONFIG_HEADERS= ./config.status
config.status: creating configs/wdm-config
CONFIG_FILES=configs/wdmReconfig:configs/wdmReconfig.in CONFIG_HEADERS= ./config.status
config.status: creating configs/wdmReconfig
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/cy.mo po/cy.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/en.mo po/en.po
msgfmt -o po/es.mo po/es.po
msgfmt -o po/fr.mo po/fr.po
msgfmt -o po/ja.mo po/ja.po
msgfmt -o po/ru.mo po/ru.po
make[1]: Leaving directory '/tmp/buildd/wdm-1.28'
   dh_auto_test
 fakeroot debian/rules binary
grep: debian/config/wdm-config: Not a directory
grep: debian/config/wdm-config: Not a directory
dh binary
   dh_testroot
   debian/rules override_dh_prep
make[1]: Entering directory '/tmp/buildd/wdm-1.28'
grep: debian/config/wdm-config: Not a directory
grep: debian/config/wdm-config: Not a directory
dh_prep -Xconfigs/Xsession.orig
make[1]: Leaving directory '/tmp/buildd/wdm-1.28'
   dh_installdirs
   debian/rules override_dh_auto_install
make[1]: Entering directory '/tmp/buildd/wdm-1.28'
grep: debian/config/wdm-config: Not a directory
grep: debian/config/wdm-config: Not a directory
/usr/bin/make install-nls-yes DESTDIR=/tmp/buildd/wdm-1.28/debian/wdm
make[2]: Entering directory '/tmp/buildd/wdm-1.28'
/usr/bin/install -c -d /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/cs/LC_MESSAGES
/usr/bin/install -c -m 644 po/cs.mo /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/cs/LC_MESSAGES/wdm.mo
/usr/bin/install -c -d /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/cy/LC_MESSAGES
/usr/bin/install -c -m 644 po/cy.mo /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/cy/LC_MESSAGES/wdm.mo
/usr/bin/install -c -d /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/de/LC_MESSAGES
/usr/bin/install -c -m 644 po/de.mo /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/de/LC_MESSAGES/wdm.mo
/usr/bin/install -c -d /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/en/LC_MESSAGES
/usr/bin/install -c -m 644 po/en.mo /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/en/LC_MESSAGES/wdm.mo
/usr/bin/install -c -d /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/es/LC_MESSAGES
/usr/bin/install -c -m 644 po/es.mo /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/es/LC_MESSAGES/wdm.mo
/usr/bin/install -c -d /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/fr/LC_MESSAGES
/usr/bin/install -c -m 644 po/fr.mo /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/fr/LC_MESSAGES/wdm.mo
/usr/bin/install -c -d /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/ja/LC_MESSAGES
/usr/bin/install -c -m 644 po/ja.mo /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/ja/LC_MESSAGES/wdm.mo
/usr/bin/install -c -d /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/ru/LC_MESSAGES
/usr/bin/install -c -m 644 po/ru.mo /tmp/buildd/wdm-1.28/debian/wdm/usr/share/locale/ru/LC_MESSAGES/wdm.mo
make[2]: Leaving directory '/tmp/buildd/wdm-1.28'
make[1]: Leaving directory '/tmp/buildd/wdm-1.28'
   dh_install
   dh_installdocs
   dh_installchangelogs
   debian/rules override_dh_installman
make[1]: Entering directory '/tmp/buildd/wdm-1.28'
grep: debian/config/wdm-config: Not a directory
grep: debian/config/wdm-config: Not a directory
cp doc/wdm.man debian/man/wdm.1x
cp doc/wdmLogin.man debian/man/wdmLogin.1x
dh_installman
make[1]: Leaving directory '/tmp/buildd/wdm-1.28'
   dh_installdebconf
   debian/rules override_dh_installinit
make[1]: Entering directory '/tmp/buildd/wdm-1.28'
grep: debian/config/wdm-config: Not a directory
grep: debian/config/wdm-config: Not a directory
dh_installinit --noscripts
make[1]: Leaving directory '/tmp/buildd/wdm-1.28'
   dh_installlogrotate
   dh_installpam
   dh_lintian
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   debian/rules override_dh_fixperms
make[1]: Entering directory '/tmp/buildd/wdm-1.28'
grep: debian/config/wdm-config: Not a directory
grep: debian/config/wdm-config: Not a directory
dh_fixperms
chmod 600 \
  /tmp/buildd/wdm-1.28/debian/wdm//etc/X11/wdm/wdm-config
make[1]: Leaving directory '/tmp/buildd/wdm-1.28'
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   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
dpkg-deb: building package 'wdm-dbgsym' in '../wdm-dbgsym_1.28-18_amd64.deb'.
dpkg-deb: building package 'wdm' in '../wdm_1.28-18_amd64.deb'.
 dpkg-genbuildinfo  >../wdm_1.28-18_amd64.buildinfo
 dpkg-distaddfile wdm_1.28-18_amd64.buildinfo x11 optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../wdm_1.28-18_amd64.changes
dpkg-genchanges: warning: package wdm-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build wdm-1.28
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//46251/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//46251/tmp/hooks/B01_cleanup finished
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//46251 and its subdirectories
I: Current time: lundi 31 août 2015, 11:46:08 (UTC+1400)
I: pbuilder-time-stamp: 1440971168
+ false
+ set +x
Format: 1.8
Date: Fri, 08 May 2015 20:55:48 +0200
Source: wdm
Binary: wdm
Architecture: amd64
Version: 1.28-18
Distribution: unstable
Urgency: medium
Maintainer: Axel Beckert <abe at debian.org>
Changed-By: Axel Beckert <abe at debian.org>
Description:
 wdm        - WINGs Display Manager - an xdm replacement with a WindowMaker loo
Closes: 784701
Changes:
 wdm (1.28-18) unstable; urgency=medium
 .
   * Merge debian/TODO.old and debian/TODO into the later.
   * Remove duplicated and resolved items from debian/TODO.
   * Mention https://raorn.github.io/wdm/ in debian/TODO as potential new
     upstream
   * Add https://github.com/{voins,raorn}/wdm/releases to debian/watch as
     well as some comments why the old location is still included.
   * Update upstream's e-mail address in debian/copyright and mention the
     Github repository in there, too.
   * Remove obsolete debian/README.source and no more install it into the
     binary package.
   * Rename debian/config/ to debian/etc-X11-wdm/ to avoid confusion.
   * Rename all debian/wdm.* files to debian/* for consistency.
   * Declare compliance with Debian Policy 3.9.6 (no further changes).
   * Update Vcs-Browser to point to the new cgit interface and use HTTPS.
   * Add lintian override for "unused-debconf-template wdm/daemon_name"
     since it's used as '"$DEFAULT_DISPLAY_MANAGER"/daemon_name'.
   * Cite the license from NASA_image_guideline.html in debian/copyright
     and no more install it into the binary package. This also removes the
     lintian warning possible-documentation-but-no-doc-base-registration.
   * Replace B-D on libwraster3-dev with libwraster-dev. (Closes: #784701)
   * Replace --pid by --pidfile in postinst to fix start-stop-daemon error.
Checksums-Sha1:
 946b699e9bcdfec3449cd6f8e359cab5ace06567 147268 wdm-dbgsym_1.28-18_amd64.deb
 8f6cd08e660b6d2b5e4839eae475d1a32fe1cb27 7111 wdm_1.28-18_amd64.buildinfo
 616fd8cdeced039f1d284622566469dc2a18b7b0 309954 wdm_1.28-18_amd64.deb
Checksums-Sha256:
 8bca05298c0b299fd7e99e8d5c5ca6b0366508a76d9143403f252677cc820dd1 147268 wdm-dbgsym_1.28-18_amd64.deb
 06784994895df85c0414007d9e20ba0246acec6a9408d65e2cdfc65a21cce958 7111 wdm_1.28-18_amd64.buildinfo
 f0381229651690f2a729ffb8e433da8b5d1e9ef395eadb7f4fde08380215f3c3 309954 wdm_1.28-18_amd64.deb
Files:
 b4d5cca3c28e70b065b6679813a66a7e 147268 debugsym extra wdm-dbgsym_1.28-18_amd64.deb
 2a0e1e7612ef4c47f27d4c0b2aa8a56d 7111 x11 optional wdm_1.28-18_amd64.buildinfo
 4657e646b9886454d1399bb8772bfa9a 309954 x11 optional wdm_1.28-18_amd64.deb
rm: missing operand
Try 'rm --help' for more information.
/srv/reproducible-results/tmp.dd1aCcxZpX/tmp.RfuLdmBV18:	 80.1% -- replaced with /srv/reproducible-results/tmp.dd1aCcxZpX/tmp.RfuLdmBV18.gz
INFO: Starting at 2015-08-30 21:46:09.182957
INFO: Finished at 2015-08-30 21:46:09.188253, took: 0:00:00.005302
Sun 30 Aug 21:46:09 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-N4vS3RkW, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list