Organisationsocurrentocaml-docs-ci46f5a1 ()fedora-42-4.14_opam-2.5

fedora-42-4.14_opam-2.5

Logs

Show full 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:fedora-42-4.14_opam-2.5)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:71b3ae5376b971f5892bae2e869bb03dacef534eb9f75885f9826cb1cfef4680
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:fedora-42-ocaml-4.14@sha256:71b3ae5376b971f5892bae2e869bb03dacef534eb9f75885f9826cb1cfef4680
# fedora-42-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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:fedora-42-ocaml-4.14@sha256:71b3ae5376b971f5892bae2e869bb03dacef534eb9f75885f9826cb1cfef4680-fedora-42-4.14_opam-2.5-4a38ab59186a52809c287852dda25d82"
2026-06-09 21:21.03: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:71b3ae5376b971f5892bae2e869bb03dacef534eb9f75885f9826cb1cfef4680)
 (comment fedora-42-4.14_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (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 phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 46f5a1a Add odoc to quick profile

(from ocaml/opam:fedora-42-ocaml-4.14@sha256:71b3ae5376b971f5892bae2e869bb03dacef534eb9f75885f9826cb1cfef4680)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:71b3ae5376b971f5892bae2e869bb03dacef534eb9f75885f9826cb1cfef4680' locally
docker.io/ocaml/opam@sha256:71b3ae5376b971f5892bae2e869bb03dacef534eb9f75885f9826cb1cfef4680: Pulling from ocaml/opam
accf5bbc0c67: Already exists
416e4a8866bb: Already exists
09b2fb3c52f4: Already exists
7d4fe74f60d8: Already exists
bbcb95d43ae8: Already exists
98c9e9bc3c3f: Already exists
59aec800fed7: Already exists
34843ed0e584: Already exists
424f865e9d0e: Already exists
5594cf317ecb: Already exists
7d9cba6e4af6: Already exists
f8e47f2173a6: Already exists
cde03adba68d: Already exists
d670f2c79209: Already exists
2c9204fad5a4: Already exists
2c9204fad5a4: Already exists
e6729152ebda: Already exists
38838b679ce8: Already exists
e81ed02324ae: Already exists
416e5bed9209: Already exists
4f4fb700ef54: Already exists
d97d403a554d: Already exists
120f1228e350: Already exists
5818b24e8ca2: Already exists
bf4e4b4c0901: Already exists
b31f5381f4f1: Already exists
4445c4223195: Already exists
a1a8982696e1: Already exists
7ab4ccef3cde: Already exists
8a8a38b5d8d7: Already exists
19f2332bf3a3: Already exists
a1f0867da660: Already exists
a604f4114989: Already exists
bf4b5fe0fe66: Pulling fs layer
9d22d913ab1d: Pulling fs layer
5d926421f4f1: Pulling fs layer
2386a73d5091: Pulling fs layer
d7b98ab5b0d7: Pulling fs layer
94cd77442af0: Pulling fs layer
09c2a164daeb: Pulling fs layer
f8f7a5b93eca: Pulling fs layer
2386a73d5091: Waiting
85a209687dcc: Pulling fs layer
d7b98ab5b0d7: Waiting
94cd77442af0: Waiting
09c2a164daeb: Waiting
f8f7a5b93eca: Waiting
18b0b5b175be: Pulling fs layer
85a209687dcc: Waiting
75219fd2e6ac: Pulling fs layer
18b0b5b175be: Waiting
75219fd2e6ac: Waiting
9d22d913ab1d: Verifying Checksum
9d22d913ab1d: Download complete
2386a73d5091: Download complete
d7b98ab5b0d7: Download complete
94cd77442af0: Verifying Checksum
94cd77442af0: Download complete
09c2a164daeb: Verifying Checksum
09c2a164daeb: Download complete
f8f7a5b93eca: Verifying Checksum
f8f7a5b93eca: Download complete
85a209687dcc: Download complete
18b0b5b175be: Verifying Checksum
18b0b5b175be: Download complete
75219fd2e6ac: Verifying Checksum
75219fd2e6ac: Download complete
5d926421f4f1: Verifying Checksum
5d926421f4f1: Download complete
bf4b5fe0fe66: Verifying Checksum
bf4b5fe0fe66: Download complete
bf4b5fe0fe66: Pull complete
9d22d913ab1d: Pull complete
5d926421f4f1: Pull complete
2386a73d5091: Pull complete
d7b98ab5b0d7: Pull complete
94cd77442af0: Pull complete
09c2a164daeb: Pull complete
f8f7a5b93eca: Pull complete
85a209687dcc: Pull complete
18b0b5b175be: Pull complete
75219fd2e6ac: Pull complete
Digest: sha256:71b3ae5376b971f5892bae2e869bb03dacef534eb9f75885f9826cb1cfef4680
Status: Downloaded newer image for ocaml/opam@sha256:71b3ae5376b971f5892bae2e869bb03dacef534eb9f75885f9826cb1cfef4680
2026-06-09 21:21.04 ---> using "99895dc2ef23f467dd57c21e5a672935fd22e5617e23a4e9d355e8ee41bf00b4" from cache

/: (comment fedora-42-4.14_opam-2.5)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Updating and loading repositories:
 Fedora 42 - x86_64 - Updates           100% |  35.1 KiB/s |  17.7 KiB |  00m01s
 Fedora 42 - x86_64                     100% |  68.2 KiB/s |  20.1 KiB |  00m00s
 Fedora 42 openh264 (From Cisco) - x86_ 100% |   6.5 KiB/s | 986.0   B |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.

Nothing to do.
2026-06-09 21:21.04 ---> using "26dca88f66054b29f29f71fbca5de8ce080f323f6e9bf3e8e21ebed5a7651dc9" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-06-09 21:21.04 ---> using "0cb8fb40765ce15a187e75ff833f05c521c44034bb4ef4bceab3475feadb643f" from cache

/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"))
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-06-09 21:21.06 ---> saved as "47fb5fa9acaef37e9aa84760fd12e2b202d1a88527f1780940ae4432642a1470"

/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/sbin/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-06-09 21:21.20 ---> saved as "f61d6ba1c3a32103a3d9f51e2ef5dfe158595d77a9947bb26d392b3d7a081a9d"

/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.21 ---> saved as "287d715b3d51ce83213768a02b3a08a97f78fee66715eaebb409e6a068498f8e"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-06-09 21:21.21 ---> saved as "dece1cc3971308ae450f7394bc2d1c537971ffcbb414b33197fc4f2808916e16"

/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).

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-06-09 21:21.31 ---> saved as "c12c5aaa244eef3078b5ff57571d1482785cfd8ebec3c191645fd31cae050c92"

/src: (copy (src ocaml-docs-ci.opam ocaml-docs-ci-client.opam day11.opam)
            (dst ./))
2026-06-09 21:21.31 ---> saved as "139016f504b04ba2ce8ef3d2c3a77f3645c3a175af5e9f7f1ca2a578284be6a4"

/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.33 ---> saved as "3a9c1b7f2cccb376d7f44c9f3157f19635d64825e4ddd6d14fbcfb7f6f882834"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-09 21:21.34 ---> saved as "8439378bbed438ec5c40ad1eba05c9b39f602b22353c84bc2fc7aaf9a8e609c3"

/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/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  46.8 KiB/s |  18.8 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.

<><> 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:21.42 ---> saved as "e446ffa2a274d20cb3b706587c7375ecf2b2a3a2f03b7708f1f2b57d48e8f016"

/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:22.16 ---> saved as "021abebd1506e8ed50658e1520c93d4514db0091efbf6c282b2e2b2d1b942e34"

/src: (copy (src .) (dst /src))
2026-06-09 21:22.17 ---> saved as "60db15896a63c59887070a6f0f10d2dad8ec556175b9d1a876f42f49af257945"

/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:22.19: Job failed: Failed: Build failed