=> "/opt/pkg/bin/bmake" ["-C", "/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/www/nghttp2-tools", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent", "PYTHON_VERSION_REQD=313"] ===> Building for nghttp2-tools-1.70.0 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0' Making all in lib gmake[2]: Entering directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/lib' Making all in includes gmake[3]: Entering directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/lib/includes' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/lib/includes' gmake[3]: Entering directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/lib' CC nghttp2_pq.lo CC nghttp2_map.lo CC nghttp2_queue.lo CC nghttp2_frame.lo CC nghttp2_buf.lo CC nghttp2_stream.lo CC nghttp2_outbound_item.lo CC nghttp2_session.lo CC nghttp2_submit.lo CC nghttp2_helper.lo CC nghttp2_alpn.lo CC nghttp2_hd.lo CC nghttp2_hd_huffman.lo CC nghttp2_hd_huffman_data.lo CC nghttp2_version.lo CC nghttp2_priority_spec.lo CC nghttp2_option.lo CC nghttp2_callbacks.lo CC nghttp2_mem.lo CC nghttp2_http.lo CC nghttp2_rcbuf.lo CC nghttp2_extpri.lo CC nghttp2_ratelim.lo CC nghttp2_time.lo CC nghttp2_debug.lo CC sfparse.lo CCLD libnghttp2.la gmake[3]: Leaving directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/lib' gmake[2]: Leaving directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/lib' Making all in tests gmake[2]: Entering directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/tests' Making all in testdata gmake[3]: Entering directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/tests/testdata' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/tests/testdata' gmake[3]: Entering directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/tests' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/tests' gmake[2]: Leaving directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/tests' Making all in third-party gmake[2]: Entering directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/third-party' CC urlparse/urlparse.lo CC llhttp/src/libllhttp_la-api.lo CC llhttp/src/libllhttp_la-http.lo CC llhttp/src/libllhttp_la-llhttp.lo CCLD liburlparse.la CCLD libllhttp.la gmake[2]: Leaving directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/third-party' Making all in src gmake[2]: Entering directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/src' Making all in testdata gmake[3]: Entering directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/src/testdata' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/src/testdata' gmake[3]: Entering directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/src' CXX util.o CXX http2.o CC timegm.o CXX app_helper.o In file included from util.cc:25: In file included from ./util.h:56: /var/tmp/work/www/nghttp2-tools/work/.buildlink/include/ev/ev.h:548:18: warning: mangled name of 'ev_set_allocator' will change in C++17 due to non-throwing exception specification in function signature [-Wc++17-compat-mangling] EV_API_DECL void ev_set_allocator (void *(*cb)(void *ptr, long size) EV_NOEXCEPT) EV_NOEXCEPT; ^ /var/tmp/work/www/nghttp2-tools/work/.buildlink/include/ev/ev.h:554:18: warning: mangled name of 'ev_set_syserr_cb' will change in C++17 due to non-throwing exception specification in function signature [-Wc++17-compat-mangling] EV_API_DECL void ev_set_syserr_cb (void (*cb)(const char *msg) EV_NOEXCEPT) EV_NOEXCEPT; ^ /var/tmp/work/www/nghttp2-tools/work/.buildlink/include/ev/ev.h:675:18: warning: mangled name of 'ev_set_loop_release_cb' will change in C++17 due to non-throwing exception specification in function signature [-Wc++17-compat-mangling] EV_API_DECL void ev_set_loop_release_cb (EV_P_ void (*release)(EV_P) EV_NOEXCEPT, void (*acquire)(EV_P) EV_NOEXCEPT) EV_NOEXCEPT; ^ In file included from util.cc:25: In file included from ./util.h:61: ./template.h:49:16: error: no type named 'integral' in namespace 'std' template ~~~~~^ ./template.h:50:42: error: unknown type name 'T' [[nodiscard]] constexpr auto as_unsigned(T n) noexcept { ^ ./template.h:50:25: error: 'auto' return without trailing return type; deduced return types are a C++14 extension [[nodiscard]] constexpr auto as_unsigned(T n) noexcept { ^ In file included from http2.cc:25: In file included from ./http2.h:42: In file included from ./util.h:56: /var/tmp/work/www/nghttp2-tools/work/.buildlink/include/ev/ev.h:548:18: warning: mangled name of 'ev_set_allocator' will change in C++17 due to non-throwing exception specification in function signature [-Wc++17-compat-mangling] EV_API_DECL void ev_set_allocator (void *(*cb)(void *ptr, long size) EV_NOEXCEPT) EV_NOEXCEPT; ^ /var/tmp/work/www/nghttp2-tools/work/.buildlink/include/ev/ev.h:554:18: warning: mangled name of 'ev_set_syserr_cb' will change in C++17 due to non-throwing exception specification in function signature [-Wc++17-compat-mangling] EV_API_DECL void ev_set_syserr_cb (void (*cb)(const char *msg) EV_NOEXCEPT) EV_NOEXCEPT; ^ /var/tmp/work/www/nghttp2-tools/work/.buildlink/include/ev/ev.h:675:18: warning: mangled name of 'ev_set_loop_release_cb' will change in C++17 due to non-throwing exception specification in function signature [-Wc++17-compat-mangling] EV_API_DECL void ev_set_loop_release_cb (EV_P_ void (*release)(EV_P) EV_NOEXCEPT, void (*acquire)(EV_P) EV_NOEXCEPT) EV_NOEXCEPT; ^ ./template.h:51:27: error: no template named 'make_unsigned_t' in namespace 'std' return static_cast>(n); ~~~~~^ ./template.h:54:16: error: no type named 'unsigned_integral' in namespace 'std' template ~~~~~^ ./template.h:55:40: error: unknown type name 'T' [[nodiscard]] constexpr auto as_signed(T n) noexcept { ^ ./template.h:55:25: error: 'auto' return without trailing return type; deduced return types are a C++14 extension [[nodiscard]] constexpr auto as_signed(T n) noexcept { ^ ./template.h:56:27: error: no template named 'make_signed_t' in namespace 'std' return static_cast>(n); ~~~~~^ ./template.h:67:16: error: no type named 'invocable' in namespace 'std' template struct Defer { ~~~~~^ ./template.h:68:26: error: no template named 'decay_t' in namespace 'std' using Invocable = std::decay_t; ~~~~~^ ./template.h:81:3: error: unknown type name 'Invocable' Invocable f; ^ In file included from http2.cc:25: In file included from ./http2.h:42: In file included from ./util.h:61: ./template.h:49:16: error: no type named 'integral' in namespace 'std' template ~~~~~^ ./template.h:50:42: error: unknown type name 'T' [[nodiscard]] constexpr auto as_unsigned(T n) noexcept { ^ ./template.h:50:25: error: 'auto' return without trailing return type; deduced return types are a C++14 extension [[nodiscard]] constexpr auto as_unsigned(T n) noexcept { ^ ./template.h:51:27: error: no template named 'make_unsigned_t' in namespace 'std' return static_cast>(n); ~~~~~^ ./template.h:72:10: error: no template named 'is_nothrow_constructible_v' in namespace 'std'; did you mean 'is_nothrow_constructible'? std::is_nothrow_constructible_v) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ is_nothrow_constructible /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/is_nothrow_constructible.h:29:29: note: 'is_nothrow_constructible' declared here struct _LIBCPP_TEMPLATE_VIS is_nothrow_constructible ^ In file included from util.cc:25: In file included from ./util.h:61: ./template.h:72:37: error: use of undeclared identifier 'Invocable' std::is_nothrow_constructible_v) ^ ./template.h:72:53: error: expected '(' for function-style cast or type construction std::is_nothrow_constructible_v) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ./template.h:84:16: error: no type named 'invocable' in namespace 'std' template [[nodiscard]] Defer> defer(F &&f) { ~~~~~^ ./template.h:54:16: error: no type named 'unsigned_integral' in namespace 'std' template ~~~~~^ ./template.h:55:40: error: unknown type name 'T' [[nodiscard]] constexpr auto as_signed(T n) noexcept { ^ ./template.h:55:25: error: 'auto' return without trailing return type; deduced return types are a C++14 extension [[nodiscard]] constexpr auto as_signed(T n) noexcept { ^ ./template.h:84:54: error: no member named 'decay_t' in namespace 'std' template [[nodiscard]] Defer> defer(F &&f) { ~~~~~^ ./template.h:84:64: error: expected unqualified-id template [[nodiscard]] Defer> defer(F &&f) { ^ ./template.h:153:45: error: no template named 'DList' template void dlist_delete_all(DList &dl) { ^ ./template.h:228:18: error: no member named 'ranges' in namespace 'std' template ~~~~~^ ./template.h:56:27: error: no template named 'make_signed_t' in namespace 'std' return static_cast>(n); ~~~~~^ fatal error: too many errors emitted, stopping now [-ferror-limit=] ./template.h:67:16: error: no type named 'invocable' in namespace 'std' template struct Defer { ~~~~~^ ./template.h:68:26: error: no template named 'decay_t' in namespace 'std' using Invocable = std::decay_t; ~~~~~^ ./template.h:81:3: error: unknown type name 'Invocable' Invocable f; ^ ./template.h:72:10: error: no template named 'is_nothrow_constructible_v' in namespace 'std'; did you mean 'is_nothrow_constructible'? std::is_nothrow_constructible_v) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ is_nothrow_constructible /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/is_nothrow_constructible.h:29:29: note: 'is_nothrow_constructible' declared here struct _LIBCPP_TEMPLATE_VIS is_nothrow_constructible ^ In file included from http2.cc:25: In file included from ./http2.h:42: In file included from ./util.h:61: ./template.h:72:37: error: use of undeclared identifier 'Invocable' std::is_nothrow_constructible_v) ^ ./template.h:72:53: error: expected '(' for function-style cast or type construction std::is_nothrow_constructible_v) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ./template.h:84:16: error: no type named 'invocable' in namespace 'std' template [[nodiscard]] Defer> defer(F &&f) { ~~~~~^ In file included from app_helper.cc:56: In file included from ./util.h:56: /var/tmp/work/www/nghttp2-tools/work/.buildlink/include/ev/ev.h:548:18: warning: mangled name of 'ev_set_allocator' will change in C++17 due to non-throwing exception specification in function signature [-Wc++17-compat-mangling] EV_API_DECL void ev_set_allocator (void *(*cb)(void *ptr, long size) EV_NOEXCEPT) EV_NOEXCEPT; ^ /var/tmp/work/www/nghttp2-tools/work/.buildlink/include/ev/ev.h:554:18: warning: mangled name of 'ev_set_syserr_cb' will change in C++17 due to non-throwing exception specification in function signature [-Wc++17-compat-mangling] EV_API_DECL void ev_set_syserr_cb (void (*cb)(const char *msg) EV_NOEXCEPT) EV_NOEXCEPT; ^ /var/tmp/work/www/nghttp2-tools/work/.buildlink/include/ev/ev.h:675:18: warning: mangled name of 'ev_set_loop_release_cb' will change in C++17 due to non-throwing exception specification in function signature [-Wc++17-compat-mangling] EV_API_DECL void ev_set_loop_release_cb (EV_P_ void (*release)(EV_P) EV_NOEXCEPT, void (*acquire)(EV_P) EV_NOEXCEPT) EV_NOEXCEPT; ^ ./template.h:84:54: error: no member named 'decay_t' in namespace 'std' template [[nodiscard]] Defer> defer(F &&f) { ~~~~~^ ./template.h:84:64: error: expected unqualified-id template [[nodiscard]] Defer> defer(F &&f) { ^ ./template.h:153:45: error: no template named 'DList' template void dlist_delete_all(DList &dl) { ^ ./template.h:228:18: error: no member named 'ranges' in namespace 'std' template ~~~~~^ In file included from app_helper.cc:56: In file included from ./util.h:61: ./template.h:49:16: error: no type named 'integral' in namespace 'std' template ~~~~~^ fatal error: too many errors emitted, stopping now [-ferror-limit=] ./template.h:50:42: error: unknown type name 'T' [[nodiscard]] constexpr auto as_unsigned(T n) noexcept { ^ ./template.h:50:25: error: 'auto' return without trailing return type; deduced return types are a C++14 extension [[nodiscard]] constexpr auto as_unsigned(T n) noexcept { ^ ./template.h:51:27: error: no template named 'make_unsigned_t' in namespace 'std' return static_cast>(n); ~~~~~^ ./template.h:54:16: error: no type named 'unsigned_integral' in namespace 'std' template ~~~~~^ ./template.h:55:40: error: unknown type name 'T' [[nodiscard]] constexpr auto as_signed(T n) noexcept { ^ ./template.h:55:25: error: 'auto' return without trailing return type; deduced return types are a C++14 extension [[nodiscard]] constexpr auto as_signed(T n) noexcept { ^ ./template.h:56:27: error: no template named 'make_signed_t' in namespace 'std' return static_cast>(n); ~~~~~^ ./template.h:67:16: error: no type named 'invocable' in namespace 'std' template struct Defer { ~~~~~^ ./template.h:68:26: error: no template named 'decay_t' in namespace 'std' using Invocable = std::decay_t; ~~~~~^ ./template.h:81:3: error: unknown type name 'Invocable' Invocable f; ^ 3 warnings and 20 errors generated. gmake[3]: *** [Makefile:1560: http2.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... ./template.h:72:10: error: no template named 'is_nothrow_constructible_v' in namespace 'std'; did you mean 'is_nothrow_constructible'? std::is_nothrow_constructible_v) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ is_nothrow_constructible /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__type_traits/is_nothrow_constructible.h:29:29: note: 'is_nothrow_constructible' declared here struct _LIBCPP_TEMPLATE_VIS is_nothrow_constructible ^ In file included from app_helper.cc:56: In file included from ./util.h:61: ./template.h:72:37: error: use of undeclared identifier 'Invocable' std::is_nothrow_constructible_v) ^ ./template.h:72:53: error: expected '(' for function-style cast or type construction std::is_nothrow_constructible_v) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ./template.h:84:16: error: no type named 'invocable' in namespace 'std' template [[nodiscard]] Defer> defer(F &&f) { ~~~~~^ ./template.h:84:54: error: no member named 'decay_t' in namespace 'std' template [[nodiscard]] Defer> defer(F &&f) { ~~~~~^ ./template.h:84:64: error: expected unqualified-id template [[nodiscard]] Defer> defer(F &&f) { ^ ./template.h:153:45: error: no template named 'DList' template void dlist_delete_all(DList &dl) { ^ ./template.h:228:18: error: no member named 'ranges' in namespace 'std' template ~~~~~^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 3 warnings and 20 errors generated. gmake[3]: *** [Makefile:1560: util.o] Error 1 3 warnings and 20 errors generated. gmake[3]: *** [Makefile:1560: app_helper.o] Error 1 gmake[3]: Leaving directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/src' gmake[2]: *** [Makefile:2534: all-recursive] Error 1 gmake[2]: Leaving directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0/src' gmake[1]: *** [Makefile:583: all-recursive] Error 1 gmake[1]: Leaving directory '/var/tmp/work/www/nghttp2-tools/work/nghttp2-1.70.0' gmake: *** [Makefile:492: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/www/nghttp2-tools *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/www/nghttp2-tools