Build:
- 0
2026-09-03 20:06.30: New job: build opam-repository.2.0.1 (34d20e4041b2)
2026-09-03 20:06.30: Waiting for resource in pool day11-builds
2026-09-03 22:02.47: Got resource from pool day11-builds
2026-09-03 22:02.47: [profile full] build opam-repository.2.0.1
2026-09-03 22:02.47: build opam-repository.2.0.1 (34d20e4041b2)
=== DEPENDENCIES (14 transitive) ===
base-bigarray.base 31ac6860ef52
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
cppo.1.8.0 8b34f9718c9c
dune.3.24.2 bf83cdf0a904
jbuilder.1.0+beta20.2 d14840434490
ocaml.4.14.4 c7d6265b51fe
ocaml-base-compiler.4.14.4 7a409b6ffbef
ocaml-config.2 85edea6ac168
ocamlgraph.2.2.0 ea246a21ca19
opam-core.2.0.1 9723304427c4
opam-file-format.2.1.0 e0472478b369
opam-format.2.0.1 cabff0b13f2c
re.1.14.0 dd879e7a18b1
=== STDOUT ===
Processing: [default: loading data]
[opam-repository.2.0.1: extract]
-> retrieved opam-repository.2.0.1 (cached)
[opam-repository: env]
+ /usr/bin/env "CI=" "./configure" "--disable-checks" "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-repository.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-repository: make opam-repository.install]
+ /usr/bin/make "opam-repository.install" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-repository.2.0.1)
- jbuilder build -p opam-repository opam-repository.install
- ocamlc src/repository/.opam_repository.objs/opamVCS.{cmi,cmti}
- File "src/repository/opamVCS.mli", line 72, characters 12-15:
- 72 | module Make(VCS: VCS): OpamRepositoryBackend.S
- ^^^
- Warning 67 [unused-functor-parameter]: unused functor parameter VCS.
- ocamlc src/repository/.opam_repository.objs/opamDownload.{cmo,cmt}
- File "src/repository/opamDownload.ml", line 44, characters 36-44:
- 44 | let download_args ~url ~out ~retry ?checksum ~compress =
- ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 102, characters 32-40:
- 102 | let download_command ~compress ?checksum ~url ~dst =
- ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 60-73:
- 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
- ^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 49-57:
- 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
- ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 32-46:
- 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
- ^^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 6-17:
- 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
- ^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- ocamlopt src/repository/.opam_repository.objs/opamDownload.{cmx,o}
- File "src/repository/opamDownload.ml", line 44, characters 36-44:
- 44 | let download_args ~url ~out ~retry ?checksum ~compress =
- ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 102, characters 32-40:
- 102 | let download_command ~compress ?checksum ~url ~dst =
- ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 60-73:
- 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
- ^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 49-57:
- 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
- ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 32-46:
- 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
- ^^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 6-17:
- 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
- ^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
-> compiled opam-repository.2.0.1
-> installed opam-repository.2.0.1
=== STDERR ===
2026-09-03 22:03.00: OK: build opam-repository.2.0.1 (runc: 7.6s, disk: 13KB)
2026-09-03 22:03.00: Job succeeded