Build:
- 0
2026-09-04 03:08.22: New job: build re2.v0.16.0 (48aa7cc83f6f) 2026-09-04 03:08.22: Waiting for resource in pool day11-builds 2026-09-04 03:25.35: Got resource from pool day11-builds 2026-09-04 03:25.35: [profile full] build re2.v0.16.0 2026-09-04 03:25.35: build re2.v0.16.0 (48aa7cc83f6f) === DEPENDENCIES (67 transitive) === base.v0.16.5 9b8d977c1f60 base-threads.base 3d2f2cbc6db2 base-unix.base 3a38ddca6b5e base_bigstring.v0.16.0 4ede03c24818 base_quickcheck.v0.16.0 d4e836452176 bin_prot.v0.16.0 809ec9dfa73e conf-g++.1.0 333ef6cbb063 core.v0.16.2 654123f3a14b csexp.1.5.2 c758d7657e5b dune.3.24.2 bf83cdf0a904 dune-configurator.3.24.2 23afe5cb4d3b fieldslib.v0.16.0 736f13f78577 int_repr.v0.16.0 eed7e4b95dae jane-street-headers.v0.16.0 a1db51862944 jane_rope.v0.16.0 345227a5db4d jst-config.v0.16.0 4e94ecdefa91 num.1.6 fe036226102b ocaml.4.14.4 c7d6265b51fe ocaml-base-compiler.4.14.4 7a409b6ffbef ocaml-compiler-libs.v0.12.4 0a923ba812db ocaml-config.2 85edea6ac168 parsexp.v0.16.0 6a4dbf4d3d29 ppx_assert.v0.16.0 ce5564bffd71 ppx_base.v0.16.0 9b76f585141d ppx_bench.v0.16.0 b097817b1df7 ppx_bin_prot.v0.16.0 c855b0adfd5a ppx_cold.v0.16.0 8f0d342dc059 ppx_compare.v0.16.0 10f17424473f ppx_custom_printf.v0.16.0 f4d66bcf1031 ppx_derivers.1.2.1 e8685a77fc9e ppx_disable_unused_warnings.v0.16.0 09efb49e35cb ppx_enumerate.v0.16.0 6a634000a580 ppx_expect.v0.16.2 a50fb1f6328b ppx_fields_conv.v0.16.0 cad3762925a5 ppx_fixed_literal.v0.16.0 f4285ced2f3d ppx_globalize.v0.16.0 1461705b8ffa ppx_hash.v0.16.0 272280437fc5 ppx_here.v0.16.0 cc4a7d8893b3 ppx_ignore_instrumentation.v0.16.0 74690b868729 ppx_inline_test.v0.16.1 6a6226af324e ppx_jane.v0.16.0 337895f4a1c4 ppx_let.v0.16.0 45ca76f10143 ppx_log.v0.16.0 deca0b0ca324 ppx_module_timer.v0.16.0 a598c2c7953c ppx_optcomp.v0.16.0 4b8060e05ea5 ppx_optional.v0.16.0 93f43fbc989b ppx_pipebang.v0.16.0 b0b654a08133 ppx_sexp_conv.v0.16.0 c4d7e3e92e0a ppx_sexp_message.v0.16.0 f37f93adb910 ppx_sexp_value.v0.16.0 6fd50330354a ppx_stable.v0.16.0 c22157c059e2 ppx_stable_witness.v0.16.0 2df955a246f3 ppx_string.v0.16.0 9e8b3c16511c ppx_tydi.v0.16.0 cd7723c96d9e ppx_typerep_conv.v0.16.0 5d0db7e9b28d ppx_variants_conv.v0.16.0 23dfaec53e08 ppxlib.0.35.0 46c1dac34d3c re.1.14.0 dd879e7a18b1 regex_parser_intf.v0.16.0 bc9466a29922 sexplib.v0.16.0 f65b5dccd754 sexplib0.v0.16.0 a69f43de36f7 splittable_random.v0.16.0 01ff89e27ecc stdio.v0.16.0 3befbb9c732f stdlib-shims.0.3.0 484c72a128b6 time_now.v0.16.0 8dd2be09a440 typerep.v0.16.0 3d01a200cede variantslib.v0.16.0 b59faf4fe7a3 === STDOUT === Processing: [default: loading data] [re2.v0.16.0: dl] [re2.v0.16.0: extract] -> retrieved re2.v0.16.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.16.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.16.0 -> installed re2.v0.16.0 === STDERR === 2026-09-04 03:28.57: OK: build re2.v0.16.0 (runc: 103.2s, disk: 16KB) 2026-09-04 03:28.57: Job succeeded