Skip to content
Success

Console Output

Started by user score
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/bin2iso
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/bin2iso/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/bin2iso.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/bin2iso.git
 > git --version # timeout=10
 > git --version # 'git version 2.38.1'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/bin2iso.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 907da2bc4d809cce672070813f8683c8439d632f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 907da2bc4d809cce672070813f8683c8439d632f # timeout=10
Commit message: "revision"
 > git rev-list --no-walk 907da2bc4d809cce672070813f8683c8439d632f # timeout=10
[bin2iso] $ /bin/sh -xe /tmp/jenkins2619679578736679641.sh
+ '[' -n '' ']'
+ rm -vf bin2iso-1.9b-6-x86_64.pkg.tar.zst bin2iso-1.9b-6-x86_64.pkg.tar.zst.sig
removed 'bin2iso-1.9b-6-x86_64.pkg.tar.zst'
removed 'bin2iso-1.9b-6-x86_64.pkg.tar.zst.sig'
+ sudo /usr/local/sbin/build-chroot-pkg bin2iso
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0002]...done
==> Making package: bin2iso 1.9b-6 (Thu Dec  1 06:55:41 2022)
==> Retrieving sources...
  -> Found bin2iso19b_linux.c
==> Validating source files with sha256sums...
    bin2iso19b_linux.c ... Passed
==> Making package: bin2iso 1.9b-6 (Thu Dec  1 06:55:49 2022)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found bin2iso19b_linux.c
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
==> Entering fakeroot environment...
==> Starting package()...
bin2iso19b_linux.c:114:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  114 | buffered_fread(unsigned char *array, unsigned int size) {
      | ^~~~~~~~~~~~~~
bin2iso19b_linux.c: In function ‘buffered_fread’:
bin2iso19b_linux.c:128:39: warning: statement with no effect [-Wunused-value]
  128 |          while(i++ < size) { array[i] == 0; }/* zero fill the rest */
      |                              ~~~~~~~~~^~~~
bin2iso19b_linux.c: In function ‘getTrackinfo’:
bin2iso19b_linux.c:240:20: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness [-Wpointer-sign]
  240 |       strncpy(track->num, &Line[8], 2); track->num[2] = '\0';
      |               ~~~~~^~~~~
      |                    |
      |                    unsigned char *
In file included from /usr/include/features.h:490,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from bin2iso19b_linux.c:1:
/usr/include/bits/string_fortified.h:92:1: note: expected ‘char * restrict’ but argument is of type ‘unsigned char *’
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
bin2iso19b_linux.c:252:16: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness [-Wpointer-sign]
  252 |    strcpy(track->name, sBinFilename);
      |           ~~~~~^~~~~~
      |                |
      |                unsigned char *
/usr/include/bits/string_fortified.h:77:1: note: expected ‘char * restrict’ but argument is of type ‘unsigned char *’
   77 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
      | ^~~~~
bin2iso19b_linux.c:254:16: warning: pointer targets in passing argument 1 of ‘strcat’ differ in signedness [-Wpointer-sign]
  254 |    strcat(track->name, "-");
      |           ~~~~~^~~~~~
      |                |
      |                unsigned char *
/usr/include/bits/string_fortified.h:128:1: note: expected ‘char * restrict’ but argument is of type ‘unsigned char *’
  128 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src))
      | ^~~~~
bin2iso19b_linux.c:255:16: warning: pointer targets in passing argument 1 of ‘strcat’ differ in signedness [-Wpointer-sign]
  255 |    strcat(track->name, track->num);
      |           ~~~~~^~~~~~
      |                |
      |                unsigned char *
/usr/include/bits/string_fortified.h:128:1: note: expected ‘char * restrict’ but argument is of type ‘unsigned char *’
  128 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src))
      | ^~~~~
bin2iso19b_linux.c:255:29: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness [-Wpointer-sign]
  255 |    strcat(track->name, track->num);
      |                        ~~~~~^~~~~
      |                             |
      |                             unsigned char *
/usr/include/bits/string_fortified.h:128:1: note: expected ‘const char * restrict’ but argument is of type ‘unsigned char *’
  128 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src))
      | ^~~~~
bin2iso19b_linux.c:262:19: warning: pointer targets in passing argument 1 of ‘strcat’ differ in signedness [-Wpointer-sign]
  262 |       strcat(track->name, ".iso");
      |              ~~~~~^~~~~~
      |                   |
      |                   unsigned char *
/usr/include/bits/string_fortified.h:128:1: note: expected ‘char * restrict’ but argument is of type ‘unsigned char *’
  128 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src))
      | ^~~~~
bin2iso19b_linux.c:264:19: warning: pointer targets in passing argument 1 of ‘strcat’ differ in signedness [-Wpointer-sign]
  264 |       strcat(track->name, ".wav");
      |              ~~~~~^~~~~~
      |                   |
      |                   unsigned char *
/usr/include/bits/string_fortified.h:128:1: note: expected ‘char * restrict’ but argument is of type ‘unsigned char *’
  128 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src))
      | ^~~~~
bin2iso19b_linux.c:266:22: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘unsigned char *’ [-Wformat=]
  266 |       printf("Track %d Unsupported mode\n", track->num);
      |                     ~^                      ~~~~~~~~~~
      |                      |                           |
      |                      int                         unsigned char *
      |                     %hhn
bin2iso19b_linux.c:282:46: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  282 |          min = ((Line[13]-'0')<<4) | Line[14]-'0';
      |                                      ~~~~~~~~^~~~
bin2iso19b_linux.c:283:46: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  283 |          sec = ((Line[16]-'0')<<4) | Line[17]-'0';
      |                                      ~~~~~~~~^~~~
bin2iso19b_linux.c:284:48: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  284 |          block = ((Line[19]-'0')<<4) | Line[20]-'0';
      |                                        ~~~~~~~~^~~~
bin2iso19b_linux.c: In function ‘dotrack’:
bin2iso19b_linux.c:329:48: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=]
  329 |    if(startidx != 0) printf("\nNote: PreGap = %d frames\n", startidx-preidx);
      |                                               ~^            ~~~~~~~~~~~~~~~
      |                                                |                    |
      |                                                int                  long int
      |                                               %ld
bin2iso19b_linux.c:334:31: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=]
  334 |       printf("Creating %s (%06d,%06d) ", sOutFilename, startidx, endidx-1);
      |                            ~~~^                        ~~~~~~~~
      |                               |                        |
      |                               int                      long int
      |                            %06ld
bin2iso19b_linux.c:334:36: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat=]
  334 |       printf("Creating %s (%06d,%06d) ", sOutFilename, startidx, endidx-1);
      |                                 ~~~^                             ~~~~~~~~
      |                                    |                                   |
      |                                    int                                 long int
      |                                 %06ld
bin2iso19b_linux.c:336:30: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=]
  336 |       printf("Converting (%06d,%06d) ", startidx, endidx-1);
      |                           ~~~^          ~~~~~~~~
      |                              |          |
      |                              int        long int
      |                           %06ld
bin2iso19b_linux.c:336:35: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=]
  336 |       printf("Converting (%06d,%06d) ", startidx, endidx-1);
      |                                ~~~^               ~~~~~~~~
      |                                   |                     |
      |                                   int                   long int
      |                                %06ld
bin2iso19b_linux.c:415:68: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=]
  415 |          if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); }
      |                                                                 ~~~^   ~~~~~~~~
      |                                                                    |   |
      |                                                                    int long int
      |                                                                 %06ld
bin2iso19b_linux.c:422:68: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=]
  422 |          if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); }
      |                                                                 ~~~^   ~~~~~~~~
      |                                                                    |   |
      |                                                                    int long int
      |                                                                 %06ld
bin2iso19b_linux.c:496:68: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=]
  496 |          if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); }
      |                                                                 ~~~^   ~~~~~~~~
      |                                                                    |   |
      |                                                                    int long int
      |                                                                 %06ld
bin2iso19b_linux.c: In function ‘checkGaps’:
bin2iso19b_linux.c:604:8: warning: unused variable ‘c’ [-Wunused-variable]
  604 |    int c = 0;
      |        ^
bin2iso19b_linux.c: In function ‘main’:
bin2iso19b_linux.c:696:66: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Wformat=]
  696 |       printf("   -nob         - Doesn't use overburn data past %ld sectors.    \n", CD74_MAX_SECTORS);
      |                                                                ~~^
      |                                                                  |
      |                                                                  long int
      |                                                                %d
bin2iso19b_linux.c:792:18: warning: too many arguments for format [-Wformat-extra-args]
  792 |          printf ("Error: Filename not found on first line of cuefile.\n", argv[1]);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bin2iso19b_linux.c:882:29: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness [-Wpointer-sign]
  882 |             strcpy(tracks[i].name, "obdatatemp.bin");
      |                    ~~~~~~~~~^~~~~
      |                             |
      |                             unsigned char *
/usr/include/bits/string_fortified.h:77:1: note: expected ‘char * restrict’ but argument is of type ‘unsigned char *’
   77 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
      | ^~~~~
bin2iso19b_linux.c:927:24: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  927 |          printf("%s (%3d Mb) - sectors %06ld:%06ld (offset %09ld:%09ld)\n",
      |                      ~~^
      |                        |
      |                        int
      |                      %3ld
  928 |             tracks[i].name,
  929 |             tracks[i].size/(1024*1024),
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                           |
      |                           long unsigned int
bin2iso19b_linux.c:943:49: warning: pointer targets in passing argument 2 of ‘rename’ differ in signedness [-Wpointer-sign]
  943 |          if( 0 != rename(sBinFilename, tracks[0].name) ) {
      |                                        ~~~~~~~~~^~~~~
      |                                                 |
      |                                                 unsigned char *
/usr/include/stdio.h:154:51: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
  154 | extern int rename (const char *__old, const char *__new) __THROW;
      |                                       ~~~~~~~~~~~~^~~~~
bin2iso19b_linux.c:961:40: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness [-Wpointer-sign]
  961 |             strcat(sOutFilename, trackA.name);
      |                                  ~~~~~~^~~~~
      |                                        |
      |                                        unsigned char *
/usr/include/bits/string_fortified.h:128:1: note: expected ‘const char * restrict’ but argument is of type ‘unsigned char *’
  128 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src))
      | ^~~~~
bin2iso19b_linux.c:963:50: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness [-Wpointer-sign]
  963 |          if ( ((doOneTrack == 1) && strcmp(trackA.num, sTrack)==0) || (doOneTrack == 0) ) {
      |                                            ~~~~~~^~~~
      |                                                  |
      |                                                  unsigned char *
In file included from bin2iso19b_linux.c:2:
/usr/include/string.h:156:32: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |                    ~~~~~~~~~~~~^~~~
bin2iso19b_linux.c:982:26: warning: implicit declaration of function ‘ftruncate’; did you mean ‘strncat’? [-Wimplicit-function-declaration]
  982 |                if( -1 == ftruncate(fileno(fdBinFile), trackA.offset1) ) {
      |                          ^~~~~~~~~
      |                          strncat
bin2iso19b_linux.c:989:52: warning: pointer targets in passing argument 2 of ‘rename’ differ in signedness [-Wpointer-sign]
  989 |                if( 0 != rename(sBinFilename, trackA.name) ) {
      |                                              ~~~~~~^~~~~
      |                                                    |
      |                                                    unsigned char *
/usr/include/stdio.h:154:51: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
  154 | extern int rename (const char *__old, const char *__new) __THROW;
      |                                       ~~~~~~~~~~~~^~~~~
bin2iso19b_linux.c:999:40: warning: pointer targets in passing argument 1 of ‘fopen’ differ in signedness [-Wpointer-sign]
  999 |                fdBinFile = fopen(trackA.name, "rb+"); // gets closed in doTrack...
      |                                  ~~~~~~^~~~~
      |                                        |
      |                                        unsigned char *
/usr/include/stdio.h:258:44: note: expected ‘const char * restrict’ but argument is of type ‘unsigned char *’
  258 | extern FILE *fopen (const char *__restrict __filename,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
bin2iso19b_linux.c:648:22: warning: unused variable ‘count’ [-Wunused-variable]
  648 |    unsigned long int count = 0;
      |                      ^~~~~
bin2iso19b_linux.c:756:10: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  756 |          fread( sLine, 1, sizeof(tWavHead), fdBinFile );
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bin2iso19b_linux.c: In function ‘buffered_fwrite’:
bin2iso19b_linux.c:174:18: warning: ‘readpos’ may be used uninitialized [-Wmaybe-uninitialized]
  174 |          if(0 != fseek(fdOutFile, readpos, SEEK_SET)) {
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bin2iso19b_linux.c:145:22: note: ‘readpos’ was declared here
  145 |    unsigned long int readpos;
      |                      ^~~~~~~
bin2iso19b_linux.c: In function ‘flush_buffers’:
bin2iso19b_linux.c:215:15: warning: ‘readpos’ may be used uninitialized [-Wmaybe-uninitialized]
  215 |       if(0 != fseek(fdOutFile, readpos, SEEK_SET)) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bin2iso19b_linux.c:192:22: note: ‘readpos’ was declared here
  192 |    unsigned long int readpos;
      |                      ^~~~~~~
bin2iso19b_linux.c: In function ‘doCueFile’:
bin2iso19b_linux.c:552:39: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
  552 |             sprintf(mode, "MODE%d/2352", buf[15]);
      |                                       ^
In file included from /usr/include/stdio.h:906:
In function ‘sprintf’,
    inlined from ‘doCueFile’ at bin2iso19b_linux.c:552:13:
/usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 11 and 13 bytes into a destination of size 12
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
bin2iso19b_linux.c: In function ‘main’:
bin2iso19b_linux.c:782:29: warning: array subscript -1 is below array bounds of ‘char[256]’ [-Warray-bounds]
  782 |             if (sBinFilename[j-1] == '"') { j--; q++;} // strip out quotes
      |                 ~~~~~~~~~~~~^~~~~
bin2iso19b_linux.c:86:6: note: while referencing ‘sBinFilename’
   86 | char sBinFilename[256];
      |      ^~~~~~~~~~~~
==> 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 "bin2iso"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Creating package "bin2iso-debug"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: bin2iso 1.9b-6 (Thu Dec  1 06:55:56 2022)
'bin2iso-1.9b-6-x86_64.pkg.tar.zst' -> '/var/lib/aur-repo/bin2iso-1.9b-6-x86_64.pkg.tar.zst'
'bin2iso-1.9b-6-x86_64.pkg.tar.zst.sig' -> '/var/lib/aur-repo/bin2iso-1.9b-6-x86_64.pkg.tar.zst.sig'
'bin2iso-debug-1.9b-6-x86_64.pkg.tar.zst' -> '/var/lib/aur-repo/bin2iso-debug-1.9b-6-x86_64.pkg.tar.zst'
'bin2iso-debug-1.9b-6-x86_64.pkg.tar.zst.sig' -> '/var/lib/aur-repo/bin2iso-debug-1.9b-6-x86_64.pkg.tar.zst.sig'
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.db.tar.gz'
gpg: Signature made Thu 01 Dec 2022 06:55:35 AM UTC
gpg:                using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
  -> Database signature file verified.
==> Extracting score.moe.db.tar.gz to a temporary location...
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.files.tar.gz'
gpg: Signature made Thu 01 Dec 2022 06:55:36 AM UTC
gpg:                using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
  -> Database signature file verified.
==> Extracting score.moe.files.tar.gz to a temporary location...
==> Adding package 'bin2iso-1.9b-6-x86_64.pkg.tar.zst'
==> WARNING: An entry for 'bin2iso-1.9b-6' already existed
  -> Adding package signature...
  -> Computing checksums...
  -> Removing existing entry 'bin2iso-1.9b-6'...
  -> Creating 'desc' db entry...
  -> Creating 'files' db entry...
==> Adding package 'bin2iso-debug-1.9b-6-x86_64.pkg.tar.zst'
  -> Adding package signature...
  -> Computing checksums...
  -> Creating 'desc' db entry...
  -> Creating 'files' db entry...
==> Creating updated database file 'score.moe.db.tar.gz'
==> Signing database 'score.moe.db.tar.gz'...
  -> Created signature file 'score.moe.db.tar.gz.sig'
==> Signing database 'score.moe.files.tar.gz'...
  -> Created signature file 'score.moe.files.tar.gz.sig'
Archiving artifacts
Recording fingerprints
Finished: SUCCESS