Build:
- 0
2026-06-26 10:01.58: New job: build scid.1.0 (9c72a0e626cc)
2026-06-26 10:01.58: Waiting for resource in pool day11-builds
2026-06-26 10:19.53: Got resource from pool day11-builds
2026-06-26 10:19.53: [profile full] build scid.1.0
2026-06-26 10:19.53: build scid.1.0 (9c72a0e626cc)
=== DEPENDENCIES (13 transitive) ===
base-bytes.base c40d17bc86b5
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
cppo.1.8.0 916ffc6cc04e
dune.3.23.1 848a72441e15
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-config.2 2d9c209f5590
ocamlbuild.0.16.1 7e0d6aadb209
ocamlfind.1.9.8 214dd418ac02
ocplib-endian.1.2 a439de7b1a96
result.1.5 9b1cd45b2159
topkg.1.1.1 511e1a1958da
=== 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-26 10:20.02: OK: build scid.1.0 (runc: 4.2s, disk: 8KB)
2026-06-26 10:20.02: Job succeeded