+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mp3val-0.1.8/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mp3val-0.1.8/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for mp3val-0.1.8
c++ -Wall -O2   -c -o main.o main.cpp
c++ -Wall -O2   -c -o mpegparse.o mpegparse.cpp
mpegparse.cpp: In function 'int ValidateFile(unsigned char*, int, MPEGINFO*, std::ostream*, char*, bool, int)':
mpegparse.cpp:177:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  177 |                         if(!fix) PrintMessage(out,"WARNING",filename,"Garbage at the beginning of the file",mpginfo->garbage_at_the_begin);
      |                                                   ^~~~~~~~~
mpegparse.cpp:177:70: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  177 |                         if(!fix) PrintMessage(out,"WARNING",filename,"Garbage at the beginning of the file",mpginfo->garbage_at_the_begin);
      |                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpegparse.cpp:185:59: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  185 |                                 if(!fix) PrintMessage(out,"WARNING",filename,"Garbage at the end of the file",mpginfo->garbage_at_the_end);
      |                                                           ^~~~~~~~~
mpegparse.cpp:185:78: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  185 |                                 if(!fix) PrintMessage(out,"WARNING",filename,"Garbage at the end of the file",mpginfo->garbage_at_the_end);
      |                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpegparse.cpp:190:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  190 |                         if(!fix) PrintMessage(out,"WARNING",filename,"MPEG stream error, resynchronized successfully",mpginfo->mpeg_stream_error);
      |                                                   ^~~~~~~~~
mpegparse.cpp:190:70: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  190 |                         if(!fix) PrintMessage(out,"WARNING",filename,"MPEG stream error, resynchronized successfully",mpginfo->mpeg_stream_error);
      |                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c++ -Wall -O2   -c -o out.o out.cpp
main.cpp: In function 'int ProcessFile(char*, char*)':
main.cpp:249:112: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  249 |                 if(CrossAPI_GetFullPathName(szFileName,(char *)pcBuffer,CROSSAPI_MAX_PATH+1)) PrintMessage(out,"FIXED",pcBuffer,"File was rebuilt",-1);
      |                                                                                                                ^~~~~~~
main.cpp:249:129: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  249 |                 if(CrossAPI_GetFullPathName(szFileName,(char *)pcBuffer,CROSSAPI_MAX_PATH+1)) PrintMessage(out,"FIXED",pcBuffer,"File was rebuilt",-1);
      |                                                                                                                                 ^~~~~~~~~~~~~~~~~~
main.cpp:250:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  250 |                 else PrintMessage(out,"FIXED",szFileName,"File was rebuilt",-1);
      |                                       ^~~~~~~
main.cpp:250:58: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  250 |                 else PrintMessage(out,"FIXED",szFileName,"File was rebuilt",-1);
      |                                                          ^~~~~~~~~~~~~~~~~~
main.cpp: In function 'int SplitFileName(char*, char**, char**)':
main.cpp:272:39: warning: value computed is not used [-Wunused-value]
  272 |                 if(**szPathOut=='\"') *szPathOut++;
      |                                       ^~~~~~~~~~~~
main.cpp:280:17: warning: value computed is not used [-Wunused-value]
  280 |                 *szFileNameOut++;
      |                 ^~~~~~~~~~~~~~~~
c++ -Wall -O2   -c -o report.o report.cpp
c++ -Wall -O2   -c -o crossapi.o crossapi.cpp
report.cpp: In function 'int PrintReport(std::ostream*, char*, MPEGINFO*)':
report.cpp:49:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   49 |                 PrintMessage(out,"ERROR",filename,"Unknown file format",-1);
      |                                  ^~~~~~~
report.cpp:49:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   49 |                 PrintMessage(out,"ERROR",filename,"Unknown file format",-1);
      |                                                   ^~~~~~~~~~~~~~~~~~~~~
report.cpp:55:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   55 |                 PrintMessage(out,"WARNING",filename,"Too few MPEG frames (it's unlikely that this is a MPEG audio file)",-1);
      |                                  ^~~~~~~~~
report.cpp:55:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   55 |                 PrintMessage(out,"WARNING",filename,"Too few MPEG frames (it's unlikely that this is a MPEG audio file)",-1);
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
report.cpp:59:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   59 |                 PrintMessage(out,"WARNING",filename,"This is a RIFF file, not MPEG stream",-1);
      |                                  ^~~~~~~~~
report.cpp:59:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   59 |                 PrintMessage(out,"WARNING",filename,"This is a RIFF file, not MPEG stream",-1);
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
report.cpp:64:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   64 |                 PrintMessage(out,"WARNING",filename,"It seems that file is truncated or there is garbage at the end of the file",mpginfo->truncated);
      |                                  ^~~~~~~~~
report.cpp:64:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   64 |                 PrintMessage(out,"WARNING",filename,"It seems that file is truncated or there is garbage at the end of the file",mpginfo->truncated);
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
report.cpp:70:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   70 |                 PrintMessage(out,"WARNING",filename,szMsgBuf,-1);
      |                                  ^~~~~~~~~
report.cpp:90:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   90 |                                 PrintMessage(out,"WARNING",filename,szMsgBuf,-1);
      |                                                  ^~~~~~~~~
report.cpp:95:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   95 |                                 PrintMessage(out,"WARNING",filename,szMsgBuf,-1);
      |                                                  ^~~~~~~~~
report.cpp:102:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  102 |                                 PrintMessage(out,"WARNING",filename,szMsgBuf,-1);
      |                                                  ^~~~~~~~~
report.cpp:107:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  107 |                                 PrintMessage(out,"WARNING",filename,szMsgBuf,-1);
      |                                                  ^~~~~~~~~
report.cpp:114:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  114 |                 PrintMessage(out,"WARNING",filename,"VBR detected, but no VBR header is present. Seeking may not work properly.",-1);
      |                                  ^~~~~~~~~
report.cpp:114:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  114 |                 PrintMessage(out,"WARNING",filename,"VBR detected, but no VBR header is present. Seeking may not work properly.",-1);
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
report.cpp:123:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  123 |                 PrintMessage(out,"WARNING",filename,"Non-layer-III frame encountered. See related INFO message for details.",-1);
      |                                  ^~~~~~~~~
report.cpp:123:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  123 |                 PrintMessage(out,"WARNING",filename,"Non-layer-III frame encountered. See related INFO message for details.",-1);
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
report.cpp:138:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  138 |                 PrintMessage(out,"WARNING",filename,"Different MPEG versions or layers in one file. See related INFO message for details.",-1);
      |                                  ^~~~~~~~~
report.cpp:138:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  138 |                 PrintMessage(out,"WARNING",filename,"Different MPEG versions or layers in one file. See related INFO message for details.",-1);
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
report.cpp:142:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  142 |                 PrintMessage(out,"WARNING",filename,"Several APEv2 tags in one file. See related INFO message for details.",-1);
      |                                  ^~~~~~~~~
report.cpp:142:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  142 |                 PrintMessage(out,"WARNING",filename,"Several APEv2 tags in one file. See related INFO message for details.",-1);
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
report.cpp:147:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  147 |                 PrintMessage(out,"WARNING",filename,"No supported tags in the file",-1);
      |                                  ^~~~~~~~~
report.cpp:147:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  147 |                 PrintMessage(out,"WARNING",filename,"No supported tags in the file",-1);
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:519,
                 from crossapi.cpp:174:
In function 'char* strncpy(char*, const char*, size_t)',
    inlined from 'int CrossAPI_FindFirstFile(char*, CROSSAPI_FIND_DATA*)' at crossapi.cpp:204:9:
/usr/include/bits/string_fortified.h:95:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 4096 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/fcntl.h:342,
                 from crossapi.cpp:173:
In function 'int open(const char*, int, ...)',
    inlined from 'int CrossAPI_MoveFile(char*, char*)' at crossapi.cpp:244:9:
/usr/include/bits/fcntl2.h:50:31: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT or O_TMPFILE in second argument needs 3 arguments
   50 |           __open_missing_mode ();
      |           ~~~~~~~~~~~~~~~~~~~~^~
make: *** [<builtin>: crossapi.o] Error 1
make: *** Waiting for unfinished jobs....
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/audio/mp3val
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/audio/mp3val