Build:
  1. 0
2026-06-24 11:22.20: New job: build fileutils.0.6.2 (a7b5781a3131)
2026-06-24 11:22.20: Waiting for resource in pool day11-builds
2026-06-24 12:09.08: Got resource from pool day11-builds
2026-06-24 12:09.08: [profile full] build fileutils.0.6.2
2026-06-24 12:09.08: build fileutils.0.6.2 (a7b5781a3131)
=== DEPENDENCIES (9 transitive) ===
  base-bytes.base                                    c40d17bc86b5
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  dune.3.23.1                                        848a72441e15
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocamlfind.1.9.8                                    214dd418ac02
  stdlib-shims.0.3.0                                 de5202e23add
=== STDOUT ===
Processing: [default: loading data]
[fileutils.0.6.2: dl]
[fileutils.0.6.2: extract]
-> retrieved fileutils.0.6.2  (https://opam.ocaml.org/cache)
[fileutils: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "fileutils" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/fileutils.0.6.2)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lib/fileutils/.fileutils.objs/byte -I src/lib/fileutils/.fileutils.objs/public_cmi -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/stdlib-shims -no-alias-deps -o src/lib/fileutils/.fileutils.objs/byte/fileUtilCMP.cmo -c -impl src/lib/fileutils/FileUtilCMP.ml)
- File "src/lib/fileutils/FileUtilCMP.ml", line 42, characters 8-20:
- 42 |         Stream.empty st;
-              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 44, characters 11-25:
- 44 |       with Stream.Failure ->
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 50, characters 18-35:
- 50 |     let stream1 = Stream.of_channel fd1 in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 51, characters 18-35:
- 51 |     let stream2 = Stream.of_channel fd2 in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 54, characters 16-27:
- 54 |         while ((Stream.next stream1) = (Stream.next stream2)) do
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 54, characters 40-51:
- 54 |         while ((Stream.next stream1) = (Stream.next stream2)) do
-                                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 58, characters 14-26:
- 58 |         Some (Stream.count stream1)
-                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 61, characters 8-22:
- 61 |       | Stream.Failure ->
-              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 71, characters 24-36:
- 71 |                   Some (Stream.count stream1)
-                              ^^^^^^^^^^^^
- 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/lib/fileutils/.fileutils.objs/byte -I src/lib/fileutils/.fileutils.objs/native -I src/lib/fileutils/.fileutils.objs/public_cmi -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/lib/fileutils/.fileutils.objs/native/fileUtilCMP.cmx -c -impl src/lib/fileutils/FileUtilCMP.ml)
- File "src/lib/fileutils/FileUtilCMP.ml", line 42, characters 8-20:
- 42 |         Stream.empty st;
-              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 44, characters 11-25:
- 44 |       with Stream.Failure ->
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 50, characters 18-35:
- 50 |     let stream1 = Stream.of_channel fd1 in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 51, characters 18-35:
- 51 |     let stream2 = Stream.of_channel fd2 in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 54, characters 16-27:
- 54 |         while ((Stream.next stream1) = (Stream.next stream2)) do
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 54, characters 40-51:
- 54 |         while ((Stream.next stream1) = (Stream.next stream2)) do
-                                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 58, characters 14-26:
- 58 |         Some (Stream.count stream1)
-                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 61, characters 8-22:
- 61 |       | Stream.Failure ->
-              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fileutils/FileUtilCMP.ml", line 71, characters 24-36:
- 71 |                   Some (Stream.count stream1)
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  fileutils.0.6.2
-> installed fileutils.0.6.2

=== STDERR ===

2026-06-24 12:09.19: OK: build fileutils.0.6.2 (runc: 4.1s, disk: 11KB)
2026-06-24 12:09.19: Job succeeded