[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_alpine_1 #58348

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Feb 4 09:28:01 GMT 2020


See <https://jenkins.debian.net/job/reproducible_builder_alpine_1/58348/display/redirect>

Changes:


------------------------------------------
[...truncated 588.33 KB...]
exp_clib.c: In function 'exp_disconnect':
exp_clib.c:2856:6: warning: unused variable 'ttyfd' [-Wunused-variable]
 2856 |  int ttyfd;
      |      ^~~~~
expect.c: In function 'expIRead':
expect.c:1765:9: warning: variable 'size' set but not used [-Wunused-but-set-variable]
 1765 |     int size;
      |         ^~~~
expect.c: In function 'Exp_ExpectObjCmd':
expect.c:2547:12: warning: variable 'start_time' set but not used [-Wunused-but-set-variable]
 2547 |     time_t start_time = 0; /* time when restart label hit */
      |            ^~~~~~~~~~
At top level:
exp_clib.c:1812:1: warning: 'exp_setpgrp' defined but not used [-Wunused-function]
 1812 | exp_setpgrp()
      | ^~~~~~~~~~~
At top level:
exp_command.c:537:1: warning: 'expSetpgrp' defined but not used [-Wunused-function]
  537 | expSetpgrp()
      | ^~~~~~~~~~
exp_main_sub.c: In function 'exp_interpreter':
exp_main_sub.c:306:16: warning: implicit declaration of function 'exp_tty_cooked_echo' [-Wimplicit-function-declaration]
  306 |  tty_changed = exp_tty_cooked_echo(interp,&tty_old,&was_raw,&was_echo);
      |                ^~~~~~~~~~~~~~~~~~~
exp_log.c: In function 'expWriteBytesAndLogIfTtyU':
exp_log.c:101:12: warning: 'wc' may be used uninitialized in this function [-Wmaybe-uninitialized]
  101 |     return wc;
      |            ^~
exp_inter.c: In function 'Exp_InteractObjCmd':
exp_inter.c:421:28: warning: 'offsetBytes' may be used uninitialized in this function [-Wmaybe-uninitialized]
  421 |        esPtr->input.buffer + offsetBytes,
      |                            ^
exp_inter.c:408:9: note: 'offsetBytes' was declared here
  408 |     int offsetBytes;
      |         ^~~~~~~~~~~
exp_inter.c:420:12: warning: 'echoBytes' may be used uninitialized in this function [-Wmaybe-uninitialized]
  420 |     (void) expWriteCharsUni(esPtr,
      |            ^~~~~~~~~~~~~~~~~~~~~~~
  421 |        esPtr->input.buffer + offsetBytes,
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  422 |      echoBytes);
      |      ~~~~~~~~~~
exp_inter.c:407:9: note: 'echoBytes' was declared here
  407 |     int echoBytes;
      |         ^~~~~~~~~
exp_inter.c:1412:31: warning: 'previous_time' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1412 |      time_diff = current_time - previous_time;
      |                  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
Dbg.c:292:35: warning: 'framePtr' may be used uninitialized in this function [-Wmaybe-uninitialized]
  292 |  for (;framePtr != NULL; framePtr = framePtr->callerVarPtr) {
      |                          ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
Dbg.c:242:16: note: 'framePtr' was declared here
  242 |     CallFrame *framePtr; /* frame currently being searched */
      |                ^~~~~~~~
expect.c: In function 'process_di.constprop':
expect.c:2955:12: warning: 'esPtr' may be used uninitialized in this function [-Wmaybe-uninitialized]
 2955 |     *esOut = esPtr;
      |     ~~~~~~~^~~~~~~
exp_clib.c: In function 'expectv':
exp_clib.c:2687:9: warning: 'return_val' may be used uninitialized in this function [-Wmaybe-uninitialized]
 2687 |  return return_val;
      |         ^~~~~~~~~~
exp_command.c: In function 'Exp_SpawnObjCmd':
exp_command.c:955:22: warning: 'channel' may be used uninitialized in this function [-Wmaybe-uninitialized]
  955 |   orig->channel_orig = channel;
      |   ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
exp_command.c:940:10: warning: 'write_master' may be used uninitialized in this function [-Wmaybe-uninitialized]
  940 |  esPtr = expCreateChannel(interp,master,write_master,EXP_NOPID);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
exp_command.c:924:32: warning: 'wfd' may be used uninitialized in this function [-Wmaybe-uninitialized]
  924 |      if (-1 == (write_master = dup(wfd))) {
      |                                ^~~~~~~~
exp_command.c:923:53: warning: 'rfd' may be used uninitialized in this function [-Wmaybe-uninitialized]
  923 |  if ((mode & TCL_READABLE) && (mode & TCL_WRITABLE) && (wfd != rfd)) {
      |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
exp_command.c: In function 'Exp_SendObjCmd':
exp_command.c:2063:8: warning: 'string' may be used uninitialized in this function [-Wmaybe-uninitialized]
 2063 |  len = strlen(string);
      |        ^~~~~~~~~~~~~~
expect.c: In function 'Exp_ExpectObjCmd':
expect.c:2735:25: warning: 'end_time' may be used uninitialized in this function [-Wmaybe-uninitialized]
 2735 |      remtime = end_time - current_time;
      |                ~~~~~~~~~^~~~~~~~~~~~~~
rm -f libexpect5.45.4.so
gcc -shared -Os -fomit-frame-pointer -pipe -O2 -fomit-frame-pointer -Wall -fPIC -Os -fomit-frame-pointer -Wl,--as-needed -Wl,--export-dynamic  -o libexpect5.45.4.so exp_command.o expect.o exp_inter.o exp_regexp.o exp_tty.o exp_log.o exp_main_sub.o exp_pty.o exp_trap.o exp_strf.o exp_console.o exp_glob.o exp_win.o exp_clib.o exp_closetcl.o exp_memmove.o exp_tty_comm.o exp_chan.o Dbg.o pty_termios.o exp_select.o exp_event.o  -L/usr/lib -ltclstub8.6 
: libexpect5.45.4.so
gcc \
	-Os -fomit-frame-pointer -pipe -O2 -fomit-frame-pointer -Wall -fPIC -Os -fomit-frame-pointer \
	-Wl,--as-needed -Wl,--export-dynamic  \
	-o expect exp_main_exp.o \
	-L/var/lib/jenkins/aports/main/expect/src/expect5.45.4 -lexpect5.45.4 \
	-L/usr/lib -ltcl8.6 \
	-ldl   \
	-Wl,-rpath,/usr/lib \
	-Wl,-rpath,/usr/lib/expect5.45.4
: expect
(echo 'if {![package vsatisfies [package provide Tcl] 8.6]} {return}' ; \
 echo 'package ifneeded Expect 5.45.4 \
    [list load [file join $dir libexpect5.45.4.so]]'\
) > pkgIndex.tcl
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 `echo ./tests/all.tcl` 
cat.test
expect.test
logfile.test
via sendvia send_uservia send_stdoutpid.test
send.test
spawn.test
stty.test
all.tcl:	Total	29	Passed	29	Skipped	0	Failed	0
Sourced 0 Test Files.
>>> expect: Entering fakeroot...
(echo 'if {![package vsatisfies [package provide Tcl] 8.6]} {return}' ; \
 echo 'package ifneeded Expect 5.45.4 \
    [list load [file join $dir libexpect5.45.4.so]]'\
) > pkgIndex.tcl
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/timed-run > timed-run
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/timed-read > timed-read
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/ftp-rfc > ftp-rfc
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/autopasswd > autopasswd
 /usr/bin/install -c libexpect5.45.4.so /var/lib/jenkins/aports/main/expect/pkg/expect/usr/lib/expect5.45.4/libexpect5.45.4.so
 /usr/bin/install -c expect /var/lib/jenkins/aports/main/expect/pkg/expect/usr/bin/expect
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/lpunlock > lpunlock
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/weather > weather
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/passmass > passmass
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/rftp > rftp
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/kibitz > kibitz
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/rlogin-cwd > rlogin-cwd
 : /var/lib/jenkins/aports/main/expect/pkg/expect/usr/lib/expect5.45.4/libexpect5.45.4.so
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/xpstat > xpstat
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/tkpasswd > tkpasswd
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/dislocate > dislocate
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/xkibitz > xkibitz
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/tknewsbiff > tknewsbiff
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/unbuffer > unbuffer
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/mkpasswd > mkpasswd
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/cryptdir > cryptdir
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/decryptdir > decryptdir
 Install pkgIndex.tcl /var/lib/jenkins/aports/main/expect/pkg/expect/usr/lib/expect5.45.4
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/autoexpect > autoexpect
TCL_LIBRARY=`echo /usr/src/tcl8.6.9/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TCLLIBPATH="." /usr/bin/tclsh8.6 ./fixline1 /usr/bin < ./example/multixterm > multixterm
Installing documentation in /var/lib/jenkins/aports/main/expect/pkg/expect/usr/share/man
/usr/bin/install -c -m 644 ./expect.man /var/lib/jenkins/aports/main/expect/pkg/expect/usr/share/man/man1/expect.1
/usr/bin/install -c -m 644 ./libexpect.man /var/lib/jenkins/aports/main/expect/pkg/expect/usr/share/man/man3/libexpect.3
for i in kibitz dislocate xkibitz tknewsbiff unbuffer mkpasswd passmass cryptdir decryptdir autoexpect multixterm end_of_list ; do \
  if [ -f ./example/$i.man ] ; then \
    /usr/bin/install -c -m 644 ./example/$i.man /var/lib/jenkins/aports/main/expect/pkg/expect/usr/share/man/man1/$i.1 ; \
  else true; fi ; \
done
Installing header files in /var/lib/jenkins/aports/main/expect/pkg/expect/usr/include
Installing ./expect.h
Installing ./expect_tcl.h
Installing ./expect_comm.h
Installing ./tcldbg.h
for i in timed-run timed-read ftp-rfc autopasswd lpunlock weather passmass rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz tknewsbiff unbuffer mkpasswd cryptdir decryptdir autoexpect multixterm end_of_list ; do \
  if [ -f $i ] ; then \
    /usr/bin/install -c $i /var/lib/jenkins/aports/main/expect/pkg/expect/usr/bin/$i ; \
    rm -f $i ; \
  else true; fi ; \
done
>>> expect-dev*: Running split function dev...
>>> expect-dev*: Preparing subpackage expect-dev...
>>> expect-dev*: Stripping binaries
>>> expect-dev*: Running postcheck for expect-dev
>>> expect-doc*: Running split function doc...
>>> expect-doc*: Preparing subpackage expect-doc...
>>> expect-doc*: Running postcheck for expect-doc
>>> expect*: Running postcheck for expect
>>> expect*: Preparing package expect...
>>> expect*: Stripping binaries
>>> WARNING: expect*: Redundant /usr/lib in rpath found
>>> expect-dev*: Scanning shared objects
>>> expect-doc*: Scanning shared objects
>>> expect*: Scanning shared objects
>>> expect-dev*: Tracing dependencies...
>>> expect-dev*: Package size: 36.0 KB
>>> expect-dev*: Compressing data...
>>> expect-dev*: Create checksum...
>>> expect-dev*: Create expect-dev-5.45.4-r0.apk
>>> expect-doc*: Tracing dependencies...
>>> expect-doc*: Package size: 112.0 KB
>>> expect-doc*: Compressing data...
>>> expect-doc*: Create checksum...
>>> expect-doc*: Create expect-doc-5.45.4-r0.apk
>>> expect*: Tracing dependencies...
	so:libc.musl-x86_64.so.1
	so:libtcl8.6.so
>>> expect*: Package size: 380.0 KB
>>> expect*: Compressing data...
>>> expect*: Create checksum...
>>> expect*: Create expect-5.45.4-r0.apk
>>> expect: Build complete at Tue, 04 Feb 2020 09:27:26 +0000 elapsed time 0h 0m 25s
>>> expect: Cleaning up srcdir
>>> expect: Cleaning up pkgdir
>>> expect: Uninstalling dependencies...
(1/4) Purging .makedepends-expect (20200204.092701)
(2/4) Purging tcl-dev (8.6.9-r0)
(3/4) Purging tcl (8.6.9-r0)
(4/4) Purging zlib-dev (1.2.11-r3)
Executing busybox-1.31.1-r9.trigger
OK: 254 MiB in 89 packages
>>> expect: Updating the main/x86_64 repository index...
>>> expect: Signing the index...
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c alpine-expect-alpinerb-build-4afuR6Cw
+ tee -a /srv/reproducible-results/alpinerb-build-4afuR6Cw/b2/expect/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/alpine-expect-alpinerb-build-4afuR6Cw/main/x86_64/expect-5.45.4-r0.apk' -> '/srv/reproducible-results/alpinerb-build-4afuR6Cw/b2/expect/expect-5.45.4-r0.apk'
'/tmp/alpine-expect-alpinerb-build-4afuR6Cw/main/x86_64/expect-dev-5.45.4-r0.apk' -> '/srv/reproducible-results/alpinerb-build-4afuR6Cw/b2/expect/expect-dev-5.45.4-r0.apk'
'/tmp/alpine-expect-alpinerb-build-4afuR6Cw/main/x86_64/expect-doc-5.45.4-r0.apk' -> '/srv/reproducible-results/alpinerb-build-4afuR6Cw/b2/expect/expect-doc-5.45.4-r0.apk'
Tue Feb  4 09:27:27 UTC 2020 - build #2 for expect on osuosl-build169-amd64 done.
Tue Feb  4 09:27:27 UTC 2020 - reproducible_build_alpine_pkg.sh stopped running as /tmp/jenkins-script-C6x41L41, which will now be removed.
/srv/reproducible-results/alpinerb-build-4afuR6Cw:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Feb  4 09:26 b1
drwxr-xr-x 3 jenkins jenkins 4096 Feb  4 09:27 b2

/srv/reproducible-results/alpinerb-build-4afuR6Cw/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb  4 09:26 expect

/srv/reproducible-results/alpinerb-build-4afuR6Cw/b1/expect:
total 280
-rw-r--r-- 1 jenkins jenkins  72337 Feb  4 09:26 build1.log
-rw-r--r-- 1 jenkins jenkins      3 Feb  4 09:26 build1.version
-rw-r--r-- 1 jenkins jenkins 122144 Feb  4 09:26 expect-5.45.4-r0.apk
-rw-r--r-- 1 jenkins jenkins   7397 Feb  4 09:26 expect-dev-5.45.4-r0.apk
-rw-r--r-- 1 jenkins jenkins  62026 Feb  4 09:26 expect-doc-5.45.4-r0.apk

/srv/reproducible-results/alpinerb-build-4afuR6Cw/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb  4 09:27 expect

/srv/reproducible-results/alpinerb-build-4afuR6Cw/b2/expect:
total 268
-rw-r--r-- 1 jenkins jenkins  72416 Feb  4 09:27 build2.log
-rw-r--r-- 1 jenkins jenkins      3 Feb  4 09:27 build2.version
-rw-r--r-- 1 jenkins jenkins 122679 Feb  4 09:27 expect-5.45.4-r0.apk
-rw-r--r-- 1 jenkins jenkins   7405 Feb  4 09:27 expect-dev-5.45.4-r0.apk
-rw-r--r-- 1 jenkins jenkins  61747 Feb  4 09:27 expect-doc-5.45.4-r0.apk
jenkins_node_wrapper.sh[27425] Command 'rm -r /srv/reproducible-results/alpinerb-build-4afuR6Cw' not found in allowed commands.
Tue Feb  4 09:27:33 UTC 2020 - comparing results now.
Files /srv/reproducible-results/alpinerb-build-4afuR6Cw/b1/expect/expect-5.45.4-r0.apk and /srv/reproducible-results/alpinerb-build-4afuR6Cw/b2/expect/expect-5.45.4-r0.apk differ
Tue Feb  4 09:28:01 UTC 2020 - /srv/reproducible-results/alpinerb-build-4afuR6Cw deleted.
Tue  4 Feb 09:28:01 UTC 2020 - reproducible_build_alpine_pkg.sh stopped running as /tmp/jenkins-script-jMvpvuCD, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list