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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jan 20 12:32:37 GMT 2021


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

Changes:


------------------------------------------
[...truncated 43.41 KB...]
 1857 |    case VideoPkt: printf("            Video   [" _OFF_x "]\n", off); break;
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~
      |                                                                |
      |                                                                off_t {aka long int}
In file included from mpeg.hh:11,
                 from mpeg.cxx:9:
common.hh:216:26: note: format string is defined here
  216 |   #define   _OFF_x   "%llx"
      |                       ~~~^
      |                          |
      |                          long long unsigned int
      |                       %lx
mpeg.cxx:1858:26: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=]
 1858 |    case AudioPkt: printf("            Audio   [" _OFF_x "]\n", off); break;
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~
      |                                                                |
      |                                                                off_t {aka long int}
In file included from mpeg.hh:11,
                 from mpeg.cxx:9:
common.hh:216:26: note: format string is defined here
  216 |   #define   _OFF_x   "%llx"
      |                       ~~~^
      |                          |
      |                          long long unsigned int
      |                       %lx
mpeg.cxx:1859:28: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=]
 1859 |    case PaddingPkt: printf("            Padding [" _OFF_x "]\n", off); break;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~
      |                                                                  |
      |                                                                  off_t {aka long int}
In file included from mpeg.hh:11,
                 from mpeg.cxx:9:
common.hh:216:26: note: format string is defined here
  216 |   #define   _OFF_x   "%llx"
      |                       ~~~^
      |                          |
      |                          long long unsigned int
      |                       %lx
mpeg.cxx: In member function 'long int mpeg::ReadPACKMuxRate(off_t)':
mpeg.cxx:2104:6: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=]
 2104 |      "weird pack header while parsing muxrate (offset " _OFF_x ")\n", offset);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~
      |                                                                       |
      |                                                                       off_t {aka long int}
In file included from mpeg.hh:11,
                 from mpeg.cxx:9:
common.hh:216:26: note: format string is defined here
  216 |   #define   _OFF_x   "%llx"
      |                       ~~~^
      |                          |
      |                          long long unsigned int
      |                       %lx
mpeg.cxx: In member function 'bool mpeg::ParseTransportStream(off_t)':
mpeg.cxx:2477:11: warning: variable 'scramble' set but not used [-Wunused-but-set-variable]
 2477 |  int pid, scramble, adaptation;
      |           ^~~~~~~~
mpeg.cxx: In member function 'void transport::PrintInfos()':
mpeg.cxx:2653:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2653 |   programs[i].descs.PrintInfos("      ");
      |                                ^~~~~~~~
mpeg.cxx:2674:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2674 |    current->descs.PrintInfos("        ");
      |                              ^~~~~~~~~~
mpeg.cxx: In member function 'void mpeg_descriptors::PrintInfos(char*)':
mpeg.cxx:2683:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2683 |  if (prefix==0) prefix = "";
      |                          ^~
mpeg.cxx: In function 'header_buf* readHeader(FILE*, off_t, int)':
mpeg.cxx:2751:37: warning: format '%qx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=]
 2751 |    fprintf(stderr,"Size of Fix: 0x%qx\n",size);
      |                                   ~~^    ~~~~
      |                                     |    |
      |                                     |    off_t {aka long int}
      |                                     long long unsigned int
      |                                   %lx
mpeg.cxx: In member function 'void mpeg::print_all_ts(byte)':
mpeg.cxx:2777:19: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=]
 2777 |   fprintf (stderr,"offset:  " _OFF_x " TS: %lf\n",p,tsx);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~
      |                                                   |
      |                                                   off_t {aka long int}
In file included from mpeg.hh:11,
                 from mpeg.cxx:9:
common.hh:216:26: note: format string is defined here
  216 |   #define   _OFF_x   "%llx"
      |                       ~~~^
      |                          |
      |                          long long unsigned int
      |                       %lx
mpeg.cxx:2766:8: warning: variable 'nix' set but not used [-Wunused-but-set-variable]
 2766 |  byte *nix;
      |        ^~~
mpeg.cxx: In member function 'int mpeg::CheckTimeline(byte)':
mpeg.cxx:2800:11: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=]
 2800 |    printf("\tTime stamps jumped from %lf to %lf at position " _OFF_x "\n",tsx_prev,tsx,p);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~              ~
      |                                                                                        |
      |                                                                                        off_t {aka long int}
In file included from mpeg.hh:11,
                 from mpeg.cxx:9:
common.hh:216:26: note: format string is defined here
  216 |   #define   _OFF_x   "%llx"
      |                       ~~~^
      |                          |
      |                          long long unsigned int
      |                       %lx
id3command.cxx: In function 'OpenedFile* OpenFile(char*)':
id3command.cxx:582:9: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 30 bytes from a string of length 127 [-Wstringop-truncation]
  582 |  strncpy(my->thetag->title,&TAG[3],30);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
id3command.cxx:583:9: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 30 bytes from a string of length 127 [-Wstringop-truncation]
  583 |  strncpy(my->thetag->artist,&TAG[33],30);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
id3command.cxx:584:9: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 30 bytes from a string of length 127 [-Wstringop-truncation]
  584 |  strncpy(my->thetag->album,&TAG[63],30);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
id3command.cxx:585:9: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 4 bytes from a string of length 127 [-Wstringop-truncation]
  585 |  strncpy(my->thetag->year,&TAG[93],4);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
id3command.cxx:586:9: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 30 bytes from a string of length 127 [-Wstringop-truncation]
  586 |  strncpy(my->thetag->comment,&TAG[97],30);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
id3command.cxx: In function 'int ParseMov(int, char**, int)':
id3command.cxx:359:36: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
  359 |          sprintf(temptracknum,"%02d",track);
      |                                    ^
id3command.cxx:359:17: note: 'sprintf' output between 3 and 11 bytes into a destination of size 10
  359 |          sprintf(temptracknum,"%02d",track);
      |          ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 -ansi -o mpgtx commandline.cxx mpegOut.o mpeg.o chunkTab.o id3command.o -s
commandline.cxx:170:1: warning: 'typedef' was ignored in this declaration
  170 | typedef enum argtype {file,option,range,none};
      | ^~~~~~~
commandline.cxx:171:1: warning: 'typedef' was ignored in this declaration
  171 | typedef enum programname {mpgsplit,mpgcat,mpgjoin,mpginfo,mpgdemux,other,mp3tag};
      | ^~~~~~~
commandline.cxx: In function 'int main(int, char**)':
commandline.cxx:410:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  410 |      Tab.ParseRange("]0-]");
      |                     ^~~~~~
commandline.cxx:468:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  468 |          if(!myoutfile) myoutfile="output.mpg";
      |                                   ^~~~~~~~~~~~
commandline.cxx:558:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  558 |       Tab.ParseRange("]0-]");
      |                      ^~~~~~
commandline.cxx:582:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  582 |      Tab.ParseRange("]0-]");
      |                     ^~~~~~
commandline.cxx:596:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  596 |   Tab.ParseRange("]0-]");
      |                  ^~~~~~
commandline.cxx:654:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  654 |    mybasename="chunk";
      |               ^~~~~~~
commandline.cxx:764:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  764 |     mybasename="chunk";
      |                ^~~~~~~
commandline.cxx:316:7: warning: variable 'Id3Tag' set but not used [-Wunused-but-set-variable]
  316 |  bool Id3Tag=false;
      |       ^~~~~~
commandline.cxx:318:7: warning: variable 'catch_sigsegv' set but not used [-Wunused-but-set-variable]
  318 |  bool catch_sigsegv=true;
      |       ^~~~~~~~~~~~~
----------------------------------------------------------------------
Success building mpgtx. Now type "make install" to install it
----------------------------------------------------------------------
==> Entering fakeroot environment...
==> Starting package()...
ln -sf mpgtx mpgjoin
ln -sf mpgtx mpgsplit
ln -sf mpgtx mpgcat
ln -sf mpgtx mpginfo
ln -sf mpgtx mpgdemux
ln -sf mpgtx tagmp3
install -d -m 755  /tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/pkg/mpgtx/usr/bin
install -d -m 755  /tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/pkg/mpgtx/usr/share/man/man1
install -d -m 755  /tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/pkg/mpgtx/usr/share/man/de/man1
install -s -m 755 mpgtx /tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/pkg/mpgtx/usr/bin
cp -df mpgdemux mpgjoin mpgcat mpginfo mpgsplit tagmp3 /tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/pkg/mpgtx/usr/bin
install -m 644 man/mpgtx.1 man/tagmp3.1 /tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/pkg/mpgtx/usr/share/man/man1
install -m 644 man/de/mpgtx.1 man/de/tagmp3.1 /tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/pkg/mpgtx/usr/share/man/de/man1
cd man ; make
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/src/mpgtx-1.3.1/man'
ln -sf mpgtx.1 mpgcat.1
ln -sf mpgtx.1 mpgjoin.1
ln -sf mpgtx.1 mpginfo.1
ln -sf mpgtx.1 mpgsplit.1
ln -sf mpgtx.1 mpgdemux.1
make[1]: Leaving directory '/tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/src/mpgtx-1.3.1/man'
cd man/de ; make
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/src/mpgtx-1.3.1/man/de'
ln -sf mpgtx.1 mpgcat.1
ln -sf mpgtx.1 mpgjoin.1
ln -sf mpgtx.1 mpginfo.1
ln -sf mpgtx.1 mpgsplit.1
ln -sf mpgtx.1 mpgdemux.1
make[1]: Leaving directory '/tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/src/mpgtx-1.3.1/man/de'
cp -df man/mpgdemux.1 man/mpgjoin.1 man/mpgsplit.1 man/mpgcat.1 man/mpginfo.1 /tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/pkg/mpgtx/usr/share/man/man1
cp -df man/de/mpgdemux.1 man/de/mpgjoin.1 man/de/mpgsplit.1 man/de/mpgcat.1 man/de/mpginfo.1 /tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/pkg/mpgtx/usr/share/man/de/man1
==> Tidying install...
  -> 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 "mpgtx"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mpgtx 1.3.1-7 (Tue Feb 22 18:55:29 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-mpgtx-archlinuxrb-build-1lOksmGG
+ tee -a /srv/reproducible-results/archlinuxrb-build-1lOksmGG/b1/mpgtx/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/mpgtx-archlinuxrb-build-1lOksmGG/mpgtx/trunk/mpgtx-1.3.1-7-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-1lOksmGG/b1/mpgtx/mpgtx-1.3.1-7-x86_64.pkg.tar.zst'
Tue Feb 22 18:55:30 UTC 2022 - build #1 for mpgtx on osuosl170-amd64 done.
Tue Feb 22 18:55:30 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-IQQ1cCWP, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-1lOksmGG:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan 20 12:32 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jan 20 12:32 b2

/srv/reproducible-results/archlinuxrb-build-1lOksmGG/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 20 12:32 mpgtx

/srv/reproducible-results/archlinuxrb-build-1lOksmGG/b1/mpgtx:
total 128
-rw-r--r-- 1 jenkins jenkins 52213 Jan 20 12:32 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Jan 20 12:32 build1.version
-rw-r--r-- 1 jenkins jenkins 70195 Jan 20 12:32 mpgtx-1.3.1-7-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-1lOksmGG/b2:
total 0
/tmp/jenkins-script-QNzBSOlL: line 449: unexpected EOF while looking for matching `"'
Wed Jan 20 12:32:37 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-1lOksmGG deleted.
Wed 20 Jan 12:32:37 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-QNzBSOlL, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list