Build:
- 0
2026-06-16 16:32.25: New job: build stitch.0.0.0 (eba1d43a6174)
2026-06-16 16:32.25: Waiting for resource in pool day11-builds
2026-06-16 17:09.07: Got resource from pool day11-builds
2026-06-16 17:09.07: [profile full] build stitch.0.0.0
2026-06-16 17:09.07: build stitch.0.0.0 (eba1d43a6174)
=== DEPENDENCIES (27 transitive) ===
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
biniou.1.2.2 c6b283605131
camlp-streams.5.0.1 c5b4d7818010
containers.3.18 3dcc83e7bd40
cppo.1.8.0 3c775a388c9d
csexp.1.5.2 e2491a88a8e9
dune.3.23.1 d50060dd2cab
dune-configurator.3.23.1 83dd42d9abe2
easy-format.1.3.4 b1eb2dbaa585
either.1.0.0 b62682555e95
ocaml.5.4.1 708fed352b2a
ocaml-base-compiler.5.4.1 89b85703f841
ocaml-compiler.5.4.1 a719b8419b8e
ocaml-compiler-libs.v0.17.0 bb35244dbd80
ocaml-config.3 aa27f63940d8
ocamlfind.1.9.8 5cfa73ef65e7
ounit.2.2.7 2c544731fc20
ounit2.2.2.7 41b9a3ff3c88
ppx_derivers.1.2.1 48d8f0a02148
ppx_deriving.6.1.1 21563319369c
ppx_deriving_yojson.3.10.0 b4cc1ceba510
ppxlib.0.38.0 089dd9eec9cd
seq.base 75c7a6b170f3
sexplib0.v0.17.0 3a274f46ef22
stdlib-shims.0.3.0 b64bd5274094
yojson.1.7.0 78a4e104bff5
=== STDOUT ===
Processing: [default: loading data]
[stitch.0.0.0: dl]
[stitch.0.0.0: extract]
-> retrieved stitch.0.0.0 (https://opam.ocaml.org/cache)
[stitch: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "stitch" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/stitch.0.0.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.stitch.objs/byte -I /home/opam/.opam/default/lib/biniou -I /home/opam/.opam/default/lib/camlp-streams -I /home/opam/.opam/default/lib/containers -I /home/opam/.opam/default/lib/containers/domain -I /home/opam/.opam/default/lib/containers/monomorphic -I /home/opam/.opam/default/lib/easy-format -I /home/opam/.opam/default/lib/either -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -no-alias-deps -o lib/.stitch.objs/byte/stitch.cmi -c -intf lib/stitch.pp.mli)
- File "lib/stitch.mli", line 26, characters 24-40:
- 26 | to_yojson: ('a -> Yojson.Safe.json) ->
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.mli", line 27, characters 18-34:
- 27 | of_yojson: (Yojson.Safe.json -> ('a, string) result) ->
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.mli", line 35, characters 24-40:
- 35 | to_yojson: ('a -> Yojson.Safe.json) ->
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.mli", line 36, characters 18-34:
- 36 | of_yojson: (Yojson.Safe.json -> ('a, string) result) ->
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.stitch.objs/byte -I /home/opam/.opam/default/lib/biniou -I /home/opam/.opam/default/lib/camlp-streams -I /home/opam/.opam/default/lib/containers -I /home/opam/.opam/default/lib/containers/domain -I /home/opam/.opam/default/lib/containers/monomorphic -I /home/opam/.opam/default/lib/easy-format -I /home/opam/.opam/default/lib/either -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -cmi-file lib/.stitch.objs/byte/stitch.cmi -no-alias-deps -o lib/.stitch.objs/byte/stitch.cmo -c -impl lib/stitch.pp.ml)
- File "lib/stitch.ml", line 13, characters 13-24:
- 13 | let open CCOpt.Infix in
- ^^^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-
- File "lib/stitch.ml", line 24, characters 4-13:
- 24 | CCOpt.map (fun dir -> Filename.concat dir filename) t.recording_dir
- ^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-
- File "lib/stitch.ml", line 29, characters 18-34:
- 29 | { arguments : Yojson.Safe.json list
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.ml", line 30, characters 21-37:
- 30 | ; return_value : Yojson.Safe.json
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.ml", line 39, characters 26-42:
- 39 | { to_yojson : 'a -> Yojson.Safe.json
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.ml", line 40, characters 20-36:
- 40 | ; of_yojson : Yojson.Safe.json -> ('a, string) result
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.ml", line 50, characters 26-42:
- 50 | { to_yojson : 'a -> Yojson.Safe.json
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.ml", line 51, characters 20-36:
- 51 | ; of_yojson : Yojson.Safe.json -> ('a, string) result
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.ml", line 150, characters 15-26:
- 150 | let open CCOpt.Infix in
- ^^^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-
- File "lib/stitch.ml", line 188, characters 2-14:
- 188 | CCOpt.map_or ~default:f (recorded_function_2 ~signature ~f) recording_file
- ^^^^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-
- File "lib/stitch.ml", line 192, characters 2-14:
- 192 | CCOpt.map_or ~default:f (recorded_function_3 ~signature ~f) recording_file
- ^^^^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-
- File "lib/stitch.ml", line 211, characters 2-14:
- 211 | CCOpt.map_or ~default:[] (verify ~test_of_recorded_call) recording_file
- ^^^^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.stitch.objs/byte -I lib/.stitch.objs/native -I /home/opam/.opam/default/lib/biniou -I /home/opam/.opam/default/lib/camlp-streams -I /home/opam/.opam/default/lib/containers -I /home/opam/.opam/default/lib/containers/domain -I /home/opam/.opam/default/lib/containers/monomorphic -I /home/opam/.opam/default/lib/easy-format -I /home/opam/.opam/default/lib/either -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -cmi-file lib/.stitch.objs/byte/stitch.cmi -no-alias-deps -o lib/.stitch.objs/native/stitch.cmx -c -impl lib/stitch.pp.ml)
- File "lib/stitch.ml", line 13, characters 13-24:
- 13 | let open CCOpt.Infix in
- ^^^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-
- File "lib/stitch.ml", line 24, characters 4-13:
- 24 | CCOpt.map (fun dir -> Filename.concat dir filename) t.recording_dir
- ^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-
- File "lib/stitch.ml", line 29, characters 18-34:
- 29 | { arguments : Yojson.Safe.json list
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.ml", line 30, characters 21-37:
- 30 | ; return_value : Yojson.Safe.json
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.ml", line 39, characters 26-42:
- 39 | { to_yojson : 'a -> Yojson.Safe.json
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.ml", line 40, characters 20-36:
- 40 | ; of_yojson : Yojson.Safe.json -> ('a, string) result
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.ml", line 50, characters 26-42:
- 50 | { to_yojson : 'a -> Yojson.Safe.json
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.ml", line 51, characters 20-36:
- 51 | ; of_yojson : Yojson.Safe.json -> ('a, string) result
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "lib/stitch.ml", line 150, characters 15-26:
- 150 | let open CCOpt.Infix in
- ^^^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-
- File "lib/stitch.ml", line 188, characters 2-14:
- 188 | CCOpt.map_or ~default:f (recorded_function_2 ~signature ~f) recording_file
- ^^^^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-
- File "lib/stitch.ml", line 192, characters 2-14:
- 192 | CCOpt.map_or ~default:f (recorded_function_3 ~signature ~f) recording_file
- ^^^^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-
- File "lib/stitch.ml", line 211, characters 2-14:
- 211 | CCOpt.map_or ~default:[] (verify ~test_of_recorded_call) recording_file
- ^^^^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-> compiled stitch.0.0.0
-> installed stitch.0.0.0
=== STDERR ===
2026-06-16 17:09.22: OK: build stitch.0.0.0 (runc: 7.6s, disk: 17KB)
2026-06-16 17:09.22: Job succeeded