+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/upx-3.96nb3/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/upx-3.96nb3/work.log
===> Building for upx-3.96nb3
Updating .depend
g++ -I/opt/pkg/include -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -O2 -fno-delete-null-pointer-checks -fno-strict-aliasing -fwrapv -funsigned-char -Wall -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wpointer-arith -Wshadow -Wvla -Wwrite-strings -Werror -o c_file.o -c c_file.cpp
g++ -I/opt/pkg/include -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -O2 -fno-delete-null-pointer-checks -fno-strict-aliasing -fwrapv -funsigned-char -Wall -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wpointer-arith -Wshadow -Wvla -Wwrite-strings -Werror -o c_init.o -c c_init.cpp
g++ -I/opt/pkg/include -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -O2 -fno-delete-null-pointer-checks -fno-strict-aliasing -fwrapv -funsigned-char -Wall -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wpointer-arith -Wshadow -Wvla -Wwrite-strings -Werror -o c_none.o -c c_none.cpp
g++ -I/opt/pkg/include -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -O2 -fno-delete-null-pointer-checks -fno-strict-aliasing -fwrapv -funsigned-char -Wall -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wpointer-arith -Wshadow -Wvla -Wwrite-strings -Werror -o c_screen.o -c c_screen.cpp
g++ -I/opt/pkg/include -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -O2 -fno-delete-null-pointer-checks -fno-strict-aliasing -fwrapv -funsigned-char -Wall -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wpointer-arith -Wshadow -Wvla -Wwrite-strings -Werror -o compress.o -c compress.cpp
g++ -I/opt/pkg/include -I/opt/pkg/include -I./../src/lzma-sdk -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -O2 -fno-delete-null-pointer-checks -fno-strict-aliasing -fwrapv -funsigned-char -Wall -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wpointer-arith -Wshadow -Wvla -Wwrite-strings -Werror -Wno-shadow -o compress_lzma.o -c compress_lzma.cpp
In file included from ./../src/lzma-sdk/C/7zip/Compress/LZMA/LZMAEncoder.h:6,
                 from compress_lzma.cpp:235:
./../src/lzma-sdk/C/7zip/Compress/LZMA/LZMAEncoder.h: In member function 'virtual ULONG NCompress::NLZMA::CEncoder::Release()':
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:159:32: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
  159 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0)  \
      |                                ^~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:166:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  166 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:182:37: note: in expansion of macro 'MY_UNKNOWN_IMP_SPEC'
  182 | #define MY_UNKNOWN_IMP3(i1, i2, i3) MY_UNKNOWN_IMP_SPEC( \
      |                                     ^~~~~~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/LZMAEncoder.h:371:3: note: in expansion of macro 'MY_UNKNOWN_IMP3'
  371 |   MY_UNKNOWN_IMP3(
      |   ^~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:160:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  160 |   return __m_RefCount; delete this; return 0; }
      |                        ^~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:166:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  166 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:182:37: note: in expansion of macro 'MY_UNKNOWN_IMP_SPEC'
  182 | #define MY_UNKNOWN_IMP3(i1, i2, i3) MY_UNKNOWN_IMP_SPEC( \
      |                                     ^~~~~~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/LZMAEncoder.h:371:3: note: in expansion of macro 'MY_UNKNOWN_IMP3'
  371 |   MY_UNKNOWN_IMP3(
      |   ^~~~~~~~~~~~~~~
compress_lzma.cpp: In member function 'virtual ULONG MyLzma::InStream::Release()':
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:159:32: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
  159 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0)  \
      |                                ^~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
compress_lzma.cpp:242:5: note: in expansion of macro 'MY_UNKNOWN_IMP'
  242 |     MY_UNKNOWN_IMP
      |     ^~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:160:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  160 |   return __m_RefCount; delete this; return 0; }
      |                        ^~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
compress_lzma.cpp:242:5: note: in expansion of macro 'MY_UNKNOWN_IMP'
  242 |     MY_UNKNOWN_IMP
      |     ^~~~~~~~~~~~~~
compress_lzma.cpp: In member function 'virtual ULONG MyLzma::OutStream::Release()':
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:159:32: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
  159 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0)  \
      |                                ^~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
compress_lzma.cpp:263:5: note: in expansion of macro 'MY_UNKNOWN_IMP'
  263 |     MY_UNKNOWN_IMP
      |     ^~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:160:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  160 |   return __m_RefCount; delete this; return 0; }
      |                        ^~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
compress_lzma.cpp:263:5: note: in expansion of macro 'MY_UNKNOWN_IMP'
  263 |     MY_UNKNOWN_IMP
      |     ^~~~~~~~~~~~~~
compress_lzma.cpp: In member function 'virtual ULONG MyLzma::ProgressInfo::Release()':
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:159:32: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
  159 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0)  \
      |                                ^~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
compress_lzma.cpp:289:5: note: in expansion of macro 'MY_UNKNOWN_IMP'
  289 |     MY_UNKNOWN_IMP
      |     ^~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:160:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  160 |   return __m_RefCount; delete this; return 0; }
      |                        ^~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
compress_lzma.cpp:289:5: note: in expansion of macro 'MY_UNKNOWN_IMP'
  289 |     MY_UNKNOWN_IMP
      |     ^~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../LZ/BinTree/BinTree.h: In member function 'virtual ULONG NBT2::CMatchFinder::Release()':
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:159:32: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
  159 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0)  \
      |                                ^~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../LZ/BinTree/BinTree.h:32:3: note: in expansion of macro 'MY_UNKNOWN_IMP'
   32 |   MY_UNKNOWN_IMP
      |   ^~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:160:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  160 |   return __m_RefCount; delete this; return 0; }
      |                        ^~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../LZ/BinTree/BinTree.h:32:3: note: in expansion of macro 'MY_UNKNOWN_IMP'
   32 |   MY_UNKNOWN_IMP
      |   ^~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../LZ/BinTree/BinTree.h: In member function 'virtual ULONG NBT3::CMatchFinder::Release()':
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:159:32: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
  159 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0)  \
      |                                ^~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../LZ/BinTree/BinTree.h:32:3: note: in expansion of macro 'MY_UNKNOWN_IMP'
   32 |   MY_UNKNOWN_IMP
      |   ^~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:160:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  160 |   return __m_RefCount; delete this; return 0; }
      |                        ^~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../LZ/BinTree/BinTree.h:32:3: note: in expansion of macro 'MY_UNKNOWN_IMP'
   32 |   MY_UNKNOWN_IMP
      |   ^~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../LZ/BinTree/BinTree.h: In member function 'virtual ULONG NBT4::CMatchFinder::Release()':
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:159:32: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
  159 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0)  \
      |                                ^~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../LZ/BinTree/BinTree.h:32:3: note: in expansion of macro 'MY_UNKNOWN_IMP'
   32 |   MY_UNKNOWN_IMP
      |   ^~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:160:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  160 |   return __m_RefCount; delete this; return 0; }
      |                        ^~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../LZ/BinTree/BinTree.h:32:3: note: in expansion of macro 'MY_UNKNOWN_IMP'
   32 |   MY_UNKNOWN_IMP
      |   ^~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../LZ/HashChain/../BinTree/BinTree.h: In member function 'virtual ULONG NHC4::CMatchFinder::Release()':
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:159:32: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
  159 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0)  \
      |                                ^~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../LZ/HashChain/../BinTree/BinTree.h:32:3: note: in expansion of macro 'MY_UNKNOWN_IMP'
   32 |   MY_UNKNOWN_IMP
      |   ^~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:160:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  160 |   return __m_RefCount; delete this; return 0; }
      |                        ^~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  171 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
./../src/lzma-sdk/C/7zip/Compress/LZMA/../LZ/HashChain/../BinTree/BinTree.h:32:3: note: in expansion of macro 'MY_UNKNOWN_IMP'
   32 |   MY_UNKNOWN_IMP
      |   ^~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
gmake: *** [Makefile:92: compress_lzma.o] Error 1
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/archivers/upx
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/archivers/upx