Build:
- 0
2026-06-26 09:48.19: New job: build opam-core.2.0.0~rc2 (be905c9101df)
2026-06-26 09:48.19: Waiting for resource in pool day11-builds
2026-06-26 10:01.59: Got resource from pool day11-builds
2026-06-26 10:01.59: [profile full] build opam-core.2.0.0~rc2
2026-06-26 10:01.59: build opam-core.2.0.0~rc2 (be905c9101df)
=== DEPENDENCIES (11 transitive) ===
base-bigarray.base 2e16f77d4cae
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
cppo.1.8.0 916ffc6cc04e
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
re.1.14.0 d62d6f65abb6
=== STDOUT ===
Processing: [default: loading data]
[opam-core.2.0.0~rc2: dl]
[opam-core.2.0.0~rc2: extract]
-> retrieved opam-core.2.0.0~rc2 (https://opam.ocaml.org/cache)
[opam-core: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/opam-core.2.0.0~rc2/./configure "--disable-checks" "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-core.2.0.0~rc2)
- 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 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
-
- configure: creating ./config.status
- config.status: creating Makefile.config
- config.status: creating src/client/opamManifest.inc
-
- Opam will be built WITHOUT 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-core: make opam-core.install]
+ /usr/bin/make "opam-core.install" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-core.2.0.0~rc2)
- jbuilder build -p opam-core opam-core.install
- ocamlc src/core/.opam_core.objs/opamStubsTypes.{cmi,cmo,cmt}
- File "src/core/opamStubsTypes.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- ocamlc src/core/.opam_core.objs/opamProcess.{cmo,cmt}
- File "src/core/opamProcess.ml", line 385, characters 11-28:
- 385 | flush Pervasives.stdout);
- ^^^^^^^^^^^^^^^^^
- 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
- ocamlc src/core/.opam_core.objs/opamStd.{cmo,cmt}
- File "src/core/opamStd.ml", line 431, characters 32-46:
- 431 | let subs = Array.to_list (Re.get_all_ofs subs) in
- ^^^^^^^^^^^^^^
- Alert deprecated: Re.get_all_ofs
- Use Group.all_offset
- File "src/core/opamStd.ml", line 834, characters 4-22:
- 834 | Pervasives.at_exit f;
- ^^^^^^^^^^^^^^^^^^
- 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
- ocamlopt src/core/.opam_core.objs/opamStd.{cmx,o}
- File "src/core/opamStd.ml", line 431, characters 32-46:
- 431 | let subs = Array.to_list (Re.get_all_ofs subs) in
- ^^^^^^^^^^^^^^
- Alert deprecated: Re.get_all_ofs
- Use Group.all_offset
- File "src/core/opamStd.ml", line 834, characters 4-22:
- 834 | Pervasives.at_exit f;
- ^^^^^^^^^^^^^^^^^^
- 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
- ocamlc src/core/.opam_core.objs/opamFilename.{cmo,cmt}
- File "src/core/opamFilename.ml", line 344, characters 11-25:
- 344 | let link ?(relative=false) ~target ~link =
- ^^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/core/opamFilename.ml", line 381, characters 17-36:
- 381 | let ch = Pervasives.open_out null in
- ^^^^^^^^^^^^^^^^^^^
- 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
- File "src/core/opamFilename.ml", line 388, characters 24-44:
- 388 | OpamStd.Option.iter Pervasives.close_out ch;
- ^^^^^^^^^^^^^^^^^^^^
- 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
- ocamlc src/core/.opam_core.objs/opamUrl.{cmo,cmt}
- File "src/core/opamUrl.ml", line 56, characters 10-20:
- 56 | match Re.get_all (Re.exec re u) with
- ^^^^^^^^^^
- Alert deprecated: Re.get_all
- Use Group.all
- File "src/core/opamUrl.ml", line 109, characters 12-18:
- 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
- ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/core/opamUrl.ml", line 109, characters 37-43:
- 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
- ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/core/opamUrl.ml", line 219, characters 6-12:
- 219 | Re.get (Re.exec re t.path) 1
- ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- ocamlopt src/core/.opam_core.objs/opamProcess.{cmx,o}
- File "src/core/opamProcess.ml", line 385, characters 11-28:
- 385 | flush Pervasives.stdout);
- ^^^^^^^^^^^^^^^^^
- 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
- ocamlopt src/core/.opam_core.objs/opamFilename.{cmx,o}
- File "src/core/opamFilename.ml", line 344, characters 11-25:
- 344 | let link ?(relative=false) ~target ~link =
- ^^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/core/opamFilename.ml", line 381, characters 17-36:
- 381 | let ch = Pervasives.open_out null in
- ^^^^^^^^^^^^^^^^^^^
- 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
- File "src/core/opamFilename.ml", line 388, characters 24-44:
- 388 | OpamStd.Option.iter Pervasives.close_out ch;
- ^^^^^^^^^^^^^^^^^^^^
- 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
- ocamlopt src/core/.opam_core.objs/opamUrl.{cmx,o}
- File "src/core/opamUrl.ml", line 56, characters 10-20:
- 56 | match Re.get_all (Re.exec re u) with
- ^^^^^^^^^^
- Alert deprecated: Re.get_all
- Use Group.all
- File "src/core/opamUrl.ml", line 109, characters 12-18:
- 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
- ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/core/opamUrl.ml", line 109, characters 37-43:
- 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
- ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/core/opamUrl.ml", line 219, characters 6-12:
- 219 | Re.get (Re.exec re t.path) 1
- ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
-> compiled opam-core.2.0.0~rc2
-> installed opam-core.2.0.0~rc2
=== STDERR ===
2026-06-26 10:02.13: OK: build opam-core.2.0.0~rc2 (runc: 9.1s, disk: 15KB)
2026-06-26 10:02.13: Job succeeded