Build:
- 0
2026-06-19 19:54.47: New job: build stitch.0.0.0 (61d923e9d47e)
2026-06-19 19:54.47: Waiting for resource in pool day11-builds
2026-06-19 20:15.20: Got resource from pool day11-builds
2026-06-19 20:15.20: [profile full] build stitch.0.0.0
2026-06-19 20:15.20: build stitch.0.0.0 (61d923e9d47e)
=== DEPENDENCIES (26 transitive) ===
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
biniou.1.2.2 e206f948303f
camlp-streams.5.0.1 c3c277564948
containers.3.18 172545cbb835
cppo.1.8.0 58ff60202126
csexp.1.5.2 6a11fd34e537
dune.3.23.1 b9e31df96092
dune-configurator.3.23.1 cdae849f232e
easy-format.1.3.4 b72f43c14b1f
either.1.0.0 b65a9e296180
ocaml.5.5.0 7bdffd2f55d9
ocaml-base-compiler.5.5.0 88ac983b1a28
ocaml-compiler.5.5.0 8d77bbea3746
ocaml-compiler-libs.v0.17.0 6bb2fe976db3
ocamlfind.1.9.8 1872268d1aec
ounit.2.2.7 fa0c36616d2c
ounit2.2.2.7 df7f74ed0eed
ppx_derivers.1.2.1 e49491a38353
ppx_deriving.6.1.1 44efc0a85ae7
ppx_deriving_yojson.3.10.0 5a8d684e444c
ppxlib.0.38.0 495045ef7a3c
seq.base 0653332756aa
sexplib0.v0.17.0 4906aac5ee08
stdlib-shims.0.3.0 4aecff888649
yojson.1.7.0 340cf3f3a764
=== 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-19 20:15.33: OK: build stitch.0.0.0 (runc: 4.1s, disk: 17KB)
2026-06-19 20:15.33: Job succeeded