Building on asteria.caelum.ci.dev
(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
0edddaa103ac: Pulling fs layer
0edddaa103ac: Verifying Checksum
0edddaa103ac: Download complete
0edddaa103ac: Pull complete
Digest: sha256:97e6d73dd518b0e2c0d4d9e4c6acfe110be57a8c0518b1067c0698bfc6ddc0d6
Status: Downloaded newer image for ocaml/opam:debian-unstable
2025-02-08 03:08.31 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache
/: (user (uid 1000) (gid 1000))
/: (env OPAMPRECISETRACKING 1)
/: (env OPAMUTF8 never)
/: (env OPAMEXTERNALSOLVER builtin-0install)
/: (env OPAMCRITERIA +removed)
/: (env CI true)
/: (env OPAM_HEALTH_CHECK_CI true)
/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-02-08 03:08.31 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" from cache
/: (run (network host)
(shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q d87296a7b656d47b7042e7e608a5fa863b3a51f9"))
2025-02-08 03:08.31 ---> using "cc1ed69ecb833da04281a4f8a25977e86e869debb3dd684deaa27a7c3be1d0d2" from cache
/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
User configuration:
~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.
2025-02-08 03:08.31 ---> using "f5e09d6e59ffa701af535e5d56b82c13bc5405c8613f86e4fe31b897c2a2fd97" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam switch create --repositories=default '5.2' '5.2.0'"))
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.2.0"} | "ocaml-system" {= "5.2.0"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3 (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.5.2.0 (cached)
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.2)
2025-02-08 03:08.31 ---> using "4db4481ee0b8d125b1883947a85aa22b7993cec44a71de2e780001ff4c9f862f" from cache
/: (run (network host)
(shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [205 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-02-07-1431.11-F-2025-02-07-1431.11.pdiff [31.9 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-02-07-1431.11-F-2025-02-07-1431.11.pdiff [31.9 kB]
- Fetched 301 kB in 1s (249 kB/s)
- Reading package lists...
-
2025-02-08 03:08.31 ---> using "d377f25847e20ef38b921b14f17a0bbfa37d7a5999c5dae923d9d66a9477f322" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "\
\nopam remove -y \"cmdliner.1.0.4\"\
\nopam install -vy \"cmdliner.1.0.4\"\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: \"cmdliner.1.0.4\" | grep -q '\"debian-unstable\"'; then\
\n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
\n exit 69\
\n fi\
\nfi\
\n\
\n\
\nexit $res\
\n"))
[NOTE] cmdliner.1.0.4 is not installed.
Nothing to do.
The following actions will be performed:
=== install 1 package
- install cmdliner 1.0.4
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/3: [cmdliner.1.0.4: extract]
-> retrieved cmdliner.1.0.4 (cached)
Processing 2/3: [cmdliner: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" "PREFIX=/home/opam/.opam/5.2" (CWD=/home/opam/.opam/5.2/.opam-switch/build/cmdliner.1.0.4)
- ocaml build.ml cma
- File "cmdliner_base.ml", line 158, characters 14-27:
- 158 | `Error (err_ambiguous "enum value" s ambs)
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
-
- File "cmdliner_docgen.ml", line 278, characters 23-39:
- 278 | if Cmdliner_manpage.(smap_has_section sm s_name) then sm else
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
-
- File "cmdliner_docgen.ml", line 293, characters 22-56:
- 293 | let ins sm (s, b) = Cmdliner_manpage.smap_append_block sm s b in
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
-
- File "cmdliner_docgen.ml", line 294, characters 35-51:
- 294 | let has_senv = Cmdliner_manpage.(smap_has_section sm s_environment) in
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
-
- File "cmdliner_docgen.ml", line 295, characters 36-52:
- 295 | let has_sexit = Cmdliner_manpage.(smap_has_section sm s_exit_status) in
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
-
- File "cmdliner_cline.ml", line 123, characters 20-47:
- 123 | let err = Cmdliner_base.err_ambiguous "option" name ambs in
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
-
- File "cmdliner_arg.ml", line 164, characters 24-50:
- 164 | | `Error e -> failwith (Cmdliner_msg.err_opt_parse f e)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
-
- File "cmdliner_arg.ml", line 214, characters 24-50:
- 214 | | `Error e -> failwith (Cmdliner_msg.err_pos_parse a e)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
-
- File "cmdliner_arg.ml", line 231, characters 10-36:
- 231 | let a = Cmdliner_info.arg_make_pos pos a in
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
-
- File "cmdliner.ml", line 195, characters 25-47:
- 195 | | `Std_help fmt -> Cmdliner_docgen.pp_man err_ppf fmt help_ppf ei; `Help
- ^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
- ocaml build.ml cmxa
- File "cmdliner_base.ml", line 158, characters 14-27:
- 158 | `Error (err_ambiguous "enum value" s ambs)
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
-
- File "cmdliner_docgen.ml", line 278, characters 23-39:
- 278 | if Cmdliner_manpage.(smap_has_section sm s_name) then sm else
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
-
- File "cmdliner_docgen.ml", line 293, characters 22-56:
- 293 | let ins sm (s, b) = Cmdliner_manpage.smap_append_block sm s b in
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
-
- File "cmdliner_docgen.ml", line 294, characters 35-51:
- 294 | let has_senv = Cmdliner_manpage.(smap_has_section sm s_environment) in
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
-
- File "cmdliner_docgen.ml", line 295, characters 36-52:
- 295 | let has_sexit = Cmdliner_manpage.(smap_has_section sm s_exit_status) in
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
-
- File "cmdliner_cline.ml", line 123, characters 20-47:
- 123 | let err = Cmdliner_base.err_ambiguous "option" name ambs in
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
-
- File "cmdliner_arg.ml", line 164, characters 24-50:
- 164 | | `Error e -> failwith (Cmdliner_msg.err_opt_parse f e)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
-
- File "cmdliner_arg.ml", line 214, characters 24-50:
- 214 | | `Error e -> failwith (Cmdliner_msg.err_pos_parse a e)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
-
- File "cmdliner_arg.ml", line 231, characters 10-36:
- 231 | let a = Cmdliner_info.arg_make_pos pos a in
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
-
- File "cmdliner.ml", line 195, characters 25-47:
- 195 | | `Std_help fmt -> Cmdliner_docgen.pp_man err_ppf fmt help_ppf ei; `Help
- ^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
- ocaml build.ml cmxs
- File "cmdliner_base.ml", line 158, characters 14-27:
- 158 | `Error (err_ambiguous "enum value" s ambs)
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
-
- File "cmdliner_docgen.ml", line 278, characters 23-39:
- 278 | if Cmdliner_manpage.(smap_has_section sm s_name) then sm else
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
-
- File "cmdliner_docgen.ml", line 293, characters 22-56:
- 293 | let ins sm (s, b) = Cmdliner_manpage.smap_append_block sm s b in
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
-
- File "cmdliner_docgen.ml", line 294, characters 35-51:
- 294 | let has_senv = Cmdliner_manpage.(smap_has_section sm s_environment) in
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
-
- File "cmdliner_docgen.ml", line 295, characters 36-52:
- 295 | let has_sexit = Cmdliner_manpage.(smap_has_section sm s_exit_status) in
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
-
- File "cmdliner_cline.ml", line 123, characters 20-47:
- 123 | let err = Cmdliner_base.err_ambiguous "option" name ambs in
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
-
- File "cmdliner_arg.ml", line 164, characters 24-50:
- 164 | | `Error e -> failwith (Cmdliner_msg.err_opt_parse f e)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
-
- File "cmdliner_arg.ml", line 214, characters 24-50:
- 214 | | `Error e -> failwith (Cmdliner_msg.err_pos_parse a e)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
-
- File "cmdliner_arg.ml", line 231, characters 10-36:
- 231 | let a = Cmdliner_info.arg_make_pos pos a in
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
-
- File "cmdliner.ml", line 195, characters 25-47:
- 195 | | `Std_help fmt -> Cmdliner_docgen.pp_man err_ppf fmt help_ppf ei; `Help
- ^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
-> compiled cmdliner.1.0.4
Processing 3/3: [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "LIBDIR=/home/opam/.opam/5.2/lib/cmdliner" "DOCDIR=/home/opam/.opam/5.2/doc/cmdliner" (CWD=/home/opam/.opam/5.2/.opam-switch/build/cmdliner.1.0.4)
- install -d /home/opam/.opam/5.2/lib/cmdliner
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/5.2/lib/cmdliner
- install cmdliner.opam /home/opam/.opam/5.2/lib/cmdliner/opam
- install _build/cmdliner.cma /home/opam/.opam/5.2/lib/cmdliner
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_docgen.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_suggest.cmx _build/cmdliner_term.cmx _build/cmdliner_trie.cmx \
- /home/opam/.opam/5.2/lib/cmdliner
- install _build/cmdliner.cmxs /home/opam/.opam/5.2/lib/cmdliner
Processing 3/3: [cmdliner: make install-doc]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-doc" "LIBDIR=/home/opam/.opam/5.2/lib/cmdliner" "DOCDIR=/home/opam/.opam/5.2/doc/cmdliner" (CWD=/home/opam/.opam/5.2/.opam-switch/build/cmdliner.1.0.4)
- install -d /home/opam/.opam/5.2/doc/cmdliner
- install CHANGES.md LICENSE.md README.md /home/opam/.opam/5.2/doc/cmdliner
-> installed cmdliner.1.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-08 03:08.45 ---> saved as "41670aa469b1ee2fb8c8ca1e56be733152e0e505d5b105d6b1d03fe5e9c44781"
Job succeeded