Organisationsmbarbindunolint8c45ff ()ubuntu-25.10-4.14_opam-2.5

ubuntu-25.10-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-01-27 12:09.14: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (8c45ff06a0f77cad55c479a53a2b9792d433ef04) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 8c45ff06
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec
# ubuntu-25.10-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam ./
RUN opam pin add -yn dunolint.dev './' && \
opam pin add -yn dunolint-tests.dev './' && \
opam pin add -yn dunolint-lib.dev './' && \
opam pin add -yn dunolint-lib-base.dev './' && \
opam pin add -yn dunolint-dev.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build


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


2026-01-27 12:09.14: Using cache hint "mbarbin/dunolint-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec-ubuntu-25.10-4.14_opam-2.5-b197a0bec13f87d2e6b6c3cf0602f2d2"
2026-01-27 12:09.14: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec)
(comment ubuntu-25.10-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn dunolint.dev './' && \
\nopam pin add -yn dunolint-tests.dev './' && \
\nopam pin add -yn dunolint-lib.dev './' && \
\nopam pin add -yn dunolint-lib-base.dev './' && \
\nopam pin add -yn dunolint-dev.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 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.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.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 --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))
)


2026-01-27 12:09.14: Waiting for resource in pool OCluster
2026-01-27 12:09.14: Waiting for worker…
2026-01-27 12:09.14: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
HEAD is now at b52c518 Merge pull request #167 from mbarbin/upgrades-for-dune-3.21
HEAD is now at 8c45ff0 Remove root dune-workspace


(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec' locally
docker.io/ocaml/opam@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec: Pulling from ocaml/opam
16c195d4c5e9: Pulling fs layer
ea8d6f284f52: Pulling fs layer
a590f1caf60c: Pulling fs layer
95a0aba17fe6: Pulling fs layer
24604fb30e30: Pulling fs layer
bb7bc1b8d84e: Pulling fs layer
b52bcdd4741a: Pulling fs layer
8c668707afec: Pulling fs layer
c4692dd3f67a: Pulling fs layer
24604fb30e30: Waiting
a590f1caf60c: Waiting
5eaf747da0d4: Pulling fs layer
95a0aba17fe6: Waiting
dacd9c5006da: Pulling fs layer
f4da334a65ba: Pulling fs layer
ac7668965f73: Pulling fs layer
bb7bc1b8d84e: Waiting
34d1263af20a: Pulling fs layer
c4692dd3f67a: Waiting
b52bcdd4741a: Waiting
a86b2aea8581: Pulling fs layer
32d4d471ed96: Pulling fs layer
5eaf747da0d4: Waiting
dacd9c5006da: Waiting
b77ed416f3dc: Pulling fs layer
ac7668965f73: Waiting
f4da334a65ba: Waiting
d1055a5d5025: Pulling fs layer
202c9ab5b2cc: Pulling fs layer
5c7364b10079: Pulling fs layer
f1b0581b7244: Pulling fs layer
4f4fb700ef54: Pulling fs layer
9fa3330063e0: Pulling fs layer
5c7364b10079: Waiting
2713ff50a5c7: Pulling fs layer
4f4fb700ef54: Waiting
34d1263af20a: Waiting
42b31df89324: Pulling fs layer
cccb2a33229d: Pulling fs layer
f9eb1b0ba386: Pulling fs layer
cfa1b801ea0b: Pulling fs layer
731be0d7062d: Pulling fs layer
75483806616d: Pulling fs layer
9fa3330063e0: Waiting
cccb2a33229d: Waiting
b77ed416f3dc: Waiting
cfa1b801ea0b: Waiting
61d580994fd0: Pulling fs layer
75483806616d: Waiting
731be0d7062d: Waiting
369979efbe7c: Pulling fs layer
3dcb2f554fbb: Pulling fs layer
e1eaa3dbc066: Pulling fs layer
d1055a5d5025: Waiting
61d580994fd0: Waiting
bb45476b0f8e: Pulling fs layer
e1eaa3dbc066: Waiting
3dcb2f554fbb: Waiting
530fce115371: Pulling fs layer
f9eb1b0ba386: Waiting
fb7cddf53135: Pulling fs layer
fd3c4ec2a132: Pulling fs layer
530fce115371: Waiting
fb7cddf53135: Waiting
809886565a24: Pulling fs layer
b7adeb70e5d2: Pulling fs layer
eadd9f1803a3: Pulling fs layer
fd3c4ec2a132: Waiting
0bebb82b5512: Pulling fs layer
b7adeb70e5d2: Waiting
809886565a24: Waiting
88ef2e8c2c2e: Pulling fs layer
0bebb82b5512: Waiting
c0847e5b776d: Pulling fs layer
88ef2e8c2c2e: Waiting
6832235b99fe: Pulling fs layer
c0847e5b776d: Waiting
ea8d6f284f52: Verifying Checksum
a590f1caf60c: Download complete
95a0aba17fe6: Verifying Checksum
95a0aba17fe6: Download complete
24604fb30e30: Verifying Checksum
24604fb30e30: Download complete
16c195d4c5e9: Verifying Checksum
16c195d4c5e9: Download complete
b52bcdd4741a: Verifying Checksum
b52bcdd4741a: Download complete
8c668707afec: Verifying Checksum
8c668707afec: Download complete
16c195d4c5e9: Pull complete
ea8d6f284f52: Pull complete
a590f1caf60c: Pull complete
c4692dd3f67a: Verifying Checksum
c4692dd3f67a: Download complete
5eaf747da0d4: Verifying Checksum
5eaf747da0d4: Download complete
95a0aba17fe6: Pull complete
24604fb30e30: Pull complete
bb7bc1b8d84e: Verifying Checksum
bb7bc1b8d84e: Download complete
f4da334a65ba: Verifying Checksum
f4da334a65ba: Download complete
dacd9c5006da: Verifying Checksum
dacd9c5006da: Download complete
a86b2aea8581: Verifying Checksum
a86b2aea8581: Download complete
ac7668965f73: Verifying Checksum
ac7668965f73: Download complete
34d1263af20a: Verifying Checksum
34d1263af20a: Download complete
32d4d471ed96: Verifying Checksum
32d4d471ed96: Download complete
b77ed416f3dc: Verifying Checksum
b77ed416f3dc: Download complete
d1055a5d5025: Verifying Checksum
d1055a5d5025: Download complete
202c9ab5b2cc: Verifying Checksum
202c9ab5b2cc: Download complete
f1b0581b7244: Verifying Checksum
f1b0581b7244: Download complete
4f4fb700ef54: Download complete
5c7364b10079: Download complete
9fa3330063e0: Verifying Checksum
9fa3330063e0: Download complete
2713ff50a5c7: Verifying Checksum
2713ff50a5c7: Download complete
42b31df89324: Verifying Checksum
42b31df89324: Download complete
cccb2a33229d: Verifying Checksum
cccb2a33229d: Download complete
cfa1b801ea0b: Verifying Checksum
cfa1b801ea0b: Download complete
f9eb1b0ba386: Verifying Checksum
f9eb1b0ba386: Download complete
75483806616d: Download complete
731be0d7062d: Download complete
3dcb2f554fbb: Download complete
369979efbe7c: Download complete
e1eaa3dbc066: Verifying Checksum
e1eaa3dbc066: Download complete
61d580994fd0: Verifying Checksum
61d580994fd0: Download complete
530fce115371: Verifying Checksum
530fce115371: Download complete
fd3c4ec2a132: Download complete
809886565a24: Verifying Checksum
809886565a24: Download complete
b7adeb70e5d2: Verifying Checksum
b7adeb70e5d2: Download complete
bb7bc1b8d84e: Pull complete
b52bcdd4741a: Pull complete
8c668707afec: Pull complete
c4692dd3f67a: Pull complete
fb7cddf53135: Verifying Checksum
fb7cddf53135: Download complete
5eaf747da0d4: Pull complete
dacd9c5006da: Pull complete
f4da334a65ba: Pull complete
ac7668965f73: Pull complete
34d1263af20a: Pull complete
a86b2aea8581: Pull complete
32d4d471ed96: Pull complete
b77ed416f3dc: Pull complete
d1055a5d5025: Pull complete
202c9ab5b2cc: Pull complete
5c7364b10079: Pull complete
f1b0581b7244: Pull complete
4f4fb700ef54: Pull complete
9fa3330063e0: Pull complete
2713ff50a5c7: Pull complete
42b31df89324: Pull complete
cccb2a33229d: Pull complete
f9eb1b0ba386: Pull complete
cfa1b801ea0b: Pull complete
731be0d7062d: Pull complete
75483806616d: Pull complete
61d580994fd0: Pull complete
369979efbe7c: Pull complete
3dcb2f554fbb: Pull complete
e1eaa3dbc066: Pull complete
eadd9f1803a3: Download complete
88ef2e8c2c2e: Verifying Checksum
88ef2e8c2c2e: Download complete
c0847e5b776d: Verifying Checksum
c0847e5b776d: Download complete
6832235b99fe: Verifying Checksum
6832235b99fe: Download complete
0bebb82b5512: Verifying Checksum
0bebb82b5512: Download complete
bb45476b0f8e: Download complete
bb45476b0f8e: Pull complete
530fce115371: Pull complete
fb7cddf53135: Pull complete
fd3c4ec2a132: Pull complete
809886565a24: Pull complete
b7adeb70e5d2: Pull complete
eadd9f1803a3: Pull complete
0bebb82b5512: Pull complete
88ef2e8c2c2e: Pull complete
c0847e5b776d: Pull complete
6832235b99fe: Pull complete
Digest: sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec
Status: Downloaded newer image for ocaml/opam@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec
2026-01-27 12:09.14 ---> using "75df70da953d671714cf7970335f8c27515d2f02b005faf9feb62dfc11340dab" from cache


/: (comment ubuntu-25.10-4.14_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-27 12:09.15 ---> using "0868f6818629c9b1fa57e9f1c50087daaf981ede9b3ef45b1cac6a45ce3b4ca0" 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.


Continue? [Y/n] y
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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"
[default] Initialised
2026-01-27 12:09.15 ---> using "89677c0f84fccc82a17b3a8527b0294b759518be030b5c5a65a2fc0031b0a85c" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-01-27 12:09.15 ---> using "296a891161693ac3543b75e3b7cd7f7cf6580366f514416736fdfe515b00ffd0" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-27 12:09.15 ---> using "fcaed8e9cab88da0ffb726db9094aacfbc5c85d997ff47780dee0c4350554c52" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..da10f1e072  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
[ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patches


The following actions will be performed:
=== recompile 2 packages
- recompile ocaml       4.14.2 [upstream or system changes]
- recompile opam-depext 1.2.3  [uses ocaml]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.4.14.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.3
Done.


<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-01-27 12:09.15 ---> using "39defe92d95778e17f342e83d7489986e082573b183e1145409ad3d2115053ae" from cache


/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)
(dst ./))
2026-01-27 12:09.15 ---> saved as "6daee75f8e731d0e91246891c1248eabe53ac589fa6cb008186fa2d4041032b4"


/src: (run (network host)
(shell  "opam pin add -yn dunolint.dev './' && \
\nopam pin add -yn dunolint-tests.dev './' && \
\nopam pin add -yn dunolint-lib.dev './' && \
\nopam pin add -yn dunolint-lib-base.dev './' && \
\nopam pin add -yn dunolint-dev.dev './'"))
[dunolint.dev] synchronised (file:///src)
dunolint is now pinned to file:///src (version dev)
[NOTE] Package dunolint-tests does not exist in opam repositories registered in the current switch.
[dunolint-tests.dev] synchronised (file:///src)
dunolint-tests is now pinned to file:///src (version dev)
[dunolint-lib.dev] synchronised (file:///src)
dunolint-lib is now pinned to file:///src (version dev)
[dunolint-lib-base.dev] synchronised (file:///src)
dunolint-lib-base is now pinned to file:///src (version dev)
[NOTE] Package dunolint-dev does not exist in opam repositories registered in the current switch.
[dunolint-dev.dev] synchronised (file:///src)
dunolint-dev is now pinned to file:///src (version dev)
2026-01-27 12:09.23 ---> saved as "80c091053d3694e3fec33dadd1c16dcea9606649f097e888f64e8e7256f65686"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-27 12:09.23 ---> saved as "234871f960353ea5a0f635e3a1f5e7f7382fd9dce4fd4cde4dfad66d65425b42"


/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 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.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:5 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [120 kB]
- Get:6 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [184 kB]
- Get:7 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [120 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [310 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [178 kB]
- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [159 kB]
- Get:11 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [3223 B]
- Fetched 1479 kB in 0s (8820 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dunolint-lib.dev] synchronised (file:///src)
[dunolint-lib-base.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).
# To update the current shell environment, run: eval $(opam env)
2026-01-27 12:09.34 ---> saved as "8da1c5b4813862306297dbb4d118288e548f0fe21ccddb6dc27e0d3916a4b132"


/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 13 packages
- install base                v0.16.4
- install csexp               1.5.2
- install dune                3.21.0
- install dune-configurator   3.21.0
- install ocaml-compiler-libs v0.12.4
- install ppx_compare         v0.16.0
- install ppx_derivers        1.2.1
- install ppx_enumerate       v0.16.0
- install ppx_sexp_conv       v0.16.0
- install ppxlib              0.35.0
- install re                  1.14.0
- install sexplib0            v0.16.0
- install stdlib-shims        0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> installed dune.3.21.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.21.0
-> installed base.v0.16.4
-> installed ppxlib.0.35.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-27 12:10.33 ---> saved as "6b9755c30bf638e4c5ccea760b3f912cf1d4403166401631651f612c54d8bec6"


/src: (copy (src .) (dst /src))
2026-01-27 12:10.33 ---> saved as "ec0f66d0ab0dbb0ffdd379a762bb880a131a61b5750e83c6a5d5b0fa25a17534"


/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))
2026-01-27 12:10.35 ---> saved as "ae99ebc73cbed1723e61cf6385a64933d9efc0fe73795ea986e48beb7c9cffb8"
Job succeeded
2026-01-27 12:10.35: Job succeeded