Build:
- 0
2026-06-16 12:10.24: New job: build scid.1.0 (4213d33c81ea)
2026-06-16 12:10.24: Waiting for resource in pool day11-builds
2026-06-16 12:49.14: Got resource from pool day11-builds
2026-06-16 12:49.14: [profile full] build scid.1.0
2026-06-16 12:49.14: build scid.1.0 (4213d33c81ea)
=== DEPENDENCIES (13 transitive) ===
base-bytes.base 70d0daec7841
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
cppo.1.8.0 ea583d2d3bbb
dune.3.23.1 5402470d931c
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
ocplib-endian.1.2 4dbd3fe91c51
result.1.5 537fffb7b75d
topkg.1.1.1 ab549298f3fc
=== STDOUT ===
Processing: [default: loading data]
[scid.1.0: dl]
[scid.1.0: extract]
-> retrieved scid.1.0 (https://opam.ocaml.org/cache)
[scid: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/scid.1.0)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package result -package ocplib-endian -package bigarray -package bytes -modules src/scid.ml > src/scid.ml.depends
- + ocamlfind ocamldep -package result -package ocplib-endian -package bigarray -package bytes -modules src/scid.mli > src/scid.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package result -package ocplib-endian -package bigarray -package bytes -w -40 -I src -I test -o src/scid.cmi src/scid.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package result -package ocplib-endian -package bigarray -package bytes -w -40 -I src -I test -o src/scid.cmx src/scid.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package result -package ocplib-endian -package bigarray -package bytes -w -40 -I src -I test -o src/scid.cmx src/scid.ml
- File "src/scid.ml", line 9, characters 57-75:
- 9 | module ISet = Set.Make(struct type t = int let compare = Pervasives.compare end)
- ^^^^^^^^^^^^^^^^^^
- 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
- + ocamlfind ocamlopt -a -package result -package ocplib-endian -package bigarray -package bytes -I src src/scid.cmx -o src/scid.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -package result -package ocplib-endian -package bigarray -package bytes -w -40 -I src -I test -o src/scid.cmo src/scid.ml
- + ocamlfind ocamlc -c -g -bin-annot -package result -package ocplib-endian -package bigarray -package bytes -w -40 -I src -I test -o src/scid.cmo src/scid.ml
- File "src/scid.ml", line 9, characters 57-75:
- 9 | module ISet = Set.Make(struct type t = int let compare = Pervasives.compare end)
- ^^^^^^^^^^^^^^^^^^
- 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
- + ocamlfind ocamlopt -shared -linkall -package result -package ocplib-endian -package bigarray -package bytes -I src src/scid.cmxa -o src/scid.cmxs
- + ocamlfind ocamlc -a -package result -package ocplib-endian -package bigarray -package bytes -I src src/scid.cmo -o src/scid.cma
- # Parallel statistics: { count(total): 1(8), max: 2, min: 2, average(total): 2.000(1.125) }
-> compiled scid.1.0
-> installed scid.1.0
=== STDERR ===
2026-06-16 12:49.25: OK: build scid.1.0 (runc: 2.8s, disk: 8KB)
2026-06-16 12:49.25: Job succeeded