[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_23 #12746
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Dec 11 21:47:40 UTC 2016
https://jenkins.debian.net/job/reproducible_builder_armhf_23/12746/------------------------------------------
[...truncated 3911 lines...]
e) slovene
f) indonesian
g) danish
h) hebrew
i) japanese
Select a language from above :english has been chosen!
imake -DUseInstalled -I/usr/lib/X11/config
make[1]: Entering directory '/build/1st/asclock-2.0.12'
rm -f asclock._man
rm -f asclock
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut "#"*
make[1]: Leaving directory '/build/1st/asclock-2.0.12'
------------------------------------------------------------
type 'make' now !
------------------------------------------------------------
# Choose classic theme
make CFLAGS="-g -O2 -fdebug-prefix-map=/build/1st/asclock-2.0.12=. -fstack-protector-strong -Wformat -Werror=format-security -Wall" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" CXXFLAGS="-g -O2 -fdebug-prefix-map=/build/1st/asclock-2.0.12=. -fstack-protector-strong -Wformat -Werror=format-security" FCFLAGS="-g -O2 -fdebug-prefix-map=/build/1st/asclock-2.0.12=. -fstack-protector-strong" FFLAGS="-g -O2 -fdebug-prefix-map=/build/1st/asclock-2.0.12=. -fstack-protector-strong" GCJFLAGS="-g -O2 -fdebug-prefix-map=/build/1st/asclock-2.0.12=. -fstack-protector-strong" LDFLAGS="-Wl,-z,relro -Wl,-z,now" OBJCFLAGS="-g -O2 -fdebug-prefix-map=/build/1st/asclock-2.0.12=. -fstack-protector-strong -Wformat -Werror=format-security" OBJCXXFLAGS="-g -O2 -fdebug-prefix-map=/build/1st/asclock-2.0.12=. -fstack-protector-strong -Wformat -Werror=format-security" \
EXTRA_LDOPTIONS="-Wl,-z,relro -Wl,-z,now"
make[1]: Entering directory '/build/1st/asclock-2.0.12'
gcc -g -g -O2 -fdebug-prefix-map=/build/1st/asclock-2.0.12=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -c -o asclock.o asclock.c
asclock.c: In function 'main':
asclock.c:88:7: warning: unused variable 'hadArguments' [-Wunused-variable]
int hadArguments = 0;
^~~~~~~~~~~~
asclock.c:79:8: warning: unused variable 'themesdir' [-Wunused-variable]
char themesdir[MAX_PATH_LEN] = "";
^~~~~~~~~
asclock.c:78:7: warning: unused variable 'ret' [-Wunused-variable]
int ret;
^~~
asclock.c: In function 'GetXPM':
asclock.c:290:10: warning: unused variable 'col' [-Wunused-variable]
XColor col;
^~~
asclock.c: In function 'InsertTime':
asclock.c:578:31: warning: unused variable 'thisdate' [-Wunused-variable]
int thismonth, thisweekday, thisdate;
^~~~~~~~
asclock.c:578:18: warning: unused variable 'thisweekday' [-Wunused-variable]
int thismonth, thisweekday, thisdate;
^~~~~~~~~~~
asclock.c:578:7: warning: unused variable 'thismonth' [-Wunused-variable]
int thismonth, thisweekday, thisdate;
^~~~~~~~~
asclock.c: In function 'main':
asclock.c:249:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
system(exec_str);
^~~~~~~~~~~~~~~~
gcc -g -g -O2 -fdebug-prefix-map=/build/1st/asclock-2.0.12=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -c -o parser.o parser.c
parser.c: In function 'read_init':
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:20:3: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c: In function 'read_type':
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:32:7: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:36:4: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:38:11: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:43:4: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:44:21: note: in expansion of macro 'GETNEXT'
if(next=='\n') { GETNEXT; break; }
^~~~~~~
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:49:7: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c: In function 'read_token':
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:60:5: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:65:7: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c: In function 'read_assign':
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:79:5: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:81:3: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c: In function 'read_int':
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:92:5: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:97:5: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c: In function 'read_semicolon':
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:113:5: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
parser.c:3:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
#define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:115:3: note: in expansion of macro 'GETNEXT'
GETNEXT;
^~~~~~~
gcc -g -g -O2 -fdebug-prefix-map=/build/1st/asclock-2.0.12=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -c -o symbols.o symbols.c
gcc -g -g -O2 -fdebug-prefix-map=/build/1st/asclock-2.0.12=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -c -o config.o config.c
rm -f asclock
gcc -g -o asclock -g -O2 -fno-strict-aliasing -Wl,-z,relro -Wl,-z,now asclock.o parser.o symbols.o config.o -L/usr/lib/X11 -lXpm -lXext -lX11
rm -f asclock._man
if test -z "true" ; then \
cd `dirname asclock` && \
ln -s `basename asclock.man` `basename asclock._man`; \
else \
cpp -undef -traditional -D__apploaddir__=/etc/X11/app-defaults -D__filemansuffix__=5x -D__osfilemansuffix__=5 -D__libmansuffix__=3x -D__oslibmansuffix__=3 -D__mansuffix__=1x -D__osmansuffix__=1 -D__syscallmansuffix__=2x -D__ossysmansuffix__=2 -D__gamemansuffix__=6x -D__osgamemansuffix__=6 -D__miscmansuffix__=7x -D__osmiscmansuffix__=7 -D__admmansuffix__=8x -D__osadmmansuffix__=8 -D__miscmansuffix__=7x -D__osmiscmansuffix__=7 -D__drivermansuffix__=4x -D__osdrivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__appmansuffix__=1x -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" \
< asclock.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >asclock._man; \
fi
make[1]: Leaving directory '/build/1st/asclock-2.0.12'
cp -ivp asclock.man debian/manpage
'asclock.man' -> 'debian/manpage/asclock.man'
touch debian/manpage/asclock.pot
po4a -v -f debian/po4a.cfg
Updating debian/manpage//asclock.pot:
(43 entries)
Updating debian/manpage//de.po:
........ done.
debian/manpage//de.po: 43 translated messages.
Updating debian/manpage//pt.po:
......... done.
debian/manpage//pt.po: 43 translated messages.
Updating debian/manpage//sv.po:
........... done.
debian/manpage//sv.po: 43 translated messages.
debian/manpage/asclock.de.man is 100% translated (43 strings).
debian/manpage/asclock.pt.man is 100% translated (43 strings).
debian/manpage/asclock.sv.man is 100% translated (43 strings).
touch build-stamp
fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_prep
dh_installdirs usr/share/asclock
( cd themes && tar cf - $(find \( -name CVS -o -name themes \) -prune -o \! -type d -print) ) | ( cd debian/asclock-themes/usr/share/asclock && tar xf - )
find debian/asclock-themes/usr/share/asclock -type f -name classic | xargs rm
find debian/asclock-themes/usr/share/asclock -type f -name "Makefile*" | xargs rm
chmod +x debian/install-i18n
debian/install-i18n
/build/1st/asclock-2.0.12
dh_installdocs
dh_installchangelogs
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dh_md5sums
dh_builddeb
dpkg-deb: building package 'asclock-themes' in '../asclock-themes_2.0.12-27_all.deb'.
dh_testdir
dh_testroot
dh_prep
dh_installdirs usr/bin
install -m 0755 asclock debian/asclock/usr/bin/asclock
dh_installdocs
#dh_installmenu
dh_installman asclock.man debian/manpage/asclock.de.man debian/manpage/asclock.pt.man debian/manpage/asclock.sv.man
dh_installchangelogs
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
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 'asclock-dbgsym' in '../asclock-dbgsym_2.0.12-27_armhf.deb'.
dpkg-deb: building package 'asclock' in '../asclock_2.0.12-27_armhf.deb'.
dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges --build=binary >../asclock_2.0.12-27_armhf.changes
dpkg-genchanges: info: binary-only upload (no source code included)
dpkg-source --after-build asclock-2.0.12
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
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/25340 and its subdirectories
I: Current time: Sun Dec 11 09:46:08 -12 2016
I: pbuilder-time-stamp: 1481492768
132c132
< man-db (= 2.7.6-1),
---
> man-db (= 2.7.5-2),
Error: database is locked
Starting cleanup.
/srv/reproducible-results/rbuild-debian-aUG9vHn9/tmp.2ApfrZkSX0: 79.6% -- replaced with /srv/reproducible-results/rbuild-debian-aUG9vHn9/tmp.2ApfrZkSX0.gz
INFO: Starting at 2016-12-11 21:47:17.064446
INFO: Finished at 2016-12-11 21:47:39.828517, took: 0:00:22.764096
All cleanup done.
Sun 11 Dec 21:47:39 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-HUb3ARHy, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list