+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/dansguardian-2.12.0.3nb12/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/dansguardian-2.12.0.3nb12/work.log
===> Building for dansguardian-2.12.0.3nb12
--- all ---
/opt/local/bin/bmake  all-recursive
--- all-recursive ---
Making all in doc
Making all in .
Making all in data
--- all-recursive ---
Making all in languages
Making all in .
Making all in scripts
--- all-recursive ---
Making all in .
Making all in configs
--- all-recursive ---
Making all in lists
--- all-recursive ---
Making all in phraselists
Making all in .
Making all in blacklists
Making all in authplugins
--- all-recursive ---
Making all in .
Making all in bannedrooms
--- all-recursive ---
Making all in .
Making all in downloadmanagers
--- all-recursive ---
Making all in .
Making all in downloadmanagers
--- all-recursive ---
Making all in .
Making all in authplugins
--- all-recursive ---
Making all in .
Making all in .
Making all in src
--- dansguardian-String.o ---
--- dansguardian-FDTunnel.o ---
--- dansguardian-ConnectionHandler.o ---
--- dansguardian-DataBuffer.o ---
--- dansguardian-String.o ---
g++ -DHAVE_CONFIG_H -I. -I..  -D__CONFFILE='"/opt/local/etc/dansguardian/dansguardian.conf"'  -D__LOGLOCATION='"/var/log/dansguardian/"'  -D__PIDDIR='"/var/run"'  -D__PROXYUSER='"dansgrdn"'  -D__PROXYGROUP='"dansgrdn"'  -D__CONFDIR='"/opt/local/etc/dansguardian"'   -DFD_SETSIZE=512 -I/opt/local/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT dansguardian-String.o -MD -MP -MF .deps/dansguardian-String.Tpo -c -o dansguardian-String.o `test -f 'String.cpp' || echo './'`String.cpp
--- dansguardian-FDTunnel.o ---
g++ -DHAVE_CONFIG_H -I. -I..  -D__CONFFILE='"/opt/local/etc/dansguardian/dansguardian.conf"'  -D__LOGLOCATION='"/var/log/dansguardian/"'  -D__PIDDIR='"/var/run"'  -D__PROXYUSER='"dansgrdn"'  -D__PROXYGROUP='"dansgrdn"'  -D__CONFDIR='"/opt/local/etc/dansguardian"'   -DFD_SETSIZE=512 -I/opt/local/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT dansguardian-FDTunnel.o -MD -MP -MF .deps/dansguardian-FDTunnel.Tpo -c -o dansguardian-FDTunnel.o `test -f 'FDTunnel.cpp' || echo './'`FDTunnel.cpp
--- dansguardian-ConnectionHandler.o ---
g++ -DHAVE_CONFIG_H -I. -I..  -D__CONFFILE='"/opt/local/etc/dansguardian/dansguardian.conf"'  -D__LOGLOCATION='"/var/log/dansguardian/"'  -D__PIDDIR='"/var/run"'  -D__PROXYUSER='"dansgrdn"'  -D__PROXYGROUP='"dansgrdn"'  -D__CONFDIR='"/opt/local/etc/dansguardian"'   -DFD_SETSIZE=512 -I/opt/local/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT dansguardian-ConnectionHandler.o -MD -MP -MF .deps/dansguardian-ConnectionHandler.Tpo -c -o dansguardian-ConnectionHandler.o `test -f 'ConnectionHandler.cpp' || echo './'`ConnectionHandler.cpp
--- dansguardian-DataBuffer.o ---
g++ -DHAVE_CONFIG_H -I. -I..  -D__CONFFILE='"/opt/local/etc/dansguardian/dansguardian.conf"'  -D__LOGLOCATION='"/var/log/dansguardian/"'  -D__PIDDIR='"/var/run"'  -D__PROXYUSER='"dansgrdn"'  -D__PROXYGROUP='"dansgrdn"'  -D__CONFDIR='"/opt/local/etc/dansguardian"'   -DFD_SETSIZE=512 -I/opt/local/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT dansguardian-DataBuffer.o -MD -MP -MF .deps/dansguardian-DataBuffer.Tpo -c -o dansguardian-DataBuffer.o `test -f 'DataBuffer.cpp' || echo './'`DataBuffer.cpp
--- dansguardian-FDTunnel.o ---
In file included from Socket.hpp:13,
                 from FDTunnel.hpp:15,
                 from FDTunnel.cpp:29:
BaseSocket.hpp:51:75: error: ISO C++17 does not allow dynamic exception specifications
   51 |         void checkForInput(int timeout, bool honour_reloadconfig = false) throw(std::exception);
      |                                                                           ^~~~~
BaseSocket.hpp:55:76: error: ISO C++17 does not allow dynamic exception specifications
   55 |         void readyForOutput(int timeout, bool honour_reloadconfig = false) throw(std::exception);
      |                                                                            ^~~~~
BaseSocket.hpp:58:136: error: ISO C++17 does not allow dynamic exception specifications
   58 |         int getLine(char *buff, int size, int timeout, bool honour_reloadconfig = false, bool *chopped = NULL, bool *truncated = NULL) throw(std::exception);
      |                                                                                                                                        ^~~~~
BaseSocket.hpp:61:44: error: ISO C++17 does not allow dynamic exception specifications
   61 |         void writeString(const char *line) throw(std::exception);
      |                                            ^~~~~
BaseSocket.hpp:69:123: error: ISO C++17 does not allow dynamic exception specifications
   69 |         void writeToSockete(const char *buff, int len, unsigned int flags, int timeout, bool honour_reloadconfig = false) throw(std::exception);
      |                                                                                                                           ^~~~~
*** [dansguardian-FDTunnel.o] Error code 1

bmake[2]: stopped making "all" in /home/pbulk/build/www/dansguardian/work/dansguardian-2.12.0.3/src
--- dansguardian-DataBuffer.o ---
In file included from Socket.hpp:13,
                 from HTTPHeader.hpp:22,
                 from DataBuffer.cpp:11:
BaseSocket.hpp:51:75: error: ISO C++17 does not allow dynamic exception specifications
   51 |         void checkForInput(int timeout, bool honour_reloadconfig = false) throw(std::exception);
      |                                                                           ^~~~~
BaseSocket.hpp:55:76: error: ISO C++17 does not allow dynamic exception specifications
   55 |         void readyForOutput(int timeout, bool honour_reloadconfig = false) throw(std::exception);
      |                                                                            ^~~~~
BaseSocket.hpp:58:136: error: ISO C++17 does not allow dynamic exception specifications
   58 |         int getLine(char *buff, int size, int timeout, bool honour_reloadconfig = false, bool *chopped = NULL, bool *truncated = NULL) throw(std::exception);
      |                                                                                                                                        ^~~~~
BaseSocket.hpp:61:44: error: ISO C++17 does not allow dynamic exception specifications
   61 |         void writeString(const char *line) throw(std::exception);
      |                                            ^~~~~
BaseSocket.hpp:69:123: error: ISO C++17 does not allow dynamic exception specifications
   69 |         void writeToSockete(const char *buff, int len, unsigned int flags, int timeout, bool honour_reloadconfig = false) throw(std::exception);
      |                                                                                                                           ^~~~~
--- dansguardian-ConnectionHandler.o ---
In file included from Socket.hpp:13,
                 from DataBuffer.hpp:10,
                 from DownloadManager.hpp:15,
                 from OptionContainer.hpp:11,
                 from ConnectionHandler.hpp:12,
                 from ConnectionHandler.cpp:9:
BaseSocket.hpp:51:75: error: ISO C++17 does not allow dynamic exception specifications
   51 |         void checkForInput(int timeout, bool honour_reloadconfig = false) throw(std::exception);
      |                                                                           ^~~~~
BaseSocket.hpp:55:76: error: ISO C++17 does not allow dynamic exception specifications
   55 |         void readyForOutput(int timeout, bool honour_reloadconfig = false) throw(std::exception);
      |                                                                            ^~~~~
BaseSocket.hpp:58:136: error: ISO C++17 does not allow dynamic exception specifications
   58 |         int getLine(char *buff, int size, int timeout, bool honour_reloadconfig = false, bool *chopped = NULL, bool *truncated = NULL) throw(std::exception);
      |                                                                                                                                        ^~~~~
BaseSocket.hpp:61:44: error: ISO C++17 does not allow dynamic exception specifications
   61 |         void writeString(const char *line) throw(std::exception);
      |                                            ^~~~~
BaseSocket.hpp:69:123: error: ISO C++17 does not allow dynamic exception specifications
   69 |         void writeToSockete(const char *buff, int len, unsigned int flags, int timeout, bool honour_reloadconfig = false) throw(std::exception);
      |                                                                                                                           ^~~~~
DataBuffer.hpp:43:33: error: ISO C++17 does not allow dynamic exception specifications
   43 |         void out(Socket * sock) throw(std::exception);
      |                                 ^~~~~
--- dansguardian-DataBuffer.o ---
HTTPHeader.hpp:48:88: error: ISO C++17 does not allow dynamic exception specifications
   48 |         void out(Socket *peersock, Socket *sock, int sendflag, bool reconnect = false) throw(std::exception);
      |                                                                                        ^~~~~
--- dansguardian-ConnectionHandler.o ---
In file included from DownloadManager.hpp:17:
HTTPHeader.hpp:48:88: error: ISO C++17 does not allow dynamic exception specifications
   48 |         void out(Socket *peersock, Socket *sock, int sendflag, bool reconnect = false) throw(std::exception);
      |                                                                                        ^~~~~
--- dansguardian-DataBuffer.o ---
In file included from DownloadManager.hpp:15,
                 from OptionContainer.hpp:11,
                 from DataBuffer.cpp:12:
DataBuffer.hpp:43:33: error: ISO C++17 does not allow dynamic exception specifications
   43 |         void out(Socket * sock) throw(std::exception);
      |                                 ^~~~~
DataBuffer.cpp:239:37: error: ISO C++17 does not allow dynamic exception specifications
  239 | void DataBuffer::out(Socket * sock) throw(std::exception)
      |                                     ^~~~~
--- dansguardian-ConnectionHandler.o ---
ConnectionHandler.cpp: In member function 'void ConnectionHandler::handleConnection(Socket&, String&)':
ConnectionHandler.cpp:1650:54: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
 1650 |                                                 std::auto_ptr<BackedStore> part;
      |                                                      ^~~~~~~~
In file included from /opt/local/gcc13/include/c++/13.3.0/memory:78,
                 from ConnectionHandler.cpp:36:
/opt/local/gcc13/include/c++/13.3.0/bits/unique_ptr.h:65:28: note: declared here
   65 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
--- dansguardian-DataBuffer.o ---
*** [dansguardian-DataBuffer.o] Error code 1

bmake[2]: stopped making "all" in /home/pbulk/build/www/dansguardian/work/dansguardian-2.12.0.3/src
--- dansguardian-String.o ---
mv -f .deps/dansguardian-String.Tpo .deps/dansguardian-String.Po
--- dansguardian-ConnectionHandler.o ---
*** [dansguardian-ConnectionHandler.o] Error code 1

bmake[2]: stopped making "all" in /home/pbulk/build/www/dansguardian/work/dansguardian-2.12.0.3/src
bmake[2]: 3 errors

bmake[2]: stopped making "all" in /home/pbulk/build/www/dansguardian/work/dansguardian-2.12.0.3/src

bmake[1]: stopped making "all-recursive" in /home/pbulk/build/www/dansguardian/work/dansguardian-2.12.0.3

bmake: stopped making "all" in /home/pbulk/build/www/dansguardian/work/dansguardian-2.12.0.3
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-2024Q4-x86_64/www/dansguardian
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-2024Q4-x86_64/www/dansguardian