OrganisationsLeonidas-from-XIVopam-test9cc745 (main)debian-12-5.2_opam-2.1

debian-12-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 14:07.26: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (linux-x86_64:debian-12-5.2_opam-2.1)
Base: ocaml/opam@sha256:235eb731e29a67e24c9eedaf8e671404ee3be4f47a484b0ed5dadb5666a2ba0e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/Leonidas-from-XIV/opam-test.git" -b "main" && cd "opam-test" && git reset --hard 9cc74557
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:235eb731e29a67e24c9eedaf8e671404ee3be4f47a484b0ed5dadb5666a2ba0e
# debian-12-5.2_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-test.opam ./
RUN opam pin add -yn opam-test.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.7.9 host-arch-x86_64.1 host-system-other.1 mccs.1.1+17 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.6 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 opam-repository.2.1.6 opam-solver.2.1.6 opam-state.2.1.6 re.1.11.0 seq.base stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y opam-test.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-06-17 14:07.26: Using cache hint "Leonidas-from-XIV/opam-test-ocaml/opam@sha256:235eb731e29a67e24c9eedaf8e671404ee3be4f47a484b0ed5dadb5666a2ba0e-debian-12-5.2_opam-2.1-9a68413e0525fde10e2dc6f317bcbbaa"
2024-06-17 14:07.26: Using OBuilder spec:
((from ocaml/opam@sha256:235eb731e29a67e24c9eedaf8e671404ee3be4f47a484b0ed5dadb5666a2ba0e)
 (comment debian-12-5.2_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src opam-test.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn opam-test.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.7.9 host-arch-x86_64.1 host-system-other.1 mccs.1.1+17 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.6 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 opam-repository.2.1.6 opam-solver.2.1.6 opam-state.2.1.6 re.1.11.0 seq.base stdlib-shims.0.3.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y opam-test.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-06-17 14:07.26: Waiting for resource in pool OCluster
2024-06-19 17:46.22: Waiting for worker…
2024-06-19 17:49.12: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at 9cc7455 Add README


(from ocaml/opam@sha256:235eb731e29a67e24c9eedaf8e671404ee3be4f47a484b0ed5dadb5666a2ba0e)
2024-06-19 17:49.12 ---> using "8b5c5b0c2bbbe95e82d214251274078fdbc9b88871776c4818ff6bcf5c970bf4" from cache


/: (comment debian-12-5.2_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-19 17:49.12 ---> using "bea5ed4d83953d151ea274cb244ff6ab37e55129023bf7c7b5775896ca50c1d0" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-06-19 17:49.12 ---> using "4dffc9a9b6ea4813ed23d99aa0bb1c03349d5242481201ff89eda6357f356b49" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-19 17:49.12 ---> using "883b9ec977a3566bbbf4cfdc24b02cfdac6de6c6f0db2b85c4b706d6b2f6b2b2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 17:49.12 ---> using "22048536ec1f087ca527f73c4c56405752bf07e018817b42834d3e6bf648120e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..59c0c54934  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   5.2.0*  [upstream or system changes]
  - recompile ocaml-config          3       [uses ocaml-base-compiler]
  - recompile ocaml                 5.2.0   [uses ocaml-base-compiler]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
  - recompile base-domains          base    [uses ocaml]
  - recompile base-nnp              base    [uses base-domains]
===== 2 to install | 7 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.2.0
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 17:49.12 ---> using "f62b551d5338f733fa944f5ba0cef9e3efb4460f5633cb4dbc49b3de04e8f21f" from cache


/src: (copy (src opam-test.opam) (dst ./))
2024-06-19 17:49.12 ---> saved as "c909b28f093217071b708ee92ac5bc3b7a8ef27e81dcd926e3c43f77ebc97f9e"


/src: (run (network host)
           (shell "opam pin add -yn opam-test.dev './'"))
[opam-test.dev] synchronised (file:///src)
opam-test is now pinned to file:///src (version dev)
2024-06-19 17:49.15 ---> saved as "b90e87218e7a0efa885242e7e6b28d7a9d2ce5236cf330d81b280405f6c04947"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.7.9 host-arch-x86_64.1 host-system-other.1 mccs.1.1+17 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.6 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 opam-repository.2.1.6 opam-solver.2.1.6 opam-state.2.1.6 re.1.11.0 seq.base stdlib-shims.0.3.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y opam-test.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [160 kB]
- Fetched 263 kB in 1s (326 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-test.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-06-19 17:49.41 ---> saved as "5787de0e55690f38a5464c265bbec675b55754846358de43e93c821e72c64ea8"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install dune             3.16.0
  - install cmdliner         1.3.0
  - install seq              base
  - install conf-c++         1.0
  - install stdlib-shims     0.3.0
  - install opam-file-format 2.1.6
  - install cppo             1.6.9
  - install base64           3.5.1
  - install re               1.11.0
  - install ocamlgraph       2.1.0
  - install extlib           1.7.9
  - install opam-core        2.1.6
  - install cudf             0.10
  - install opam-format      2.1.6
  - install mccs             1.1+17
  - install dose3            7.0.0
  - install opam-repository  2.1.6
  - install opam-solver      2.1.6
  - install opam-state       2.1.6
  - install opam-client      2.1.6
===== 20 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-c++.1.0
-> retrieved cudf.0.10  (cached)
-> retrieved dose3.7.0.0  (cached)
-> retrieved extlib.1.7.9  (cached)
-> retrieved mccs.1.1+17  (cached)
-> retrieved opam-client.2.1.6  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved opam-core.2.1.6  (cached)
-> retrieved opam-format.2.1.6  (cached)
-> retrieved opam-repository.2.1.6  (cached)
-> retrieved opam-solver.2.1.6  (cached)
-> retrieved opam-state.2.1.6  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed cmdliner.1.3.0
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed base64.3.5.1
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed extlib.1.7.9
-> installed ocamlgraph.2.1.0
-> installed cudf.0.10
-> installed dose3.7.0.0
-> installed mccs.1.1+17
-> installed opam-core.2.1.6
-> installed opam-format.2.1.6
-> installed opam-repository.2.1.6
-> installed opam-solver.2.1.6
-> installed opam-state.2.1.6
-> installed opam-client.2.1.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 17:51.44 ---> saved as "eb55ac26d3d19bbf83e8e5e03e654177a8ac550c48fef7a0e6d61055ad929db0"


/src: (copy (src .) (dst /src))
2024-06-19 17:51.44 ---> saved as "d146a9afe4d51a946148472859675b1e0fc96116c30c8ae81bc63b1b370f0840"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/.opam_test.objs/byte -I /home/opam/.opam/5.2/lib/base64 -I /home/opam/.opam/5.2/lib/cmdliner -I /home/opam/.opam/5.2/lib/cudf -I /home/opam/.opam/5.2/lib/dose3/algo -I /home/opam/.opam/5.2/lib/dose3/common -I /home/opam/.opam/5.2/lib/extlib -I /home/opam/.opam/5.2/lib/mccs -I /home/opam/.opam/5.2/lib/mccs/glpk/internal -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/ocamlgraph -I /home/opam/.opam/5.2/lib/opam-client -I /home/opam/.opam/5.2/lib/opam-core -I /home/opam/.opam/5.2/lib/opam-file-format -I /home/opam/.opam/5.2/lib/opam-format -I /home/opam/.opam/5.2/lib/opam-repository -I /home/opam/.opam/5.2/lib/opam-solver -I /home/opam/.opam/5.2/lib/opam-state -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/lib/re/pcre -I /home/opam/.opam/5.2/lib/seq -I /home/opam/.opam/5.2/lib/stdlib-shims -no-alias-deps -opaque -open Opam_test__ -o lib/.opam_test.objs/byte/opam_test__Cli.cmo -c -impl lib/cli.ml)
File "lib/cli.ml", line 7, characters 13-31:
7 |   let info = Cmdliner.Term.info "opam-test" ~version:"%%VERSION%%" in
                 ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.


File "lib/cli.ml", line 9, characters 17-21:
9 |   Cmdliner.Term.(exit @@ eval v)
                     ^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.


File "lib/cli.ml", line 9, characters 25-29:
9 |   Cmdliner.Term.(exit @@ eval v)
                             ^^^^
Error (alert deprecated): Cmdliner.Term.eval
Use Cmd.v and one of Cmd.eval* instead.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-06-19 17:51.45: Job failed: Failed: Build failed