Build:
- 0
2026-06-16 16:49.43: New job: build vecosek.0.0.0 (54b0580d0e45)
2026-06-16 16:49.43: Waiting for resource in pool day11-builds
2026-06-16 17:24.05: Got resource from pool day11-builds
2026-06-16 17:24.05: [profile full] build vecosek.0.0.0
2026-06-16 17:24.05: build vecosek.0.0.0 (54b0580d0e45)
=== DEPENDENCIES (27 transitive) ===
atd.1.12.0 ca2925e5747e
atdgen.1.12.0 279de66009cd
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
biniou.1.2.2 f0e9938fc49f
camlp-streams.5.0.1 76b76cc9fe05
cmdliner.1.3.0 dad70bc4de20
cppo.1.8.0 ea583d2d3bbb
dune.3.23.1 5402470d931c
easy-format.1.3.4 50a1da39581c
jbuilder.1.0+beta20.2 ab5ab9884b95
menhir.20211128 58c4ad093048
menhirLib.20211128 581f36ec2b3c
menhirSdk.20211128 ba9fa85c2874
misuja.0.0.0 01bfb66dc118
nonstd.0.0.3 14909cc2b29f
ocaml.4.14.4 cb826ea44eb2
ocaml-base-compiler.4.14.4 d2f775f983d7
ocaml-config.2 669e0fcf9e4d
ocamlbuild.0.16.1 8f6c52e6fce8
ocamlfind.1.9.8 6025f4a8e98e
rresult.0.7.0 66e2b7baf32c
sosa.0.3.0 3bb096111655
topkg.1.1.1 ab549298f3fc
vecosek-engine.0.0.0 d9d1b82118cf
vecosek-scene.0.0.0 ae5e03bade7f
yojson.1.7.0 e2a5a79780c9
=== 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-16 17:24.17: OK: build vecosek.0.0.0 (runc: 3.2s, disk: 12KB)
2026-06-16 17:24.17: Job succeeded