Build:
  1. 0
2026-06-24 12:11.17: New job: build ez_config.0.2.0 (c1932ce49a48)
2026-06-24 12:11.17: Waiting for resource in pool day11-builds
2026-06-24 13:28.26: Got resource from pool day11-builds
2026-06-24 13:28.26: [profile full] build ez_config.0.2.0
2026-06-24 13:28.26: build ez_config.0.2.0 (c1932ce49a48)
=== DEPENDENCIES (9 transitive) ===
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  dune.3.23.1                                        848a72441e15
  ez_file.0.5.0                                      8344d4781835
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocplib_stuff.0.4.0                                 4427c795ac4b
  re.1.14.0                                          d62d6f65abb6
=== STDOUT ===
Processing: [default: loading data]
[ez_config.0.2.0: dl]
[ez_config.0.2.0: extract]
-> retrieved ez_config.0.2.0  (https://opam.ocaml.org/cache)
[ez_config: sh]
+ /usr/bin/sh "-c" "./scripts/before.sh build 'ez_config'" (CWD=/home/opam/.opam/default/.opam-switch/build/ez_config.0.2.0)
[ez_config: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ez_config" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/ez_config.0.2.0)
- (cd _build/default/src/ez_config && /home/opam/.opam/default/bin/ocaml unix.cma version.mlt) > _build/default/src/ez_config/version.ml
- fatal: not a git repository (or any of the parent directories): .git
- fatal: not a git repository (or any of the parent directories): .git
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/ez_config/.ezConfig.objs/byte -I /home/opam/.opam/default/lib/ez_file -I /home/opam/.opam/default/lib/ocplib_stuff -I /home/opam/.opam/default/lib/re -intf-suffix .ml -no-alias-deps -open EzConfig__ -o src/ez_config/.ezConfig.objs/byte/ezConfig__SimpleConfigOCaml.cmo -c -impl src/ez_config/simpleConfigOCaml.ml)
- File "src/ez_config/simpleConfigOCaml.ml", line 15, characters 5-11:
- 15 | open Genlex
-           ^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 24, characters 10-21:
- 24 |     match Stream.peek str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 27, characters 8-19:
- 27 |         Stream.junk str;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 28, characters 14-25:
- 28 |         match Stream.next str with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 37, characters 10-21:
- 37 |     match Stream.next str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 49, characters 8-19:
- 49 |         Stream.junk str;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 55, characters 14-25:
- 55 |         match Stream.next str with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 64, characters 10-21:
- 64 |     match Stream.next str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 77, characters 10-21:
- 77 |     match Stream.peek str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 81, characters 6-17:
- 81 |       Stream.junk str;
-            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 84, characters 6-17:
- 84 |       Stream.junk str;
-            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 98, characters 12-29:
- 98 |     let s = Stream.of_channel ic in
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 104, characters 38-50:
- 104 |                           ParseError (Stream.count s, Printexc.to_string e)))
-                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/ez_config/.ezConfig.objs/byte -I src/ez_config/.ezConfig.objs/native -I /home/opam/.opam/default/lib/ez_file -I /home/opam/.opam/default/lib/ocplib_stuff -I /home/opam/.opam/default/lib/re -intf-suffix .ml -no-alias-deps -open EzConfig__ -o src/ez_config/.ezConfig.objs/native/ezConfig__SimpleConfigOCaml.cmx -c -impl src/ez_config/simpleConfigOCaml.ml)
- File "src/ez_config/simpleConfigOCaml.ml", line 15, characters 5-11:
- 15 | open Genlex
-           ^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 24, characters 10-21:
- 24 |     match Stream.peek str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 27, characters 8-19:
- 27 |         Stream.junk str;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 28, characters 14-25:
- 28 |         match Stream.next str with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 37, characters 10-21:
- 37 |     match Stream.next str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 49, characters 8-19:
- 49 |         Stream.junk str;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 55, characters 14-25:
- 55 |         match Stream.next str with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 64, characters 10-21:
- 64 |     match Stream.next str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 77, characters 10-21:
- 77 |     match Stream.peek str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 81, characters 6-17:
- 81 |       Stream.junk str;
-            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 84, characters 6-17:
- 84 |       Stream.junk str;
-            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 98, characters 12-29:
- 98 |     let s = Stream.of_channel ic in
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ez_config/simpleConfigOCaml.ml", line 104, characters 38-50:
- 104 |                           ParseError (Stream.count s, Printexc.to_string e)))
-                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
[ez_config: sh]
+ /usr/bin/sh "-c" "./scripts/after.sh build 'ez_config'" (CWD=/home/opam/.opam/default/.opam-switch/build/ez_config.0.2.0)
-> compiled  ez_config.0.2.0
[ez_config: sh]
+ /usr/bin/sh "-c" "./scripts/before.sh install 'ez_config'" (CWD=/home/opam/.opam/default/.opam-switch/build/ez_config.0.2.0)
-> installed ez_config.0.2.0

=== STDERR ===

2026-06-24 13:28.44: OK: build ez_config.0.2.0 (runc: 3.6s, disk: 13KB)
2026-06-24 13:28.44: Job succeeded