[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_31 #1211

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jan 6 02:02:14 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_arm64_31/1211/------------------------------------------
[...truncated 379.86 KB...]
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o getopt.o getopt.c
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o getopt1.o getopt1.c
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o globals.o globals.c
actions.c: In function 'cmd_version':
actions.c:1511:72: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time]
   return cmdret_new (RET_SUCCESS, "%s", PACKAGE " " VERSION " (built " __DATE__ " " __TIME__ ")");
                                                                        ^~~~~~~~
actions.c:1511:85: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time]
   return cmdret_new (RET_SUCCESS, "%s", PACKAGE " " VERSION " (built " __DATE__ " " __TIME__ ")");
                                                                                     ^~~~~~~~
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o group.o group.c
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o history.o history.c
actions.c: In function 'cmd_license':
actions.c:3384:59: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time]
   char *license_text[] = { PACKAGE " " VERSION, "(built " __DATE__ " " __TIME__ ")",
                                                           ^~~~~~~~
actions.c:3384:72: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time]
   char *license_text[] = { PACKAGE " " VERSION, "(built " __DATE__ " " __TIME__ ")",
                                                                        ^~~~~~~~
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o hook.o hook.c
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o input.o input.c
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o linkedlist.o linkedlist.c
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o main.o main.c
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o manage.o manage.c
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o number.o number.c
input.c: In function 'keycode_to_keysym':
input.c:117:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
   return XKeycodeToKeysym (dpy, kc, level);
   ^~~~~~
In file included from input.c:26:0:
/usr/include/X11/Xlib.h:1687:15: note: declared here
 extern KeySym XKeycodeToKeysym(
               ^~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o sbuf.o sbuf.c
main.c: In function 'print_version':
main.c:343:54: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time]
   printf ("%s %s (built %s %s)\n", PACKAGE, VERSION, __DATE__, __TIME__);
                                                      ^~~~~~~~
main.c:343:64: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time]
   printf ("%s %s (built %s %s)\n", PACKAGE, VERSION, __DATE__, __TIME__);
                                                                ^~~~~~~~
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o screen.o screen.c
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o split.o split.c
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o window.o window.c
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o xinerama.o xinerama.c
gcc  -Wall -g -O2 -fdebug-prefix-map=/build/ratpoison-1.4.8/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-z,syms -o ratpoison actions.o bar.o completions.o communications.o editor.o events.o format.o frame.o getopt.o getopt1.o globals.o group.o history.o hook.o input.o linkedlist.o main.o manage.o number.o sbuf.o screen.o split.o window.o xinerama.o -lXft -lXtst -lXinerama -lX11    
/usr/bin/ld: warning: -z syms ignored.
make[3]: Leaving directory '/build/ratpoison-1.4.8/2nd/src'
make[2]: Leaving directory '/build/ratpoison-1.4.8/2nd/src'
Making all in doc
make[2]: Entering directory '/build/ratpoison-1.4.8/2nd/doc'
tmp=`mktemp` && \
sed -e 's|%%sysconfdir%%|/etc|g' \
    -e 's|%%docdir%%|/usr/share/doc/ratpoison|g' \
    < ./ratpoison.mdoc.1 > "$tmp" && \
chmod 0644 "$tmp" && \
mv "$tmp" ratpoison.1
make[2]: Leaving directory '/build/ratpoison-1.4.8/2nd/doc'
Making all in contrib
make[2]: Entering directory '/build/ratpoison-1.4.8/2nd/contrib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/ratpoison-1.4.8/2nd/contrib'
make[2]: Entering directory '/build/ratpoison-1.4.8/2nd'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/ratpoison-1.4.8/2nd'
make[1]: Leaving directory '/build/ratpoison-1.4.8/2nd'
# bindings for the different languages
unset RATPOISON ; cd contrib && ./genrpbindings
119 bindings.
Created ./Ratpoison.pm
Created ./ratpoison-cmd.el
Created ./ratpoison.rb
Created ./ratpoison.lisp
Created ./ratpoison.py
# manpage for rpws
pod2man contrib/rpws rpws.1
touch build-arch-stamp
 fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_prep
dh_installdirs
/usr/bin/make install pkgdatadir=/usr/share/doc/ratpoison/examples DESTDIR=/build/ratpoison-1.4.8/2nd/debian/ratpoison
make[1]: Entering directory '/build/ratpoison-1.4.8/2nd'
Making install in src
make[2]: Entering directory '/build/ratpoison-1.4.8/2nd/src'
make[3]: Entering directory '/build/ratpoison-1.4.8/2nd/src'
make[3]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/bin'
  /usr/bin/install -c ratpoison '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/bin'
make[3]: Leaving directory '/build/ratpoison-1.4.8/2nd/src'
make[2]: Leaving directory '/build/ratpoison-1.4.8/2nd/src'
Making install in doc
make[2]: Entering directory '/build/ratpoison-1.4.8/2nd/doc'
make[3]: Entering directory '/build/ratpoison-1.4.8/2nd/doc'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/share/info'
 /bin/mkdir -p '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/share/man/man1'
 /usr/bin/install -c -m 644 ./ratpoison.info '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/share/info'
 /usr/bin/install -c -m 644 ratpoison.1 '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/share/man/man1'
make[3]: Leaving directory '/build/ratpoison-1.4.8/2nd/doc'
make[2]: Leaving directory '/build/ratpoison-1.4.8/2nd/doc'
Making install in contrib
make[2]: Entering directory '/build/ratpoison-1.4.8/2nd/contrib'
make[3]: Entering directory '/build/ratpoison-1.4.8/2nd/contrib'
 /bin/mkdir -p '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/bin'
 /bin/mkdir -p '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/share/doc/ratpoison/examples'
 /bin/mkdir -p '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/share/emacs/site-lisp'
 /usr/bin/install -c rpws '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/bin'
 /usr/bin/install -c -m 644 ratpoison.el '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/share/emacs/site-lisp'
 /usr/bin/install -c -m 644 allwindows.sh clickframe.pl genrpbindings ratdate.sh rpshowall.sh rpws sloppy.c split.sh unrat.c '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/share/doc/ratpoison/examples'
make[3]: Leaving directory '/build/ratpoison-1.4.8/2nd/contrib'
make[2]: Leaving directory '/build/ratpoison-1.4.8/2nd/contrib'
make[2]: Entering directory '/build/ratpoison-1.4.8/2nd'
make[3]: Entering directory '/build/ratpoison-1.4.8/2nd'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/share/doc/ratpoison'
 /usr/bin/install -c -m 644 AUTHORS COPYING ChangeLog NEWS README '/build/ratpoison-1.4.8/2nd/debian/ratpoison/usr/share/doc/ratpoison'
make[3]: Leaving directory '/build/ratpoison-1.4.8/2nd'
make[2]: Leaving directory '/build/ratpoison-1.4.8/2nd'
make[1]: Leaving directory '/build/ratpoison-1.4.8/2nd'
# since Debian uses gnu install-info, this seems to need manual removing...
find debian/ratpoison -name "dir" -print -delete
# Those are installed to different places already by dh_*
rm debian/ratpoison/usr/share/doc/ratpoison/COPYING
rm debian/ratpoison/usr/share/doc/ratpoison/ChangeLog
# not needed two times:
rm debian/ratpoison/usr/share/doc/ratpoison/examples/rpws
# The menu command:
install -D -m 0755 debian/callmenu.sh debian/ratpoison/etc/X11/ratpoison/ratpoisonmenu
dh_install
dh_installchangelogs ChangeLog
dh_installdocs
dh_installexamples
dh_installemacsen
dh_installmenu
dh_installinfo doc/ratpoison.info
dh_installman rpws.1
dh_link
dh_strip
dh_compress
find debian/ratpoison -name "dir.gz" -print -delete
dh_fixperms
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-aarch64.so.1) twice in a symfile
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 'ratpoison-dbgsym' in '../ratpoison-dbgsym_1.4.8-2_arm64.deb'.
dpkg-deb: building package 'ratpoison' in '../ratpoison_1.4.8-2_arm64.deb'.
 dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges --build=binary >../ratpoison_1.4.8-2_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
I: user script /srv/workspace/pbuilder/12967/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/12967/tmp/hooks/B01_cleanup finished
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env 
I: removing directory /srv/workspace/pbuilder/12967 and its subdirectories
I: Current time: Thu Feb  8 22:25:08 +14 2018
I: pbuilder-time-stamp: 1518078308
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Thu Feb  8 08:25:09 UTC 2018  I: Signing ./b2/ratpoison_1.4.8-2_arm64.buildinfo as ratpoison_1.4.8-2_arm64.buildinfo.asc
Thu Feb  8 08:25:09 UTC 2018  I: Signed ./b2/ratpoison_1.4.8-2_arm64.buildinfo as ./b2/ratpoison_1.4.8-2_arm64.buildinfo.asc
Thu Feb  8 08:25:09 UTC 2018 - build #2 for ratpoison/unstable/arm64 on codethink-sled11-arm64 done.
Starting cleanup.
All cleanup done.
/srv/reproducible-results/rbuild-debian-bapJUyiP/tmp.1C9cAWTU7J:	 57.1% -- replaced with /srv/reproducible-results/rbuild-debian-bapJUyiP/tmp.1C9cAWTU7J.gz
Thu Feb  8 08:25:09 UTC 2018 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-Av59dh0c, which will now be removed.
/srv/reproducible-results/rbuild-debian-at0wrgBG:
total 72
drwxr-xr-x 2 jenkins jenkins  4096 Jan  6 02:00 b1
drwxr-xr-x 2 jenkins jenkins  4096 Jan  6 02:02 b2
-rw-r--r-- 1 jenkins jenkins  1993 Dec 30  2015 ratpoison_1.4.8-2.dsc
-rw------- 1 jenkins jenkins 55363 Jan  6 02:00 tmp.Ook6IQu8Q0

/srv/reproducible-results/rbuild-debian-at0wrgBG/b1:
total 548
-rw-r--r-- 1 jenkins jenkins  51984 Jan  6 02:00 build.log
-rw-r--r-- 1 jenkins jenkins 265196 Jan  6 02:00 ratpoison-dbgsym_1.4.8-2_arm64.deb
-rw-r--r-- 1 jenkins jenkins   5709 Jan  6 02:00 ratpoison_1.4.8-2_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins   6575 Jan  6 02:00 ratpoison_1.4.8-2_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins   1363 Jan  6 02:00 ratpoison_1.4.8-2_arm64.changes
-rw-r--r-- 1 jenkins jenkins 205878 Jan  6 02:00 ratpoison_1.4.8-2_arm64.deb

/srv/reproducible-results/rbuild-debian-at0wrgBG/b2:
total 772
-rw-r--r-- 1 jenkins jenkins 281769 Jan  6 02:02 build.log
-rw-r--r-- 1 jenkins jenkins 265196 Jan  6 02:02 ratpoison-dbgsym_1.4.8-2_arm64.deb
-rw-r--r-- 1 jenkins jenkins   5709 Jan  6 02:02 ratpoison_1.4.8-2_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins   6575 Jan  6 02:02 ratpoison_1.4.8-2_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins   1363 Jan  6 02:02 ratpoison_1.4.8-2_arm64.changes
-rw-r--r-- 1 jenkins jenkins 205878 Jan  6 02:02 ratpoison_1.4.8-2_arm64.deb
Fri Jan  6 02:02:13 UTC 2017  I: ratpoison_1.4.8-2_arm64.changes:
Format: 1.8
Date: Wed, 30 Dec 2015 15:19:17 +0100
Source: ratpoison
Binary: ratpoison
Architecture: arm64
Version: 1.4.8-2
Distribution: unstable
Urgency: medium
Maintainer: Bernhard R. Link <brlink at debian.org>
Changed-By: Bernhard R. Link <brlink at debian.org>
Description:
 ratpoison  - keyboard-only window manager
Changes:
 ratpoison (1.4.8-2) unstable; urgency=medium
 .
   * install ratpoison.py and ratpoison.rb bindings in the proper paths so they
     are found again.
   * switch to debhelper compat level 9
Checksums-Sha1:
 7ba663a3cd523c212a1fcb460b74170de6404001 265196 ratpoison-dbgsym_1.4.8-2_arm64.deb
 f2493920b20dc19361f6c845103e46baeca8fd63 5709 ratpoison_1.4.8-2_arm64.buildinfo
 8da9491fc8c178ab87d32ba9fedcc7d7670710e9 205878 ratpoison_1.4.8-2_arm64.deb
Checksums-Sha256:
 dfd2ec6bf82afe8adad58da38471b2d677a3ea09633b06458ac11d61efec183e 265196 ratpoison-dbgsym_1.4.8-2_arm64.deb
 269cb0ecaa2c506b5c8a361c294946e43b9df01c33f163b45115d80ee119e8c1 5709 ratpoison_1.4.8-2_arm64.buildinfo
 8b279524c4d4c4a3d4590617e5a07661d66f8893697fabc5b0cb8478030c66fd 205878 ratpoison_1.4.8-2_arm64.deb
Files:
 94e6e572726ad9f6d500c1a1e0b49c22 265196 debug extra ratpoison-dbgsym_1.4.8-2_arm64.deb
 540ea52d696b8d2cfa0caa30526d6b81 5709 x11 extra ratpoison_1.4.8-2_arm64.buildinfo
 abf8b512ab0cc2d2e1ffec501aca6595 205878 x11 extra ratpoison_1.4.8-2_arm64.deb
Diff of the two buildlogs:

--
tee: /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/ratpoison_1.4.8-2.diff: No space left on device
Starting cleanup.
/srv/reproducible-results/rbuild-debian-at0wrgBG/tmp.Ook6IQu8Q0:	 78.7% -- replaced with /srv/reproducible-results/rbuild-debian-at0wrgBG/tmp.Ook6IQu8Q0.gz
INFO: Starting at 2017-01-06 02:02:14.084101
INFO: Finished at 2017-01-06 02:02:14.395083, took: 0:00:00.310994
All cleanup done.
Fri  6 Jan 02:02:14 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-Ogd603IB, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list