Build:
- 0
2026-09-04 21:05.06: New job: build re2.v0.17.0 (16a1a1506281) 2026-09-04 21:05.06: Waiting for resource in pool day11-builds 2026-09-04 21:19.52: Got resource from pool day11-builds 2026-09-04 21:19.52: [profile full] build re2.v0.17.0 2026-09-04 21:19.53: build re2.v0.17.0 (16a1a1506281) === DEPENDENCIES (73 transitive) === base.v0.17.3 88b199545512 base-threads.base 3d2f2cbc6db2 base-unix.base 3a38ddca6b5e base_bigstring.v0.17.0 1836942ba247 base_quickcheck.v0.17.1 cf3a0eaa4330 bin_prot.v0.17.0-1 acd2cdff2422 capitalization.v0.17.0 a5da2f9bb4fd compiler-cloning.enabled 966a2e6839f0 conf-g++.1.0 333ef6cbb063 core.v0.17.2 cbf752b056a1 csexp.1.5.2 8c096e7de322 dune.3.24.2 25fbaa318de6 dune-configurator.3.24.2 517e3f9cad4b fieldslib.v0.17.0 edc750ef8e12 gel.v0.17.0 9b48ace0b09d int_repr.v0.17.0 4da2b4572805 jane-street-headers.v0.17.0 f18028c937c5 jane_rope.v0.17.0 3330e5f653a0 jst-config.v0.17.0 37eb02483155 num.1.6 244eeeb7f1b4 ocaml.5.5.1 70ca0c66e0e8 ocaml-base-compiler.5.5.1 59841d7ed85e ocaml-compiler.5.5.1 492c0c740bd1 ocaml-compiler-libs.v0.17.0 235024900ef6 ocaml_intrinsics_kernel.v0.17.2 10a82d6157c1 parsexp.v0.17.0 79bf454965d2 ppx_assert.v0.17.0 82f34672b596 ppx_base.v0.17.0 9c31b43f583d ppx_bench.v0.17.1 060151aabb82 ppx_bin_prot.v0.17.1 32337c1b1684 ppx_cold.v0.17.0 ec043906a439 ppx_compare.v0.17.0 80e0df88ac09 ppx_custom_printf.v0.17.0 dcab0a0fc72b ppx_derivers.1.2.1 8d5f777c17ee ppx_diff.v0.17.1 5551814d0102 ppx_disable_unused_warnings.v0.17.0 c21cd5b1cd6a ppx_enumerate.v0.17.0 970b405dbc8b ppx_expect.v0.17.3 8d1c0907a908 ppx_fields_conv.v0.17.0 bd7862ee1d85 ppx_fixed_literal.v0.17.0 ae9423476865 ppx_globalize.v0.17.2 f10cd28a39ed ppx_hash.v0.17.0 2ed6f4eb522a ppx_here.v0.17.0 8857ff0d96d1 ppx_ignore_instrumentation.v0.17.0 6ab0a7cf15a8 ppx_inline_test.v0.17.1 ef55758fcaf7 ppx_jane.v0.17.0 f6773c1dbae8 ppx_let.v0.17.1 6d9934afba54 ppx_log.v0.17.0 85866b846e16 ppx_module_timer.v0.17.0 844835ad3ea8 ppx_optcomp.v0.17.1 183524b02a4e ppx_optional.v0.17.0 90326d1cabed ppx_pipebang.v0.17.0 3c2c8380081c ppx_sexp_conv.v0.17.1 0740e0c56f6f ppx_sexp_message.v0.17.0 5fd501198821 ppx_sexp_value.v0.17.0 14149b7945fa ppx_stable.v0.17.1 510fa2041f49 ppx_stable_witness.v0.17.0 dfcd2e521392 ppx_string.v0.17.0 2be9b772be20 ppx_string_conv.v0.17.0 63dac62d76f5 ppx_tydi.v0.17.1 d8650e941877 ppx_typerep_conv.v0.17.1 1e16f0c9de3b ppx_variants_conv.v0.17.1 9aff095565d0 ppxlib.0.38.0 ac854f4fbd20 ppxlib_jane.v0.17.4 7ffd450ab5af regex_parser_intf.v0.17.0 e1799842d430 sexplib.v0.17.0 bfd4eff0be44 sexplib0.v0.17.0 055934f8e366 splittable_random.v0.17.0 749c5c3b5ad2 stdio.v0.17.0 d79f7548eed3 stdlib-shims.0.3.0 cc542b70be6c time_now.v0.17.0 2f4e048c687f typerep.v0.17.1 2d21e061d434 variantslib.v0.17.0 d8fb65b9cecd === 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 21:21.50: OK: build re2.v0.17.0 (runc: 113.2s, disk: 17KB) 2026-09-04 21:21.50: Job succeeded