+ 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
main.cpp: In function 'int ProcessFile(char*, char*)':
main.cpp:249:136: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if(CrossAPI_GetFullPathName(szFileName,(char *)pcBuffer,CROSSAPI_MAX_PATH+1)) PrintMessage(out,"FIXED",pcBuffer,"File was rebuilt",-1);
                                                                                                                                        ^
main.cpp:249:136: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
main.cpp:250:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   else PrintMessage(out,"FIXED",szFileName,"File was rebuilt",-1);
                                                                 ^
main.cpp:250:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
main.cpp: In function 'int SplitFileName(char*, char**, char**)':
main.cpp:272:37: warning: value computed is not used [-Wunused-value]
   if(**szPathOut=='\"') *szPathOut++;
                                     ^
main.cpp:280:19: warning: value computed is not used [-Wunused-value]
   *szFileNameOut++;
                   ^
c++ -Wall -O2   -c -o out.o out.cpp
mpegparse.cpp: In function 'int ValidateFile(unsigned char*, int, MPEGINFO*, std::ostream*, char*, bool, int)':
mpegparse.cpp:177:117: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    if(!fix) PrintMessage(out,"WARNING",filename,"Garbage at the beginning of the file",mpginfo->garbage_at_the_begin);
                                                                                                                     ^
mpegparse.cpp:177:117: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
mpegparse.cpp:185:110: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     if(!fix) PrintMessage(out,"WARNING",filename,"Garbage at the end of the file",mpginfo->garbage_at_the_end);
                                                                                                              ^
mpegparse.cpp:185:110: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
mpegparse.cpp:190:124: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    if(!fix) PrintMessage(out,"WARNING",filename,"MPEG stream error, resynchronized successfully",mpginfo->mpeg_stream_error);
                                                                                                                            ^
mpegparse.cpp:190:124: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
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:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   PrintMessage(out,"ERROR",filename,"Unknown file format",-1);
                                                             ^
report.cpp:49:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
report.cpp:55:110: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   PrintMessage(out,"WARNING",filename,"Too few MPEG frames (it's unlikely that this is a MPEG audio file)",-1);
                                                                                                              ^
report.cpp:55:110: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
report.cpp:59:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   PrintMessage(out,"WARNING",filename,"This is a RIFF file, not MPEG stream",-1);
                                                                                ^
report.cpp:59:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
report.cpp:64:134: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   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:134: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
report.cpp:70:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   PrintMessage(out,"WARNING",filename,szMsgBuf,-1);
                                                  ^
report.cpp:90:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     PrintMessage(out,"WARNING",filename,szMsgBuf,-1);
                                                    ^
report.cpp:95:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     PrintMessage(out,"WARNING",filename,szMsgBuf,-1);
                                                    ^
report.cpp:102:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     PrintMessage(out,"WARNING",filename,szMsgBuf,-1);
                                                    ^
report.cpp:107:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     PrintMessage(out,"WARNING",filename,szMsgBuf,-1);
                                                    ^
report.cpp:114:118: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   PrintMessage(out,"WARNING",filename,"VBR detected, but no VBR header is present. Seeking may not work properly.",-1);
                                                                                                                      ^
report.cpp:114:118: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
report.cpp:123:114: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   PrintMessage(out,"WARNING",filename,"Non-layer-III frame encountered. See related INFO message for details.",-1);
                                                                                                                  ^
report.cpp:123:114: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
report.cpp:138:128: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   PrintMessage(out,"WARNING",filename,"Different MPEG versions or layers in one file. See related INFO message for details.",-1);
                                                                                                                                ^
report.cpp:138:128: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
report.cpp:142:113: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   PrintMessage(out,"WARNING",filename,"Several APEv2 tags in one file. See related INFO message for details.",-1);
                                                                                                                 ^
report.cpp:142:113: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
report.cpp:147:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   PrintMessage(out,"WARNING",filename,"No supported tags in the file",-1);
                                                                         ^
report.cpp:147:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
In file included from /usr/include/fcntl.h:306:0,
                 from crossapi.cpp:173:
In function 'int open(const char*, int, ...)',
    inlined from 'int CrossAPI_MoveFile(char*, char*)' at crossapi.cpp:244:45:
/usr/include/bits/fcntl2.h:50:26: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT or O_TMPFILE in second argument needs 3 arguments
    __open_missing_mode ();
                          ^
make: *** [crossapi.o] Error 1
make: *** Waiting for unfinished jobs....
*** Error code 2

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

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/audio/mp3val