Build:
- 0
2026-06-26 11:32.46: New job: build vecosek.0.0.0 (06b0a81e6056)
2026-06-26 11:32.46: Waiting for resource in pool day11-builds
2026-06-26 11:52.26: Got resource from pool day11-builds
2026-06-26 11:52.26: [profile full] build vecosek.0.0.0
2026-06-26 11:52.26: build vecosek.0.0.0 (06b0a81e6056)
=== DEPENDENCIES (27 transitive) ===
atd.1.12.0 697900cee508
atdgen.1.12.0 70e4886d9cf3
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
biniou.1.2.2 eef30331b544
camlp-streams.5.0.1 28f363162dde
cmdliner.1.3.0 7280d3fb1acd
cppo.1.8.0 916ffc6cc04e
dune.3.23.1 848a72441e15
easy-format.1.3.4 1672fd0d9a38
jbuilder.1.0+beta20.2 4f461261c648
menhir.20211128 4d375e46691e
menhirLib.20211128 84dec646e3db
menhirSdk.20211128 fab0287522a3
misuja.0.0.0 639a1141efd9
nonstd.0.0.3 ec83dbd1613f
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-config.2 2d9c209f5590
ocamlbuild.0.16.1 7e0d6aadb209
ocamlfind.1.9.8 214dd418ac02
rresult.0.7.0 ab060a31b0aa
sosa.0.3.0 9ec59a24bfb5
topkg.1.1.1 511e1a1958da
vecosek-engine.0.0.0 1a35ac1ef6f4
vecosek-scene.0.0.0 86af901f803b
yojson.1.7.0 b1ff599fbd37
=== STDOUT ===
Processing: [default: loading data]
[vecosek.0.0.0: extract]
-> retrieved vecosek.0.0.0 (cached)
[vecosek: ocaml please.ml]
+ /home/opam/.opam/default/bin/ocaml "please.ml" "configure" (CWD=/home/opam/.opam/default/.opam-switch/build/vecosek.0.0.0)
[vecosek: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "vecosek" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/vecosek.0.0.0)
- ocamlc src/app/.main.eobjs/main.{cmi,cmo,cmt}
- File "src/app/main.ml", line 73, characters 25-35:
- 73 | let output_ports = Array.init out_ports (sprintf "out%d") in
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this function.
- File "src/app/main.ml", line 148, characters 8-12:
- 148 | pure (fun scene_path scene_format midi_engine log_file
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/app/main.ml", line 244, characters 6-10:
- 244 | pure run $ cmdliner_term (), info "run-test" ~version
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/app/main.ml", line 244, characters 35-39:
- 244 | pure run $ cmdliner_term (), info "run-test" ~version
- ^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/app/main.ml", line 256, characters 6-10:
- 256 | pure test_scenes $
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/app/main.ml", line 260, characters 6-10:
- 260 | info nnn ~version
- ^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/app/main.ml", line 268, characters 8-19:
- 268 | match eval_choice Display.(cmd ~name:"vecosek" ()) [
- ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- File "src/app/main.ml", line 273, characters 16-31:
- 273 | | `Error _ -> Pervasives.exit 2
- ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/app/main.ml", line 276, characters 13-28:
- 276 | | `Help -> Pervasives.exit 0
- ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlopt src/app/.main.eobjs/main.{cmx,o}
- File "src/app/main.ml", line 73, characters 25-35:
- 73 | let output_ports = Array.init out_ports (sprintf "out%d") in
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this function.
- File "src/app/main.ml", line 148, characters 8-12:
- 148 | pure (fun scene_path scene_format midi_engine log_file
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/app/main.ml", line 244, characters 6-10:
- 244 | pure run $ cmdliner_term (), info "run-test" ~version
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/app/main.ml", line 244, characters 35-39:
- 244 | pure run $ cmdliner_term (), info "run-test" ~version
- ^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/app/main.ml", line 256, characters 6-10:
- 256 | pure test_scenes $
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/app/main.ml", line 260, characters 6-10:
- 260 | info nnn ~version
- ^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/app/main.ml", line 268, characters 8-19:
- 268 | match eval_choice Display.(cmd ~name:"vecosek" ()) [
- ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- File "src/app/main.ml", line 273, characters 16-31:
- 273 | | `Error _ -> Pervasives.exit 2
- ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/app/main.ml", line 276, characters 13-28:
- 276 | | `Help -> Pervasives.exit 0
- ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-> compiled vecosek.0.0.0
-> installed vecosek.0.0.0
=== STDERR ===
2026-06-26 11:53.05: OK: build vecosek.0.0.0 (runc: 3.2s, disk: 12KB)
2026-06-26 11:53.05: Job succeeded