[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_i386_9 #32945

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Feb 6 00:54:52 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_i386_9/32945/------------------------------------------
[...truncated 115.27 KB...]
 gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -W -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wsign-compare -c -o fetch.o fetch.c
 gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -W -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wsign-compare -c -o util_date.o util_date.c
+In file included from url.c:12:0:
+url.c: In function 'find_url':
+puf.h:603:9: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
+  for (s = osz ? ((strt **)str)[hash & ((1 << osz) - 1)] : str; \
+         ^
+url.c:36:5: note: in expansion of macro 'h_find'
+     h_find(urllist, real_num_urls, url_t, hash, ucmp, ufnd);
+     ^~~~~~
 http_rsp.c: In function 'handle_reply':
 http_rsp.c:393:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
       if (au->auth_chall)
@@ -345,37 +370,16 @@
 http_rsp.c:397:8: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         break;
         ^~~~~
+url.c: In function 'parse_add_proxy':
+url.c:498:15: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
+     for (prox = proxylist; prox; prox = prox->next)
+               ^
 http_rsp.c:526:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    } else if (!strcasecmp(bufp + a, "Content-Length:"))
           ^~
 http_rsp.c:528:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
        if ((multi || exto) && au->size_total > buff_size)
        ^~
-http_rsp.c:762:4: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
-  } else
-    ^~~~
-http_rsp.c:765:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
-     return RT_DONE;
-     ^~~~~~
-http_conn.c: In function 'activate_url':
-http_conn.c:304:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
-   } else
-     ^~~~
-http_conn.c:307:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
-     init_aurl(au);
-     ^~~~~~~~~
-In file included from url.c:12:0:
-url.c: In function 'find_url':
-puf.h:603:9: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  for (s = osz ? ((strt **)str)[hash & ((1 << osz) - 1)] : str; \
-         ^
-url.c:36:5: note: in expansion of macro 'h_find'
-     h_find(urllist, real_num_urls, url_t, hash, ucmp, ufnd);
-     ^~~~~~
-url.c: In function 'parse_add_proxy':
-url.c:498:15: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
-     for (prox = proxylist; prox; prox = prox->next)
-               ^
 url.c:545:16: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
      prox->next = proxylist;
                 ^
@@ -386,6 +390,12 @@
 url.c:709:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
      if (host && host->ready &&
      ^~
+http_rsp.c:762:4: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
+  } else
+    ^~~~
+http_rsp.c:765:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
+     return RT_DONE;
+     ^~~~~~
 In file included from url.c:12:0:
 url.c: In function 'do_add_url':
 puf.h:626:15: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
@@ -412,6 +422,13 @@
 url.c:833:5: note: in expansion of macro 'h_add'
      h_add(urllist, real_num_urls, url_t, u, hash, return 0;, uhash);
      ^~~~~
+http_conn.c: In function 'activate_url':
+http_conn.c:304:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
+   } else
+     ^~~~
+http_conn.c:307:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
+     init_aurl(au);
+     ^~~~~~~~~
 In file included from hostlist.c:12:0:
 hostlist.c: In function 'add_host':
 puf.h:626:15: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
@@ -431,10 +448,6 @@
 /usr/include/stdlib.h:444:13: note: expected 'void *' but argument is of type 'volatile host_t * {aka volatile struct host_t *}'
  extern void free (void *__ptr) __THROW;
              ^~~~
-http_req.c: In function 'send_http_get':
-http_req.c:150:7: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  agnt = user_agent;
-       ^
 In file included from hostlist.c:12:0:
 puf.h:638:57: warning: pointer type mismatch in conditional expression
   spp = nsz ? ((strt **)str) + (hash & ((1 << nsz) - 1)) : &str; \
@@ -449,6 +462,10 @@
 hostlist.c:66:5: note: in expansion of macro 'h_find'
      h_find(hostlist, real_num_hosts, host_t, hash, hcmp, hfnd);
      ^~~~~~
+http_req.c: In function 'send_http_get':
+http_req.c:150:7: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
+  agnt = user_agent;
+       ^
 hostlist.c: In function 'fork_dnsproc':
 hostlist.c:285:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (getppid() != 1)
@@ -482,7 +499,7 @@
 make[1]: Leaving directory '/build/puf-1.0.0'
    dh_auto_test -O--parallel
 dh_auto_test: Compatibility levels before 9 are deprecated (level 8 in use)
-	make -j10 check VERBOSE=1
+	make -j18 check VERBOSE=1
 make[1]: Entering directory '/build/puf-1.0.0'
 Making check in src
 make[2]: Entering directory '/build/puf-1.0.0/src'
@@ -499,7 +516,7 @@
    dh_prep -O--parallel
    dh_auto_install -O--parallel
 dh_auto_install: Compatibility levels before 9 are deprecated (level 8 in use)
-	make -j10 install DESTDIR=/build/puf-1.0.0/debian/puf AM_UPDATE_INFO_DIR=no
+	make -j18 install DESTDIR=/build/puf-1.0.0/debian/puf AM_UPDATE_INFO_DIR=no
 make[1]: Entering directory '/build/puf-1.0.0'
 Making install in src
 make[2]: Entering directory '/build/puf-1.0.0/src'
@@ -547,12 +564,14 @@
  dpkg-source --after-build puf-1.0.0
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/51184/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/51184/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/3848 and its subdirectories
-I: Current time: Sun Feb  5 12:51:26 -12 2017
-I: pbuilder-time-stamp: 1486342286
+I: removing directory /srv/workspace/pbuilder/51184 and its subdirectories
+I: Current time: Sun Mar 11 21:14:32 +14 2018
+I: pbuilder-time-stamp: 1520752472

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/testing/i386/puf_1.0.0-7.diff:	 70.4% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/testing/i386/puf_1.0.0-7.diff.gz
b2/build.log:	 77.8%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 78.2%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/testing/i386/puf_1.0.0-7.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-Ew1WM5QD/tmp.c32VTTwmmC
+ mv /srv/reproducible-results/rbuild-debian-Ew1WM5QD/tmp.c32VTTwmmC /var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/i386/puf_1.0.0-7.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/i386/puf_1.0.0-7.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ filter_changes_files
+ sed -i -e '/^ [a-f0-9]\{32,64\} .*\.buildinfo$/d' b1/puf_1.0.0-7_i386.changes b2/puf_1.0.0-7_i386.changes
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-Ew1WM5QD
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-Ew1WM5QD/tmp.vTqpTFRJmq
+ local TIMEOUT=120m
+ DBDSUITE=testing
+ '[' testing = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-Ew1WM5QD -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-Ew1WM5QD/dbd-tmp-tKnvSVZ
++ schroot --directory /srv/reproducible-results/rbuild-debian-Ew1WM5QD -c source:jenkins-reproducible-testing-diffoscope diffoscope -- --version
++ true
+ DIFFOSCOPE='E: 10mount: error: Directory '\''/schroots/reproducible-testing-diffoscope'\'' does not exist
E: 15binfmt: update-binfmts: unable to open /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb/bin/sh: No such file or directory
E: 10mount: warning: Mount location /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb no longer exists; skipping unmount
E: jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb: Chroot setup failed: stage=setup-start'
++ echo E: 10mount: error: Directory ''\''/schroots/reproducible-testing-diffoscope'\''' does not exist E: 15binfmt: update-binfmts: unable to open /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb/bin/sh: No such file or directory E: 10mount: warning: Mount location /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb no longer 'exists;' skipping unmount E: jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb: Chroot setup failed: stage=setup-start
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ log_info 'E: 10mount: error: Directory '\''/schroots/reproducible-testing-diffoscope'\'' does not exist
E: 15binfmt: update-binfmts: unable to open /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb/bin/sh: No such file or directory
E: 10mount: warning: Mount location /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb no longer exists; skipping unmount
E: jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb: Chroot setup failed: stage=setup-start will be used to compare the two builds:'
+ _log I: 'E: 10mount: error: Directory '\''/schroots/reproducible-testing-diffoscope'\'' does not exist
E: 15binfmt: update-binfmts: unable to open /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb/bin/sh: No such file or directory
E: 10mount: warning: Mount location /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb no longer exists; skipping unmount
E: jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb: Chroot setup failed: stage=setup-start will be used to compare the two builds:'
+ local prefix=I:
+ shift 1
+ tee -a /var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/i386/puf_1.0.0-7.rbuild.log
++ date -u
+ echo -e 'Mon Feb  6 00:51:50 UTC 2017  I: E: 10mount: error: Directory '\''/schroots/reproducible-testing-diffoscope'\'' does not exist
E: 15binfmt: update-binfmts: unable to open /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb/bin/sh: No such file or directory
E: 10mount: warning: Mount location /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb no longer exists; skipping unmount
E: jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb: Chroot setup failed: stage=setup-start will be used to compare the two builds:'
Mon Feb  6 00:51:50 UTC 2017  I: E: 10mount: error: Directory '/schroots/reproducible-testing-diffoscope' does not exist
E: 15binfmt: update-binfmts: unable to open /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb/bin/sh: No such file or directory
E: 10mount: warning: Mount location /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb no longer exists; skipping unmount
E: jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb: Chroot setup failed: stage=setup-start will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 120m nice schroot --directory /srv/reproducible-results/rbuild-debian-Ew1WM5QD -c source:jenkins-reproducible-testing-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-Ew1WM5QD/dbd-tmp-tKnvSVZ ; diffoscope 			--html /srv/reproducible-results/rbuild-debian-Ew1WM5QD/puf_1.0.0-7.diffoscope.html 			--text /srv/reproducible-results/rbuild-debian-Ew1WM5QD/puf_1.0.0-7.diffoscope.txt 			--profile=- 			/srv/reproducible-results/rbuild-debian-Ew1WM5QD/b1/puf_1.0.0-7_i386.changes 			/srv/reproducible-results/rbuild-debian-Ew1WM5QD/b2/puf_1.0.0-7_i386.changes'
+ RESULT=1
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-Ew1WM5QD/tmp.vTqpTFRJmq
+ LOG_RESULT='E: 15binfmt: update-binfmts: unable to open /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-df67f07a-dad8-4e2d-bc5d-e0cf70fc7ab3/bin/sh: No such file or directory'
+ '[' '!' -z 'E: 15binfmt: update-binfmts: unable to open /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-df67f07a-dad8-4e2d-bc5d-e0cf70fc7ab3/bin/sh: No such file or directory' ']'
+ rm -f /srv/reproducible-results/rbuild-debian-Ew1WM5QD/tmp.vTqpTFRJmq /srv/reproducible-results/rbuild-debian-Ew1WM5QD/puf_1.0.0-7.diffoscope.html /srv/reproducible-results/rbuild-debian-Ew1WM5QD/puf_1.0.0-7.diffoscope.txt
++ date -u
+ echo 'Mon Feb  6 00:51:50 UTC 2017 - schroot jenkins-reproducible-testing-diffoscope not available, will sleep 2min and retry.'
Mon Feb  6 00:51:50 UTC 2017 - schroot jenkins-reproducible-testing-diffoscope not available, will sleep 2min and retry.
+ sleep 2m
+ timeout 120m nice schroot --directory /srv/reproducible-results/rbuild-debian-Ew1WM5QD -c source:jenkins-reproducible-testing-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-Ew1WM5QD/dbd-tmp-tKnvSVZ ; diffoscope 				--html /srv/reproducible-results/rbuild-debian-Ew1WM5QD/puf_1.0.0-7.diffoscope.html 				--text /srv/reproducible-results/rbuild-debian-Ew1WM5QD/puf_1.0.0-7.diffoscope.txt 				--profile=- 				/srv/reproducible-results/rbuild-debian-Ew1WM5QD/b1/puf_1.0.0-7_i386.changes 				/srv/reproducible-results/rbuild-debian-Ew1WM5QD/b2/puf_1.0.0-7_i386.changes'
+ RESULT=1
+ false
+ set +x
E: 10mount: error: Directory '/schroots/reproducible-testing-diffoscope' does not exist
E: 15binfmt: update-binfmts: unable to open /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-0e8c8521-a15a-4eda-b390-e31eda1c4b10/bin/sh: No such file or directory
E: 10mount: warning: Mount location /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-0e8c8521-a15a-4eda-b390-e31eda1c4b10 no longer exists; skipping unmount
E: jenkins-reproducible-testing-diffoscope-0e8c8521-a15a-4eda-b390-e31eda1c4b10: Chroot setup failed: stage=setup-start
Mon Feb  6 00:53:50 UTC 2017  E: puf failed to build reproducibly in testing on i386.
Mon Feb  6 00:53:50 UTC 2017  W: E: 10mount: error: Directory '/schroots/reproducible-testing-diffoscope' does not exist
E: 15binfmt: update-binfmts: unable to open /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb/bin/sh: No such file or directory
E: 10mount: warning: Mount location /var/lib/schroot/mount/jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb no longer exists; skipping unmount
E: jenkins-reproducible-testing-diffoscope-c48c2656-f6c4-4df0-9ace-42d19e3b61fb: Chroot setup failed: stage=setup-start produced no output (which is strange).
UPDATE 1
INSERT 0 1
DELETE 1
INFO: Starting at 2017-02-06 00:53:51.797092
CRITICAL: https://tests.reproducible-builds.org/debian/testing/i386/puf is unreproducible, but without diffoscope output.
INFO: Finished at 2017-02-06 00:53:52.141650, took: 0:00:00.344578

Mon Feb  6 00:53:52 UTC 2017 - successfully updated the database and updated https://tests.reproducible-builds.org/debian/rb-pkg/testing/i386/puf.html

Mon Feb  6 00:53:52 UTC 2017  I: Submitting .buildinfo files to external archives:
Mon Feb  6 00:53:52 UTC 2017  I: Done submitting .buildinfo files to submit at buildinfo.kfreebsd.eu.
Mon Feb  6 00:54:22 UTC 2017  E: Could not submit buildinfo from b1 to http://buildinfo.debian.net/api/submit
Mon Feb  6 00:54:52 UTC 2017  E: Could not submit buildinfo from b2 to http://buildinfo.debian.net/api/submit
Mon Feb  6 00:54:52 UTC 2017  I: Done submitting .buildinfo files to http://buildinfo.debian.net/api/submit.
Mon Feb  6 00:54:52 UTC 2017  I: Done submitting .buildinfo files.
Mon Feb  6 00:54:52 UTC 2017  I: Removing signed puf_1.0.0-7_i386.buildinfo.asc files:
removed ‘./b1/puf_1.0.0-7_i386.buildinfo.asc’
removed ‘./b2/puf_1.0.0-7_i386.buildinfo.asc’
Mon Feb  6 00:54:52 UTC 2017 - total duration: 0h 3m 40s.
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/i386/puf_1.0.0-7.rbuild.log:	
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/i386/puf_1.0.0-7.rbuild.log.gz: No space left on device
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/i386/puf_1.0.0-7.rbuild.log:	
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/i386/puf_1.0.0-7.rbuild.log.gz: No space left on device
Mon  6 Feb 00:54:52 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-2CL8g3nK, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list