>>> jsonnet: Building community/jsonnet 0.20.0-r0 (using abuild 3.11.0_rc8-r0) started Tue, 18 Apr 2023 04:42:20 +0000 >>> jsonnet: Checking sanity of /home/buildozer/aports/community/jsonnet/APKBUILD... >>> jsonnet: Analyzing dependencies... >>> jsonnet: Installing for build: build-base cmake gtest-dev nlohmann-json rapidyaml-dev samurai bash (1/17) Installing libbz2 (1.0.8-r5) (2/17) Installing xz-libs (5.4.2-r1) (3/17) Installing libarchive (3.6.2-r2) (4/17) Installing libformw (6.4_p20230401-r4) (5/17) Installing rhash-libs (1.4.3-r2) (6/17) Installing libuv (1.44.2-r2) (7/17) Installing cmake (3.26.3-r1) (8/17) Installing gtest (1.13.0-r1) (9/17) Installing gmock (1.13.0-r1) (10/17) Installing gtest-dev (1.13.0-r1) (11/17) Installing nlohmann-json (3.11.2-r0) (12/17) Installing rapidyaml (0.5.0-r0) (13/17) Installing rapidyaml-dev (0.5.0-r0) (14/17) Installing samurai (1.2-r3) (15/17) Installing readline (8.2.1-r1) (16/17) Installing bash (5.2.15-r3) Executing bash-5.2.15-r3.post-install (17/17) Installing .makedepends-jsonnet (20230418.044221) Executing busybox-1.36.0-r7.trigger OK: 468 MiB in 116 packages >>> jsonnet: Cleaning up srcdir >>> jsonnet: Cleaning up pkgdir >>> jsonnet: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jsonnet-0.20.0.tar.gz >>> jsonnet: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jsonnet-0.20.0.tar.gz >>> jsonnet: Checking sha512sums... jsonnet-0.20.0.tar.gz: OK json-include.patch: OK unvendor-ryml.patch: OK >>> jsonnet: Unpacking /var/cache/distfiles/edge/jsonnet-0.20.0.tar.gz... >>> jsonnet: json-include.patch patching file core/vm.cpp >>> jsonnet: unvendor-ryml.patch patching file CMakeLists.txt CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.2.1 -- The CXX compiler identification is GNU 12.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found GTest: /usr/lib/cmake/GTest/GTestConfig.cmake (found version "1.13.0") -- Found nlohmann_json: /usr/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found suitable version "3.11.2", minimum required is "3.6.1") Extracted Jsonnet version: 0.20.0 Testing with Jsonnet executable: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/build/jsonnet -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/build [1/37] Building CXX object third_party/md5/CMakeFiles/md5.dir/md5.cpp.o [2/37] Building CXX object stdlib/CMakeFiles/to_c_array.dir/to_c_array.cpp.o [3/37] Linking CXX executable to_c_array [4/37] Generating /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/std.jsonnet.h [5/37] Building CXX object cmd/CMakeFiles/jsonnetfmt.dir/utils.cpp.o [6/37] Building CXX object cmd/CMakeFiles/jsonnetfmt.dir/jsonnetfmt.cpp.o [7/37] Building CXX object cmd/CMakeFiles/jsonnet.dir/utils.cpp.o [8/37] Building CXX object cmd/CMakeFiles/jsonnet.dir/jsonnet.cpp.o [9/37] Building C object core/CMakeFiles/libjsonnet_test_snippet.dir/libjsonnet_test_snippet.c.o [10/37] Building C object core/CMakeFiles/libjsonnet_test_file.dir/libjsonnet_test_file.c.o [11/37] Building CXX object core/CMakeFiles/libjsonnet_test.dir/libjsonnet_test.cpp.o [12/37] Building CXX object core/CMakeFiles/parser_test.dir/parser_test.cpp.o [13/37] Building CXX object core/CMakeFiles/lexer_test.dir/lexer_test.cpp.o [14/37] Building CXX object core/CMakeFiles/libjsonnet.dir/vm.cpp.o [15/37] Building CXX object core/CMakeFiles/libjsonnet.dir/string_utils.cpp.o [16/37] Building CXX object core/CMakeFiles/libjsonnet.dir/static_analysis.cpp.o [17/37] Building CXX object core/CMakeFiles/libjsonnet.dir/pass.cpp.o [18/37] Building CXX object core/CMakeFiles/libjsonnet.dir/parser.cpp.o [19/37] Building CXX object core/CMakeFiles/libjsonnet.dir/libjsonnet.cpp.o [20/37] Building CXX object core/CMakeFiles/libjsonnet.dir/lexer.cpp.o [21/37] Building CXX object core/CMakeFiles/libjsonnet.dir/formatter.cpp.o [22/37] Building CXX object core/CMakeFiles/libjsonnet.dir/desugarer.cpp.o [23/37] Linking CXX static library libmd5.a /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/libjsonnet_test.cpp:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/string_utils.cpp:19: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_error.h:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:30, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/string_utils.h:20, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/string_utils.cpp:20: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/unicode.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/string_utils.h:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/string_utils.cpp:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_analysis.cpp:19: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_error.h:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:30: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/unicode.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_analysis.cpp:20: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_analysis.h:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_analysis.cpp:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.cpp:23: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_error.h:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:30: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/unicode.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.cpp:27:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 27 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/parser.h:22, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/parser_test.cpp:17: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_error.h:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:30: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/unicode.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/parser.h:26:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 26 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/parser_test.cpp:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.h:23, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/libjsonnet.cpp:32: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_error.h:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:30: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/unicode.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.h:24: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.h:26:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 26 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/libjsonnet.cpp:33: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/formatter.h:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/libjsonnet.cpp:35: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/parser.h:26:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 26 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/libjsonnet.cpp:36: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_analysis.h:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer_test.cpp:17: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_error.h:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:30: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/unicode.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer_test.cpp:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/pass.h:20, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/pass.cpp:17: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_error.h:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:30: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/unicode.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/pass.h:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/pass.cpp:19:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 19 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/formatter.h:20, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/formatter.cpp:21: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_error.h:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:30: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/unicode.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/formatter.h:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/formatter.cpp:23: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/pass.h:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/formatter.cpp:24: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/string_utils.h:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/formatter.cpp:27:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 27 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/parser.cpp:28: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_error.h:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:30: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/unicode.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.h:24, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/parser.cpp:29: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.h:26:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 26 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/parser.cpp:31: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/parser.h:26:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 26 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/parser.cpp:34:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 34 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.cpp:21: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_error.h:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:30: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/unicode.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.h:24, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.cpp:22: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.h:26:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 26 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.cpp:24: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/parser.h:26:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 26 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.cpp:25: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/pass.h:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.cpp:26: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/string_utils.h:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.cpp:28:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 28 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:29, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.h:23, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.cpp:24: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_error.h:23:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:30: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/unicode.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/lexer.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/ast.h:32:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.h:24: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.h:24:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 24 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/desugarer.h:26:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 26 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.cpp:28: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/parser.h:26:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 26 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.cpp:31: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/state.h:20:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 20 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.cpp:32: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/static_analysis.h:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ In file included from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.cpp:33: /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/string_utils.h:22:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 22 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.cpp:36:11: warning: nested namespace definitions only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 36 | namespace jsonnet::internal { | ^~~~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.cpp: In member function 'const c4::yml::Tree jsonnet::internal::{anonymous}::Interpreter::treeFromString(const std::string&)': /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.cpp:1640:27: warning: 'c4::yml::Tree c4::yml::parse(c4::csubstr)' is deprecated: use parse_in_arena() instead [-Wdeprecated-declarations] 1640 | return ryml::parse(c4::to_csubstr(s)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c4/yml/yml.hpp:7, from /usr/include/ryml.hpp:4, from /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.cpp:30: /usr/include/c4/yml/parse.hpp:688:61: note: declared here 688 | RYML_DEPRECATED("use parse_in_arena() instead") inline Tree parse( csubstr yaml ) { Parser np; return np.parse_in_arena({} , yaml); } //!< parse a read-only YAML source buffer, copying it first to the tree's source arena. | ^~~~~ /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.cpp: In member function 'void jsonnet::internal::{anonymous}::Interpreter::otherJsonToHeap(const jsonnet::internal::json&, bool&, jsonnet::internal::{anonymous}::Value&)': /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/core/vm.cpp:1667:16: warning: enumeration value 'binary' not handled in switch [-Wswitch] 1667 | switch (v.type()) { | ^ [24/37] Linking CXX shared library libjsonnet.so.0.20.0 [25/37] Creating library symlink libjsonnet.so.0 libjsonnet.so [26/37] Linking CXX executable jsonnetfmt [27/37] Linking CXX executable jsonnet [28/37] Linking CXX executable libjsonnet_test_snippet [29/37] Linking CXX executable libjsonnet_test_file [30/37] Linking CXX executable libjsonnet_test [31/37] Linking CXX executable parser_test [32/37] Linking CXX executable lexer_test [33/37] Building CXX object cpp/CMakeFiles/libjsonnet++_test.dir/libjsonnet++_test.cpp.o [34/37] Building CXX object cpp/CMakeFiles/libjsonnet++.dir/libjsonnet++.cpp.o [35/37] Linking CXX shared library libjsonnet++.so.0.20.0 [36/37] Creating library symlink libjsonnet++.so.0 libjsonnet++.so [37/37] Linking CXX executable libjsonnet++_test Test project /home/buildozer/aports/community/jsonnet/src/jsonnet-0.20.0/build Start 1: lexer_test 1/8 Test #1: lexer_test ....................... Passed 0.01 sec Start 2: parser_test 2/8 Test #2: parser_test ...................... Passed 0.01 sec Start 3: libjsonnet_test 3/8 Test #3: libjsonnet_test .................. Passed 0.05 sec Start 4: libjsonnet_test_file 4/8 Test #4: libjsonnet_test_file ............. Passed 0.07 sec Start 5: libjsonnet_test_snippet 5/8 Test #5: libjsonnet_test_snippet .......... Passed 0.05 sec Start 6: jsonnet_test_snippet 6/8 Test #6: jsonnet_test_snippet ............. Passed 0.05 sec Start 7: libjsonnet++_test 7/8 Test #7: libjsonnet++_test ................ Passed 0.29 sec Start 8: regression_test 8/8 Test #8: regression_test .................. Passed 24.72 sec 100% tests passed, 0 tests failed out of 8 Total Test time (real) = 25.27 sec >>> jsonnet: Entering fakeroot... -- Install configuration: "None" -- Installing: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/lib/libjsonnet.so.0.20.0 -- Installing: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/lib/libjsonnet.so.0 -- Set runtime path of "/home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/lib/libjsonnet.so.0.20.0" to "" -- Installing: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/lib/libjsonnet.so -- Installing: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/include/libjsonnet.h -- Installing: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/include/libjsonnet++.h -- Installing: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/include/libjsonnet_fmt.h -- Installing: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/lib/libjsonnet++.so.0.20.0 -- Installing: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/lib/libjsonnet++.so.0 -- Installing: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/lib/libjsonnet++.so -- Up-to-date: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/include/libjsonnet.h -- Up-to-date: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/include/libjsonnet++.h -- Up-to-date: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/include/libjsonnet_fmt.h -- Installing: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/bin/jsonnet -- Set runtime path of "/home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/bin/jsonnet" to "" -- Installing: /home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/bin/jsonnetfmt -- Set runtime path of "/home/buildozer/aports/community/jsonnet/pkg/jsonnet/usr/bin/jsonnetfmt" to "" >>> jsonnet-libs*: Running split function libs... >>> jsonnet-libs*: Preparing subpackage jsonnet-libs... >>> jsonnet-libs*: Stripping binaries >>> jsonnet-libs*: Running postcheck for jsonnet-libs >>> jsonnet-dev*: Running split function dev... >>> jsonnet-dev*: Preparing subpackage jsonnet-dev... >>> jsonnet-dev*: Stripping binaries >>> jsonnet-dev*: Running postcheck for jsonnet-dev >>> jsonnet*: Running postcheck for jsonnet >>> jsonnet*: Preparing package jsonnet... >>> jsonnet*: Stripping binaries >>> jsonnet-dev*: Scanning shared objects >>> jsonnet-libs*: Scanning shared objects >>> jsonnet*: Scanning shared objects >>> jsonnet-dev*: Tracing dependencies... jsonnet-libs=0.20.0-r0 >>> jsonnet-dev*: Package size: 44.0 KB >>> jsonnet-dev*: Compressing data... >>> jsonnet-dev*: Create checksum... >>> jsonnet-dev*: Create jsonnet-dev-0.20.0-r0.apk >>> jsonnet-libs*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libgcc_s.so.1 so:libryml.so.0.5.0 so:libstdc++.so.6 >>> jsonnet-libs*: Package size: 1.0 MB >>> jsonnet-libs*: Compressing data... >>> jsonnet-libs*: Create checksum... >>> jsonnet-libs*: Create jsonnet-libs-0.20.0-r0.apk >>> jsonnet*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libgcc_s.so.1 so:libjsonnet.so.0 so:libstdc++.so.6 >>> jsonnet*: Package size: 152.0 KB >>> jsonnet*: Compressing data... >>> jsonnet*: Create checksum... >>> jsonnet*: Create jsonnet-0.20.0-r0.apk >>> jsonnet: Build complete at Tue, 18 Apr 2023 04:43:16 +0000 elapsed time 0h 0m 56s >>> jsonnet: Cleaning up srcdir >>> jsonnet: Cleaning up pkgdir >>> jsonnet: Uninstalling dependencies... (1/17) Purging .makedepends-jsonnet (20230418.044221) (2/17) Purging cmake (3.26.3-r1) (3/17) Purging gtest-dev (1.13.0-r1) (4/17) Purging gmock (1.13.0-r1) (5/17) Purging gtest (1.13.0-r1) (6/17) Purging nlohmann-json (3.11.2-r0) (7/17) Purging rapidyaml-dev (0.5.0-r0) (8/17) Purging rapidyaml (0.5.0-r0) (9/17) Purging samurai (1.2-r3) (10/17) Purging bash (5.2.15-r3) Executing bash-5.2.15-r3.pre-deinstall (11/17) Purging libarchive (3.6.2-r2) (12/17) Purging libbz2 (1.0.8-r5) (13/17) Purging libformw (6.4_p20230401-r4) (14/17) Purging libuv (1.44.2-r2) (15/17) Purging readline (8.2.1-r1) (16/17) Purging rhash-libs (1.4.3-r2) (17/17) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 99 packages >>> jsonnet: Updating the community/aarch64 repository index... >>> jsonnet: Signing the index...