Organisationsocaml-opamopam-0install-solvere3d61b ()alpine-3.21-5.3_opam-2.3

alpine-3.21-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-07-22 16:59.18: New job: test ocaml-opam/opam-0install-solver https://github.com/ocaml-opam/opam-0install-solver.git#refs/heads/master (e3d61bb34c382eb2e8b88fa442ea90942c280dde) (linux-x86_64:alpine-3.21-5.3_opam-2.3)
Base: ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-opam/opam-0install-solver.git" -b "master" && cd "opam-0install-solver" && git reset --hard e3d61bb3
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380
# alpine-3.21-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 1cd0544f9e7107ebe07dc0f9a0f40d90e2c06073 || git fetch origin master) && git reset -q --hard 1cd0544f9e7107ebe07dc0f9a0f40d90e2c06073 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-0install.opam ./
RUN opam pin add -yn opam-0install.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="0install-solver.2.18 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.19.1 extlib.1.8.0 fmt.0.10.0 jsonm.1.0.2 mccs.1.1+19 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.4.0 opam-core.2.4.0 opam-file-format.2.2.0 opam-format.2.4.0 opam-repository.2.4.0 opam-solver.2.4.0 opam-state.2.4.0 patch.3.0.0 re.1.13.2 seq.base sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y opam-0install.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


2025-07-22 16:59.18: Using cache hint "ocaml-opam/opam-0install-solver-ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380-alpine-3.21-5.3_opam-2.3-897826873ab716eb51974e6983599750"
2025-07-22 16:59.18: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380)
(comment alpine-3.21-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 1cd0544f9e7107ebe07dc0f9a0f40d90e2c06073 || git fetch origin master) && git reset -q --hard 1cd0544f9e7107ebe07dc0f9a0f40d90e2c06073 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src opam-0install.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn opam-0install.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "0install-solver.2.18 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.19.1 extlib.1.8.0 fmt.0.10.0 jsonm.1.0.2 mccs.1.1+19 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.4.0 opam-core.2.4.0 opam-file-format.2.2.0 opam-format.2.4.0 opam-repository.2.4.0 opam-solver.2.4.0 opam-state.2.4.0 patch.3.0.0 re.1.13.2 seq.base sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.0.8 uutf.1.0.4")
(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.3 --depext-only -y opam-0install.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"))
)


2025-07-22 16:59.18: Waiting for resource in pool OCluster
2025-07-22 16:59.18: Waiting for worker…
2025-07-22 16:59.32: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at e3d61bb Merge pull request #63 from sim642/load_defaults
2025-07-22 17:03.50: Cancelling: Auto-cancelling job because it is no longer needed


(from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380)
Unable to find image 'ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380' locally
docker.io/ocaml/opam@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380: Pulling from ocaml/opam
f18232174bc9: Already exists
e435b1bc6765: Pulling fs layer
504218c123c0: Pulling fs layer
3d1adc3444db: Pulling fs layer
949b4e53049e: Pulling fs layer
8f30d8d0a846: Pulling fs layer
1c2148a11545: Pulling fs layer
3d1adc3444db: Waiting
949b4e53049e: Waiting
0688ce6bab1b: Pulling fs layer
9fff074a1f8d: Pulling fs layer
2f670f1f18e5: Pulling fs layer
4327a1eff3e9: Pulling fs layer
6416d634e0f0: Pulling fs layer
226a04ebb5cc: Pulling fs layer
9fff074a1f8d: Waiting
524ffc10718d: Pulling fs layer
edbef0ed17ce: Pulling fs layer
4f4fb700ef54: Pulling fs layer
f41102d57d16: Pulling fs layer
524ffc10718d: Waiting
74c0a3cca53d: Pulling fs layer
2f670f1f18e5: Waiting
edbef0ed17ce: Waiting
4f4fb700ef54: Waiting
20433c03b8ee: Pulling fs layer
f41102d57d16: Waiting
d15cae79f6ee: Pulling fs layer
c49df74bbb30: Pulling fs layer
20433c03b8ee: Waiting
c7e2533797d3: Pulling fs layer
f7a7b488445e: Pulling fs layer
c7e2533797d3: Waiting
4100580b8204: Pulling fs layer
f7a7b488445e: Waiting
fbc8271f8aed: Pulling fs layer
2f3cf6786764: Pulling fs layer
4100580b8204: Waiting
eabb0eb9a599: Pulling fs layer
2f3cf6786764: Waiting
ed0e937dd1f9: Pulling fs layer
eabb0eb9a599: Waiting
74233ff0361f: Pulling fs layer
e0f8996903d5: Pulling fs layer
2decd1769587: Pulling fs layer
e0f8996903d5: Waiting
74233ff0361f: Waiting
e2fe16af1f37: Pulling fs layer
ed0e937dd1f9: Waiting
8596850f1643: Pulling fs layer
e2fe16af1f37: Waiting
9b056d789ba8: Pulling fs layer
34f858a58fca: Pulling fs layer
fd0d461ca9a0: Pulling fs layer
9b056d789ba8: Waiting
34f858a58fca: Waiting
9a5bbc9e3f8a: Pulling fs layer
fd0d461ca9a0: Waiting
be625428d6f7: Pulling fs layer
9a5bbc9e3f8a: Waiting
b3c1eae29c97: Pulling fs layer
a87d975376c4: Pulling fs layer
b3c1eae29c97: Waiting
be625428d6f7: Waiting
a87d975376c4: Waiting
e435b1bc6765: Verifying Checksum
e435b1bc6765: Download complete
e435b1bc6765: Pull complete
504218c123c0: Download complete
504218c123c0: Pull complete
949b4e53049e: Verifying Checksum
949b4e53049e: Download complete
8f30d8d0a846: Verifying Checksum
8f30d8d0a846: Download complete
1c2148a11545: Verifying Checksum
1c2148a11545: Download complete
0688ce6bab1b: Verifying Checksum
0688ce6bab1b: Download complete
9fff074a1f8d: Verifying Checksum
9fff074a1f8d: Download complete
2f670f1f18e5: Verifying Checksum
2f670f1f18e5: Download complete
4327a1eff3e9: Verifying Checksum
4327a1eff3e9: Download complete
6416d634e0f0: Verifying Checksum
6416d634e0f0: Download complete
226a04ebb5cc: Download complete
524ffc10718d: Verifying Checksum
524ffc10718d: Download complete
edbef0ed17ce: Verifying Checksum
edbef0ed17ce: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
f41102d57d16: Download complete
74c0a3cca53d: Download complete
20433c03b8ee: Verifying Checksum
20433c03b8ee: Download complete
d15cae79f6ee: Verifying Checksum
d15cae79f6ee: Download complete
c49df74bbb30: Verifying Checksum
c49df74bbb30: Download complete
c7e2533797d3: Download complete
f7a7b488445e: Verifying Checksum
f7a7b488445e: Download complete
4100580b8204: Verifying Checksum
4100580b8204: Download complete
fbc8271f8aed: Download complete
2f3cf6786764: Download complete
eabb0eb9a599: Verifying Checksum
eabb0eb9a599: Download complete
ed0e937dd1f9: Verifying Checksum
ed0e937dd1f9: Download complete
74233ff0361f: Verifying Checksum
74233ff0361f: Download complete
e0f8996903d5: Verifying Checksum
e0f8996903d5: Download complete
3d1adc3444db: Verifying Checksum
3d1adc3444db: Download complete
e2fe16af1f37: Verifying Checksum
e2fe16af1f37: Download complete
8596850f1643: Verifying Checksum
8596850f1643: Download complete
9b056d789ba8: Download complete
34f858a58fca: Verifying Checksum
34f858a58fca: Download complete
fd0d461ca9a0: Verifying Checksum
fd0d461ca9a0: Download complete
be625428d6f7: Verifying Checksum
be625428d6f7: Download complete
b3c1eae29c97: Verifying Checksum
b3c1eae29c97: Download complete
a87d975376c4: Verifying Checksum
a87d975376c4: Download complete
3d1adc3444db: Pull complete
949b4e53049e: Pull complete
9a5bbc9e3f8a: Download complete
8f30d8d0a846: Pull complete
1c2148a11545: Pull complete
0688ce6bab1b: Pull complete
9fff074a1f8d: Pull complete
2f670f1f18e5: Pull complete
4327a1eff3e9: Pull complete
6416d634e0f0: Pull complete
226a04ebb5cc: Pull complete
524ffc10718d: Pull complete
edbef0ed17ce: Pull complete
4f4fb700ef54: Pull complete
f41102d57d16: Pull complete
74c0a3cca53d: Pull complete
20433c03b8ee: Pull complete
d15cae79f6ee: Pull complete
c49df74bbb30: Pull complete
c7e2533797d3: Pull complete
f7a7b488445e: Pull complete
4100580b8204: Pull complete
fbc8271f8aed: Pull complete
2f3cf6786764: Pull complete
eabb0eb9a599: Pull complete
ed0e937dd1f9: Pull complete
2decd1769587: Verifying Checksum
2decd1769587: Download complete
74233ff0361f: Pull complete
e0f8996903d5: Pull complete
2decd1769587: Pull complete
e2fe16af1f37: Pull complete
8596850f1643: Pull complete
9b056d789ba8: Pull complete
34f858a58fca: Pull complete
fd0d461ca9a0: Pull complete
9a5bbc9e3f8a: Pull complete
be625428d6f7: Pull complete
b3c1eae29c97: Pull complete
a87d975376c4: Pull complete
Digest: sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380
Status: Downloaded newer image for ocaml/opam@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380
2025-07-22 17:13.29 ---> using "b1eb2a8af4058a254870e5cad61297a06793cbcf25fc0fa70ddab0692ceef147" from cache


/: (comment alpine-3.21-5.3_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-22 17:13.29 ---> using "72a43fed50ca4b22fad6057f4d18290b4cb956a1be690ef2ac7f62bd3176987a" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, 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] Initialised
2025-07-22 17:13.29 ---> using "dffd9938039301ebc6cca6d597e878cfb8a245c9dfa32f07900ab56da35e37dc" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-22 17:13.29 ---> using "8f9a1993785784c76c1507256d4c3a0742ea404a0d05aaa640ab910b812307e9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-22 17:13.29 ---> using "d0c65e3f07a69cbc2fcd3ad4787a51328d54858d7b412a5dcb90232d4889600b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 1cd0544f9e7107ebe07dc0f9a0f40d90e2c06073 || git fetch origin master) && git reset -q --hard 1cd0544f9e7107ebe07dc0f9a0f40d90e2c06073 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
6dea2f9390..14fd69dba0  master     -> origin/master
1cd0544f9e Merge pull request #28200 from kit-ty-kate/opam-publish-opam-client.2.4.0


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-22 17:13.29 ---> using "f0939a3c5bf2361f26d0734df42ef77f46685eaf7b365bb84fd1f5d3b4aba99c" from cache


/src: (copy (src opam-0install.opam) (dst ./))
2025-07-22 17:13.29 ---> using "fa780f16cbbebff16e86a64d5b001133d7913f527ea6d008c69c66a83cfe75dd" from cache


/src: (run (network host)
(shell "opam pin add -yn opam-0install.dev './'"))
[opam-0install.dev] synchronised (file:///src)
opam-0install is now pinned to file:///src (version dev)
2025-07-22 17:13.29 ---> using "00abd44f5a433fefc3ffa3e4c11b96ce7099ca74dd9922aec56c4147152b3034" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-22 17:13.29 ---> using "6ce0a72b5beb0248e41e93d79e890a0e9f3cdddc964c6f67f18ca89897a8bc32" from cache


/src: (env DEPS "0install-solver.2.18 alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.19.1 extlib.1.8.0 fmt.0.10.0 jsonm.1.0.2 mccs.1.1+19 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.4.0 opam-core.2.4.0 opam-file-format.2.2.0 opam-format.2.4.0 opam-repository.2.4.0 opam-solver.2.4.0 opam-state.2.4.0 patch.3.0.0 re.1.13.2 seq.base sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.0.8 uutf.1.0.4")


/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.3 --depext-only -y opam-0install.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.21.4-11-gf77d013b14b [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.4-10-gdc5ab0099fa [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.23.0_alpha20250612-3006-g7889ac0afd8 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.23.0_alpha20250612-3006-g7889ac0afd8 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.23.0_alpha20250612-3002-g22cf46ea580 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 59165 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-0install.dev] synchronised (file:///src)


[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-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-effects 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).
2025-07-22 17:13.29 ---> using "e6e7c4635f4297c07c7fa3ab3f841edc10b737aa7f6b8d5da7f9ffd53e283980" from cache


/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-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-effects 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 39 packages
- install 0install-solver    2.18
- install alcotest           1.9.0
- install astring            0.8.5
- install base64             3.5.1
- install cmdliner           1.3.0
- install conf-c++           1.0
- install cppo               1.8.0
- install cudf               0.10
- install dose3              7.0.0
- install dune               3.19.1
- install extlib             1.8.0
- install fmt                0.10.0
- install jsonm              1.0.2
- install mccs               1.1+19
- install menhir             20240715
- install menhirCST          20240715
- install menhirLib          20240715
- install menhirSdk          20240715
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install ocamlgraph         2.2.0
- install opam-0install-cudf 0.5.0
- install opam-client        2.4.0
- install opam-core          2.4.0
- install opam-file-format   2.2.0
- install opam-format        2.4.0
- install opam-repository    2.4.0
- install opam-solver        2.4.0
- install opam-state         2.4.0
- install patch              3.0.0
- install re                 1.13.2
- install seq                base
- install sha                1.15.4
- install spdx_licenses      1.4.0
- install stdlib-shims       0.3.0
- install swhid_core         0.1
- install topkg              1.0.8
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved 0install-solver.2.18  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-c++.1.0
-> retrieved cudf.0.10  (cached)
-> retrieved dose3.7.0.0  (cached)
-> retrieved extlib.1.8.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved mccs.1.1+19  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved dune.3.19.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved opam-0install-cudf.0.5.0  (cached)
-> retrieved opam-client.2.4.0, opam-core.2.4.0, opam-format.2.4.0, opam-repository.2.4.0, opam-solver.2.4.0, opam-state.2.4.0  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved patch.3.0.0  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved spdx_licenses.1.4.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.19.1
-> installed menhirCST.20240715
-> installed base64.3.5.1
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20240715
-> installed patch.3.0.0
-> installed swhid_core.0.1
-> installed spdx_licenses.1.4.0
-> installed 0install-solver.2.18
-> installed menhirLib.20240715
-> installed cppo.1.8.0
-> installed re.1.13.2
-> installed ocaml-syntax-shims.1.0.0
-> installed sha.1.15.4
-> installed extlib.1.8.0
-> installed ocamlgraph.2.2.0
-> installed alcotest.1.9.0
-> installed cudf.0.10
-> installed opam-0install-cudf.0.5.0
-> installed dose3.7.0.0
-> installed mccs.1.1+19
-> installed opam-core.2.4.0
-> installed menhir.20240715
-> installed opam-file-format.2.2.0
-> installed opam-format.2.4.0
-> installed opam-repository.2.4.0
-> installed opam-solver.2.4.0
-> installed opam-state.2.4.0
-> installed opam-client.2.4.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-22 17:13.29 ---> using "d093021830ab9e092736e3bd00beeacfc295a80783ae31ba098bc3e5e096e163" from cache


/src: (copy (src .) (dst /src))
Job cancelled