Build:
- 0
2026-06-24 17:19.00: New job: build opam-devel.2.0.1 (10f4a4bfac7a)
2026-06-24 17:19.00: Waiting for resource in pool day11-builds
2026-06-24 18:07.41: Got resource from pool day11-builds
2026-06-24 18:07.41: [profile full] build opam-devel.2.0.1
2026-06-24 18:07.41: build opam-devel.2.0.1 (10f4a4bfac7a)
=== DEPENDENCIES (27 transitive) ===
base-bigarray.base 2e16f77d4cae
base-bytes.base c40d17bc86b5
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
cmdliner.1.3.0 7280d3fb1acd
conf-c++.1.0 1ae93586df30
cppo.1.8.0 5f3f70cae95b
cudf.0.10 923c58bac093
dose3.5.0.1-2 822adefc1d13
dune.3.23.1 848a72441e15
extlib.1.7.7-1 5f8300109f14
jbuilder.1.0+beta20.2 4f461261c648
mccs.1.1+19 d008fb135ee8
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
ocamlgraph.2.2.0 9a3a86466508
opam-client.2.0.1 92e9b2d7ee68
opam-core.2.0.1 059068c337d6
opam-file-format.2.1.0 a1986e7490eb
opam-format.2.0.1 89a88c44c02c
opam-repository.2.0.1 67ffce6af03b
opam-solver.2.0.1 2493a9cf4893
opam-state.2.0.1 4eb4752405ba
re.1.14.0 d62d6f65abb6
=== STDOUT ===
Processing: [default: loading data]
[opam-devel.2.0.1: extract]
-> retrieved opam-devel.2.0.1 (cached)
[opam-devel: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/opam-devel.2.0.1/./configure "--disable-checks" "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-devel.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... ocamlbuild
- 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... ocamlfind
- checking for curl... curl
- checking for jbuilder... jbuilder
- checking for patch... patch
- checking for bunzip2... bunzip2
-
- checking for OCaml findlib package unix... found
- checking for OCaml findlib package bigarray... found
- checking for OCaml findlib package extlib... found
- checking for OCaml findlib package re... found
- checking for OCaml findlib package re.glob... found
- checking for OCaml findlib package cmdliner... found
- checking for OCaml findlib package ocamlgraph... found
- checking for OCaml findlib package cudf... found
- checking for OCaml findlib package dose3.common... found
- checking for OCaml findlib package dose3.algo... found
- checking for OCaml findlib package opam-file-format... found
- checking for OCaml findlib package mccs... found
- checking for OCaml findlib package cppo... 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-devel: make opam-devel.install]
+ /usr/bin/make "opam-devel.install" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-devel.2.0.1)
- jbuilder build -p opam opam.install
- ocamlopt src/client/.opamMain.eobjs/opamMain.{cmx,o}
- File "src/client/opamMain.ml", line 28, characters 56-65:
- 28 | not (OpamStd.String.starts_with ~prefix:name (Term.name info)))
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.name
- Use Cmd.name instead.
- File "src/client/opamMain.ml", line 204, characters 6-22:
- 204 | Term.eval_choice ~catch:false ~argv:argv1
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- File "src/client/opamMain.ml", line 207, characters 6-22:
- 207 | Term.eval_choice ~catch:false ~argv:argv1 default commands
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- sed -e "s/bin:/libexec:/" opam.install > opam-devel.install
-> compiled opam-devel.2.0.1
-> installed opam-devel.2.0.1
=== STDERR ===
2026-06-24 18:08.06: OK: build opam-devel.2.0.1 (runc: 7.6s, disk: 12KB)
2026-06-24 18:08.06: Job succeeded