Build:
  1. 0
2026-06-20 15:52.34: New job: build cry.0.6.3 (f76d41cee7ab)
2026-06-20 15:52.34: Waiting for resource in pool day11-builds
2026-06-20 15:58.45: Got resource from pool day11-builds
2026-06-20 15:58.45: [profile full] build cry.0.6.3
2026-06-20 15:58.45: build cry.0.6.3 (f76d41cee7ab)
=== DEPENDENCIES (5 transitive) ===
  compiler-cloning.enabled                           0d2606125f88
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlfind.1.9.8                                    5b46f9d92bbd
=== STDOUT ===
Processing: [default: loading data]
[cry.0.6.3: dl]
[cry.0.6.3: extract]
-> retrieved cry.0.6.3  (https://opam.ocaml.org/cache)
[cry: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/cry.0.6.3/./configure "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/cry.0.6.3)
- configuring ocaml-cry 0.6.3
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking for a BSD-compatible install... /usr/bin/install -c
- checking target toolchain... linux
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking for ar... ar
- checking for ocamlc... ocamlc
- OCaml version is 5.5.0
- checking if ocaml compiler supports first-class modules... yes
- OCaml library path is /home/opam/.opam/default/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamldep.opt... ocamldep.opt
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamlbuild... no
- checking for camlidl... no
- checking for ocamllex... ocamllex
- checking for ocamllex.opt... ocamllex.opt
- checking for ocamlyacc... ocamlyacc
- checking for camlp4... no
- checking for camlp4boot... no
- checking for camlp4o... no
- checking for camlp4of... no
- checking for camlp4oof... no
- checking for camlp4orf... no
- checking for camlp4prof... no
- checking for camlp4r... no
- checking for camlp4rf... no
- checking for ocamlfind... ocamlfind
- checking for ocaml standard library path... /home/opam/.opam/default/lib/ocaml
- checking for caml/threads.h... yes
- checking for gcc option to produce PIC... -fPIC
- checking for ocaml bytes module... ok
- checking for ocaml ssl module >= 0.5.0... Not found.
- checking for ocaml osx-secure-transport module... Not found.
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/META
- config.status: creating src/Makefile
- config.status: creating src/cry_ssl.ml
- config.status: creating examples/Makefile.connect
[cry: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/cry.0.6.3)
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/cry.0.6.3/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/cry.0.6.3/src'
- making ._bcdi/cry.di from cry.mli
- making ._d/cry.d from cry.ml
- making ._d/cry_ssl.d from cry_ssl.ml
- ocamlc.opt -c -dtypes -g -I /home/opam/.opam/default/lib/bytes cry_ssl.ml
- ocamlc.opt -c -dtypes -g -I /home/opam/.opam/default/lib/bytes cry.mli
- File "cry.mli", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- ocamlc.opt -c -dtypes -g -I /home/opam/.opam/default/lib/bytes cry.ml
- File "cry.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- ocamlc.opt -a    -I /home/opam/.opam/default/lib/bytes   -ccopt -L/home/opam/.opam/default/lib       \
- 			  -o cry.cma  cry_ssl.cmo cry.cmo
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/cry.0.6.3/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/cry.0.6.3/src'
- making ._ncdi/cry.di from cry.mli
- ocamlopt.opt -c -dtypes -g -I /home/opam/.opam/default/lib/bytes cry_ssl.ml
- ocamlopt.opt -c -dtypes -g -I /home/opam/.opam/default/lib/bytes cry.ml
- File "cry.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- ocamlopt.opt -a     -I /home/opam/.opam/default/lib/bytes   -ccopt -L/home/opam/.opam/default/lib        \
- 			 -o cry.cmxa cry_ssl.cmx cry.cmx
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/cry.0.6.3/src'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/cry.0.6.3/src'
-> compiled  cry.0.6.3
[cry: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/cry.0.6.3)
- /usr/bin/make -C src install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/cry.0.6.3/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/cry.0.6.3/src'
- ocamlc.opt -a    -I /home/opam/.opam/default/lib/bytes   -ccopt -L/home/opam/.opam/default/lib       \
- 			  -o cry.cma  cry_ssl.cmo cry.cmo
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/cry.0.6.3/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/cry.0.6.3/src'
- make[2]: 'cry.cmxa' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/cry.0.6.3/src'
- 
- Installing library with ocamlfind
- ocamlfind install  cry META cry.mli cry.cmi cry_ssl.cmi cry.cma cry.cmxa cry.cmx cry_ssl.cmx cry.a
- Installed /home/opam/.opam/default/lib/cry/cry.a
- Installed /home/opam/.opam/default/lib/cry/cry_ssl.cmx
- Installed /home/opam/.opam/default/lib/cry/cry.cmx
- Installed /home/opam/.opam/default/lib/cry/cry.cmxa
- Installed /home/opam/.opam/default/lib/cry/cry.cma
- Installed /home/opam/.opam/default/lib/cry/cry_ssl.cmi
- Installed /home/opam/.opam/default/lib/cry/cry.cmi
- Installed /home/opam/.opam/default/lib/cry/cry.mli
- Installed /home/opam/.opam/default/lib/cry/META
- 
- Installation successful.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/cry.0.6.3/src'
-> installed cry.0.6.3

=== STDERR ===

2026-06-20 15:58.50: OK: build cry.0.6.3 (runc: 3.1s, disk: 11KB)
2026-06-20 15:58.50: Job succeeded