Build:
- 0
2026-06-24 11:15.28: New job: build monomorphic.1.4 (a2f1b29f248d) 2026-06-24 11:15.28: Waiting for resource in pool day11-builds 2026-06-24 11:59.42: Got resource from pool day11-builds 2026-06-24 11:59.42: [profile full] build monomorphic.1.4 2026-06-24 11:59.42: build monomorphic.1.4 (a2f1b29f248d) === DEPENDENCIES (6 transitive) === ocaml.4.14.4 b047fb9251f4 ocaml-base-compiler.4.14.4 d3b7ccb2c6fb ocaml-config.2 2d9c209f5590 ocamlbuild.0.16.1 7e0d6aadb209 ocamlbuild-pkg.0.2.1 2926a807ba04 ocamlfind.1.9.8 214dd418ac02 === STDOUT === Processing: [default: loading data] [monomorphic.1.4: dl] [monomorphic.1.4: extract] -> retrieved monomorphic.1.4 (https://opam.ocaml.org/cache) [monomorphic: make] + /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/monomorphic.1.4) - ocamlbuild -use-ocamlfind -plugin-tag "package(ocamlbuild-pkg)" monomorphic - + ocamlfind ocamlc -config - + ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package ocamlbuild-pkg myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - + ocamlfind ocamlc -config - + ocamlfind ocamldep -modules src/monomorphic.ml > src/monomorphic.ml.depends - + ocamlfind ocamldep -modules src/monomorphic.mli > src/monomorphic.mli.depends - + ocamlfind ocamlc -c -bin-annot -safe-string -w A -I src -o src/monomorphic.cmi src/monomorphic.mli - + ocamlfind ocamlopt -c -bin-annot -safe-string -w A -I src -o src/monomorphic.cmx src/monomorphic.ml - + ocamlfind ocamlopt -c -bin-annot -safe-string -w A -I src -o src/monomorphic.cmx src/monomorphic.ml - File "src/monomorphic.ml", line 26, characters 29-39: - 26 | module MakeInfix (Ty : TY) = Pervasives - ^^^^^^^^^^ - 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/monomorphic.ml", line 27, characters 27-37: - 27 | module MakeCmp (Ty : TY) = Pervasives - ^^^^^^^^^^ - 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/monomorphic.ml", line 28, characters 24-34: - 28 | module Make (Ty : TY) = Pervasives - ^^^^^^^^^^ - 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/monomorphic.ml", line 30, characters 14-24: - 30 | module None = Pervasives - ^^^^^^^^^^ - 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/monomorphic.ml", line 32, characters 13-23: - 32 | module Int = Pervasives - ^^^^^^^^^^ - 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/monomorphic.ml", line 33, characters 15-25: - 33 | module Float = Pervasives - ^^^^^^^^^^ - 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/monomorphic.ml", line 26, characters 18-20: - 26 | module MakeInfix (Ty : TY) = Pervasives - ^^ - Warning 60 [unused-module]: unused module Ty. - File "src/monomorphic.ml", line 27, characters 16-18: - 27 | module MakeCmp (Ty : TY) = Pervasives - ^^ - Warning 60 [unused-module]: unused module Ty. - File "src/monomorphic.ml", line 28, characters 13-15: - 28 | module Make (Ty : TY) = Pervasives - ^^ - Warning 60 [unused-module]: unused module Ty. - + ocamlfind ocamlopt -shared -I src src/monomorphic.cmx -o src/monomorphic.cmxs - + ocamlfind ocamlopt -a -I src src/monomorphic.cmx -o src/monomorphic.cmxa - + ocamlfind ocamlc -c -bin-annot -safe-string -w A -I src -o src/monomorphic.cmo src/monomorphic.ml - + ocamlfind ocamlc -c -bin-annot -safe-string -w A -I src -o src/monomorphic.cmo src/monomorphic.ml - File "src/monomorphic.ml", line 26, characters 29-39: - 26 | module MakeInfix (Ty : TY) = Pervasives - ^^^^^^^^^^ - 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/monomorphic.ml", line 27, characters 27-37: - 27 | module MakeCmp (Ty : TY) = Pervasives - ^^^^^^^^^^ - 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/monomorphic.ml", line 28, characters 24-34: - 28 | module Make (Ty : TY) = Pervasives - ^^^^^^^^^^ - 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/monomorphic.ml", line 30, characters 14-24: - 30 | module None = Pervasives - ^^^^^^^^^^ - 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/monomorphic.ml", line 32, characters 13-23: - 32 | module Int = Pervasives - ^^^^^^^^^^ - 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/monomorphic.ml", line 33, characters 15-25: - 33 | module Float = Pervasives - ^^^^^^^^^^ - 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/monomorphic.ml", line 26, characters 18-20: - 26 | module MakeInfix (Ty : TY) = Pervasives - ^^ - Warning 60 [unused-module]: unused module Ty. - File "src/monomorphic.ml", line 27, characters 16-18: - 27 | module MakeCmp (Ty : TY) = Pervasives - ^^ - Warning 60 [unused-module]: unused module Ty. - File "src/monomorphic.ml", line 28, characters 13-15: - 28 | module Make (Ty : TY) = Pervasives - ^^ - Warning 60 [unused-module]: unused module Ty. - + ocamlfind ocamlc -a -I src src/monomorphic.cmo -o src/monomorphic.cma - + ln -sf _build/monomorphic.install /home/opam/.opam/default/.opam-switch/build/monomorphic.1.4 -> compiled monomorphic.1.4 -> installed monomorphic.1.4 === STDERR === 2026-06-24 12:00.14: OK: build monomorphic.1.4 (runc: 3.6s, disk: 11KB) 2026-06-24 12:00.14: Job succeeded