Organisationsocurrentocaml-docs-ci46f5a1 ()opensuse-15.6-4.14_opam-2.5

opensuse-15.6-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-06-09 21:21.03: New job: test ocurrent/ocaml-docs-ci https://github.com/ocurrent/ocaml-docs-ci.git#refs/pull/186/head (46f5a1a1faa82758d1b6fce161dd1dd8ba69b162) (linux-x86_64:opensuse-15.6-4.14_opam-2.5)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/ocaml-docs-ci.git" && cd "ocaml-docs-ci" && git fetch origin "refs/pull/186/head" && git reset --hard 46f5a1a1
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853
# opensuse-15.6-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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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 ocaml-docs-ci.opam ocaml-docs-ci-client.opam day11.opam ./
RUN opam pin add -yn ocaml-docs-ci.dev './' && \
opam pin add -yn ocaml-docs-ci-client.dev './' && \
opam pin add -yn day11.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y day11.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=day11 @install @check @runtest && rm -rf _build


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


2026-06-09 21:21.03: Using cache hint "ocurrent/ocaml-docs-ci-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853-opensuse-15.6-4.14_opam-2.5-4a38ab59186a52809c287852dda25d82"
2026-06-09 21:21.03: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853)
(comment opensuse-15.6-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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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 ocaml-docs-ci.opam ocaml-docs-ci-client.opam day11.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn ocaml-docs-ci.dev './' && \
\nopam pin add -yn ocaml-docs-ci-client.dev './' && \
\nopam pin add -yn day11.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1")
(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 day11.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=day11 @install @check @runtest && rm -rf _build"))
)


2026-06-09 21:21.03: Waiting for resource in pool OCluster
2026-06-09 21:21.03: Waiting for worker…
2026-06-09 21:21.03: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 46f5a1a Add odoc to quick profile


(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853' locally
docker.io/ocaml/opam@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853: Pulling from ocaml/opam
90c02a347c3c: Pulling fs layer
4a97a925dc51: Pulling fs layer
8f3edb816ea5: Pulling fs layer
fc0906997780: Pulling fs layer
880b45fb7848: Pulling fs layer
aac3f970581d: Pulling fs layer
a10f5d99a714: Pulling fs layer
2cb19a5cb6a0: Pulling fs layer
69dc0b2275c2: Pulling fs layer
ac0f1a58ca2c: Pulling fs layer
6740b0027cef: Pulling fs layer
596c07146196: Pulling fs layer
f829e2fe48c9: Pulling fs layer
07caa98e0988: Pulling fs layer
f22069f46c9a: Pulling fs layer
fc0906997780: Waiting
525691143d18: Pulling fs layer
2cb19a5cb6a0: Waiting
4f4b9963c58d: Pulling fs layer
69dc0b2275c2: Waiting
0da1ade0e3cd: Pulling fs layer
aac3f970581d: Waiting
ac0f1a58ca2c: Waiting
93fb9d6383f1: Pulling fs layer
a10f5d99a714: Waiting
880b45fb7848: Waiting
4f4fb700ef54: Pulling fs layer
6740b0027cef: Waiting
38829ce7d1df: Pulling fs layer
f829e2fe48c9: Waiting
596c07146196: Waiting
4cfab0213ffd: Pulling fs layer
bb39643b6074: Pulling fs layer
0da1ade0e3cd: Waiting
525691143d18: Waiting
4d795f8a60b9: Pulling fs layer
93fb9d6383f1: Waiting
07caa98e0988: Waiting
4f4b9963c58d: Waiting
f22069f46c9a: Waiting
0765ee798e35: Pulling fs layer
38829ce7d1df: Waiting
4f4fb700ef54: Waiting
defc0beb011b: Pulling fs layer
bb39643b6074: Waiting
e86a090295c8: Pulling fs layer
4cfab0213ffd: Waiting
4d795f8a60b9: Waiting
0765ee798e35: Waiting
defc0beb011b: Waiting
c9f6bdad98f3: Pulling fs layer
7099bcff7937: Pulling fs layer
e86a090295c8: Waiting
c9f6bdad98f3: Waiting
45509dbac728: Pulling fs layer
cc9f4e900cf2: Pulling fs layer
7099bcff7937: Waiting
45509dbac728: Waiting
c4b888db2d8c: Pulling fs layer
f45835fc7721: Pulling fs layer
cc9f4e900cf2: Waiting
227bd6f1a70f: Pulling fs layer
c4b888db2d8c: Waiting
6ad5f51f95fe: Pulling fs layer
227bd6f1a70f: Waiting
700cd0436182: Pulling fs layer
f45835fc7721: Waiting
80bb1456e18c: Pulling fs layer
8f0205cc3a46: Pulling fs layer
13530603797f: Pulling fs layer
80bb1456e18c: Waiting
6ad5f51f95fe: Waiting
8f0205cc3a46: Waiting
700cd0436182: Waiting
3f4fd3e2dba1: Pulling fs layer
3976918043b4: Pulling fs layer
13530603797f: Waiting
3f4fd3e2dba1: Waiting
b6af4adfcf28: Pulling fs layer
2faf3ea9495a: Pulling fs layer
b6af4adfcf28: Waiting
3976918043b4: Waiting
2faf3ea9495a: Waiting
4a97a925dc51: Verifying Checksum
4a97a925dc51: Download complete
90c02a347c3c: Verifying Checksum
90c02a347c3c: Download complete
880b45fb7848: Verifying Checksum
880b45fb7848: Download complete
aac3f970581d: Verifying Checksum
aac3f970581d: Download complete
a10f5d99a714: Verifying Checksum
a10f5d99a714: Download complete
fc0906997780: Verifying Checksum
fc0906997780: Download complete
2cb19a5cb6a0: Verifying Checksum
2cb19a5cb6a0: Download complete
69dc0b2275c2: Verifying Checksum
69dc0b2275c2: Download complete
6740b0027cef: Verifying Checksum
6740b0027cef: Download complete
90c02a347c3c: Pull complete
4a97a925dc51: Pull complete
596c07146196: Verifying Checksum
596c07146196: Download complete
8f3edb816ea5: Verifying Checksum
8f3edb816ea5: Download complete
f829e2fe48c9: Verifying Checksum
f829e2fe48c9: Download complete
ac0f1a58ca2c: Verifying Checksum
ac0f1a58ca2c: Download complete
07caa98e0988: Verifying Checksum
07caa98e0988: Download complete
f22069f46c9a: Verifying Checksum
f22069f46c9a: Download complete
4f4b9963c58d: Verifying Checksum
4f4b9963c58d: Download complete
525691143d18: Download complete
0da1ade0e3cd: Verifying Checksum
0da1ade0e3cd: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
38829ce7d1df: Verifying Checksum
38829ce7d1df: Download complete
93fb9d6383f1: Download complete
4cfab0213ffd: Verifying Checksum
4cfab0213ffd: Download complete
bb39643b6074: Verifying Checksum
bb39643b6074: Download complete
4d795f8a60b9: Verifying Checksum
4d795f8a60b9: Download complete
0765ee798e35: Verifying Checksum
0765ee798e35: Download complete
defc0beb011b: Verifying Checksum
defc0beb011b: Download complete
e86a090295c8: Verifying Checksum
e86a090295c8: Download complete
c9f6bdad98f3: Download complete
7099bcff7937: Verifying Checksum
7099bcff7937: Download complete
45509dbac728: Verifying Checksum
45509dbac728: Download complete
cc9f4e900cf2: Verifying Checksum
cc9f4e900cf2: Download complete
c4b888db2d8c: Download complete
227bd6f1a70f: Verifying Checksum
227bd6f1a70f: Download complete
700cd0436182: Verifying Checksum
700cd0436182: Download complete
80bb1456e18c: Verifying Checksum
80bb1456e18c: Download complete
8f0205cc3a46: Verifying Checksum
8f0205cc3a46: Download complete
8f3edb816ea5: Pull complete
f45835fc7721: Verifying Checksum
f45835fc7721: Download complete
6ad5f51f95fe: Verifying Checksum
6ad5f51f95fe: Download complete
3976918043b4: Verifying Checksum
3976918043b4: Download complete
b6af4adfcf28: Verifying Checksum
b6af4adfcf28: Download complete
2faf3ea9495a: Verifying Checksum
2faf3ea9495a: Download complete
13530603797f: Verifying Checksum
13530603797f: Download complete
3f4fd3e2dba1: Verifying Checksum
3f4fd3e2dba1: Download complete
fc0906997780: Pull complete
880b45fb7848: Pull complete
aac3f970581d: Pull complete
a10f5d99a714: Pull complete
2cb19a5cb6a0: Pull complete
69dc0b2275c2: Pull complete
ac0f1a58ca2c: Pull complete
6740b0027cef: Pull complete
596c07146196: Pull complete
f829e2fe48c9: Pull complete
07caa98e0988: Pull complete
f22069f46c9a: Pull complete
525691143d18: Pull complete
4f4b9963c58d: Pull complete
0da1ade0e3cd: Pull complete
93fb9d6383f1: Pull complete
4f4fb700ef54: Pull complete
38829ce7d1df: Pull complete
4cfab0213ffd: Pull complete
bb39643b6074: Pull complete
4d795f8a60b9: Pull complete
0765ee798e35: Pull complete
defc0beb011b: Pull complete
e86a090295c8: Pull complete
c9f6bdad98f3: Pull complete
7099bcff7937: Pull complete
45509dbac728: Pull complete
cc9f4e900cf2: Pull complete
c4b888db2d8c: Pull complete
f45835fc7721: Pull complete
227bd6f1a70f: Pull complete
6ad5f51f95fe: Pull complete
700cd0436182: Pull complete
80bb1456e18c: Pull complete
8f0205cc3a46: Pull complete
13530603797f: Pull complete
3f4fd3e2dba1: Pull complete
3976918043b4: Pull complete
b6af4adfcf28: Pull complete
2faf3ea9495a: Pull complete
Digest: sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853
Status: Downloaded newer image for ocaml/opam@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853
2026-06-09 21:21.04 ---> using "2d02d5e6367e692562c46f6bf306ae59a8b006f7e675e2cd9220d129b0de1240" from cache


/: (comment opensuse-15.6-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-06-09 21:21.04 ---> saved as "4b6f0dca6848b5facb7b0066993f24efa643b0045ccd3ee8b0a9828be02e4aa3"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
045748b2d8..b860455781  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-06-09 21:21.11 ---> saved as "1d9c415180297901162deab61e9c8e167256c3dd9bf7b36cafe68bfa584890f0"


/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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-06-09 21:21.35 ---> saved as "43c51ff077b1892bccede17707938775652f88703eacb7534040f0ffcdd95f7c"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-22-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-06-09 21:21.35 ---> saved as "dd699cc6ddd6ba3ba7daea08abe119af96aa0b80d752f9d6f012cdafdbba78b5"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-06-09 21:21.35 ---> saved as "9c35d1a6a11d47a902a2e56f56b1946c176a8f3ce416e8bbb1cccb98467a0d8a"


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


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] no changes 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.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-06-09 21:21.43 ---> saved as "77bf5b5b1e045abd6119e606d8ccef56a3c196c1f7e7acc7fda9f039925e1d14"


/src: (copy (src ocaml-docs-ci.opam ocaml-docs-ci-client.opam day11.opam)
(dst ./))
2026-06-09 21:21.43 ---> saved as "770f26db525de85058c535f9db0e461e4f29bc25d237b37664583c25857db297"


/src: (run (network host)
(shell  "opam pin add -yn ocaml-docs-ci.dev './' && \
\nopam pin add -yn ocaml-docs-ci-client.dev './' && \
\nopam pin add -yn day11.dev './'"))
[NOTE] Package ocaml-docs-ci does not exist in opam repositories registered in the current switch.
[ocaml-docs-ci.dev] synchronised (file:///src)
ocaml-docs-ci is now pinned to file:///src (version dev)
[NOTE] Package ocaml-docs-ci-client does not exist in opam repositories registered in the current switch.
[ocaml-docs-ci-client.dev] synchronised (file:///src)
ocaml-docs-ci-client is now pinned to file:///src (version dev)
[NOTE] Package day11 does not exist in opam repositories registered in the current switch.
[day11.dev] synchronised (file:///src)
day11 is now pinned to file:///src (version dev)
2026-06-09 21:21.46 ---> saved as "65a01367ef0e7dfbf999b8824ad0fe6e22fae88676da99b43e8c1969aff856e2"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-09 21:21.46 ---> saved as "12617850044a65f2e2f071131668e227666a6803d2d11351caeea3d4cc6a263b"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1")


/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 day11.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- .
- ......
- ....
- ....
- ....
- ...................done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- 
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ......
- ....
- ....
- ....
- ...............
- ..........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- ..........
- .........
- .............
- ......done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [..
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- ..
- 
- The gpg key signing file 'repomd.xml' will expire in 9 days.
-   Repository:       Main Update Repository
-   Key Fingerprint:  AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
-   Key Name:         openSUSE Project Signing Key <opensuse@opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Mon Jun 20 14:03:14 2022
-   Key Expires:      Fri Jun 19 14:03:14 2026 (expires in 9 days)
-   Rpm Name:         gpg-pubkey-29b700a4-62b07e22
- .....
- ....
- ....
- ............done]
- Building repository 'Main Update Repository' cache [..
- ..done]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [..
- Looking for gpg keys in repository Update Repository (Non-Oss).
-   gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key
- ..
- The gpg key signing file 'repomd.xml' will expire in 9 days.
-   Repository:       Update Repository (Non-Oss)
-   Key Fingerprint:  AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
-   Key Name:         openSUSE Project Signing Key <opensuse@opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Mon Jun 20 14:03:14 2022
-   Key Expires:      Fri Jun 19 14:03:14 2026 (expires in 9 days)
-   Rpm Name:         gpg-pubkey-29b700a4-62b07e22
- .
- .....
- ....
- ....
- .............done]
- Building repository 'Update Repository (Non-Oss)' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[day11.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-06-09 21:23.12 ---> saved as "99b441b2b01342deb8f7cb972b7d1d37490a53de4ba8732c2599ad91bf8548b5"


/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 1 package
- install dune 3.23.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.1  (cached)
-> installed dune.3.23.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-09 21:23.55 ---> saved as "d39fb58b0eef7f230f4d42c0708f8fd57d20e1f7cee4585b1b56ba3a5a886a9d"


/src: (copy (src .) (dst /src))
2026-06-09 21:23.56 ---> saved as "02faf53fd6ea3e33bac378acfde43d27b78c86a62f14b5944ceb22d70501a8e2"


/src: (run (shell "opam exec -- dune build --only-packages=day11 @install @check @runtest && rm -rf _build"))
File "day11/batch/test/dune", line 4, characters 40-51:
4 |             alcotest bos eio_main fpath opam-format unix))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by _build/default/day11/batch/test/test_batch.exe
-> required by alias day11/batch/test/runtest-test_batch in
day11/batch/test/dune:2
-> required by alias day11/batch/test/runtest
File "day11/sys/test/dune", line 3, characters 56-59:
3 |  (libraries day11_sys day11_test_util alcotest eio_main bos))
^^^
Error: Library "bos" not found.
-> required by _build/default/day11/sys/test/test_sys.exe
-> required by alias day11/sys/test/runtest-test_sys in day11/sys/test/dune:2
-> required by alias day11/sys/test/runtest
File "day11/solution/test/dune", line 3, characters 82-88:
3 |  (libraries day11_solution day11_test_util alcotest astring bos fpath opam-format yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by _build/default/day11/solution/test/test_graph.exe
-> required by alias day11/solution/test/runtest-test_graph in
day11/solution/test/dune:2
-> required by alias day11/solution/test/runtest
File "day11/layer/test/dune", line 3, characters 68-74:
3 |  (libraries day11_layer day11_test_util alcotest bos eio_main fpath yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by _build/default/day11/layer/test/test_layer.exe
-> required by alias day11/layer/test/runtest-test_layer in
day11/layer/test/dune:2
-> required by alias day11/layer/test/runtest
File "day11/container/test/dune", line 3, characters 63-69:
3 |  (libraries day11_container day11_test_util alcotest bos fpath yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by _build/default/day11/container/test/test_container.exe
-> required by alias day11/container/test/runtest-test_container in
day11/container/test/dune:2
-> required by alias day11/container/test/runtest
File "day11/solver_pool/test/dune", line 4, characters 31-42:
4 |    eio eio.unix eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by _build/default/day11/solver_pool/test/test_solver_pool.exe
-> required by alias day11/solver_pool/test/runtest-test_solver_pool in
day11/solver_pool/test/dune:2
-> required by alias day11/solver_pool/test/runtest
File "day11/solver/test/dune", line 3, characters 105-111:
3 |  (libraries day11_solver day11_doc day11_solution day11_test_util alcotest astring bos fpath opam-format yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by _build/default/day11/solver/test/test_solver.exe
-> required by alias day11/solver/test/runtest-test_solver in
day11/solver/test/dune:2
-> required by alias day11/solver/test/runtest
File "day11/layer/dune", line 6, characters 18-37:
6 |  (preprocess (pps ppx_deriving_yojson)))
^^^^^^^^^^^^^^^^^^^
Error: Library "ppx_deriving_yojson" not found.
-> required by _build/default/day11/layer/.merlin-conf/lib-day11.layer
-> required by alias day11/layer/check
File "day11/opam_layer/dune", line 6, characters 18-37:
6 |  (preprocess (pps ppx_deriving_yojson)))
^^^^^^^^^^^^^^^^^^^
Error: Library "ppx_deriving_yojson" not found.
-> required by
_build/default/day11/opam_layer/.merlin-conf/lib-day11.opam-layer
-> required by alias day11/opam_layer/check
File "day11/opam_layer/test/dune", line 4, characters 47-53:
4 |             alcotest bos fpath opam-format str yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by _build/default/day11/opam_layer/test/test_opam_layer.exe
-> required by alias day11/opam_layer/test/runtest-test_opam_layer in
day11/opam_layer/test/dune:2
-> required by alias day11/opam_layer/test/runtest
File "day11/lib/test/dune", line 4, characters 15-21:
4 |    opam-format yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by _build/default/day11/lib/test/test_lib.exe
-> required by alias day11/lib/test/runtest-test_lib in day11/lib/test/dune:2
-> required by alias day11/lib/test/runtest
File "day11/opam_build/test/dune", line 4, characters 52-58:
4 |             alcotest bos eio_main fpath opam-format yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by _build/default/day11/opam_build/test/test_build.exe
-> required by alias day11/opam_build/test/runtest-test_build in
day11/opam_build/test/dune:2
-> required by alias day11/opam_build/test/runtest
File "day11/doc/test/dune", line 3, characters 69-75:
3 |  (libraries day11_doc day11_test_util alcotest bos fpath opam-format yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by _build/default/day11/doc/test/test_doc.exe
-> required by alias day11/doc/test/runtest-test_doc in day11/doc/test/dune:2
-> required by alias day11/doc/test/runtest
File "day11/jtw/test/dune", line 3, characters 77-83:
3 |  (libraries day11_jtw day11_test_util alcotest astring bos fpath opam-format yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by _build/default/day11/jtw/test/test_jtw.exe
-> required by alias day11/jtw/test/runtest-test_jtw in day11/jtw/test/dune:2
-> required by alias day11/jtw/test/runtest
File "day11/doc/dune", line 7, characters 18-37:
7 |  (preprocess (pps ppx_deriving_yojson)))
^^^^^^^^^^^^^^^^^^^
Error: Library "ppx_deriving_yojson" not found.
-> required by _build/default/day11/doc/.merlin-conf/lib-day11.doc
-> required by alias day11/doc/check
File "day11/batch/test/dune", line 26, characters 22-33:
26 |             bos fpath opam-format unix))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/batch/test/.test_examined_diff.eobjs/byte/dune__exe__Test_batch.cmi
-> required by alias day11/batch/test/check
File "day11/batch/test/dune", line 10, characters 40-51:
10 |             alcotest bos eio_main fpath opam-format unix))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/batch/test/.test_batch_integration.eobjs/byte/dune__exe__Test_batch.cmi
-> required by alias day11/batch/test/check
File "day11/batch/test/dune", line 16, characters 40-51:
16 |             alcotest bos eio_main fpath opam-format unix))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/batch/test/.test_cmdliner_all.eobjs/byte/dune__exe__Test_batch.cmi
-> required by alias day11/batch/test/check
File "day11/batch/test/dune", line 21, characters 31-42:
21 |             alcotest bos fpath opam-format unix))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/batch/test/.test_incremental.eobjs/byte/dune__exe__Test_batch.cmi
-> required by alias day11/batch/test/check
File "day11/benchmark/dune", line 8, characters 31-42:
8 |  (libraries day11_solver fpath opam-format unix))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/benchmark/.benchmark_day10.eobjs/byte/dune__exe__Benchmark.cmi
-> required by alias day11/benchmark/check
File "day11/benchmark/dune", line 4, characters 27-38:
4 |             eio_main fpath opam-format unix))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/benchmark/.benchmark.eobjs/byte/dune__exe__Benchmark.cmi
-> required by alias day11/benchmark/check
File "day11/benchmark/dune", line 13, characters 31-42:
13 |             bos eio_main fpath opam-format unix))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/benchmark/.benchmark_builds.eobjs/byte/dune__exe__Benchmark.cmi
-> required by alias day11/benchmark/check
File "day11/benchmark/dune", line 23, characters 58-69:
23 |             day11_solver_pool bos eio_main fpath git-unix opam-format unix))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/benchmark/.trial_run.eobjs/byte/dune__exe__Benchmark.cmi
-> required by alias day11/benchmark/check
File "day11/benchmark/dune", line 18, characters 62-73:
18 |             day11_solver bos eio_main fmt logs logs.fmt fpath opam-format unix))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/benchmark/.benchmark_docs.eobjs/byte/dune__exe__Benchmark.cmi
-> required by alias day11/benchmark/check
File "day11/container/test/dune", line 8, characters 40-46:
8 |             alcotest bos eio_main fpath yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by
_build/default/day11/container/test/.test_integration.eobjs/byte/dune__exe__Test_build_package.cmi
-> required by alias day11/container/test/check
File "day11/container/test/dune", line 13, characters 48-54:
13 |             alcotest astring bos eio_main fpath yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by
_build/default/day11/container/test/.test_build_package.eobjs/byte/dune__exe__Test_build_package.cmi
-> required by alias day11/container/test/check
File "day11/solver_pool/test/dune", line 9, characters 31-42:
9 |    eio eio.unix eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/solver_pool/test/.test_driver_solve.eobjs/byte/dune__exe__Test_driver_solve.cmi
-> required by alias day11/solver_pool/test/check
File "day11/solver_pool/test/dune", line 20, characters 31-42:
20 |    eio eio.unix eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/solver_pool/test/.test_who_wants_odoc_310.eobjs/byte/dune__exe__Test_driver_solve.cmi
-> required by alias day11/solver_pool/test/check
File "day11/solver_pool/test/dune", line 25, characters 31-42:
25 |    eio eio.unix eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/solver_pool/test/.test_why_not_odoc_320.eobjs/byte/dune__exe__Test_driver_solve.cmi
-> required by alias day11/solver_pool/test/check
File "day11/solver_pool/test/dune", line 15, characters 43-50:
15 |    eio eio.unix eio_main fpath opam-format rresult))
^^^^^^^
Error: Library "rresult" not found.
-> required by
_build/default/day11/solver_pool/test/.test_ox_variants.eobjs/byte/dune__exe__Test_driver_solve.cmi
-> required by alias day11/solver_pool/test/check
File "day11/solver/test/dune", line 7, characters 35-46:
7 |  (libraries day11_solver bos fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/solver/test/.test_doc_deps.eobjs/byte/dune__exe__Test_doc_deps.cmi
-> required by alias day11/solver/test/check
File "day11/layer/dune", line 4, characters 53-59:
4 |  (libraries day11_sys bos eio eio.unix fpath rresult yojson unix)
^^^^^^
Error: Library "yojson" not found.
-> required by library "day11.layer" in _build/default/day11/layer
-> required by
_build/default/day11/layer/.day11_layer.objs/byte/day11_layer.cmi
-> required by alias day11/layer/check
File "day11/test_util/dune", line 4, characters 34-39:
4 |  (libraries alcotest bos eio_main fpath))
^^^^^
Error: Library "fpath" not found.
-> required by library "day11.test-util" in _build/default/day11/test_util
-> required by
_build/default/day11/test_util/.day11_test_util.objs/byte/day11_test_util__Test_util.cmi
-> required by alias day11/test_util/check
File "day11/opam/dune", line 4, characters 44-55:
4 |  (libraries fmt fpath git-unix lwt lwt.unix opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by library "day11.opam-helpers" in _build/default/day11/opam
-> required by
_build/default/day11/opam/.day11_opam.objs/byte/day11_opam__Git_packages.cmi
-> required by alias day11/opam/check
File "day11/sys/dune", line 4, characters 48-55:
4 |  (libraries astring bos eio eio_main fpath logs rresult unix))
^^^^^^^
Error: Library "rresult" not found.
-> required by library "day11.sys" in _build/default/day11/sys
-> required by
_build/default/day11/sys/.day11_sys.objs/byte/day11_sys__Atomic_swap.cmi
-> required by alias day11/sys/check
File "day11/solution/dune", line 4, characters 42-48:
4 |  (libraries bos fpath opam-format rresult yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by library "day11.solution" in _build/default/day11/solution
-> required by
_build/default/day11/solution/.day11_solution.objs/byte/day11_solution__Deps.cmi
-> required by alias day11/solution/check
File "day11/container/dune", line 4, characters 40-46:
4 |  (libraries day11_sys bos fpath rresult yojson unix))
^^^^^^
Error: Library "yojson" not found.
-> required by library "day11.container" in _build/default/day11/container
-> required by
_build/default/day11/container/.day11_container.objs/byte/day11_container__Mount.cmi
-> required by alias day11/container/check
File "day11/solver_pool/dune", line 4, characters 76-82:
4 |  (libraries bos day11_solution day11_sys eio eio.unix logs opam-format unix yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by library "day11.solver-pool" in
_build/default/day11/solver_pool
-> required by
_build/default/day11/solver_pool/.day11_solver_pool.objs/byte/day11_solver_pool__Solver_pool.cmi
-> required by alias day11/solver_pool/check
File "day11/opam_layer/dune", line 5, characters 42-48:
5 |             bos fpath opam-format rresult yojson unix)
^^^^^^
Error: Library "yojson" not found.
-> required by library "day11.opam-layer" in _build/default/day11/opam_layer
-> required by
_build/default/day11/opam_layer/.day11_opam_layer.objs/byte/day11_opam_layer__Build.cmi
-> required by alias day11/opam_layer/check
File "day11/runner/dune", line 5, characters 31-38:
5 |             bos eio fpath logs rresult unix))
^^^^^^^
Error: Library "rresult" not found.
-> required by library "day11.runner" in _build/default/day11/runner
-> required by
_build/default/day11/runner/.day11_runner.objs/byte/day11_runner__Cpu_slots.cmi
-> required by alias day11/runner/check
File "day11/solver/dune", line 6, characters 38-45:
6 |             opam-0install opam-format rresult))
^^^^^^^
Error: Library "rresult" not found.
-> required by library "day11.solver" in _build/default/day11/solver
-> required by
_build/default/day11/solver/.day11_solver.objs/byte/day11_solver__Context.cmi
-> required by alias day11/solver/check
File "day11/batch/dune", line 5, characters 65-71:
5 |             day11_lib day11_solver eio fpath opam-format rresult yojson unix))
^^^^^^
Error: Library "yojson" not found.
-> required by library "day11.batch" in _build/default/day11/batch
-> required by
_build/default/day11/batch/.day11_batch.objs/byte/day11_batch__Blessing.cmi
-> required by alias day11/batch/check
File "day11/opam_build/test/dune", line 9, characters 48-59:
9 |             alcotest astring bos eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/opam_build/test/.test_build_integration.eobjs/byte/dune__exe__Test_build.cmi
-> required by alias day11/opam_build/test/check
File "day11/opam_build/test/dune", line 14, characters 48-59:
14 |             alcotest astring bos eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/opam_build/test/.test_layered_build.eobjs/byte/dune__exe__Test_build.cmi
-> required by alias day11/opam_build/test/check
File "day11/opam_build/test/dune", line 19, characters 40-51:
19 |             alcotest bos eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/opam_build/test/.test_from_scratch.eobjs/byte/dune__exe__Test_build.cmi
-> required by alias day11/opam_build/test/check
File "day11/opam_build/test/dune", line 24, characters 48-59:
24 |             alcotest astring bos eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/opam_build/test/.test_tools.eobjs/byte/dune__exe__Test_build.cmi
-> required by alias day11/opam_build/test/check
File "day11/opam_build/test/dune", line 29, characters 40-51:
29 |             alcotest bos eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/opam_build/test/.test_tools_pinned.eobjs/byte/dune__exe__Test_build.cmi
-> required by alias day11/opam_build/test/check
File "day11/doc/test/dune", line 9, characters 60-66:
9 |             alcotest astring bos eio_main fpath opam-format yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by
_build/default/day11/doc/test/.test_doc_integration.eobjs/byte/dune__exe__Test_doc.cmi
-> required by alias day11/doc/test/check
File "day11/doc/test/dune", line 15, characters 48-59:
15 |             alcotest astring bos eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/doc/test/.test_generate_docs.eobjs/byte/dune__exe__Test_doc.cmi
-> required by alias day11/doc/test/check
File "day11/doc/test/dune", line 21, characters 40-51:
21 |             alcotest bos eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/doc/test/.test_doc_compile_link.eobjs/byte/dune__exe__Test_doc.cmi
-> required by alias day11/doc/test/check
File "day11/doc/test/dune", line 27, characters 40-51:
27 |             alcotest bos eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/doc/test/.test_doc_pipeline.eobjs/byte/dune__exe__Test_doc.cmi
-> required by alias day11/doc/test/check
File "day11/jtw/test/dune", line 8, characters 48-59:
8 |             alcotest astring bos eio_main fpath opam-format))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/jtw/test/.test_jtw_integration.eobjs/byte/dune__exe__Test_jtw.cmi
-> required by alias day11/jtw/test/check
File "day11/solver/dune", line 13, characters 61-67:
13 |  (libraries cmdliner day11_solver day11_solution opam-format yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by
_build/default/day11/solver/.solver_worker.eobjs/byte/dune__exe__Solver_worker.cmi
-> required by alias day11/solver/check
File "day11/lib/dune", line 4, characters 81-87:
4 |  (libraries bos day11_layer day11_opam_layer eio fmt fpath logs rresult unix str yojson))
^^^^^^
Error: Library "yojson" not found.
-> required by library "day11.lib" in _build/default/day11/lib
-> required by
_build/default/day11/lib/.day11_lib.objs/byte/day11_lib__Build_config.cmi
-> required by alias day11/lib/check
File "day11/opam_build/dune", line 7, characters 57-63:
7 |             bos dockerfile eio fpath opam-format rresult yojson unix))
^^^^^^
Error: Library "yojson" not found.
-> required by library "day11.opam-build" in _build/default/day11/opam_build
-> required by
_build/default/day11/opam_build/.day11_opam_build.objs/byte/day11_opam_build__Backend.cmi
-> required by alias day11/opam_build/check
File "day11/doc/dune", line 6, characters 42-48:
6 |             bos fpath opam-format rresult yojson unix)
^^^^^^
Error: Library "yojson" not found.
-> required by library "day11.doc" in _build/default/day11/doc
-> required by
_build/default/day11/doc/.day11_doc.objs/byte/day11_doc__Combine.cmi
-> required by alias day11/doc/check
File "day11/jtw/dune", line 5, characters 46-52:
5 |             bos fpath opam-format rresult str yojson unix))
^^^^^^
Error: Library "yojson" not found.
-> required by library "day11.jtw" in _build/default/day11/jtw
-> required by
_build/default/day11/jtw/.day11_jtw.objs/byte/day11_jtw__Build_tools.cmi
-> required by alias day11/jtw/check
File "day11/bin/dune", line 7, characters 63-74:
7 |             bos cmdliner eio_main fpath git-unix logs logs.fmt opam-format unix))
^^^^^^^^^^^
Error: Library "opam-format" not found.
-> required by
_build/default/day11/bin/.main.eobjs/byte/dune__exe__Cmd_batch.cmi
-> required by alias day11/bin/check
File "day11/layer/cli/dune", line 5, characters 50-55:
5 |  (libraries day11_layer cmdliner bos eio eio_main fpath str))
^^^^^
Error: Library "fpath" not found.
-> required by
_build/default/day11/layer/cli/.layer_cli.eobjs/byte/dune__exe__Layer_cli.cmi
-> required by alias day11/layer/cli/check
File "day11/opam_build/test_noop/dune", line 3, characters 66-72:
3 |  (libraries day11_opam_build day11_layer eio eio_main opam-format yojson unix))
^^^^^^
Error: Library "yojson" not found.
-> required by
_build/default/day11/opam_build/test_noop/.test_executor.eobjs/byte/dune__exe__Test_executor.cmi
-> required by alias day11/opam_build/test_noop/check
"/usr/bin/env" "bash" "-c" "opam exec -- dune build --only-packages=day11 @install @check @runtest && rm -rf _build" failed with exit status 1
2026-06-09 21:23.58: Job failed: Failed: Build failed