Build:
- 0
2026-09-04 03:25.36: New job: build re2.v0.17.0 (a9e112e8dc93) 2026-09-04 03:25.36: Waiting for resource in pool day11-builds 2026-09-04 03:41.52: Got resource from pool day11-builds 2026-09-04 03:41.52: [profile full] build re2.v0.17.0 2026-09-04 03:41.52: build re2.v0.17.0 (a9e112e8dc93) === DEPENDENCIES (73 transitive) === base.v0.17.3 82edd6e178f2 base-threads.base 3d2f2cbc6db2 base-unix.base 3a38ddca6b5e base_bigstring.v0.17.0 47746e97a931 base_quickcheck.v0.17.1 8292b3cd2c15 bin_prot.v0.17.0-1 f457928811c3 capitalization.v0.17.0 82443cbc4921 compiler-cloning.enabled 966a2e6839f0 conf-g++.1.0 333ef6cbb063 core.v0.17.2 4d0c6c270b92 csexp.1.5.2 58b250503765 dune.3.24.2 ec704e062ad3 dune-configurator.3.24.2 183455f65a68 fieldslib.v0.17.0 ff8d0a0e6827 gel.v0.17.0 539353761af5 int_repr.v0.17.0 eba43dc0cebb jane-street-headers.v0.17.0 31f6aaaf1e09 jane_rope.v0.17.0 55908bf23075 jst-config.v0.17.0 9557db850975 num.1.6 805d35561ae4 ocaml.5.5.0 22ebd7932512 ocaml-base-compiler.5.5.0 db1659234e8a ocaml-compiler.5.5.0 7f52fb26d939 ocaml-compiler-libs.v0.17.0 5bb965f7a9b8 ocaml_intrinsics_kernel.v0.17.2 73ed8f7cbaaf parsexp.v0.17.0 bd04d8f8cb39 ppx_assert.v0.17.0 00c1faf15503 ppx_base.v0.17.0 b43b2edb8713 ppx_bench.v0.17.1 fd9ae290ab86 ppx_bin_prot.v0.17.1 5a52bd869be6 ppx_cold.v0.17.0 6e27a14fc665 ppx_compare.v0.17.0 187fb43bfd2c ppx_custom_printf.v0.17.0 d8e1947f6288 ppx_derivers.1.2.1 b98ec33f5664 ppx_diff.v0.17.1 81d2681f88af ppx_disable_unused_warnings.v0.17.0 65dc48a0f8b5 ppx_enumerate.v0.17.0 e7122a280248 ppx_expect.v0.17.3 98ac98ce14c0 ppx_fields_conv.v0.17.0 0928adf5590c ppx_fixed_literal.v0.17.0 e0372c8e158b ppx_globalize.v0.17.2 5f7ef8f4aa60 ppx_hash.v0.17.0 bc0fe0c11ba6 ppx_here.v0.17.0 60f73c5d441a ppx_ignore_instrumentation.v0.17.0 3c0490a8de1e ppx_inline_test.v0.17.1 f2d88e24f68f ppx_jane.v0.17.0 3a11799e220f ppx_let.v0.17.1 bc11f2708d58 ppx_log.v0.17.0 d57225683c73 ppx_module_timer.v0.17.0 75ca4a81806a ppx_optcomp.v0.17.1 ed5d91490cec ppx_optional.v0.17.0 0b3fbe68f580 ppx_pipebang.v0.17.0 dfc17982708e ppx_sexp_conv.v0.17.1 34b096a879f3 ppx_sexp_message.v0.17.0 751e132ae028 ppx_sexp_value.v0.17.0 946b1a7d9cfd ppx_stable.v0.17.1 057506439369 ppx_stable_witness.v0.17.0 caff8d83d3e0 ppx_string.v0.17.0 75580ee9a968 ppx_string_conv.v0.17.0 16d9e05449e6 ppx_tydi.v0.17.1 e46882fcbf28 ppx_typerep_conv.v0.17.1 0d3cfb333fe7 ppx_variants_conv.v0.17.1 531d5eb337f1 ppxlib.0.38.0 3ee699583a7b ppxlib_jane.v0.17.4 4b7b40a77119 regex_parser_intf.v0.17.0 30acb151fddb sexplib.v0.17.0 a1f645f08766 sexplib0.v0.17.0 ff60a3c976cf splittable_random.v0.17.0 de7afb113356 stdio.v0.17.0 9ec1dce368f8 stdlib-shims.0.3.0 8ab1e1c44699 time_now.v0.17.0 f57db7dbecaf typerep.v0.17.1 760d0a2faa89 variantslib.v0.17.0 429f6e657e4d === 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:43.56: OK: build re2.v0.17.0 (runc: 102.2s, disk: 17KB) 2026-09-04 03:43.56: Job succeeded