Build:
- 0
2026-09-07 19:40.50: New job: build vecosek.0.0.0 (38561ea9e7c0)
2026-09-07 19:40.50: Waiting for resource in pool day11-builds
2026-09-07 19:41.28: Got resource from pool day11-builds
2026-09-07 19:41.28: [profile full] build vecosek.0.0.0
2026-09-07 19:41.29: build vecosek.0.0.0 (38561ea9e7c0)
=== DEPENDENCIES (27 transitive) ===
atd.1.12.0 b879ae9ae144
atdgen.1.12.0 77507279568d
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
biniou.1.2.2 7e2471b75e8f
camlp-streams.5.0.1 4c58a1da28ba
cmdliner.1.3.0 50421b7f7592
cppo.1.8.0 8b34f9718c9c
dune.3.24.2 bf83cdf0a904
easy-format.1.3.4 3a6d5023d2b6
jbuilder.1.0+beta20.2 d14840434490
menhir.20211128 8cddf5b2e4b2
menhirLib.20211128 050670b6930e
menhirSdk.20211128 954dfb6c0907
misuja.0.0.0 c2a3303b02e8
nonstd.0.0.3 41b0b138801e
ocaml.4.14.4 c7d6265b51fe
ocaml-base-compiler.4.14.4 7a409b6ffbef
ocaml-config.2 85edea6ac168
ocamlbuild.0.16.1 5ae5ab4d19bf
ocamlfind.1.9.8 3cae95bed0a0
rresult.0.7.0 e91945a392c9
sosa.0.3.0 fd57d3e43257
topkg.1.1.1 f1122af0988e
vecosek-engine.0.0.0 9f393f35f597
vecosek-scene.0.0.0 feae57be30d2
yojson.1.7.0 2299915efbe2
=== 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-09-07 19:41.36: OK: build vecosek.0.0.0 (runc: 4.6s, disk: 12KB)
2026-09-07 19:41.36: Job succeeded