+ 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/rapidcheck-0.0.0.20220314/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/rapidcheck-0.0.0.20220314/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for rapidcheck-0.0.0.20220314 [ 2%] Building CXX object CMakeFiles/rapidcheck.dir/src/BeforeMinimalTestCase.cpp.o [ 5%] Building CXX object CMakeFiles/rapidcheck.dir/src/Check.cpp.o [ 8%] Building CXX object CMakeFiles/rapidcheck.dir/src/Classify.cpp.o [ 11%] Building CXX object CMakeFiles/rapidcheck.dir/src/GenerationFailure.cpp.o [ 14%] Building CXX object CMakeFiles/rapidcheck.dir/src/Log.cpp.o [ 17%] Building CXX object CMakeFiles/rapidcheck.dir/src/Random.cpp.o [ 20%] Building CXX object CMakeFiles/rapidcheck.dir/src/Show.cpp.o [ 22%] Building CXX object CMakeFiles/rapidcheck.dir/src/detail/Any.cpp.o [ 25%] Building CXX object CMakeFiles/rapidcheck.dir/src/detail/Assertions.cpp.o [ 28%] Building CXX object CMakeFiles/rapidcheck.dir/src/detail/Base64.cpp.o In file included from /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:1: /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.h:13:49: error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'? 13 | std::string base64Encode(const std::vector<std::uint8_t> &data); | ^~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.h:13:49: error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'? 13 | std::string base64Encode(const std::vector<std::uint8_t> &data); | ^~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.h:13:56: error: template argument 1 is invalid 13 | std::string base64Encode(const std::vector<std::uint8_t> &data); | ^ /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.h:13:56: error: template argument 2 is invalid /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.h:16:18: error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'? 16 | std::vector<std::uint8_t> base64Decode(const std::string &data); | ^~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.h:16:18: error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'? 16 | std::vector<std::uint8_t> base64Decode(const std::string &data); | ^~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.h:16:25: error: template argument 1 is invalid 16 | std::vector<std::uint8_t> base64Decode(const std::string &data); | ^ /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.h:16:25: error: template argument 2 is invalid /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:11:12: error: 'int16_t' in namespace 'std' does not name a type 11 | const std::int16_t reverseAlphabet[] = { | ^~~~~~~ /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:32:49: error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'? 32 | std::string base64Encode(const std::vector<std::uint8_t> &data) { | ^~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:32:49: error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'? 32 | std::string base64Encode(const std::vector<std::uint8_t> &data) { | ^~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:32:56: error: template argument 1 is invalid 32 | std::string base64Encode(const std::vector<std::uint8_t> &data) { | ^ /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:32:56: error: template argument 2 is invalid /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp: In function 'std::string rc::detail::base64Encode(const int&)': /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:33:26: error: request for member 'size' in 'data', which is of non-class type 'const int' 33 | const auto size = data.size(); | ^~~~ /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:40:10: error: 'uint32_t' is not a member of 'std'; did you mean 'wint_t'? 40 | std::uint32_t bits = 0; | ^~~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:42:7: error: 'bits' was not declared in this scope; did you mean 'nbits'? 42 | bits |= data[j] << nbits; | ^~~~ | nbits /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:42:19: error: invalid types 'const int[size_t {aka long unsigned int}]' for array subscript 42 | bits |= data[j] << nbits; | ^ /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:47:40: error: 'bits' was not declared in this scope; did you mean 'nbits'? 47 | output.append(1, kBase64Alphabet[bits & 0x3F]); | ^~~~ | nbits /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp: At global scope: /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:56:18: error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'? 56 | std::vector<std::uint8_t> base64Decode(const std::string &data) { | ^~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:56:18: error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'? 56 | std::vector<std::uint8_t> base64Decode(const std::string &data) { | ^~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:56:25: error: template argument 1 is invalid 56 | std::vector<std::uint8_t> base64Decode(const std::string &data) { | ^ /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:56:25: error: template argument 2 is invalid /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp: In function 'int rc::detail::base64Decode(const std::string&)': /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:64:20: error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'? 64 | std::vector<std::uint8_t> output; | ^~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:64:20: error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'? 64 | std::vector<std::uint8_t> output; | ^~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:64:27: error: template argument 1 is invalid 64 | std::vector<std::uint8_t> output; | ^ /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:64:27: error: template argument 2 is invalid /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:65:10: error: request for member 'reserve' in 'output', which is of non-class type 'int' 65 | output.reserve(outputSize); | ^~~~~~~ /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:69:10: error: 'uint32_t' is not a member of 'std'; did you mean 'wint_t'? 69 | std::uint32_t bits = 0; | ^~~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:71:22: error: 'reverseAlphabet' was not declared in this scope 71 | const auto x = reverseAlphabet[static_cast<std::uint8_t>(data[j])]; | ^~~~~~~~~~~~~~~ /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:71:55: error: 'uint8_t' in namespace 'std' does not name a type; did you mean 'wint_t'? 71 | const auto x = reverseAlphabet[static_cast<std::uint8_t>(data[j])]; | ^~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:75:7: error: 'bits' was not declared in this scope; did you mean 'nbits'? 75 | bits |= x << nbits; | ^~~~ | nbits /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:80:14: error: request for member 'push_back' in 'output', which is of non-class type 'int' 80 | output.push_back(static_cast<std::uint8_t>(bits)); | ^~~~~~~~~ /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:80:41: error: 'uint8_t' in namespace 'std' does not name a type; did you mean 'wint_t'? 80 | output.push_back(static_cast<std::uint8_t>(bits)); | ^~~~~~~ | wint_t /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/src/detail/Base64.cpp:80:50: error: 'bits' was not declared in this scope; did you mean 'nbits'? 80 | output.push_back(static_cast<std::uint8_t>(bits)); | ^~~~ | nbits At global scope: cc1plus: note: unrecognized command-line option '-Wno-unused-command-line-argument' may have been intended to silence earlier diagnostics *** [CMakeFiles/rapidcheck.dir/src/detail/Base64.cpp.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/cmake-pkgsrc-build 1 error bmake[2]: stopped in /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/cmake-pkgsrc-build *** [CMakeFiles/rapidcheck.dir/all] Error code 2 bmake[1]: stopped in /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/cmake-pkgsrc-build 1 error bmake[1]: stopped in /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/cmake-pkgsrc-build *** [all] Error code 2 bmake: stopped in /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/cmake-pkgsrc-build 1 error bmake: stopped in /home/pbulk/build/devel/rapidcheck/work/rapidcheck-8fafda42e732164db58003e542196e94a28481f9/cmake-pkgsrc-build *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/devel/rapidcheck *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/devel/rapidcheck