Organisationsocaml-ppxppxlib49d263 ()ubuntu-25.10-4.14_opam-2.5

ubuntu-25.10-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-05-19 17:08.38: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (49d2639fade7f05eb9556731ac2313984353eb75) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 49d2639f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121
# 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 cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./
RUN opam pin add -yn ppxlib.dev './' && \
opam pin add -yn ppxlib-tools.dev './' && \
opam pin add -yn ppxlib-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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


2026-05-19 17:08.38: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121-ubuntu-25.10-4.14_opam-2.5-b6845581f92920747431b0604845e618"
2026-05-19 17:08.38: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121)
(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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))
(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 "opam update -u"))
(copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn ppxlib.dev './' && \
\nopam pin add -yn ppxlib-tools.dev './' && \
\nopam pin add -yn ppxlib-bench.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 yojson.3.0.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 ppxlib.dev ppxlib-tools.dev ppxlib-bench.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"))
)


2026-05-19 17:08.38: Waiting for resource in pool OCluster
2026-05-19 22:22.23: Waiting for worker…
2026-05-19 22:26.03: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 49d2639f Merge pull request #641 from copy/main


(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121' locally
docker.io/ocaml/opam@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121: Pulling from ocaml/opam
16c195d4c5e9: Pulling fs layer
5d5ae59f12bf: Pulling fs layer
2a1bdaff57b1: Pulling fs layer
4f0da68efc03: Pulling fs layer
ddae77db6783: Pulling fs layer
fdb5e27abf0f: Pulling fs layer
93a3171e4fee: Pulling fs layer
5d5ae59f12bf: Waiting
16c195d4c5e9: Waiting
dbf7af4bbc5e: Pulling fs layer
4f0da68efc03: Waiting
ddae77db6783: Waiting
2a1bdaff57b1: Waiting
5f7df1a633be: Pulling fs layer
fdb5e27abf0f: Waiting
93a3171e4fee: Waiting
dbf7af4bbc5e: Waiting
91c5054ad467: Pulling fs layer
f85e33539fc1: Pulling fs layer
5f7df1a633be: Waiting
60715424f1f3: Pulling fs layer
91c5054ad467: Waiting
3d928beeeddb: Pulling fs layer
ad721eb63d8e: Pulling fs layer
6423a1c6a219: Pulling fs layer
5b5461462268: Pulling fs layer
60715424f1f3: Waiting
f85e33539fc1: Waiting
d0115271718d: Pulling fs layer
ad721eb63d8e: Waiting
3d928beeeddb: Waiting
6423a1c6a219: Waiting
5b5461462268: Waiting
9fd788776761: Pulling fs layer
d0115271718d: Waiting
ee0541408fb9: Pulling fs layer
9fd788776761: Waiting
3710803c65d7: Pulling fs layer
ce2c52193d43: Pulling fs layer
ee0541408fb9: Waiting
4f4fb700ef54: Pulling fs layer
3710803c65d7: Waiting
a2f980d0b98b: Pulling fs layer
ce2c52193d43: Waiting
4f4fb700ef54: Waiting
410070a2f222: Pulling fs layer
a2f980d0b98b: Waiting
d3816a848673: Pulling fs layer
7c855ca71d74: Pulling fs layer
1528501eaf16: Pulling fs layer
d3816a848673: Waiting
23228c2200ea: Pulling fs layer
410070a2f222: Waiting
54f128346b20: Pulling fs layer
1528501eaf16: Waiting
7c855ca71d74: Waiting
76cf7939a21f: Pulling fs layer
23228c2200ea: Waiting
54f128346b20: Waiting
ebfcf91f683f: Pulling fs layer
aba3e293a4a1: Pulling fs layer
76cf7939a21f: Waiting
5f6c0c42c902: Pulling fs layer
ebfcf91f683f: Waiting
aba3e293a4a1: Waiting
266bc6609d9e: Pulling fs layer
9ba70185e826: Pulling fs layer
5f6c0c42c902: Waiting
892f7eadbfc9: Pulling fs layer
81c302137335: Pulling fs layer
a255dc714083: Pulling fs layer
9ba70185e826: Waiting
266bc6609d9e: Waiting
892f7eadbfc9: Waiting
81c302137335: Waiting
da091890895b: Pulling fs layer
a255dc714083: Waiting
40fc735d2330: Pulling fs layer
da091890895b: Waiting
e17b0673218b: Pulling fs layer
228a2a4b38bc: Pulling fs layer
e17b0673218b: Waiting
40fc735d2330: Waiting
832881162d49: Pulling fs layer
295fec493822: Pulling fs layer
228a2a4b38bc: Waiting
832881162d49: Waiting
295fec493822: Waiting
5d5ae59f12bf: Download complete
2a1bdaff57b1: Verifying Checksum
2a1bdaff57b1: Download complete
16c195d4c5e9: Verifying Checksum
16c195d4c5e9: Download complete
ddae77db6783: Verifying Checksum
ddae77db6783: Download complete
16c195d4c5e9: Pull complete
5d5ae59f12bf: Pull complete
2a1bdaff57b1: Pull complete
fdb5e27abf0f: Verifying Checksum
fdb5e27abf0f: Download complete
4f0da68efc03: Verifying Checksum
4f0da68efc03: Download complete
4f0da68efc03: Pull complete
93a3171e4fee: Verifying Checksum
93a3171e4fee: Download complete
ddae77db6783: Pull complete
dbf7af4bbc5e: Verifying Checksum
dbf7af4bbc5e: Download complete
5f7df1a633be: Verifying Checksum
5f7df1a633be: Download complete
f85e33539fc1: Verifying Checksum
f85e33539fc1: Download complete
60715424f1f3: Verifying Checksum
60715424f1f3: Download complete
91c5054ad467: Verifying Checksum
91c5054ad467: Download complete
fdb5e27abf0f: Pull complete
93a3171e4fee: Pull complete
ad721eb63d8e: Download complete
3d928beeeddb: Verifying Checksum
3d928beeeddb: Download complete
dbf7af4bbc5e: Pull complete
d0115271718d: Verifying Checksum
d0115271718d: Download complete
5f7df1a633be: Pull complete
9fd788776761: Download complete
5b5461462268: Download complete
91c5054ad467: Pull complete
6423a1c6a219: Verifying Checksum
6423a1c6a219: Download complete
f85e33539fc1: Pull complete
ee0541408fb9: Verifying Checksum
ee0541408fb9: Download complete
3710803c65d7: Verifying Checksum
3710803c65d7: Download complete
ce2c52193d43: Verifying Checksum
ce2c52193d43: Download complete
60715424f1f3: Pull complete
4f4fb700ef54: Download complete
410070a2f222: Verifying Checksum
410070a2f222: Download complete
a2f980d0b98b: Verifying Checksum
a2f980d0b98b: Download complete
d3816a848673: Verifying Checksum
d3816a848673: Download complete
3d928beeeddb: Pull complete
7c855ca71d74: Verifying Checksum
7c855ca71d74: Download complete
ad721eb63d8e: Pull complete
6423a1c6a219: Pull complete
5b5461462268: Pull complete
d0115271718d: Pull complete
54f128346b20: Verifying Checksum
54f128346b20: Download complete
1528501eaf16: Verifying Checksum
1528501eaf16: Download complete
23228c2200ea: Download complete
aba3e293a4a1: Verifying Checksum
aba3e293a4a1: Download complete
ebfcf91f683f: Verifying Checksum
ebfcf91f683f: Download complete
5f6c0c42c902: Verifying Checksum
5f6c0c42c902: Download complete
76cf7939a21f: Verifying Checksum
76cf7939a21f: Download complete
266bc6609d9e: Verifying Checksum
266bc6609d9e: Download complete
9fd788776761: Pull complete
ee0541408fb9: Pull complete
3710803c65d7: Pull complete
ce2c52193d43: Pull complete
4f4fb700ef54: Pull complete
a2f980d0b98b: Pull complete
410070a2f222: Pull complete
d3816a848673: Pull complete
7c855ca71d74: Pull complete
1528501eaf16: Pull complete
23228c2200ea: Pull complete
54f128346b20: Pull complete
76cf7939a21f: Pull complete
ebfcf91f683f: Pull complete
aba3e293a4a1: Pull complete
5f6c0c42c902: Pull complete
266bc6609d9e: Pull complete
892f7eadbfc9: Verifying Checksum
892f7eadbfc9: Download complete
a255dc714083: Verifying Checksum
a255dc714083: Download complete
da091890895b: Verifying Checksum
da091890895b: Download complete
9ba70185e826: Verifying Checksum
9ba70185e826: Download complete
40fc735d2330: Verifying Checksum
40fc735d2330: Download complete
228a2a4b38bc: Verifying Checksum
228a2a4b38bc: Download complete
832881162d49: Verifying Checksum
832881162d49: Download complete
295fec493822: Verifying Checksum
295fec493822: Download complete
9ba70185e826: Pull complete
892f7eadbfc9: Pull complete
81c302137335: Verifying Checksum
81c302137335: Download complete
81c302137335: Pull complete
a255dc714083: Pull complete
da091890895b: Pull complete
40fc735d2330: Pull complete
e17b0673218b: Verifying Checksum
e17b0673218b: Download complete
e17b0673218b: Pull complete
228a2a4b38bc: Pull complete
832881162d49: Pull complete
295fec493822: Pull complete
Digest: sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121
Status: Downloaded newer image for ocaml/opam@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121
2026-05-19 22:26.05 ---> using "7d42f7b527b21a50e9c485d51cd4562c3b21cb305a289008a67ad4a1619765d8" 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-05-19 22:26.05 ---> using "a508bcb9f6599921ad86d400dc525df4f4257b0143a1880fe8fb965c8f122c4b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
28d044eb9c..df6ab556b4  master     -> origin/master
df6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.1
2026-05-19 22:26.05 ---> using "a0c40d6e638c3a5861495583289af00cc6468d444c56ea6fad29036f38c848a8" 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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.


[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Continue? [Y/n] y
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] synchronised from git+file:///home/opam/opam-repository
2026-05-19 22:26.05 ---> using "caac1f90bb90ec201fcde07a1b1b4904e71bdb7f3fb12520390cd64fd8e886f3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-05-19 22:26.05 ---> using "57f5193cf2e4a9e729b6262d7323672ae2539b0037077973261700fda1e14e82" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-05-19 22:26.05 ---> using "dd35c733df162962db903a4f8af4e5dfbb08d29dd05393cb586b7d00bfe3eab9" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update -u"))


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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)
2026-05-19 22:26.05 ---> using "a14292eb4f364789399a9eb6d1bdcb82cea0f247829cea15b2a959863a7bcc5d" from cache


/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2026-05-19 22:26.06 ---> saved as "d4222b35b24515b5052232f6e338ac6d332f9b1bcb10084bbddcfc08d9357145"


/src: (run (network host)
(shell  "opam pin add -yn ppxlib.dev './' && \
\nopam pin add -yn ppxlib-tools.dev './' && \
\nopam pin add -yn ppxlib-bench.dev './'"))
[ppxlib.dev] synchronised (file:///src)
ppxlib is now pinned to file:///src (version dev)
[ppxlib-tools.dev] synchronised (file:///src)
ppxlib-tools is now pinned to file:///src (version dev)
[NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch.
[ppxlib-bench.dev] synchronised (file:///src)
ppxlib-bench is now pinned to file:///src (version dev)
2026-05-19 22:26.11 ---> saved as "15c8d286483d65ad37946fec77b02b0dcc38e71611b05d8c22e04e737225a7a1"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-19 22:26.12 ---> saved as "812b9da38b46c341a7485d64d7e56e1efdffad811335b8d174ca26abbaee749c"


/src: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 yojson.3.0.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 ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [315 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [22.9 kB]
- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [537 kB]
- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [401 kB]
- Get:8 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:9 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [315 kB]
- Get:10 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [396 kB]
- Get:11 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [287 kB]
- Fetched 2678 kB in 20s (137 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib.dev] synchronised (file:///src)
[ppxlib-bench.dev] synchronised (file:///src)
[ppxlib-tools.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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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-05-19 22:26.41 ---> saved as "b1f98d50f7a5423a5653bf5c202294a5923fee10bcd3565e9703f9dbf4509826"


/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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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 12 packages
- install base                v0.16.5
- install cinaps              v0.15.1
- install cmdliner            2.1.1
- install csexp               1.5.2
- install dune                3.23.1
- install dune-configurator   3.23.1
- install ocaml-compiler-libs v0.12.4
- install ocamlfind           1.9.8
- install ppx_derivers        1.2.1
- install re                  1.14.0
- install sexplib0            v0.16.0
- install yojson              3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.5  (cached)
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
-> installed cmdliner.2.1.1
-> installed ocamlfind.1.9.8
-> installed dune.3.23.1
-> 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 yojson.3.0.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.23.1
-> installed base.v0.16.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-19 22:27.26 ---> saved as "4347a36955c1666b7d3a46331f7c37cdb062ea84e72852eac3d3a1c1c4ff09b4"


/src: (copy (src .) (dst /src))
2026-05-19 22:27.27 ---> saved as "c47e2193ae89701e43f680691a00e177c5d996ca02520428a63086f2dd80ff3e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune-project", line 21, characters 2-42:
21 |   (sexplib0 (and :with-test (>= "v0.15"))) ; Printexc.register_printer in sexplib0 changed
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning: Duplicate dependency on package (sexplib0 (and :with-test (>=
v0.15))) in 'depends' field. If you want to specify multiple constraints,
combine them using (and ...).
Hint: To disable this warning, add the following to your dune-project file:
(warnings (duplicate_deps disabled))
2026-05-19 22:27.44 ---> saved as "06b906550b432cbc5bbe2425a48836427829746a54400d4cac1f1937b4f36cc1"
Job succeeded
2026-05-19 22:27.45: Job succeeded