Build:
  1. 0
2026-09-03 18:32.40: New job: build scid.1.0 (00d8b0413585)
2026-09-03 18:32.40: Waiting for resource in pool day11-builds
2026-09-03 20:04.32: Got resource from pool day11-builds
2026-09-03 20:04.32: [profile full] build scid.1.0
2026-09-03 20:04.32: build scid.1.0 (00d8b0413585)
=== DEPENDENCIES (13 transitive) ===
  base-bytes.base                                    68d84c459288
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  cppo.1.8.0                                         8b34f9718c9c
  dune.3.24.2                                        bf83cdf0a904
  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
  ocplib-endian.1.2                                  a626410be6a1
  result.1.5                                         24fb8ad48a1d
  topkg.1.1.1                                        f1122af0988e
=== 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-09-03 20:04.38: OK: build scid.1.0 (runc: 2.6s, disk: 8KB)
2026-09-03 20:04.38: Job succeeded