Organisationsocurrentopam-dune-lint04aed0 (master)debian-13-4.14_riscv64_opam-2.4

debian-13-4.14_riscv64_opam-2.4

Link Copied
Code Copied

Logs

2025-10-01 14:13.38: New job: test ocurrent/opam-dune-lint https://github.com/ocurrent/opam-dune-lint.git#refs/heads/master (04aed0bd0e3e766f8e45c4af55a2051afd0b3b36) (linux-riscv64:debian-13-4.14_riscv64_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/opam-dune-lint.git" -b "master" && cd "opam-dune-lint" && git reset --hard 04aed0bd
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76
# debian-13-4.14_riscv64_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-dune-lint.opam ./
RUN opam pin add -yn opam-dune-lint.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.2 parsexp.v0.16.0 patch.3.0.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y opam-dune-lint.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-10-01 14:13.38: Using cache hint "ocurrent/opam-dune-lint-ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76-debian-13-4.14_riscv64_opam-2.4-710d10f3983acede17550225dfe6798b"
2025-10-01 14:13.38: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76)
(comment debian-13-4.14_riscv64_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src opam-dune-lint.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn opam-dune-lint.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.2 parsexp.v0.16.0 patch.3.0.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.0 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.4 --depext-only -y opam-dune-lint.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-10-01 14:13.38: Waiting for resource in pool OCluster
2025-10-01 14:13.41: Waiting for worker…
2025-10-01 15:59.34: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/opam-dune-lint.git-3c662b96dd59ae48de31e5988e9be9a075b81cd1/.git/
HEAD is now at 04aed0b Merge pull request #72 from amongonz/newline-patch


(from ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76' locally
docker.io/ocaml/opam@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76: Pulling from ocaml/opam
8f913be5ecad: Pulling fs layer
ce31ce67e69b: Pulling fs layer
0cf3a7789759: Pulling fs layer
9f0c6299278d: Pulling fs layer
e94bba55929b: Pulling fs layer
fa0712264263: Pulling fs layer
2e9048a7b53d: Pulling fs layer
9902de28c3f0: Pulling fs layer
ff517c358677: Pulling fs layer
383f060cda87: Pulling fs layer
b7a964b1a83b: Pulling fs layer
02ef0fd530dd: Pulling fs layer
3cec61b290e9: Pulling fs layer
2273bd2c4d4b: Pulling fs layer
c04c67aab9ae: Pulling fs layer
b43aac5e47f2: Pulling fs layer
fa01fc863b11: Pulling fs layer
70ce8722af9c: Pulling fs layer
d62c11b367a0: Pulling fs layer
e28d1e571478: Pulling fs layer
e4619c0fdd56: Pulling fs layer
4f4fb700ef54: Pulling fs layer
2642eb02d1cf: Pulling fs layer
17410ed193a2: Pulling fs layer
ea4027cf29ff: Pulling fs layer
2d1c149b33bc: Pulling fs layer
aa1fc2e76ba7: Pulling fs layer
198f02c9d8bb: Pulling fs layer
2273bd2c4d4b: Waiting
c04c67aab9ae: Waiting
b43aac5e47f2: Waiting
fa01fc863b11: Waiting
70ce8722af9c: Waiting
d62c11b367a0: Waiting
e28d1e571478: Waiting
e4619c0fdd56: Waiting
4f4fb700ef54: Waiting
2642eb02d1cf: Waiting
17410ed193a2: Waiting
2e9048a7b53d: Waiting
9902de28c3f0: Waiting
ff517c358677: Waiting
ea4027cf29ff: Waiting
383f060cda87: Waiting
b7a964b1a83b: Waiting
2d1c149b33bc: Waiting
02ef0fd530dd: Waiting
3cec61b290e9: Waiting
9f0c6299278d: Waiting
e94bba55929b: Waiting
fa0712264263: Waiting
aa1fc2e76ba7: Waiting
f3c530c1395c: Pulling fs layer
b4c1f20e76b0: Pulling fs layer
dabbe871c8f1: Pulling fs layer
07bc2850efcf: Pulling fs layer
c44cd4c1c616: Pulling fs layer
9bad6d1480ef: Pulling fs layer
9139b16fda07: Pulling fs layer
ddce8e624d6f: Pulling fs layer
cdd44d9ef1e0: Pulling fs layer
9745a1b41bc7: Pulling fs layer
926c04a38725: Pulling fs layer
33c611bdffe3: Pulling fs layer
76e001bd7592: Pulling fs layer
8178b30eaed4: Pulling fs layer
d6a58bc7e6eb: Pulling fs layer
e3319bad4d65: Pulling fs layer
198f02c9d8bb: Waiting
cdd44d9ef1e0: Waiting
9745a1b41bc7: Waiting
926c04a38725: Waiting
33c611bdffe3: Waiting
76e001bd7592: Waiting
8178b30eaed4: Waiting
d6a58bc7e6eb: Waiting
e3319bad4d65: Waiting
f3c530c1395c: Waiting
b4c1f20e76b0: Waiting
dabbe871c8f1: Waiting
07bc2850efcf: Waiting
c44cd4c1c616: Waiting
9bad6d1480ef: Waiting
9139b16fda07: Waiting
ddce8e624d6f: Waiting
ce31ce67e69b: Verifying Checksum
ce31ce67e69b: Download complete
0cf3a7789759: Verifying Checksum
0cf3a7789759: Download complete
8f913be5ecad: Verifying Checksum
8f913be5ecad: Download complete
e94bba55929b: Verifying Checksum
e94bba55929b: Download complete
2e9048a7b53d: Verifying Checksum
2e9048a7b53d: Download complete
9f0c6299278d: Verifying Checksum
9f0c6299278d: Download complete
9902de28c3f0: Verifying Checksum
9902de28c3f0: Download complete
ff517c358677: Verifying Checksum
ff517c358677: Download complete
383f060cda87: Verifying Checksum
383f060cda87: Download complete
02ef0fd530dd: Verifying Checksum
02ef0fd530dd: Download complete
8f913be5ecad: Pull complete
ce31ce67e69b: Pull complete
0cf3a7789759: Pull complete
3cec61b290e9: Verifying Checksum
3cec61b290e9: Download complete
b7a964b1a83b: Download complete
2273bd2c4d4b: Verifying Checksum
2273bd2c4d4b: Download complete
9f0c6299278d: Pull complete
c04c67aab9ae: Verifying Checksum
c04c67aab9ae: Download complete
b43aac5e47f2: Verifying Checksum
b43aac5e47f2: Download complete
e94bba55929b: Pull complete
70ce8722af9c: Verifying Checksum
70ce8722af9c: Download complete
fa01fc863b11: Verifying Checksum
fa01fc863b11: Download complete
d62c11b367a0: Verifying Checksum
d62c11b367a0: Download complete
e28d1e571478: Verifying Checksum
e28d1e571478: Download complete
4f4fb700ef54: Download complete
fa0712264263: Verifying Checksum
fa0712264263: Download complete
e4619c0fdd56: Verifying Checksum
e4619c0fdd56: Download complete
2642eb02d1cf: Download complete
17410ed193a2: Download complete
ea4027cf29ff: Verifying Checksum
ea4027cf29ff: Download complete
2d1c149b33bc: Verifying Checksum
2d1c149b33bc: Download complete
aa1fc2e76ba7: Verifying Checksum
aa1fc2e76ba7: Download complete
198f02c9d8bb: Download complete
f3c530c1395c: Download complete
b4c1f20e76b0: Verifying Checksum
b4c1f20e76b0: Download complete
dabbe871c8f1: Verifying Checksum
dabbe871c8f1: Download complete
07bc2850efcf: Verifying Checksum
07bc2850efcf: Download complete
c44cd4c1c616: Verifying Checksum
c44cd4c1c616: Download complete
9bad6d1480ef: Verifying Checksum
9bad6d1480ef: Download complete
ddce8e624d6f: Verifying Checksum
ddce8e624d6f: Download complete
9745a1b41bc7: Verifying Checksum
9745a1b41bc7: Download complete
926c04a38725: Verifying Checksum
926c04a38725: Download complete
33c611bdffe3: Download complete
cdd44d9ef1e0: Verifying Checksum
cdd44d9ef1e0: Download complete
9139b16fda07: Verifying Checksum
9139b16fda07: Download complete
8178b30eaed4: Verifying Checksum
8178b30eaed4: Download complete
e3319bad4d65: Verifying Checksum
e3319bad4d65: Download complete
d6a58bc7e6eb: Verifying Checksum
d6a58bc7e6eb: Download complete
76e001bd7592: Verifying Checksum
76e001bd7592: Download complete
fa0712264263: Pull complete
2e9048a7b53d: Pull complete
9902de28c3f0: Pull complete
ff517c358677: Pull complete
383f060cda87: Pull complete
b7a964b1a83b: Pull complete
02ef0fd530dd: Pull complete
3cec61b290e9: Pull complete
2273bd2c4d4b: Pull complete
c04c67aab9ae: Pull complete
b43aac5e47f2: Pull complete
fa01fc863b11: Pull complete
70ce8722af9c: Pull complete
d62c11b367a0: Pull complete
e28d1e571478: Pull complete
e4619c0fdd56: Pull complete
4f4fb700ef54: Pull complete
2642eb02d1cf: Pull complete
17410ed193a2: Pull complete
ea4027cf29ff: Pull complete
2d1c149b33bc: Pull complete
aa1fc2e76ba7: Pull complete
198f02c9d8bb: Pull complete
f3c530c1395c: Pull complete
b4c1f20e76b0: Pull complete
dabbe871c8f1: Pull complete
07bc2850efcf: Pull complete
c44cd4c1c616: Pull complete
9bad6d1480ef: Pull complete
9139b16fda07: Pull complete
ddce8e624d6f: Pull complete
cdd44d9ef1e0: Pull complete
9745a1b41bc7: Pull complete
926c04a38725: Pull complete
33c611bdffe3: Pull complete
76e001bd7592: Pull complete
8178b30eaed4: Pull complete
d6a58bc7e6eb: Pull complete
e3319bad4d65: Pull complete
Digest: sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76
Status: Downloaded newer image for ocaml/opam@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76
2025-10-01 15:59.36 ---> using "41e18d919d0b11522f47b39e88e0c9d78c1ffeea6ec60f162564375bd01b80ea" from cache


/: (comment debian-13-4.14_riscv64_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-01 15:59.36 ---> using "e07d6b530ead7a31dec960643554fb0da046873e8598bf1409f025c2db405708" 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.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-10-01 15:59.36 ---> using "9e72986e6b4a664627654c3fba814a27f8a03e51653bf35430caab8f7c5e7860" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.10.113-scw1
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-01 15:59.36 ---> using "44de67850c6875516e73867da2b24f5a432152581729b0ec29b7e316e2181069" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-01 15:59.36 ---> using "545d37e12873553aaba720a97b538ff7ecb3142de0fe24495cb597077237b3c6" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
bcac5d1731..241aae26db  master     -> origin/master
dfe27d924d Merge pull request #28613 from kit-ty-kate/opam-2.4-stable-patch


<><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-10-01 16:01.15 ---> saved as "b3f1cdb7d1bd3e30fa5832a45edfe2c68c0cd5f9adef344e07c6b2e981343bac"


/src: (copy (src opam-dune-lint.opam) (dst ./))
2025-10-01 16:01.15 ---> saved as "46a82f4bc9251cb7eee3d887050d5a096a4659c147a9224052f31395a48569da"


/src: (run (network host)
(shell "opam pin add -yn opam-dune-lint.dev './'"))
[opam-dune-lint.dev] synchronised (file:///src)
opam-dune-lint is now pinned to file:///src (version dev)
2025-10-01 16:01.23 ---> saved as "f69a154d3ec7556d9e506db1229e6fb6c6a9c6bb19966dbc9b21878abf23d527"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-01 16:01.23 ---> saved as "600ac862c99a5961d9da3e550eb70411173009b01577c7a1812600d319f868e8"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.2 parsexp.v0.16.0 patch.3.0.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.0 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.4 --depext-only -y opam-dune-lint.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [44.0 kB]
- Fetched 135 kB in 0s (281 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-dune-lint.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
2025-10-01 16:02.07 ---> saved as "f65fbda614821b2658bb4df16ac41881239a5704ba4c1e917318a115565b0a45"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 38 packages
- install astring          0.8.5
- install bos              0.2.1
- install cmdliner         2.0.0
- install csexp            1.5.2
- install dune             3.20.2
- install dyn              3.20.2
- install fmt              0.11.0
- install fpath            0.7.3
- install jsonm            1.0.2
- install logs             0.9.0
- install menhir           20250912
- install menhirCST        20250912
- install menhirLib        20250912
- install menhirSdk        20250912
- install num              1.6
- install ocamlbuild       0.16.1
- install ocamlfind        1.9.8
- install ocamlgraph       2.2.0
- install opam-core        2.4.1
- install opam-file-format 2.2.0
- install opam-format      2.4.1
- install opam-repository  2.4.1
- install opam-state       2.4.1
- install ordering         3.20.2
- install parsexp          v0.16.0
- install patch            3.0.0
- install pp               2.0.0
- install re               1.14.0
- install rresult          0.7.0
- install sexplib          v0.16.0
- install sexplib0         v0.16.0
- install sha              1.15.4
- install spdx_licenses    1.4.0
- install stdlib-shims     0.3.0
- install stdune           3.20.2
- install swhid_core       0.1
- install topkg            1.1.0
- install uutf             1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved dune.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved opam-core.2.4.1, opam-format.2.4.1, opam-repository.2.4.1, opam-state.2.4.1  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> installed cmdliner.2.0.0
-> installed num.1.6
-> retrieved patch.3.0.0  (cached)
-> retrieved parsexp.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0  (cached)
-> retrieved pp.2.0.0  (https://opam.ocaml.org/cache)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved spdx_licenses.1.4.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved sexplib.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved sexplib0.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved swhid_core.0.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed rresult.0.7.0
-> installed fpath.0.7.3
-> installed logs.0.9.0
-> installed uutf.1.0.4
-> installed jsonm.1.0.2
-> installed bos.0.2.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed menhirCST.20250912
-> installed menhirSdk.20250912
-> installed menhirLib.20250912
-> installed patch.3.0.0
-> installed ordering.3.20.2
-> installed pp.2.0.0
-> installed ocamlgraph.2.2.0
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed dyn.3.20.2
-> installed spdx_licenses.1.4.0
-> installed stdlib-shims.0.3.0
-> installed parsexp.v0.16.0
-> installed sha.1.15.4
-> installed sexplib.v0.16.0
-> installed swhid_core.0.1
-> installed stdune.3.20.2
-> installed opam-core.2.4.1
-> installed menhir.20250912
-> installed opam-file-format.2.2.0
-> installed opam-format.2.4.1
-> installed opam-repository.2.4.1
-> installed opam-state.2.4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-01 16:10.40 ---> saved as "800b1ded87bce0af2d3355059d9e6c5628deff0912254b30eb5b2e5d23bfa55c"


/src: (copy (src .) (dst /src))
2025-10-01 16:10.41 ---> saved as "969bca3e76aec801d5192769759a17232edec76f32f86d4309a98e0b7fe98be1"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-01 16:11.22 ---> saved as "3f3165af435717bea9b099e32b588f5cf35cb369eabe36aefc0ce85eda3991d2"
Job succeeded
2025-10-01 16:11.22: Job succeeded