Build:
- 0
2026-06-24 12:06.54: New job: build opam-format.2.0.10 (ef79e65b9306)
2026-06-24 12:06.54: Waiting for resource in pool day11-builds
2026-06-24 13:23.15: Got resource from pool day11-builds
2026-06-24 13:23.15: [profile full] build opam-format.2.0.10
2026-06-24 13:23.15: build opam-format.2.0.10 (ef79e65b9306)
=== DEPENDENCIES (14 transitive) ===
base-bigarray.base 2e16f77d4cae
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
cppo.1.6.8 d9cad720f3eb
dune.1.6.3 29b41207f974
ocaml.4.11.2 dc018a4b7397
ocaml-base-compiler.4.11.2 81f0dd8b8651
ocaml-config.1 2489653e51e5
ocamlfind.1.9.8 c048fc0ddff1
ocamlgraph.1.8.8 58938e16d104
opam-core.2.0.10 256035e3e780
opam-file-format.2.1.6 a73ac5e93295
re.1.9.0 2c9326246082
seq.base 8a2d99539621
=== STDOUT ===
Processing: [default: loading data]
[opam-format.2.0.10: extract]
-> retrieved opam-format.2.0.10 (cached)
[opam-format: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/opam-format.2.0.10/./configure "--disable-checks" "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-format.2.0.10)
- checking for ocamlc... ocamlc
- OCaml version is 4.11.2
- 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 -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 -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
- checking for gcc -O2 -fno-strict-aliasing -fwrapv -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 dune... dune
- checking for cppo... cppo
- 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... not found
- checking for OCaml findlib package re... found
- checking for OCaml findlib package re.glob... found
- checking for OCaml findlib package cmdliner... not found
- checking for OCaml findlib package ocamlgraph... 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... found
- checking for OCaml findlib package mccs... 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-format: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "opam-format" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/opam-format.2.0.10)
- ocamlc src/format/.opam_format.objs/opamFormula.{cmo,cmt}
- File "src/format/opamFormula.ml", line 31, characters 7-24:
- 31 | (OpamPrinter.relop r)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFormula.ml", line 43, characters 7-24:
- 43 | (OpamPrinter.relop r)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFormula.ml", line 234, characters 28-45:
- 234 | Printf.sprintf "%s %s" (OpamPrinter.relop relop)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- ocamlc src/format/.opam_format.objs/opamFilter.{cmo,cmt}
- File "src/format/opamFilter.ml", line 44, characters 36-53:
- 44 | (aux ~context:`Relop e) (OpamPrinter.relop s) (aux ~context:`Relop f))
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- 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
- File "src/format/opamFilter.ml", line 524, characters 38-55:
- 524 | Printf.sprintf "%s \"%s\"" (OpamPrinter.relop op) s
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFilter.ml", line 526, characters 34-51:
- 526 | Printf.sprintf "%s %s" (OpamPrinter.relop op) (to_string v)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFilter.ml", line 528, characters 36-53:
- 528 | Printf.sprintf "%s (%s)" (OpamPrinter.relop op) (to_string v)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- ocamlc src/format/.opam_format.objs/opamFormat.{cmo,cmt}
- File "src/format/opamFormat.ml", line 822, characters 21-48:
- 822 | let str = OpamPrinter.Normalise.items items in
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module OpamPrinter.Normalise
- Use OpamPrinter.FullPos.Normalise instead.
- File "src/format/opamFormat.ml", line 829, characters 28-55:
- 829 | assert (check sgs (OpamPrinter.Normalise.items items));
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module OpamPrinter.Normalise
- Use OpamPrinter.FullPos.Normalise instead.
- ocamlopt src/format/.opam_format.objs/opamFormula.{cmx,o}
- File "src/format/opamFormula.ml", line 31, characters 7-24:
- 31 | (OpamPrinter.relop r)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFormula.ml", line 43, characters 7-24:
- 43 | (OpamPrinter.relop r)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFormula.ml", line 234, characters 28-45:
- 234 | Printf.sprintf "%s %s" (OpamPrinter.relop relop)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- ocamlopt src/format/.opam_format.objs/opamFilter.{cmx,o}
- File "src/format/opamFilter.ml", line 44, characters 36-53:
- 44 | (aux ~context:`Relop e) (OpamPrinter.relop s) (aux ~context:`Relop f))
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- 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
- File "src/format/opamFilter.ml", line 524, characters 38-55:
- 524 | Printf.sprintf "%s \"%s\"" (OpamPrinter.relop op) s
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFilter.ml", line 526, characters 34-51:
- 526 | Printf.sprintf "%s %s" (OpamPrinter.relop op) (to_string v)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFilter.ml", line 528, characters 36-53:
- 528 | Printf.sprintf "%s (%s)" (OpamPrinter.relop op) (to_string v)
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- ocamlopt src/format/.opam_format.objs/opamFormat.{cmx,o}
- File "src/format/opamFormat.ml", line 822, characters 21-48:
- 822 | let str = OpamPrinter.Normalise.items items in
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module OpamPrinter.Normalise
- Use OpamPrinter.FullPos.Normalise instead.
- File "src/format/opamFormat.ml", line 829, characters 28-55:
- 829 | assert (check sgs (OpamPrinter.Normalise.items items));
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module OpamPrinter.Normalise
- Use OpamPrinter.FullPos.Normalise instead.
- ocamlc src/format/.opam_format.objs/opamFile.{cmo,cmt}
- File "src/format/opamFile.ml", line 545, characters 10-33:
- 545 | (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamLexer.env_update_op
- Use OpamLexer.FullPos.env_update_op instead.
- File "src/format/opamFile.ml", line 545, characters 35-60:
- 545 | (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.env_update_op
- Use OpamPrinter.FullPos.env_update_op instead.
- File "src/format/opamFile.ml", line 723, characters 8-23:
- 723 | try OpamParser.main OpamLexer.token lexbuf filename with
- ^^^^^^^^^^^^^^^
- Alert deprecated: OpamParser.main
- Use OpamParser.FullPos.main instead.
- File "src/format/opamFile.ml", line 735, characters 9-36:
- 735 | OpamPrinter.format_opamfile fmt file)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.format_opamfile
- Use OpamPrinter.FullPos.format_opamfile instead.
- File "src/format/opamFile.ml", line 748, characters 4-24:
- 748 | OpamPrinter.opamfile t
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.opamfile
- Use OpamPrinter.FullPos.opamfile instead.
- File "src/format/opamFile.ml", line 823, characters 19-36:
- 823 | OpamPrinter.items [f] :: strs
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.items
- Use OpamPrinter.FullPos.items instead.
- File "src/format/opamFile.ml", line 854, characters 17-34:
- 854 | OpamPrinter.items f :: strs
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.items
- Use OpamPrinter.FullPos.items instead.
- File "src/format/opamFile.ml", line 862, characters 38-55:
- 862 | (if rem = [] then [""] else [OpamPrinter.items rem;""]))
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.items
- Use OpamPrinter.FullPos.items instead.
- File "src/format/opamFile.ml", line 1277, characters 21-36:
- 1277 | let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
- ^^^^^^^^^^^^^^^
- Alert deprecated: OpamParser.file
- Use OpamParser.FullPos.file instead.
- File "src/format/opamFile.ml", line 1648, characters 21-36:
- 1648 | let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
- ^^^^^^^^^^^^^^^
- Alert deprecated: OpamParser.file
- Use OpamParser.FullPos.file instead.
- ocamlopt src/format/.opam_format.objs/opamFile.{cmx,o}
- File "src/format/opamFile.ml", line 545, characters 10-33:
- 545 | (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamLexer.env_update_op
- Use OpamLexer.FullPos.env_update_op instead.
- File "src/format/opamFile.ml", line 545, characters 35-60:
- 545 | (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.env_update_op
- Use OpamPrinter.FullPos.env_update_op instead.
- File "src/format/opamFile.ml", line 723, characters 8-23:
- 723 | try OpamParser.main OpamLexer.token lexbuf filename with
- ^^^^^^^^^^^^^^^
- Alert deprecated: OpamParser.main
- Use OpamParser.FullPos.main instead.
- File "src/format/opamFile.ml", line 735, characters 9-36:
- 735 | OpamPrinter.format_opamfile fmt file)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.format_opamfile
- Use OpamPrinter.FullPos.format_opamfile instead.
- File "src/format/opamFile.ml", line 748, characters 4-24:
- 748 | OpamPrinter.opamfile t
- ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.opamfile
- Use OpamPrinter.FullPos.opamfile instead.
- File "src/format/opamFile.ml", line 823, characters 19-36:
- 823 | OpamPrinter.items [f] :: strs
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.items
- Use OpamPrinter.FullPos.items instead.
- File "src/format/opamFile.ml", line 854, characters 17-34:
- 854 | OpamPrinter.items f :: strs
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.items
- Use OpamPrinter.FullPos.items instead.
- File "src/format/opamFile.ml", line 862, characters 38-55:
- 862 | (if rem = [] then [""] else [OpamPrinter.items rem;""]))
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.items
- Use OpamPrinter.FullPos.items instead.
- File "src/format/opamFile.ml", line 1277, characters 21-36:
- 1277 | let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
- ^^^^^^^^^^^^^^^
- Alert deprecated: OpamParser.file
- Use OpamParser.FullPos.file instead.
- File "src/format/opamFile.ml", line 1648, characters 21-36:
- 1648 | let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
- ^^^^^^^^^^^^^^^
- Alert deprecated: OpamParser.file
- Use OpamParser.FullPos.file instead.
-> compiled opam-format.2.0.10
-> installed opam-format.2.0.10
=== STDERR ===
2026-06-24 13:23.44: OK: build opam-format.2.0.10 (runc: 11.7s, disk: 21KB)
2026-06-24 13:23.44: Job succeeded