[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #109009

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Dec 3 12:31:24 GMT 2018


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/109009/display/redirect>

------------------------------------------
[...truncated 75.37 KB...]
  (*((tablePtr)->findProc))(tablePtr, key)
                                      ^~~
tkTableEdit.c:618:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      entryPtr = Tcl_FindHashEntry(tagTblPtr, (char *)to);
                                              ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1394:38: note: in definition of macro 'Tcl_FindHashEntry'
  (*((tablePtr)->findProc))(tablePtr, key)
                                      ^~~
tkTableEdit.c:620:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   newPtr = Tcl_CreateHashEntry(tagTblPtr, (char *)from, &new);
                                           ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1396:40: note: in definition of macro 'Tcl_CreateHashEntry'
  (*((tablePtr)->createProc))(tablePtr, key, newPtr)
                                        ^~~
tkTableEdit.c:624:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      entryPtr = Tcl_FindHashEntry(dimTblPtr, (char *)to-offset);
                                              ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1394:38: note: in definition of macro 'Tcl_FindHashEntry'
  (*((tablePtr)->findProc))(tablePtr, key)
                                      ^~~
tkTableEdit.c:626:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   newPtr = Tcl_CreateHashEntry(dimTblPtr, (char *)from-offset,
                                           ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1396:40: note: in definition of macro 'Tcl_CreateHashEntry'
  (*((tablePtr)->createProc))(tablePtr, key, newPtr)
                                        ^~~
tkTableCmds.c: In function 'Table_AdjustCmd':
tkTableCmds.c:175:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      posn = ((int) Tcl_GetHashKey(hashTablePtr, entryPtr)) + offset;
              ^
tkTableCmds.c:176:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      value = (int) Tcl_GetHashValue(entryPtr);
              ^
In file included from /usr/lib/perl5/5.28/vendor_perl/Tk/pTk/Lang.h:19,
                 from /usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tkPort.h:24,
                 from /usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tk.h:87,
                 from tkTable.h:22,
                 from tkTableCmds.c:15:
tkTableCmds.c:189:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  entryPtr = Tcl_FindHashEntry(hashTablePtr, (char *) posn);
                                             ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1394:38: note: in definition of macro 'Tcl_FindHashEntry'
  (*((tablePtr)->findProc))(tablePtr, key)
                                      ^~~
tkTableCmds.c:192:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      (int) Tcl_GetHashValue(entryPtr));
      ^
In file included from /usr/lib/perl5/5.28/vendor_perl/Tk/pTk/Lang.h:19,
                 from /usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tkPort.h:24,
                 from /usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tk.h:87,
                 from tkTable.h:22,
                 from tkTableCmds.c:15:
tkTableCmds.c:209:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   entryPtr = Tcl_FindHashEntry(hashTablePtr, (char *) posn);
                                              ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1394:38: note: in definition of macro 'Tcl_FindHashEntry'
  (*((tablePtr)->findProc))(tablePtr, key)
                                      ^~~
tkTableCmds.c:215:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
             (char *) posn, &dummy);
             ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1396:40: note: in definition of macro 'Tcl_CreateHashEntry'
  (*((tablePtr)->createProc))(tablePtr, key, newPtr)
                                        ^~~
tkTableCmds.c:216:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   Tcl_SetHashValue(entryPtr, (ClientData) value);
                              ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1373:69: note: in definition of macro 'Tcl_SetHashValue'
 #define Tcl_SetHashValue(h, value) ((h)->clientData = (ClientData) (value))
                                                                     ^~~~~
tkTableCmds.c: In function 'Table_BorderCmd':
tkTableCmds.c:405:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
             (char *) row, &dummy);
             ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1396:40: note: in definition of macro 'Tcl_CreateHashEntry'
  (*((tablePtr)->createProc))(tablePtr, key, newPtr)
                                        ^~~
tkTableCmds.c:408:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   Tcl_SetHashValue(entryPtr, (ClientData) MIN(0,-value));
                              ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1373:69: note: in definition of macro 'Tcl_SetHashValue'
 #define Tcl_SetHashValue(h, value) ((h)->clientData = (ClientData) (value))
                                                                     ^~~~~
tkTableCmds.c:419:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
             (char *) col, &dummy);
             ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1396:40: note: in definition of macro 'Tcl_CreateHashEntry'
  (*((tablePtr)->createProc))(tablePtr, key, newPtr)
                                        ^~~
tkTableCmds.c:422:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   Tcl_SetHashValue(entryPtr, (ClientData) MIN(0,-value));
                              ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1373:69: note: in definition of macro 'Tcl_SetHashValue'
 #define Tcl_SetHashValue(h, value) ((h)->clientData = (ClientData) (value))
                                                                     ^~~~~
tkTableCmds.c: In function 'Table_ClearCmd':
tkTableCmds.c:541:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
            (char *) row))) {
            ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1394:38: note: in definition of macro 'Tcl_FindHashEntry'
  (*((tablePtr)->findProc))(tablePtr, key)
                                      ^~~
tkTableCmds.c:548:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
            (char *) row-tablePtr->rowOffset))) {
            ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1394:38: note: in definition of macro 'Tcl_FindHashEntry'
  (*((tablePtr)->findProc))(tablePtr, key)
                                      ^~~
tkTableCmds.c:559:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
             (char *) col))) {
             ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1394:38: note: in definition of macro 'Tcl_FindHashEntry'
  (*((tablePtr)->findProc))(tablePtr, key)
                                      ^~~
tkTableCmds.c:582:58: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
       (entryPtr = Tcl_FindHashEntry(tablePtr->colWidths, (char *)
                                                          ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1394:38: note: in definition of macro 'Tcl_FindHashEntry'
  (*((tablePtr)->findProc))(tablePtr, key)
                                      ^~~
tkTableUtil.c: In function 'TableOptionBdSet':
tkTableUtil.c:83:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     int type = (int) clientData;
                ^
tkTableUtil.c: In function 'TableOptionBdGet':
tkTableUtil.c:183:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     register int type = (int) clientData;
                         ^
In file included from /usr/lib/perl5/5.28/vendor_perl/Tk/pTk/Lang.h:19,
                 from /usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tkPort.h:24,
                 from /usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tk.h:87,
                 from tkTable.h:22,
                 from tkTableTag.c:15:
tkTableTag.c: In function 'FindRowColTag':
tkTableTag.c:573:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      : tablePtr->colStyles, (char *) cell);
                             ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1394:38: note: in definition of macro 'Tcl_FindHashEntry'
  (*((tablePtr)->findProc))(tablePtr, key)
                                      ^~~
tkTableTag.c: In function 'Table_TagCmd':
tkTableTag.c:870:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     (char *)value, &newEntry);
     ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1396:40: note: in definition of macro 'Tcl_CreateHashEntry'
  (*((tablePtr)->createProc))(tablePtr, key, newPtr)
                                        ^~~
tkTableTag.c:903:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     (int) Tcl_GetHashKey(hashTblPtr, scanPtr));
     ^
In file included from /usr/lib/perl5/5.28/vendor_perl/Tk/pTk/Lang.h:19,
                 from /usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tkPort.h:24,
                 from /usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tk.h:87,
                 from tkTable.h:22,
                 from tkTableTag.c:15:
tkTableTag.c:925:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
       entryPtr = Tcl_FindHashEntry(hashTblPtr, (char *)value);
                                                ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1394:38: note: in definition of macro 'Tcl_FindHashEntry'
  (*((tablePtr)->findProc))(tablePtr, key)
                                      ^~~
tkTableTag.c:936:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
        (char *) value, &newEntry);
        ^
/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tcl.h:1396:40: note: in definition of macro 'Tcl_CreateHashEntry'
  (*((tablePtr)->createProc))(tablePtr, key, newPtr)
                                        ^~~
rm -f "libpTk.a"
/usr/bin/ar cr "libpTk.a" tkTable.o tkTableCell.o tkTableCellSort.o tkTableCmds.o tkTableEdit.o tkTableTag.o tkTableUtil.o tkTableWin.o
: "libpTk.a"
chmod 755 libpTk.a
make[1]: Leaving directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pTk'
make[1]: Entering directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pTk'
make[1]: Leaving directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pTk'
make[1]: Entering directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pod'
cp TableMatrix.pod ../blib/lib/Tk/TableMatrix.pod
rm -f blib/arch/auto/Tk/TableMatrix/TableMatrix.so
LD_RUN_PATH="/usr/lib" cc  -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong  TableMatrix.o  -o blib/arch/auto/Tk/TableMatrix/TableMatrix.so pTk/libpTk.a \
   -L/usr/lib -lX11 -lm   \
  
chmod 755 blib/arch/auto/Tk/TableMatrix/TableMatrix.so
Manifying 1 pod document
make[1]: Leaving directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pod'
Manifying 2 pod documents
make[1]: Entering directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pod'
Sorry no HTML building yet
make[1]: Leaving directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pod'
==> Entering fakeroot environment...
==> Starting package()...
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- TableMatrix.bs blib/arch/auto/Tk/TableMatrix/TableMatrix.bs 644
cd pTk && make
make[1]: Entering directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pTk'
make[1]: Leaving directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pTk'
make[1]: Entering directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pTk'
make[1]: Leaving directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pTk'
make[1]: Entering directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pod'
Manifying 1 pod document
make[1]: Leaving directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pod'
Manifying 2 pod documents
make[1]: Entering directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pod'
Sorry no HTML building yet
make[1]: Leaving directory '/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/src/Tk-TableMatrix-1.23/pod'
Appending installation info to /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/lib/perl5/5.28/core_perl/perllocal.pod
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tkTableversion.h
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/mm.h
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/tkTable.h
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/lib/perl5/5.28/vendor_perl/Tk/pTk/version.h
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/lib/perl5/5.28/vendor_perl/auto/Tk/pTk/extralibs.ld
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/lib/perl5/5.28/vendor_perl/auto/Tk/TableMatrix/TableMatrix.so
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/lib/perl5/5.28/vendor_perl/auto/Tk/TableMatrix/autosplit.ix
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/lib/perl5/5.28/vendor_perl/Tk/TableMatrix.pod
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/lib/perl5/5.28/vendor_perl/Tk/TableMatrix.pm
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/lib/perl5/5.28/vendor_perl/Tk/TableMatrix/SpreadsheetHideRows.pm
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/lib/perl5/5.28/vendor_perl/Tk/TableMatrix/Spreadsheet.pm
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/share/man/man3/Tk::TableMatrix::SpreadsheetHideRows.3pm
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/share/man/man3/Tk::TableMatrix::Spreadsheet.3pm
Installing /tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/pkg/perl-tk-tablematrix/usr/share/man/man3/Tk::TableMatrix.3pm
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "perl-tk-tablematrix"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: perl-tk-tablematrix 1.23-19 (Mon Dec  3 12:31:03 2018)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-perl-tk-tablematrix-archlinuxrb-build-YF66oSb5
+ tee -a /srv/reproducible-results/archlinuxrb-build-YF66oSb5/b2/perl-tk-tablematrix/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/perl-tk-tablematrix-archlinuxrb-build-YF66oSb5/perl-tk-tablematrix/trunk/perl-tk-tablematrix-1.23-19-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-YF66oSb5/b2/perl-tk-tablematrix/perl-tk-tablematrix-1.23-19-x86_64.pkg.tar.xz'
Mon Dec  3 12:31:04 UTC 2018 - build #2 for perl-tk-tablematrix on profitbricks-build3-amd64 done.
Mon Dec  3 12:31:04 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-XCpT8XjG, which will now be removed.
/tmp/jenkins-script-t4XDyFLb: fork: Cannot allocate memory
/tmp/jenkins-script-t4XDyFLb: xmalloc: .././unwind_prot.c:352: cannot allocate 32 bytes (1372160 bytes allocated)
/srv/jenkins/bin/common-functions.sh: fork: Cannot allocate memory
/srv/jenkins/bin/common-functions.sh: xmalloc: .././make_cmd.c:103: cannot allocate 70 bytes (278528 bytes allocated)
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list