[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_11 #56103

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Oct 20 01:32:45 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_amd64_11/56103/------------------------------------------
[...truncated 2458 lines...]
+make[1] : on entre dans le répertoire « /build-2nd/fuzz-0.6 »
+gcc -DPACKAGE=\"fuzz\" -DVERSION=\"0.6\" -DHAVE_LIBREADLINE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_GETCWD=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_SNPRINTF=1  -I. -I.    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build-2nd/fuzz-0.6=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c fuzz.c
+fuzz.c: In function ‘main’:
 fuzz.c:147:41: warning: missing braces around initializer [-Wmissing-braces]
    static const struct option longopts[]={
                                          ^
-fuzz.c:147:41: note: (near initialization for 'longopts')
-fuzz.c:182:26: warning: format '%u' expects argument of type 'unsigned int *', but argument 3 has type 'long unsigned int *' [-Wformat=]
+fuzz.c:147:41: note: (near initialization for ‘longopts’)
+fuzz.c:182:26: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘long unsigned int *’ [-Wformat=]
        if(sscanf(optarg,"%ul",&runs)!=1){
                           ^
-fuzz.c:188:26: warning: format '%u' expects argument of type 'unsigned int *', but argument 3 has type 'long unsigned int *' [-Wformat=]
+fuzz.c:188:26: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘long unsigned int *’ [-Wformat=]
        if(sscanf(optarg,"%ul",&len)!=1){
                           ^
-fuzz.c:197:26: warning: format '%u' expects argument of type 'unsigned int *', but argument 3 has type 'long unsigned int *' [-Wformat=]
+fuzz.c:197:26: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘long unsigned int *’ [-Wformat=]
        if(sscanf(optarg,"%ul",&linemod)!=1){
                           ^
-fuzz.c:203:26: warning: format '%u' expects argument of type 'unsigned int *', but argument 3 has type 'long unsigned int *' [-Wformat=]
+fuzz.c:203:26: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘long unsigned int *’ [-Wformat=]
        if(sscanf(optarg,"%ul",&maxline)!=1){
                           ^
-fuzz.c:209:26: warning: format '%u' expects argument of type 'unsigned int *', but argument 3 has type 'long unsigned int *' [-Wformat=]
+fuzz.c:209:26: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘long unsigned int *’ [-Wformat=]
        if(sscanf(optarg,"%ul",&timeout)!=1){
                           ^
-fuzz.c:234:26: warning: format '%u' expects argument of type 'unsigned int *', but argument 3 has type 'long unsigned int *' [-Wformat=]
+fuzz.c:234:26: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘long unsigned int *’ [-Wformat=]
        if(sscanf(optarg,"%ul",&max_args)!=1){
                           ^
-fuzz.c:240:26: warning: format '%u' expects argument of type 'unsigned int *', but argument 3 has type 'long unsigned int *' [-Wformat=]
+fuzz.c:240:26: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘long unsigned int *’ [-Wformat=]
        if(sscanf(optarg,"%ul",&max_arglen)!=1){
                           ^
-fuzz.c:412:19: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
+fuzz.c:412:19: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
      printf("Run: %u         %c",runs,print_bytes?'\n':'\r');
                    ^
-fuzz.c:389:21: warning: unused variable 'status' [-Wunused-variable]
+fuzz.c:389:21: warning: unused variable ‘status’ [-Wunused-variable]
      int progpipe[2],status;
                      ^~~~~~
-fuzz.c:168:8: warning: unused variable 'bin_found' [-Wunused-variable]
+fuzz.c:168:8: warning: unused variable ‘bin_found’ [-Wunused-variable]
    char bin_found=0;
         ^~~~~~~~~
-fuzz.c: In function 'print_arglist':
-fuzz.c:524:25: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'char **' [-Wformat=]
+fuzz.c: In function ‘print_arglist’:
+fuzz.c:524:25: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘char **’ [-Wformat=]
    fprintf(errs,"argv=0x%x\n",argv);
                          ^
-fuzz.c:526:33: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'char *' [-Wformat=]
+fuzz.c:526:33: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘char *’ [-Wformat=]
      fprintf(errs,"\targv[%u]=0x%x\n",i,argv[i]);
                                  ^
-fuzz.c:532:17: warning: '0' flag ignored with precision and '%x' gnu_printf format [-Wformat=]
+fuzz.c:532:17: warning: '0' flag ignored with precision and ‘%x’ gnu_printf format [-Wformat=]
     fprintf(errs,"%0.2x ",argv[i][j]);
                  ^~~~~~~~
-fuzz.c: In function 'do_child':
+fuzz.c: In function ‘do_child’:
 fuzz.c:647:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
        strlen(execute_filename)+5)){
        ^~~~~~
-fuzz.c:577:16: warning: unused variable 'buflen' [-Wunused-variable]
+fuzz.c:577:16: warning: unused variable ‘buflen’ [-Wunused-variable]
    unsigned int buflen;
                 ^~~~~~
-fuzz.c:576:8: warning: unused variable 'buf' [-Wunused-variable]
+fuzz.c:576:8: warning: unused variable ‘buf’ [-Wunused-variable]
    char buf[80];
         ^~~
-fuzz.c: In function 'setup_user':
-fuzz.c:912:12: warning: unused variable 'cur' [-Wunused-variable]
+fuzz.c: In function ‘setup_user’:
+fuzz.c:912:12: warning: unused variable ‘cur’ [-Wunused-variable]
       char *cur;
             ^~~
-fuzz.c:925:19: warning: unused variable 'cur' [-Wunused-variable]
+fuzz.c:925:19: warning: unused variable ‘cur’ [-Wunused-variable]
              char *cur;
                    ^~~
 fuzz.c:941:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
@@ -381,93 +392,93 @@
 fuzz.c:943:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(distribution[0]='D' && strncmp(distribution+1,tmpbuf,MAXPATH))
     ^~
-fuzz.c: In function 'readline':
-fuzz.c:49:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+fuzz.c: In function ‘readline’:
+fuzz.c:49:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
    fgets(retval,10239,stdin);
    ^~~~~~~~~~~~~~~~~~~~~~~~~
-fuzz.c: In function 'do_child':
-fuzz.c:619:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
+fuzz.c: In function ‘do_child’:
+fuzz.c:619:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
      write(cpy_stderr,"Can't dup2 stderr to /dev/null.\n",
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     strlen("Can't dup2 stderr to /dev/null.\n"));
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-fuzz.c:638:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
+fuzz.c:638:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
        write(cpy_stderr,"fdopen fails\n",strlen("fdopen fails\n"));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-fuzz.c:816:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
+fuzz.c:816:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
    write(cpy_stderr,"Exec failed.\n",strlen("Exec failed.\n"));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-fuzz.c:817:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
+fuzz.c:817:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
    write(cpy_stderr,sys_errlist[errno],strlen(sys_errlist[errno]));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-fuzz.c: In function 'send_report':
-fuzz.c:1054:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+fuzz.c: In function ‘send_report’:
+fuzz.c:1054:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
      fgets(strbuf,MAXPATH-1,version);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-fuzz.c:1057:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+fuzz.c:1057:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
        fgets(strbuf,MAXPATH-1,version);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-fuzz.c:1094:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+fuzz.c:1094:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
        fgets(strbuf,MAXPATH-1,version);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-fuzz.c:1154:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+fuzz.c:1154:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
   fgets(strbuf,MAXPATH-1,version);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-fuzz.c:1172:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+fuzz.c:1172:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
   fgets(strbuf,MAXPATH-1,version);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-fuzz.c:1190:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+fuzz.c:1190:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
   fgets(strbuf,MAXPATH-1,version);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-fuzz.c: In function 'do_child':
-fuzz.c:808:5: warning: 'argfilefd' may be used uninitialized in this function [-Wmaybe-uninitialized]
+fuzz.c: In function ‘do_child’:
+fuzz.c:808:5: warning: ‘argfilefd’ may be used uninitialized in this function [-Wmaybe-uninitialized]
      close(argfilefd);
      ^~~~~~~~~~~~~~~~
-fuzz.c: In function 'main':
-fuzz.c:480:4: warning: 'outfile' may be used uninitialized in this function [-Wmaybe-uninitialized]
+fuzz.c: In function ‘main’:
+fuzz.c:480:4: warning: ‘outfile’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     fputc(byte,outfile);
     ^~~~~~~~~~~~~~~~~~~
-fuzz.c:424:7: warning: 'randfd' may be used uninitialized in this function [-Wmaybe-uninitialized]
+fuzz.c:424:7: warning: ‘randfd’ may be used uninitialized in this function [-Wmaybe-uninitialized]
        do_child(progpipe,argv+optind,execute_filename,max_arglen,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          printable_only,nullfd,randfd);
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 In file included from /usr/include/string.h:635:0,
                  from fuzz.c:23:
-In function 'strncat',
-    inlined from 'main' at fuzz.c:351:7:
+In function ‘strncat’,
+    inlined from ‘main’ at fuzz.c:351:7:
 /usr/include/x86_64-linux-gnu/bits/string3.h:156:10: warning: call to __builtin___strncat_chk might overflow destination buffer
    return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-gcc -DPACKAGE=\"fuzz\" -DVERSION=\"0.6\" -DHAVE_LIBREADLINE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_GETCWD=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_SNPRINTF=1  -I. -I.    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build-1st/fuzz-0.6=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c getopt.c
-gcc -DPACKAGE=\"fuzz\" -DVERSION=\"0.6\" -DHAVE_LIBREADLINE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_GETCWD=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_SNPRINTF=1  -I. -I.    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build-1st/fuzz-0.6=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c getopt1.c
-gcc  -g -O2 -fdebug-prefix-map=/build-1st/fuzz-0.6=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o fuzz  fuzz.o getopt.o getopt1.o  -lreadline 
-fuzz.o: In function `do_child':
-./fuzz.c:817: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
-make[1]: Leaving directory '/build-1st/fuzz-0.6'
+gcc -DPACKAGE=\"fuzz\" -DVERSION=\"0.6\" -DHAVE_LIBREADLINE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_GETCWD=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_SNPRINTF=1  -I. -I.    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build-2nd/fuzz-0.6=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c getopt.c
+gcc -DPACKAGE=\"fuzz\" -DVERSION=\"0.6\" -DHAVE_LIBREADLINE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_GETCWD=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_SNPRINTF=1  -I. -I.    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build-2nd/fuzz-0.6=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c getopt1.c
+gcc  -g -O2 -fdebug-prefix-map=/build-2nd/fuzz-0.6=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o fuzz  fuzz.o getopt.o getopt1.o  -lreadline 
+fuzz.o : Dans la fonction « do_child » :
+./fuzz.c:817: avertissement : `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
+make[1] : on quitte le répertoire « /build-2nd/fuzz-0.6 »
    dh_auto_test
  fakeroot debian/rules binary
 dh binary
    dh_testroot
    dh_prep
    dh_auto_install
-	make -j1 install DESTDIR=/build-1st/fuzz-0.6/debian/fuzz AM_UPDATE_INFO_DIR=no
-make[1]: Entering directory '/build-1st/fuzz-0.6'
-make[2]: Entering directory '/build-1st/fuzz-0.6'
-/bin/sh ./mkinstalldirs /build-1st/fuzz-0.6/debian/fuzz/usr/bin
-mkdir /build-1st/fuzz-0.6/debian/fuzz/usr
-mkdir /build-1st/fuzz-0.6/debian/fuzz/usr/bin
-  /usr/bin/install -c  fuzz /build-1st/fuzz-0.6/debian/fuzz/usr/bin/fuzz
+	make -j1 install DESTDIR=/build-2nd/fuzz-0.6/debian/fuzz AM_UPDATE_INFO_DIR=no
+make[1] : on entre dans le répertoire « /build-2nd/fuzz-0.6 »
+make[2] : on entre dans le répertoire « /build-2nd/fuzz-0.6 »
+/bin/sh ./mkinstalldirs /build-2nd/fuzz-0.6/debian/fuzz/usr/bin
+mkdir /build-2nd/fuzz-0.6/debian/fuzz/usr
+mkdir /build-2nd/fuzz-0.6/debian/fuzz/usr/bin
+  /usr/bin/install -c  fuzz /build-2nd/fuzz-0.6/debian/fuzz/usr/bin/fuzz
 make  install-mantee: /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/fuzz_0.6-14.diff: No space left on device
1
-make[3]: Entering directory '/build-1st/fuzz-0.6'
-/bin/sh ./mkinstalldirs /build-1st/fuzz-0.6/debian/fuzz/usr/share/man/man1
-mkdir /build-1st/fuzz-0.6/debian/fuzz/usr/share
-mkdir /build-1st/fuzz-0.6/debian/fuzz/usr/share/man
-mkdir /build-1st/fuzz-0.6/debian/fuzz/usr/share/man/man1
- /usr/bin/install -c -m 644 ./fuzz.1 /build-1st/fuzz-0.6/debian/fuzz/usr/share/man/man1/fuzz.1
-make[3]: Leaving directory '/build-1st/fuzz-0.6'
-make[2]: Leaving directory '/build-1st/fuzz-0.6'
-make[1]: Leaving directory '/build-1st/fuzz-0.6'
+make[3] : on entre dans le répertoire « /build-2nd/fuzz-0.6 »
+/bin/sh ./mkinstalldirs /build-2nd/fuzz-0.6/debian/fuzz/usr/share/man/man1
+mkdir /build-2nd/fuzz-0.6/debian/fuzz/usr/share
+mkdir /build-2nd/fuzz-0.6/debian/fuzz/usr/share/man
+mkdir /build-2nd/fuzz-0.6/debian/fuzz/usr/share/man/man1
+ /usr/bin/install -c -m 644 ./fuzz.1 /build-2nd/fuzz-0.6/debian/fuzz/usr/share/man/man1/fuzz.1
+make[3] : on quitte le répertoire « /build-2nd/fuzz-0.6 »
+make[2] : on quitte le répertoire « /build-2nd/fuzz-0.6 »
+make[1] : on quitte le répertoire « /build-2nd/fuzz-0.6 »
    dh_installdocs
    dh_installchangelogs
    dh_installman
@@ -494,12 +505,14 @@
  dpkg-source --after-build fuzz-0.6
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/34089/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/34089/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/33158 and its subdirectories
-I: Current time: Wed Oct 19 13:32:05 GMT+12 2016
-I: pbuilder-time-stamp: 1476927125
+I: removing directory /srv/workspace/pbuilder/34089 and its subdirectories
+I: Current time: mercredi 22 novembre 2017, 21:55:42 (UTC+1400)
+I: pbuilder-time-stamp: 1511337342
/srv/reproducible-results/rbuild-debian-H3uQeCkd/tmp.z9BdMSVta0:	 74.1% -- replaced with /srv/reproducible-results/rbuild-debian-H3uQeCkd/tmp.z9BdMSVta0.gz
INFO: Starting at 2016-10-20 01:32:44.850424
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/amd64/fuzz_0.6-14_amd64.buildinfo
CRITICAL: https://tests.reproducible-builds.org/debian/unstable/amd64/fuzz didn't produce a buildlog, even though it has been built.
INFO: Finished at 2016-10-20 01:32:44.947431, took: 0:00:00.097019
Thu 20 Oct 01:32:44 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-ESHT7Wq2, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list