Build:
- 0
2026-09-04 02:47.54: New job: build re2.v0.17.0 (bdce0c1ffac6) 2026-09-04 02:47.54: Waiting for resource in pool day11-builds 2026-09-04 03:09.43: Got resource from pool day11-builds 2026-09-04 03:09.43: [profile full] build re2.v0.17.0 2026-09-04 03:09.43: build re2.v0.17.0 (bdce0c1ffac6) === DEPENDENCIES (72 transitive) === base.v0.17.3 b1dc77b93acf base-threads.base 3d2f2cbc6db2 base-unix.base 3a38ddca6b5e base_bigstring.v0.17.0 74db59473050 base_quickcheck.v0.17.0 8743625790f4 bin_prot.v0.17.0-1 aac0ee5aca3d capitalization.v0.17.0 11a82152ddd6 conf-g++.1.0 333ef6cbb063 core.v0.17.2 b264ec81ebd7 csexp.1.5.2 8c444f289963 dune.3.24.2 cf844c114f1a dune-configurator.3.24.2 c2d289d36210 fieldslib.v0.17.0 6a3ca8c31b83 gel.v0.17.0 073d2037d22c int_repr.v0.17.0 4d121261bc93 jane-street-headers.v0.17.0 c06d121e35f0 jane_rope.v0.17.0 e064273bcf5e jst-config.v0.17.0 b61012eb3f35 num.1.6 594caeb3af0f ocaml.5.2.1 d8399d6b6c43 ocaml-base-compiler.5.2.1 a53cb1b6356d ocaml-compiler-libs.v0.17.0 51278a3ba75b ocaml-config.3 1c357e4d2066 ocaml_intrinsics_kernel.v0.17.2 4057e445eb05 parsexp.v0.17.0 52d1b5bbfd32 ppx_assert.v0.17.0 81c542aa9d4c ppx_base.v0.17.0 c372be1e8b1f ppx_bench.v0.17.0 7609b852c190 ppx_bin_prot.v0.17.0 04e47ee41cb5 ppx_cold.v0.17.0 6c5deb63a171 ppx_compare.v0.17.0 2316a899c487 ppx_custom_printf.v0.17.0 77e8db77f570 ppx_derivers.1.2.1 5901b77c2ce2 ppx_diff.v0.17.0 9a68e0e54fca ppx_disable_unused_warnings.v0.17.0 2f930d9e48dc ppx_enumerate.v0.17.0 9fc81c04a675 ppx_expect.v0.17.2 c81d87f7cfb9 ppx_fields_conv.v0.17.0 12e4765cc202 ppx_fixed_literal.v0.17.0 19f319153aaf ppx_globalize.v0.17.0 29f2f0e96875 ppx_hash.v0.17.0 ac4a46dd3905 ppx_here.v0.17.0 2d40fc2ea44f ppx_ignore_instrumentation.v0.17.0 25396ed0b0a9 ppx_inline_test.v0.17.0 25a864ad52fb ppx_jane.v0.17.0 f6aae4db21e0 ppx_let.v0.17.0 506bb1acccd3 ppx_log.v0.17.0 88a64b62b9eb ppx_module_timer.v0.17.0 f466a9744dea ppx_optcomp.v0.17.0 7996abe55f1b ppx_optional.v0.17.0 9817cc1c8afc ppx_pipebang.v0.17.0 5971b73418b9 ppx_sexp_conv.v0.17.0 62cfc942a0e4 ppx_sexp_message.v0.17.0 16fb8a2dc817 ppx_sexp_value.v0.17.0 03ca484077e7 ppx_stable.v0.17.0 42448377905c ppx_stable_witness.v0.17.0 acde8c89d693 ppx_string.v0.17.0 0aa6c065fb53 ppx_string_conv.v0.17.0 a81842776909 ppx_tydi.v0.17.0 bbc435c024ac ppx_typerep_conv.v0.17.0 7a334cf6b602 ppx_variants_conv.v0.17.0 7bdcff969b73 ppxlib.0.35.0 bde3037460b3 ppxlib_jane.v0.17.0 0252ffb88002 regex_parser_intf.v0.17.0 7cbe65185217 sexplib.v0.17.0 60383422c6b6 sexplib0.v0.17.0 3bebf8f2981b splittable_random.v0.17.0 a66d5b1d87de stdio.v0.17.0 669c76d024b6 stdlib-shims.0.3.0 5eae1233e520 time_now.v0.17.0 315da3987570 typerep.v0.17.1 e6200e34d68d variantslib.v0.17.0 d805162b64f7 === STDOUT === Processing: [default: loading data] [re2.v0.17.0: dl] [re2.v0.17.0: extract] -> retrieved re2.v0.17.0 (https://opam.ocaml.org/cache) [re2: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "re2" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/re2.v0.17.0) - (cd _build/default/src/re2_c && /usr/bin/bash -e -u -o pipefail -c ' - ARFLAGS=rsc - CXXFLAGS="-Wall -O3 -g -pthread" - if [ FreeBSD = `uname -s` ]; then - CXX=clang++ - CXXFLAGS="$CXXFLAGS -I /usr/local/lib/re2" - else - CXX=g++ - fi - if ! true; then - CXX="$CXX -m32" - fi - /usr/bin/gmake -s -C libre2 clean - /usr/bin/gmake -s -C libre2 ARFLAGS="$ARFLAGS" CXX="$CXX" CXXFLAGS="$CXXFLAGS" obj/libre2.a obj/so/libre2.so - cp libre2/obj/libre2.a libre2_c_stubs.a - cp libre2/obj/so/libre2.so dllre2_c_stubs.so - /usr/bin/gmake -s -C libre2 clean - ') - In file included from re2/compile.cc:14: - ./re2/walker-inl.h:118:16: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - 118 | WalkState<T>(Regexp* re, T parent) - | ^~~~~~ - ./re2/walker-inl.h:118:16: note: remove the '< >' - In file included from re2/mimics_pcre.cc:27: - ./re2/walker-inl.h:118:16: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - 118 | WalkState<T>(Regexp* re, T parent) - | ^~~~~~ - ./re2/walker-inl.h:118:16: note: remove the '< >' - In file included from re2/prefilter.cc:9: - ./re2/walker-inl.h:118:16: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - 118 | WalkState<T>(Regexp* re, T parent) - | ^~~~~~ - ./re2/walker-inl.h:118:16: note: remove the '< >' - In file included from re2/regexp.cc:11: - ./re2/walker-inl.h:118:16: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - 118 | WalkState<T>(Regexp* re, T parent) - | ^~~~~~ - ./re2/walker-inl.h:118:16: note: remove the '< >' - In file included from re2/simplify.cc:11: - ./re2/walker-inl.h:118:16: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - 118 | WalkState<T>(Regexp* re, T parent) - | ^~~~~~ - ./re2/walker-inl.h:118:16: note: remove the '< >' - In file included from re2/tostring.cc:10: - ./re2/walker-inl.h:118:16: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - 118 | WalkState<T>(Regexp* re, T parent) - | ^~~~~~ - ./re2/walker-inl.h:118:16: note: remove the '< >' - In file included from re2/compile.cc:14: - ./re2/walker-inl.h:118:16: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - 118 | WalkState<T>(Regexp* re, T parent) - | ^~~~~~ - ./re2/walker-inl.h:118:16: note: remove the '< >' - In file included from re2/mimics_pcre.cc:27: - ./re2/walker-inl.h:118:16: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - 118 | WalkState<T>(Regexp* re, T parent) - | ^~~~~~ - ./re2/walker-inl.h:118:16: note: remove the '< >' - In file included from re2/prefilter.cc:9: - ./re2/walker-inl.h:118:16: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - 118 | WalkState<T>(Regexp* re, T parent) - | ^~~~~~ - ./re2/walker-inl.h:118:16: note: remove the '< >' - In file included from re2/regexp.cc:11: - ./re2/walker-inl.h:118:16: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - 118 | WalkState<T>(Regexp* re, T parent) - | ^~~~~~ - ./re2/walker-inl.h:118:16: note: remove the '< >' - In file included from re2/simplify.cc:11: - ./re2/walker-inl.h:118:16: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - 118 | WalkState<T>(Regexp* re, T parent) - | ^~~~~~ - ./re2/walker-inl.h:118:16: note: remove the '< >' - In file included from re2/tostring.cc:10: - ./re2/walker-inl.h:118:16: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - 118 | WalkState<T>(Regexp* re, T parent) - | ^~~~~~ - ./re2/walker-inl.h:118:16: note: remove the '< >' -> compiled re2.v0.17.0 -> installed re2.v0.17.0 === STDERR === 2026-09-04 03:11.57: OK: build re2.v0.17.0 (runc: 123.2s, disk: 17KB) 2026-09-04 03:11.57: Job succeeded