[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_gamma #64246
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Aug 30 16:38:12 UTC 2015
See <https://jenkins.debian.net/job/reproducible_builder_gamma/64246/>
------------------------------------------
[...truncated 606 lines...]
make[3]: Entering directory '/tmp/buildd/hnb-1.9.18+ds1/src/libcli'
rm -f *.o *.a *.so test-s* *~
make[3]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1/src/libcli'
make[2]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1/src'
(cd util;make clean)
make[2]: Entering directory '/tmp/buildd/hnb-1.9.18+ds1/util'
rm -f asc2c *~
make[2]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1/util'
rm -f *~
make[1]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1'
dh_clean
debian/rules build
dh build
dh_testdir
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/tmp/buildd/hnb-1.9.18+ds1'
/usr/bin/make --always-make src/hnbrc.inc
make[2]: Entering directory '/tmp/buildd/hnb-1.9.18+ds1'
(cd util;make)
make[3]: Entering directory '/tmp/buildd/hnb-1.9.18+ds1/util'
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro asc2c.c -o asc2c
make[3]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1/util'
echo -n "\"">src/hnbrc.inc
cat doc/hnbrc | util/asc2c >> src/hnbrc.inc
echo "\"">>src/hnbrc.inc
make[2]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1'
/usr/bin/make --always-make -C src init_subsystems.c
make[2]: Entering directory '/tmp/buildd/hnb-1.9.18+ds1/src'
echo "/* this file is autogenerated, do not edit */">init_subsystems.c
cat *.c | grep "^\!init_" | sort | sed -e "s/^\!/void /g">>init_subsystems.c
echo "">>init_subsystems.c
echo "void init_subsystems(){">>init_subsystems.c
cat *.c | grep "^\!init_" | sort | sed -e "s/^\!/ /g">>init_subsystems.c
echo "}">>init_subsystems.c
make[2]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1/src'
dh_auto_build src/hnb
make -j1
make[2]: Entering directory '/tmp/buildd/hnb-1.9.18+ds1'
(cd src;make)
make[3]: Entering directory '/tmp/buildd/hnb-1.9.18+ds1/src'
(cd libcli;make libcli.a)
make[4]: Entering directory '/tmp/buildd/hnb-1.9.18+ds1/src/libcli'
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -c -o cli.o cli.c
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -c -o cli_history.o cli_history.c
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -c -o cli_tokenize.o cli_tokenize.c
ar rc libcli.a cli*.o
make[4]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1/src/libcli'
make[3]: Circular init_subsystems.c <- init_subsystems.c dependency dropped.
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o init_subsystems.o init_subsystems.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o clipboard.o clipboard.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o ui_style.o ui_style.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o path.o path.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o file_html.o file_html.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o tree_misc.o tree_misc.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o file_binary.o file_binary.c
file_binary.c: In function 'import_binary':
file_binary.c:124:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
fread(&header, sizeof(int), 1, file);
^
file_binary.c:125:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
fread(&version, sizeof(int), 1, file);
^
file_binary.c:138:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
fread(&attributes, sizeof(int),1,file);
^
file_binary.c:147:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
fread(&len, sizeof(int),1,file);
^
file_binary.c:149:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
fread(att_name,1,len,file);
^
file_binary.c:151:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
fread(&len, sizeof(int),1,file);
^
file_binary.c:153:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
fread(att_data,1,len,file);
^
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o statcmds.o statcmds.c
statcmds.c: In function 'mem_cmd':
statcmds.c:40:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
fscanf (file,
^
statcmds.c:58:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
fscanf (file, "%*s %*s %*s %*s %*s %*s %*s %*i %*i %i %i %i",
^
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o actions.o actions.c
actions.c: In function 'action_node':
actions.c:126:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
system (cmdline);
^
actions.c: In function 'cmd_system':
actions.c:41:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
system (argv[1]);
^
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o expanded.o expanded.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o tree_sort.o tree_sort.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o file.o file.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o ui.o ui.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o ui_cli.o ui_cli.c
ui_cli.c: In function 'cli':
ui_cli.c:252:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
fgets (commandline, 4096, stdin);
^
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o node.o node.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o spell.o spell.c
spell.c: In function 'spell_node':
spell.c:50:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
write (tempfile, fixnullstring (node_get (node, TEXT)),
^
spell.c:55:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
system (commandline);
^
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o prefs.o prefs.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o file_opml.o file_opml.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o cli_macro.o cli_macro.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o ui_overlay.o ui_overlay.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o ui_draw.o ui_draw.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o state.o state.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o ui_menu.o ui_menu.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o file_xml.o file_xml.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o file_ascii.o file_ascii.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o ui_binding.o ui_binding.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o query.o query.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o autosave.o autosave.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o util_string.o util_string.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o cal.o cal.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o hnb.o hnb.c
hnb.c: In function 'main':
hnb.c:271:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
fgets(response,10,stdin);
^
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o ui_edit.o ui_edit.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o search.o search.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o xml_tok.o xml_tok.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o file_hnb.o file_hnb.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o file_help.o file_help.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o tokenizer.o tokenizer.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o tree_todo.o tree_todo.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o tree.o tree.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o evilloop.o evilloop.c
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H "-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o file_ps.o file_ps.c
cc -o hnb file_html.o expanded.o ui.o xml_tok.o file_opml.o file_help.o hnb.o evilloop.o init_subsystems.o clipboard.o ui_style.o file.o node.o cli_macro.o ui_menu.o path.o ui_binding.o file_ascii.o search.o tree_todo.o file_ps.o actions.o ui_cli.o tree_misc.o ui_overlay.o ui_draw.o autosave.o cal.o ui_edit.o tree.o state.o file_binary.o tree_sort.o file_xml.o spell.o prefs.o statcmds.o query.o util_string.o file_hnb.o tokenizer.o -lncursesw libcli/libcli.a -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H -Wl,-z,relro
make[3]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1/src'
make[2]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1'
/usr/bin/make --always-make -C doc Documentation.html
make[2]: Entering directory '/tmp/buildd/hnb-1.9.18+ds1/doc'
../src/hnb -rc /dev/null Documentation.hnb -e "go root" "export_htmlcss Documentation.html"
hnb import - imported "Documentation.hnb" 352 lines
html css export, saved output in "Documentation.html"
make[2]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1/doc'
make[1]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1'
dh_auto_test
fakeroot debian/rules binary
dh binary
dh_testroot
dh_prep
dh_install
dh_installdocs
debian/rules override_dh_installchangelogs
make[1]: Entering directory '/tmp/buildd/hnb-1.9.18+ds1'
dh_installchangelogs debian/changelog.upstream
make[1]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1'
dh_installexamples
dh_installman
dh_installmenu
dh_perl
dh_link
dh_strip_nondeterminism
debian/rules override_dh_compress
make[1]: Entering directory '/tmp/buildd/hnb-1.9.18+ds1'
dh_compress -X Documentation.hnb
make[1]: Leaving directory '/tmp/buildd/hnb-1.9.18+ds1'
dh_fixperms
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 'hnb-dbgsym' in '../hnb-dbgsym_1.9.18+ds1-1_amd64.deb'.
dpkg-deb: building package 'hnb' in '../hnb_1.9.18+ds1-1_amd64.deb'.
dpkg-genbuildinfo >../hnb_1.9.18+ds1-1_amd64.buildinfo
dpkg-distaddfile hnb_1.9.18+ds1-1_amd64.buildinfo misc optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges -b >../hnb_1.9.18+ds1-1_amd64.changes
dpkg-genchanges: warning: package hnb-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
dpkg-source --after-build hnb-1.9.18+ds1
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//54423/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//54423/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//54423 and its subdirectories
I: Current time: lundi 31 août 2015, 06:38:12 (UTC+1400)
I: pbuilder-time-stamp: 1440952692
+ false
+ set +x
Format: 1.8
Date: Sun, 23 Aug 2015 13:04:00 +0200
Source: hnb
Binary: hnb
Architecture: amd64
Version: 1.9.18+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Carsten Hey <carsten at debian.org>
Changed-By: Axel Beckert <abe at debian.org>
Description:
hnb - hierarchical notebook
Closes: 795638
Changes:
hnb (1.9.18+ds1-1) unstable; urgency=medium
.
* Rebuilt upstream source tar ball without generated files:
+ doc/Documentation.html
+ src/cli_history.o (fixes lintian warning source-is-missing)
+ src/hnbrc.inc
+ src/init_subsystems.c
* Run under LC_ALL=C to fix FTBFS under some locales. (Closes: #795638)
* Declare compliance with Debian Policy 3.9.6 (no changes needed)
* Add patch to fix spelling error in resulting binary.
Checksums-Sha1:
e19a46d9254e7b8dec720c20ddc7e0522028bc6f 142800 hnb-dbgsym_1.9.18+ds1-1_amd64.deb
d770e0976f3416148c4d5aabd12fd6fc46e4e0d5 4821 hnb_1.9.18+ds1-1_amd64.buildinfo
179db741b0f308cb71b314d3cd493c8bc15bec15 79186 hnb_1.9.18+ds1-1_amd64.deb
Checksums-Sha256:
cfef5161aefb394fd9ba32d2dc7a40841c1b0b3ef3ac83da1c071f38bbdc32c5 142800 hnb-dbgsym_1.9.18+ds1-1_amd64.deb
0a9ba3643b6162b8a9b5cdacd6c33fe0f25fdb9192299862346f3fc11da92e6a 4821 hnb_1.9.18+ds1-1_amd64.buildinfo
a6e57bb71099cceaf9277786ce1450b44784f08098301cdfd01b9fb5f7ba3e9c 79186 hnb_1.9.18+ds1-1_amd64.deb
Files:
e9364f4bff180197693e83ace3a6103b 142800 debugsym extra hnb-dbgsym_1.9.18+ds1-1_amd64.deb
11ef79f294a8b793ee44ad0f78be3d85 4821 misc optional hnb_1.9.18+ds1-1_amd64.buildinfo
9c96942b48fbd4e7310b83b3dd6a258c 79186 misc optional hnb_1.9.18+ds1-1_amd64.deb
rm: missing operand
Try 'rm --help' for more information.
/srv/reproducible-results/tmp.VKv18Z1a08/tmp.dqsj1TMIKQ: 76.1% -- replaced with /srv/reproducible-results/tmp.VKv18Z1a08/tmp.dqsj1TMIKQ.gz
INFO: Starting at 2015-08-30 16:38:12.495286
INFO: Finished at 2015-08-30 16:38:12.503900, took: 0:00:00.008621
Sun 30 Aug 16:38:12 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-JQdmWvFE, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list