Build:
  1. 0
2026-09-04 02:47.19: New job: build re2.v0.16.0 (158bf4e88e7d)
2026-09-04 02:47.19: Waiting for resource in pool day11-builds
2026-09-04 03:07.58: Got resource from pool day11-builds
2026-09-04 03:07.58: [profile full] build re2.v0.16.0
2026-09-04 03:07.58: build re2.v0.16.0 (158bf4e88e7d)
=== DEPENDENCIES (67 transitive) ===
  base.v0.16.5                                       97e833f28304
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  base_bigstring.v0.16.0                             ebc686de7c7c
  base_quickcheck.v0.16.0                            7fcd845b6de7
  bin_prot.v0.16.0                                   ed955cb233d6
  conf-g++.1.0                                       333ef6cbb063
  core.v0.16.2                                       2c1ef97bfab4
  csexp.1.5.2                                        8c444f289963
  dune.3.24.2                                        cf844c114f1a
  dune-configurator.3.24.2                           c2d289d36210
  fieldslib.v0.16.0                                  4a6d4d90bf34
  int_repr.v0.16.0                                   1f3e17d1c643
  jane-street-headers.v0.16.0                        d59566eb641b
  jane_rope.v0.16.0                                  a1528b0a27fb
  jst-config.v0.16.0                                 2e7e4f11deba
  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
  parsexp.v0.16.0                                    df50998ec9a3
  ppx_assert.v0.16.0                                 fdba726c7989
  ppx_base.v0.16.0                                   cb361ae68c01
  ppx_bench.v0.16.0                                  16588482ede9
  ppx_bin_prot.v0.16.0                               8611656096b5
  ppx_cold.v0.16.0                                   8f29e4fdda94
  ppx_compare.v0.16.0                                5ce4ff8cc738
  ppx_custom_printf.v0.16.0                          f3aa94e1a9dd
  ppx_derivers.1.2.1                                 5901b77c2ce2
  ppx_disable_unused_warnings.v0.16.0                f10e42baefd4
  ppx_enumerate.v0.16.0                              20ad53085969
  ppx_expect.v0.16.2                                 bc3e9afd0aeb
  ppx_fields_conv.v0.16.0                            34fd861073ea
  ppx_fixed_literal.v0.16.0                          b6c01b7df9d0
  ppx_globalize.v0.16.0                              1ae145884169
  ppx_hash.v0.16.0                                   c4b5c46c079d
  ppx_here.v0.16.0                                   1408e06483c0
  ppx_ignore_instrumentation.v0.16.0                 9731ea506d9d
  ppx_inline_test.v0.16.1                            106b6abc3e2d
  ppx_jane.v0.16.0                                   b83cd9587222
  ppx_let.v0.16.0                                    d2d5b7f20928
  ppx_log.v0.16.0                                    37b636011ebd
  ppx_module_timer.v0.16.0                           70559bbd4055
  ppx_optcomp.v0.16.0                                d93b5af511b4
  ppx_optional.v0.16.0                               d1b6a9619317
  ppx_pipebang.v0.16.0                               40828a58d8b4
  ppx_sexp_conv.v0.16.0                              bce7bd6c179d
  ppx_sexp_message.v0.16.0                           08b2a9f97dbc
  ppx_sexp_value.v0.16.0                             235d2d7520c4
  ppx_stable.v0.16.0                                 6e90f33e9698
  ppx_stable_witness.v0.16.0                         30bd63a144a4
  ppx_string.v0.16.0                                 b47a6f4002f7
  ppx_tydi.v0.16.0                                   f79340cf034b
  ppx_typerep_conv.v0.16.0                           15a98c2f8ca6
  ppx_variants_conv.v0.16.0                          79951dfbd68e
  ppxlib.0.35.0                                      b5a5cabf4eff
  re.1.14.0                                          e89a14c72539
  regex_parser_intf.v0.16.0                          6ff02ac3c67d
  sexplib.v0.16.0                                    ba95e31b98ce
  sexplib0.v0.16.0                                   d004494790bb
  splittable_random.v0.16.0                          5991bcb132d4
  stdio.v0.16.0                                      bb223898e60a
  stdlib-shims.0.3.0                                 5eae1233e520
  time_now.v0.16.0                                   8b7b8ad38dfe
  typerep.v0.16.0                                    637a8c71ab27
  variantslib.v0.16.0                                1b131b2c7a53
=== 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:10.15: OK: build re2.v0.16.0 (runc: 117.2s, disk: 16KB)
2026-09-04 03:10.15: Job succeeded