Build:
  1. 0
2026-06-24 13:54.51: New job: build opam-installer.2.0.1 (5c8e7f247114)
2026-06-24 13:54.51: Waiting for resource in pool day11-builds
2026-06-24 15:04.50: Got resource from pool day11-builds
2026-06-24 15:04.50: [profile full] build opam-installer.2.0.1
2026-06-24 15:04.50: build opam-installer.2.0.1 (5c8e7f247114)
=== DEPENDENCIES (15 transitive) ===
  base-bigarray.base                                 2e16f77d4cae
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  cmdliner.1.3.0                                     7280d3fb1acd
  cppo.1.8.0                                         5f3f70cae95b
  dune.3.23.1                                        848a72441e15
  jbuilder.1.0+beta20.2                              4f461261c648
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocamlgraph.2.2.0                                   9a3a86466508
  opam-core.2.0.1                                    059068c337d6
  opam-file-format.2.1.0                             a1986e7490eb
  opam-format.2.0.1                                  89a88c44c02c
  re.1.14.0                                          d62d6f65abb6
=== STDOUT ===
Processing: [default: loading data]
[opam-installer.2.0.1: extract]
-> retrieved opam-installer.2.0.1  (cached)
[opam-installer: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/opam-installer.2.0.1/./configure "--disable-checks" "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-installer.2.0.1)
- checking for ocamlc... ocamlc
- OCaml version is 4.14.4
- 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 OCaml Sys.os_type... Unix
- checking for gawk... no
- checking for mawk... mawk
- checking for compiler type... cc
- checking for compiler architecture... 
- amd64
- checking for compiler system... linux
- checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
- 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 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
- checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to accept ISO C89... none needed
- checking for ocamlobjinfo... ocamlobjinfo
- checking for ocamlfind... no
- checking for curl... curl
- checking for jbuilder... jbuilder
- checking for patch... patch
- checking for bunzip2... bunzip2
- 
- checking for OCaml findlib package unix... not found
- checking for OCaml findlib package bigarray... not found
- checking for OCaml findlib package extlib... not found
- checking for OCaml findlib package re... not found
- checking for OCaml findlib package re.glob... not found
- checking for OCaml findlib package cmdliner... not found
- checking for OCaml findlib package ocamlgraph... not found
- checking for OCaml findlib package cudf... not found
- checking for OCaml findlib package dose3.common... not found
- checking for OCaml findlib package dose3.algo... not found
- checking for OCaml findlib package opam-file-format... not found
- checking for OCaml findlib package mccs... not found
- checking for OCaml findlib package cppo... not found
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- 
- configure: creating ./config.status
- config.status: creating Makefile.config
- config.status: creating src/client/opamManifest.inc
- 
- Opam will be built WITH a built-in solver
- 
- Executables will be installed in /home/opam/.opam/default/bin
- Manual pages will be installed in /home/opam/.opam/default/share/man
[opam-installer: touch]
+ /usr/bin/touch "src/tools/.merlin-exists" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-installer.2.0.1)
[opam-installer: make opam-installer.install]
+ /usr/bin/make "opam-installer.install" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-installer.2.0.1)
- jbuilder build  -p opam-installer opam-installer.install
- File "src/tools/jbuild", line 1, characters 0-0:
- Warning: File .merlin-exists is both generated by a rule and present in the source tree.
- As a result, the rule is currently ignored, however this will become an error in the future.
- Delete file src/tools/.merlin-exists to get rid of this warning.
-       ocamlc src/tools/.opam_installer.eobjs/opam_installer.{cmi,cmo,cmt}
- File "src/tools/opam_installer.ml", line 380, characters 2-11:
- 380 |   Term.info "opam-installer" ~version:OpamVersion.(to_string current) ~doc
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/tools/opam_installer.ml", line 387, characters 6-15:
- 387 |       Term.eval ~catch:false (command,info)
-             ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- File "src/tools/opam_installer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
-     ocamlopt src/tools/.opam_installer.eobjs/opam_installer.{cmx,o}
- File "src/tools/opam_installer.ml", line 380, characters 2-11:
- 380 |   Term.info "opam-installer" ~version:OpamVersion.(to_string current) ~doc
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/tools/opam_installer.ml", line 387, characters 6-15:
- 387 |       Term.eval ~catch:false (command,info)
-             ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled  opam-installer.2.0.1
-> installed opam-installer.2.0.1

=== STDERR ===

2026-06-24 15:05.32: OK: build opam-installer.2.0.1 (runc: 6.6s, disk: 11KB)
2026-06-24 15:05.32: Job succeeded