>>> jsonnet: Building community/jsonnet 0.20.0-r0 (using abuild 3.13.0-r3) started Tue, 07 May 2024 01:32:56 +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/14) Installing libarchive (3.7.3-r0) (2/14) Installing rhash-libs (1.4.4-r0) (3/14) Installing libuv (1.48.0-r0) (4/14) Installing cmake (3.29.2-r1) (5/14) Installing gtest (1.14.0-r2) (6/14) Installing gmock (1.14.0-r2) (7/14) Installing gtest-dev (1.14.0-r2) (8/14) Installing nlohmann-json (3.11.3-r0) (9/14) Installing rapidyaml (0.5.0-r4) (10/14) Installing rapidyaml-dev (0.5.0-r4) (11/14) Installing samurai (1.2-r5) (12/14) Installing readline (8.2.10-r0) (13/14) Installing bash (5.2.26-r0) Executing bash-5.2.26-r0.post-install (14/14) Installing .makedepends-jsonnet (20240507.013313) Executing busybox-1.36.1-r26.trigger OK: 1758 MiB in 137 packages >>> jsonnet: Cleaning up srcdir >>> jsonnet: Cleaning up pkgdir >>> jsonnet: Cleaning up tmpdir >>> jsonnet: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/jsonnet-0.20.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.20/jsonnet-0.20.0.tar.gz.part' jsonnet-0.20.0.tar.g 84% |************************** | 18.0M 0:00:00 ETA jsonnet-0.20.0.tar.g 100% |********************************| 21.4M 0:00:00 ETA '/var/cache/distfiles/v3.20/jsonnet-0.20.0.tar.gz.part' saved >>> jsonnet: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/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/v3.20/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 < 3.5 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 13.2.1 -- The CXX compiler identification is GNU 13.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.14.0") -- Found nlohmann_json: /usr/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found suitable version "3.11.3", 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.8s) -- 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/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/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/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/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/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/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 Start 2: parser_test Start 3: libjsonnet_test Start 4: libjsonnet_test_file Start 5: libjsonnet_test_snippet Start 6: jsonnet_test_snippet Start 7: libjsonnet++_test Start 8: regression_test 1/8 Test #1: lexer_test ....................... Passed 0.01 sec 2/8 Test #2: parser_test ...................... Passed 0.01 sec 3/8 Test #5: libjsonnet_test_snippet .......... Passed 0.11 sec 4/8 Test #3: libjsonnet_test .................. Passed 0.11 sec 5/8 Test #6: jsonnet_test_snippet ............. Passed 0.11 sec 6/8 Test #4: libjsonnet_test_file ............. Passed 0.14 sec 7/8 Test #7: libjsonnet++_test ................ Passed 0.50 sec 8/8 Test #8: regression_test .................. Passed 42.24 sec 100% tests passed, 0 tests failed out of 8 Total Test time (real) = 42.25 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 non-toolchain portion of 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 non-toolchain portion of 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 non-toolchain portion of 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-x86_64.so.1 so:libgcc_s.so.1 so:libryml.so.0.5.0 so:libstdc++.so.6 >>> jsonnet-libs*: Package size: 1.1 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-x86_64.so.1 so:libgcc_s.so.1 so:libjsonnet.so.0 so:libstdc++.so.6 >>> jsonnet*: Package size: 132.0 KB >>> jsonnet*: Compressing data... >>> jsonnet*: Create checksum... >>> jsonnet*: Create jsonnet-0.20.0-r0.apk >>> jsonnet: Build complete at Tue, 07 May 2024 01:34:35 +0000 elapsed time 0h 1m 39s >>> jsonnet: Cleaning up srcdir >>> jsonnet: Cleaning up pkgdir >>> jsonnet: Uninstalling dependencies... (1/14) Purging .makedepends-jsonnet (20240507.013313) (2/14) Purging cmake (3.29.2-r1) (3/14) Purging gtest-dev (1.14.0-r2) (4/14) Purging gmock (1.14.0-r2) (5/14) Purging gtest (1.14.0-r2) (6/14) Purging nlohmann-json (3.11.3-r0) (7/14) Purging rapidyaml-dev (0.5.0-r4) (8/14) Purging rapidyaml (0.5.0-r4) (9/14) Purging samurai (1.2-r5) (10/14) Purging bash (5.2.26-r0) Executing bash-5.2.26-r0.pre-deinstall (11/14) Purging libarchive (3.7.3-r0) (12/14) Purging libuv (1.48.0-r0) (13/14) Purging readline (8.2.10-r0) (14/14) Purging rhash-libs (1.4.4-r0) Executing busybox-1.36.1-r26.trigger OK: 1693 MiB in 123 packages >>> jsonnet: Updating the community/x86_64 repository index... >>> jsonnet: Signing the index...