Build:
- 0
2026-06-20 17:16.19: New job: build oskel.0.2.0 (5b6cc75634c9)
2026-06-20 17:16.19: Waiting for resource in pool day11-builds
2026-06-20 18:47.28: Got resource from pool day11-builds
2026-06-20 18:47.28: [profile full] build oskel.0.2.0
2026-06-20 18:47.28: build oskel.0.2.0 (5b6cc75634c9)
=== DEPENDENCIES (14 transitive) ===
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
cmdliner.1.3.0 207b321bdb62
compiler-cloning.enabled 0d2606125f88
dune.3.23.1 dbfeecb5ca10
fmt.0.11.0 feecefc1fa30
logs.0.10.0 b631a7bc5103
ocaml.5.5.0 1b4132bddf48
ocaml-base-compiler.5.5.0 1901c3a760c1
ocaml-compiler.5.5.0 5f593a0b4a8c
ocamlbuild.0.16.1 b485a4f69c01
ocamlfind.1.9.8 5b46f9d92bbd
stdlib-shims.0.3.0 9047e6396dc4
topkg.1.1.1 8e3718e4cf5c
=== STDOUT ===
Processing: [default: loading data]
[oskel.0.2.0: dl]
[oskel.0.2.0: extract]
-> retrieved oskel.0.2.0 (https://opam.ocaml.org/cache)
[oskel: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "oskel" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/oskel.0.2.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.oskel.objs/byte -I lib/.oskel.objs/native -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/stdlib-shims -cmi-file lib/.oskel.objs/byte/oskel__Utils.cmi -no-alias-deps -open Oskel__ -o lib/.oskel.objs/native/oskel__Utils.cmx -c -impl lib/utils.ml)
- File "lib/utils.ml", line 9, characters 19-27:
- 9 | Error (`Msg (Fmt.strf "Command \"%s\" failed with return code %d" cmd n))
- ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-
- File "lib/utils.ml", line 11, characters 19-27:
- 11 | Error (`Msg (Fmt.strf "Command \"%s\" was interrupted" cmd))
- ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-
- File "lib/utils.ml", line 24, characters 19-27:
- 24 | (Fmt.strf "Command \"%s\" failed with return code %d" cmd n))
- ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-
- File "lib/utils.ml", line 26, characters 27-35:
- 26 | Error (`Msg (Fmt.strf "Command \"%s\" was interrupted" cmd)) ))
- ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.oskel.objs/byte -I lib/.oskel.objs/native -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/stdlib-shims -cmi-file lib/.oskel.objs/byte/oskel__Layouts.cmi -no-alias-deps -open Oskel__ -o lib/.oskel.objs/native/oskel__Layouts.cmx -c -impl lib/layouts.ml)
- File "lib/layouts.ml", line 219, characters 10-18:
- 219 | Fmt.strf "git remote add origin https://github.com/%s/%s.git"
- ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.oskel.objs/byte -I lib/.oskel.objs/native -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/stdlib-shims -cmi-file lib/.oskel.objs/byte/oskel.cmi -no-alias-deps -open Oskel__ -o lib/.oskel.objs/native/oskel.cmx -c -impl lib/oskel.ml)
- File "lib/oskel.ml", line 48, characters 2-10:
- 48 | Fmt.strf "%s-%s" (random_elt Faker.adjectives) (random_elt Faker.animals)
- ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fmt/cli -I /home/opam/.opam/default/lib/fmt/tty -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/logs/cli -I /home/opam/.opam/default/lib/logs/fmt -I lib/.oskel.objs/byte -I lib/.oskel.objs/native -cmi-file bin/.main.eobjs/byte/dune__exe__Main.cmi -no-alias-deps -o bin/.main.eobjs/native/dune__exe__Main.cmx -c -impl bin/main.ml)
- File "bin/main.ml", line 30, characters 18-25:
- 30 | let env_var s = env_var ("OSKEL_" ^ s)
- ^^^^^^^
- Alert deprecated: env_var
- Use Cmd.Env.info instead.
-
- File "bin/main.ml", line 136, characters 8-12:
- 136 | Term.(pure not $ Arg.(value & flag & info [ "disable-git" ] ~doc ~env))
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
-
- File "bin/main.ml", line 155, characters 14-32:
- 155 | let exits = Term.default_exits in
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
-
- File "bin/main.ml", line 178, characters 6-10:
- 178 | info "oskel" ~version:"0.2.0" ~doc ~exits ~man )
- ^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
-
- File "bin/main.ml", line 180, characters 9-18:
- 180 | let () = Term.exit (Term.eval term)
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
-
- File "bin/main.ml", line 180, characters 20-29:
- 180 | let () = Term.exit (Term.eval term)
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled oskel.0.2.0
-> installed oskel.0.2.0
=== STDERR ===
2026-06-20 18:47.40: OK: build oskel.0.2.0 (runc: 4.1s, disk: 10KB)
2026-06-20 18:47.40: Job succeeded