Build:
- 0
2026-06-16 18:32.52: New job: build feather.0.3.0 (2336af47b891)
2026-06-16 18:32.52: Waiting for resource in pool day11-builds
2026-06-16 18:50.28: Got resource from pool day11-builds
2026-06-16 18:50.28: [profile full] build feather.0.3.0
2026-06-16 18:50.28: build feather.0.3.0 (2336af47b891)
=== DEPENDENCIES (32 transitive) ===
base.v0.16.5 799300b0cae4
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
csexp.1.5.2 b53491c758da
dune.3.23.1 9174d78a1f0e
dune-configurator.3.23.1 4ac5d9312ab3
jane-street-headers.v0.16.0 8eaf1ae2887f
jst-config.v0.16.0 3a05e6d2bf61
ocaml.5.2.1 b36a3a003df3
ocaml-base-compiler.5.2.1 91ea68ae8779
ocaml-compiler-libs.v0.17.0 eb36f3cabdba
ocaml-config.3 291db63d419b
ppx_assert.v0.16.0 ed721b244457
ppx_base.v0.16.0 f6f193adf7bb
ppx_cold.v0.16.0 03204848a48e
ppx_compare.v0.16.0 1189e8e7c465
ppx_derivers.1.2.1 561ac31bcf9d
ppx_enumerate.v0.16.0 475cf11a0af9
ppx_expect.v0.16.2 63386040563a
ppx_globalize.v0.16.0 5f48d2347b4f
ppx_hash.v0.16.0 0772bba858ab
ppx_here.v0.16.0 8e1fbf34f5c9
ppx_inline_test.v0.16.1 30f011a314e7
ppx_optcomp.v0.16.0 b39e0b9dfa81
ppx_sexp_conv.v0.16.0 1478174bdaf4
ppxlib.0.35.0 0dafdef71232
re.1.14.0 60f1531a18c8
sexplib0.v0.16.0 718802452586
spawn.v0.17.0 188cb93f0d7d
stdio.v0.16.0 37722fc8eee2
stdlib-shims.0.3.0 358b380ce61e
time_now.v0.16.0 806f9d5643d7
=== STDOUT ===
Processing: [default: loading data]
[feather.0.3.0: dl]
[feather.0.3.0: extract]
-> retrieved feather.0.3.0 (https://opam.ocaml.org/cache)
[feather: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "feather" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/feather.0.3.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.feather.objs/byte -I src/.feather.objs/native -I /home/opam/.opam/default/lib/base -I /home/opam/.opam/default/lib/base/base_internalhash_types -I /home/opam/.opam/default/lib/base/caml -I /home/opam/.opam/default/lib/base/shadow_stdlib -I /home/opam/.opam/default/lib/jane-street-headers -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ppx_compare/runtime-lib -I /home/opam/.opam/default/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/default/lib/ppx_expect/collector -I /home/opam/.opam/default/lib/ppx_expect/common -I /home/opam/.opam/default/lib/ppx_expect/config -I /home/opam/.opam/default/lib/ppx_expect/config_types -I /home/opam/.opam/default/lib/ppx_hash/runtime-lib -I /home/opam/.opam/default/lib/ppx_here/runtime-lib -I /home/opam/.opam/default/lib/ppx_inline_test/config -I /home/opam/.opam/default/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/spawn -I /home/opam/.opam/default/lib/stdio -I /home/opam/.opam/default/lib/time_now -cmi-file src/.feather.objs/byte/feather.cmi -no-alias-deps -o src/.feather.objs/native/feather.cmx -c -impl src/feather.pp.ml)
- File "src/feather.ml", line 3, characters 13-21:
- 3 | module Sys = Caml.Sys
- ^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
-
- File "src/feather.ml", line 37, characters 10-15:
- 37 | include Mutex
- ^^^^^
- Alert deprecated: module Base.Mutex
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Mutex instead
-
- File "src/feather.ml", line 40, characters 4-14:
- 40 | Mutex.lock m;
- ^^^^^^^^^^
- Alert deprecated: module Base.Mutex
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Mutex instead
-
- File "src/feather.ml", line 41, characters 39-51:
- 41 | Exn.protect ~f ~finally:(fun () -> Mutex.unlock m)
- ^^^^^^^^^^^^
- Alert deprecated: module Base.Mutex
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Mutex instead
-
- File "src/feather.ml", line 47, characters 16-27:
- 47 | condition : Condition.t;
- ^^^^^^^^^^^
- Alert deprecated: module Base.Condition
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Condition instead
-
- File "src/feather.ml", line 52, characters 18-34:
- 52 | { condition = Condition.create (); mutex = Mutex.create (); result = None }
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Base.Condition
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Condition instead
-
- File "src/feather.ml", line 134, characters 20-40:
- 134 | |> List.find ~f:Caml.Sys.file_exists
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
-
- File "src/feather.ml", line 133, characters 32-52:
- 133 | List.map paths ~f:(fun d -> Caml.Filename.concat d prog)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
-
- File "src/feather.ml", line 462, characters 2-16:
- 462 | Caml.flush_all ();
- ^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
-
- File "src/feather.ml", line 478, characters 10-29:
- 478 | Condition.broadcast process.condition));
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Base.Condition
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Condition instead
-
- File "src/feather.ml", line 487, characters 10-29:
- 487 | Condition.broadcast process.condition));
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Base.Condition
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Condition instead
-
- File "src/feather.ml", line 495, characters 10-24:
- 495 | Condition.wait process.condition process.mutex;
- ^^^^^^^^^^^^^^
- Alert deprecated: module Base.Condition
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Condition instead
-
- File "src/feather.ml", line 633, characters 9-21:
- 633 | let () = Caml.at_exit terminate_child_processes
- ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.feather.objs/byte -I /home/opam/.opam/default/lib/base -I /home/opam/.opam/default/lib/base/base_internalhash_types -I /home/opam/.opam/default/lib/base/caml -I /home/opam/.opam/default/lib/base/shadow_stdlib -I /home/opam/.opam/default/lib/jane-street-headers -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ppx_compare/runtime-lib -I /home/opam/.opam/default/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/default/lib/ppx_expect/collector -I /home/opam/.opam/default/lib/ppx_expect/common -I /home/opam/.opam/default/lib/ppx_expect/config -I /home/opam/.opam/default/lib/ppx_expect/config_types -I /home/opam/.opam/default/lib/ppx_hash/runtime-lib -I /home/opam/.opam/default/lib/ppx_here/runtime-lib -I /home/opam/.opam/default/lib/ppx_inline_test/config -I /home/opam/.opam/default/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/spawn -I /home/opam/.opam/default/lib/stdio -I /home/opam/.opam/default/lib/time_now -cmi-file src/.feather.objs/byte/feather.cmi -no-alias-deps -o src/.feather.objs/byte/feather.cmo -c -impl src/feather.pp.ml)
- File "src/feather.ml", line 3, characters 13-21:
- 3 | module Sys = Caml.Sys
- ^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
-
- File "src/feather.ml", line 37, characters 10-15:
- 37 | include Mutex
- ^^^^^
- Alert deprecated: module Base.Mutex
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Mutex instead
-
- File "src/feather.ml", line 40, characters 4-14:
- 40 | Mutex.lock m;
- ^^^^^^^^^^
- Alert deprecated: module Base.Mutex
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Mutex instead
-
- File "src/feather.ml", line 41, characters 39-51:
- 41 | Exn.protect ~f ~finally:(fun () -> Mutex.unlock m)
- ^^^^^^^^^^^^
- Alert deprecated: module Base.Mutex
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Mutex instead
-
- File "src/feather.ml", line 47, characters 16-27:
- 47 | condition : Condition.t;
- ^^^^^^^^^^^
- Alert deprecated: module Base.Condition
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Condition instead
-
- File "src/feather.ml", line 52, characters 18-34:
- 52 | { condition = Condition.create (); mutex = Mutex.create (); result = None }
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Base.Condition
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Condition instead
-
- File "src/feather.ml", line 134, characters 20-40:
- 134 | |> List.find ~f:Caml.Sys.file_exists
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
-
- File "src/feather.ml", line 133, characters 32-52:
- 133 | List.map paths ~f:(fun d -> Caml.Filename.concat d prog)
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
-
- File "src/feather.ml", line 462, characters 2-16:
- 462 | Caml.flush_all ();
- ^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
-
- File "src/feather.ml", line 478, characters 10-29:
- 478 | Condition.broadcast process.condition));
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Base.Condition
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Condition instead
-
- File "src/feather.ml", line 487, characters 10-29:
- 487 | Condition.broadcast process.condition));
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Base.Condition
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Condition instead
-
- File "src/feather.ml", line 495, characters 10-24:
- 495 | Condition.wait process.condition process.mutex;
- ^^^^^^^^^^^^^^
- Alert deprecated: module Base.Condition
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Stdlib.Condition instead
-
- File "src/feather.ml", line 633, characters 9-21:
- 633 | let () = Caml.at_exit terminate_child_processes
- ^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
-> compiled feather.0.3.0
-> installed feather.0.3.0
=== STDERR ===
2026-06-16 18:50.50: OK: build feather.0.3.0 (runc: 3.6s, disk: 19KB)
2026-06-16 18:50.50: Job succeeded