+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/deepstate-libfuzzer-0.1nb2/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/deepstate-libfuzzer-0.1nb2/work.log
WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead.
===> Building for deepstate-libfuzzer-0.1nb2
[  1%] Building C object CMakeFiles/deepstate32.dir/src/lib/DeepState.c.o
[  2%] Building C object CMakeFiles/deepstate.dir/src/lib/DeepState.c.o
[  3%] Building C object CMakeFiles/deepstate.dir/src/lib/Log.c.o
[  5%] Building C object CMakeFiles/deepstate32.dir/src/lib/Log.c.o
[  6%] Building C object CMakeFiles/deepstate.dir/src/lib/Option.c.o
[  7%] Building C object CMakeFiles/deepstate32.dir/src/lib/Option.c.o
[  9%] Building C object CMakeFiles/deepstate.dir/src/lib/Stream.c.o
[ 10%] Building C object CMakeFiles/deepstate32.dir/src/lib/Stream.c.o
[ 11%] Linking C static library libdeepstate.a
[ 13%] Linking C static library libdeepstate32.a
[ 13%] Built target deepstate
[ 14%] Building C object CMakeFiles/deepstate_LF.dir/src/lib/DeepState.c.o
[ 14%] Built target deepstate32
[ 15%] Generating timestamp
running build
running build_py
creating build/lib/deepstate
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/__init__.py -> build/lib/deepstate
creating build/lib/deepstate/core
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/core/__init__.py -> build/lib/deepstate/core
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/core/base.py -> build/lib/deepstate/core
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/core/fuzz.py -> build/lib/deepstate/core
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/core/symex.py -> build/lib/deepstate/core
creating build/lib/deepstate/executors
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/__init__.py -> build/lib/deepstate/executors
creating build/lib/deepstate/executors/fuzz
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/fuzz/__init__.py -> build/lib/deepstate/executors/fuzz
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/fuzz/afl.py -> build/lib/deepstate/executors/fuzz
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/fuzz/angora.py -> build/lib/deepstate/executors/fuzz
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/fuzz/eclipser.py -> build/lib/deepstate/executors/fuzz
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/fuzz/honggfuzz.py -> build/lib/deepstate/executors/fuzz
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/fuzz/libfuzzer.py -> build/lib/deepstate/executors/fuzz
creating build/lib/deepstate/executors/symex
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/symex/__init__.py -> build/lib/deepstate/executors/symex
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/symex/angr.py -> build/lib/deepstate/executors/symex
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/symex/manticore.py -> build/lib/deepstate/executors/symex
creating build/lib/deepstate/executors/auxiliary
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/auxiliary/__init__.py -> build/lib/deepstate/executors/auxiliary
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/auxiliary/ensembler.py -> build/lib/deepstate/executors/auxiliary
copying /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/bin/deepstate/executors/auxiliary/reducer.py -> build/lib/deepstate/executors/auxiliary
[ 15%] Built target target
[ 17%] Building C object CMakeFiles/deepstate_LF.dir/src/lib/Log.c.o
[ 18%] Building C object CMakeFiles/deepstate_LF.dir/src/lib/Option.c.o
[ 19%] Building C object CMakeFiles/deepstate_LF.dir/src/lib/Stream.c.o
[ 21%] Building CXX object examples/CMakeFiles/BoringDisabled.dir/BoringDisabled.cpp.o
[ 22%] Linking C static library libdeepstate_LF.a
[ 22%] Built target deepstate_LF
/home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/examples/BoringDisabled.cpp:30:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   30 |   register uint8_t ch0 = (uint8_t) pass[2];
      |   ^~~~~~~~
/home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/examples/BoringDisabled.cpp:35:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   35 |   register uint8_t ch1 = (uint8_t) pass[8];
      |   ^~~~~~~~
[ 23%] Building CXX object examples/CMakeFiles/BoringDisabled_LF.dir/BoringDisabled.cpp.o
2 warnings generated.
[ 25%] Linking CXX executable BoringDisabled
ld: CMakeFiles/BoringDisabled.dir/BoringDisabled.cpp.o: in function `DeepState_Test_CharTest_BoringVerifyCheck()':
BoringDisabled.cpp:(.text+0x8e): undefined reference to `_Unwind_Resume'
ld: CMakeFiles/BoringDisabled.dir/BoringDisabled.cpp.o: in function `DeepState_Test_CharTest_DisabledVerifyCheck()':
BoringDisabled.cpp:(.text+0x131): undefined reference to `_Unwind_Resume'
ld: CMakeFiles/BoringDisabled.dir/BoringDisabled.cpp.o: in function `DeepState_Test_CharTest_VerifyCheck()':
BoringDisabled.cpp:(.text+0x1ed): undefined reference to `_Unwind_Resume'
ld: /usr/lib/libstdc++.a(eh_terminate.o): in function `__cxxabiv1::__terminate(void (*)()) [clone .cold]':
eh_terminate.cc:(.text.unlikely+0x2c): undefined reference to `_Unwind_Resume'
ld: /usr/lib/libstdc++.a(eh_personality.o): in function `parse_lsda_header(_Unwind_Context*, unsigned char const*, lsda_header_info*)':
eh_personality.cc:(.text+0x1e8): undefined reference to `_Unwind_GetRegionStart'
ld: /usr/lib/libstdc++.a(eh_personality.o): in function `__gxx_personality_v0':
eh_personality.cc:(.text+0x405): undefined reference to `_Unwind_GetLanguageSpecificData'
ld: eh_personality.cc:(.text+0x462): undefined reference to `_Unwind_GetIPInfo'
ld: eh_personality.cc:(.text+0x684): undefined reference to `_Unwind_SetGR'
ld: eh_personality.cc:(.text+0x69b): undefined reference to `_Unwind_SetGR'
ld: eh_personality.cc:(.text+0x6a6): undefined reference to `_Unwind_SetIP'
ld: /usr/lib/libstdc++.a(eh_personality.o): in function `base_of_encoded_value(unsigned char, _Unwind_Context*)':
eh_personality.cc:(.text+0x18a): undefined reference to `_Unwind_GetTextRelBase'
ld: eh_personality.cc:(.text+0x197): undefined reference to `_Unwind_GetRegionStart'
ld: eh_personality.cc:(.text+0x1be): undefined reference to `_Unwind_GetDataRelBase'
ld: /usr/lib/libstdc++.a(eh_personality.o): in function `__cxa_call_unexpected.cold':
eh_personality.cc:(.text.unlikely+0xb8): undefined reference to `_Unwind_Resume'
ld: /usr/lib/libstdc++.a(eh_alloc.o): in function `(anonymous namespace)::pool::free(void*) [clone .constprop.0] [clone .cold]':
eh_alloc.cc:(.text.unlikely+0x41): undefined reference to `_Unwind_Resume'
ld: /usr/lib/libstdc++.a(eh_alloc.o): in function `(anonymous namespace)::pool::allocate(unsigned long) [clone .constprop.0] [clone .cold]':
eh_alloc.cc:(.text.unlikely+0x87): undefined reference to `_Unwind_Resume'
ld: /usr/lib/libstdc++.a(eh_catch.o): in function `__cxa_end_catch':
eh_catch.cc:(.text+0xd1): undefined reference to `_Unwind_DeleteException'
ld: eh_catch.cc:(.text+0xe2): undefined reference to `_Unwind_DeleteException'
ld: /usr/lib/libstdc++.a(vterminate.o): in function `__gnu_cxx::__verbose_terminate_handler() [clone .cold]':
vterminate.cc:(.text.unlikely+0x8e): undefined reference to `_Unwind_Resume'
ld: /usr/lib/libstdc++.a(eh_throw.o): in function `__cxa_throw':
eh_throw.cc:(.text+0xd5): undefined reference to `_Unwind_RaiseException'
ld: /usr/lib/libstdc++.a(eh_throw.o): in function `__cxa_rethrow':
eh_throw.cc:(.text+0x124): undefined reference to `_Unwind_Resume_or_Rethrow'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
--- examples/BoringDisabled ---
*** [examples/BoringDisabled] Error code 1

bmake[2]: stopped making "examples/CMakeFiles/BoringDisabled.dir/build" in /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/build
bmake[2]: 1 error

bmake[2]: stopped making "examples/CMakeFiles/BoringDisabled.dir/build" in /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/build
--- examples/CMakeFiles/BoringDisabled.dir/all ---
*** [examples/CMakeFiles/BoringDisabled.dir/all] Error code 2

bmake[1]: stopped making "all" in /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/build
/home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/examples/BoringDisabled.cpp:30:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   30 |   register uint8_t ch0 = (uint8_t) pass[2];
      |   ^~~~~~~~
/home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/examples/BoringDisabled.cpp:35:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   35 |   register uint8_t ch1 = (uint8_t) pass[8];
      |   ^~~~~~~~
2 warnings generated.
--- examples/CMakeFiles/BoringDisabled_LF.dir/all ---
*** [examples/CMakeFiles/BoringDisabled_LF.dir/all] Error code 6

bmake[1]: stopped making "all" in /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/build
bmake[1]: 2 errors

bmake[1]: stopped making "all" in /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/build
*** [all] Error code 2

bmake: stopped making "all" in /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/build
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/devel/deepstate-libfuzzer/work/deepstate-61ae1ed422194bd879e50ee5b2bce93537310473/build
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/deepstate-libfuzzer
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/devel/deepstate-libfuzzer