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

fedora-43-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:fedora-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6
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-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6
# fedora-43-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-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6-fedora-43-4.14_opam-2.5-4a38ab59186a52809c287852dda25d82"
2026-06-09 21:21.03: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6)
(comment fedora-43-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 toxis.caelum.ci.dev
All commits already cached
HEAD is now at 46f5a1a Add odoc to quick profile


(from ocaml/opam:fedora-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6' locally
docker.io/ocaml/opam@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6: Pulling from ocaml/opam
1fd43c80f797: Already exists
86f641bed7cf: Already exists
cc34a09cdcc4: Already exists
47bba4af6cc8: Already exists
531d0119982c: Already exists
6fa16750b700: Already exists
ff20a06231f1: Already exists
f322df446d6b: Already exists
405072d36bdd: Already exists
a044fbf81d64: Already exists
7aa0c45a06e7: Already exists
19bf9c672922: Already exists
ba7cc57104ca: Already exists
e747e9ba4ad0: Already exists
a51191b964b5: Already exists
eb3f96fbef2d: Already exists
dcb5bfc96fb1: Already exists
c6e9334c27d9: Already exists
3e2552a6acd4: Already exists
e90a9d0334f0: Already exists
4f4fb700ef54: Already exists
08e693a44334: Already exists
e300cbdc3c3a: Already exists
9cea457898f0: Already exists
6f82656ba15e: Already exists
8f43e8b28a74: Already exists
6df25cab4e43: Already exists
02f4c0aa1e50: Already exists
04326f1af263: Already exists
a33503cc6e74: Already exists
a9d74e06cd17: Already exists
76858174296d: Already exists
a56641b71d16: Already exists
de8d3985be35: Already exists
8b58e6c6ade6: Already exists
965f248974a6: Already exists
471dd2bf6cca: Already exists
8df3d489f783: Already exists
96e99a74f462: Already exists
592dc5eea68a: Pulling fs layer
8722be977174: Pulling fs layer
ea7d47e02986: Pulling fs layer
d2000a640af2: Pulling fs layer
cf297778eae0: Pulling fs layer
d2000a640af2: Waiting
cf297778eae0: Waiting
ea7d47e02986: Download complete
d2000a640af2: Verifying Checksum
d2000a640af2: Download complete
cf297778eae0: Verifying Checksum
cf297778eae0: Download complete
592dc5eea68a: Verifying Checksum
592dc5eea68a: Download complete
8722be977174: Verifying Checksum
8722be977174: Download complete
592dc5eea68a: Pull complete
8722be977174: Pull complete
ea7d47e02986: Pull complete
d2000a640af2: Pull complete
cf297778eae0: Pull complete
Digest: sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6
Status: Downloaded newer image for ocaml/opam@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6
2026-06-09 21:21.04 ---> using "27efe61ad8670797189612d526e109213fbe636d223b118a70d5a742bb13318d" from cache


/: (comment fedora-43-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 43 - x86_64                     100% |  60.6 KiB/s |  20.5 KiB |  00m00s
Fedora 43 - x86_64 - Updates           100% |  47.4 KiB/s |   7.6 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


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


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-06-09 21:21.04 ---> using "e15daeaa54a34aadc230e96fe84da6542c1950625ec1eea5e292954263c99dbd" 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.04 ---> using "af8049b21eba23aaab400c6e05c2173b6a3df86b9bde5ccf1adead9a8eeb5d79" 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/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.04 ---> using "f877f84890e1a951cd8e20c89039126ac81c627eb2072cdc94907a7c908a9205" from cache


/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.04 ---> using "c3b2cc000ddad3af6803cd736bbba978037d9e44b3eaf5cce2902c08e69fadaf" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-06-09 21:21.04 ---> using "394205353633ef623b27f4b1a31bd56d6a3fa14bf63b46231bd3d9dc556c8589" from cache


/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.04 ---> using "8454571502652d9f335cca2b7d6a1f577a9290afa5569c4ea24754f0944aa26c" from cache


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


/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.07 ---> saved as "e186765b251e14a31de8b58ab462e1baeb1f03a321261eda0f6087619c81e098"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-09 21:21.07 ---> saved as "32c1d9f247ea9c5a77ab4895d2edb9eb120005220f0a2f837636103ac70df3da"


/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 43 - x86_64 - Updates           100% |  38.8 KiB/s |  15.9 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.17 ---> saved as "6aac2c3201be3a9526b2aead02d51f6c3a24fd6b35526daa353436de3dc0a224"


/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:21.48 ---> saved as "22bd143591c011a3353e234aa8c73e8c3999eba2713e10a86a07966a135a7ee2"


/src: (copy (src .) (dst /src))
2026-06-09 21:21.49 ---> saved as "b1f33d1f52df1c74a8dce29a5554d3e489d261d88b664582bfc4419e0144e79c"


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