Build:
- 0
2026-06-24 12:10.07: New job: build opam-format.2.0.0~rc2 (2e2830887a27)
2026-06-24 12:10.07: Waiting for resource in pool day11-builds
2026-06-24 13:27.47: Got resource from pool day11-builds
2026-06-24 13:27.47: [profile full] build opam-format.2.0.0~rc2
2026-06-24 13:27.47: build opam-format.2.0.0~rc2 (2e2830887a27)
=== DEPENDENCIES (13 transitive) ===
base-bigarray.base 2e16f77d4cae
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
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.0~rc2 3d1f4015196a
opam-file-format.2.1.0 a1986e7490eb
re.1.14.0 d62d6f65abb6
=== STDOUT ===
Processing: [default: loading data]
[opam-format.2.0.0~rc2: extract]
-> retrieved opam-format.2.0.0~rc2 (cached)
[opam-format: env]
+ /usr/bin/env "CI=" "./configure" "--disable-checks" "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-format.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-format: make opam-format.install]
+ /usr/bin/make "opam-format.install" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-format.2.0.0~rc2)
- jbuilder build -p opam-format opam-format.install
- ocamlc src/format/.opam_format.objs/opamFormula.{cmo,cmt}
- File "src/format/opamFormula.ml", line 541, characters 13-14:
- 541 | let module S = OpamPackage.Version.Set in
- ^
- Warning 60 [unused-module]: unused module S.
- ocamlopt src/format/.opam_format.objs/opamFormula.{cmx,o}
- File "src/format/opamFormula.ml", line 541, characters 13-14:
- 541 | let module S = OpamPackage.Version.Set in
- ^
- Warning 60 [unused-module]: unused module S.
- ocamlc src/format/.opam_format.objs/opamFilter.{cmo,cmt}
- File "src/format/opamFilter.ml", line 109, characters 11-18:
- 109 | if Re.test ss 2 then
- ^^^^^^^
- Alert deprecated: Re.test
- Use Group.test
- File "src/format/opamFilter.ml", line 110, characters 15-21:
- 110 | aux (Re.get ss 1 :: acc)
- ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/format/opamFilter.ml", line 111, characters 18-28:
- 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
- ^^^^^^^^^^
- Alert deprecated: Re.get_ofs
- Use Group.offset
- File "src/format/opamFilter.ml", line 111, characters 52-58:
- 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
- ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- ocamlopt src/format/.opam_format.objs/opamFilter.{cmx,o}
- File "src/format/opamFilter.ml", line 109, characters 11-18:
- 109 | if Re.test ss 2 then
- ^^^^^^^
- Alert deprecated: Re.test
- Use Group.test
- File "src/format/opamFilter.ml", line 110, characters 15-21:
- 110 | aux (Re.get ss 1 :: acc)
- ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/format/opamFilter.ml", line 111, characters 18-28:
- 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
- ^^^^^^^^^^
- Alert deprecated: Re.get_ofs
- Use Group.offset
- File "src/format/opamFilter.ml", line 111, characters 52-58:
- 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
- ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
-> compiled opam-format.2.0.0~rc2
-> installed opam-format.2.0.0~rc2
=== STDERR ===
2026-06-24 13:28.06: OK: build opam-format.2.0.0~rc2 (runc: 8.6s, disk: 11KB)
2026-06-24 13:28.06: Job succeeded