Organisationsocaml-gospelgospel32e05f (main)fedora-43-4.14_opam-2.5

fedora-43-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-04-16 16:39.37: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (32e05f4cedca60e27067f5bf9c7aa104f123278b) (linux-x86_64:fedora-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard 32e05f4c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935
# 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 opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam ./
RUN opam pin add -yn gospel.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.22.2 dune-build-info.3.22.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20220122 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y gospel.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2026-04-16 16:39.37: Using cache hint "ocaml-gospel/gospel-ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935-fedora-43-4.14_opam-2.5-8ef6e8e39a52a60f5387a60eb63bd508"
2026-04-16 16:39.37: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935)
(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 (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src gospel.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn gospel.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.22.2 dune-build-info.3.22.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20220122 uutf.1.0.4")
(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 gospel.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-16 16:39.37: Waiting for resource in pool OCluster
2026-04-16 17:16.06: Waiting for worker…
2026-04-16 17:22.00: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 32e05f4 Merge pull request #476 from mrjazzybread/set


(from ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935' locally
docker.io/ocaml/opam@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935: Pulling from ocaml/opam
5bc90b3315da: Pulling fs layer
80d71788ea9e: Pulling fs layer
ad80df798a1c: Pulling fs layer
cd85517f6ae1: Pulling fs layer
a927948f92fa: Pulling fs layer
4433c52b5ab1: Pulling fs layer
8aa93bc8ca93: Pulling fs layer
7d31cd7e9a9b: Pulling fs layer
959a5be6bfab: Pulling fs layer
6569047248d7: Pulling fs layer
a927948f92fa: Waiting
a01a3ff02f3d: Pulling fs layer
8b1106fd8e03: Pulling fs layer
4433c52b5ab1: Waiting
61c97bcc90cd: Pulling fs layer
b9124a8b6c28: Pulling fs layer
d2c94cd49c4c: Pulling fs layer
0e63679d7dbc: Pulling fs layer
6819a31cdb14: Pulling fs layer
1d67c4c09922: Pulling fs layer
3f456f1cc39a: Pulling fs layer
6afff2ae07da: Pulling fs layer
8aa93bc8ca93: Waiting
4f4fb700ef54: Pulling fs layer
7d31cd7e9a9b: Waiting
959a5be6bfab: Waiting
90c294795090: Pulling fs layer
d7c6287626d1: Pulling fs layer
0e6719fd9f6d: Pulling fs layer
b9124a8b6c28: Waiting
d2c94cd49c4c: Waiting
53830a3a67c9: Pulling fs layer
6569047248d7: Waiting
b407be133f08: Pulling fs layer
951a5932e150: Pulling fs layer
8b1106fd8e03: Waiting
dcc0f382cd80: Pulling fs layer
a01a3ff02f3d: Waiting
61c97bcc90cd: Waiting
cd85517f6ae1: Waiting
d7c6287626d1: Waiting
90c294795090: Waiting
0e63679d7dbc: Waiting
d3cdec43bf88: Pulling fs layer
6819a31cdb14: Waiting
0e6719fd9f6d: Waiting
d69ff9f37121: Pulling fs layer
53830a3a67c9: Waiting
1d67c4c09922: Waiting
3f456f1cc39a: Waiting
4f4fb700ef54: Waiting
cfcfca2848c7: Pulling fs layer
951a5932e150: Waiting
dcc0f382cd80: Waiting
d69ff9f37121: Waiting
6afff2ae07da: Waiting
08269f8e9f88: Pulling fs layer
d3cdec43bf88: Waiting
cfcfca2848c7: Waiting
3e59769da2fa: Pulling fs layer
08269f8e9f88: Waiting
3e59769da2fa: Waiting
a1004eb1842a: Pulling fs layer
3a6ed7e0720e: Pulling fs layer
5503bfbdb082: Pulling fs layer
4685c134845d: Pulling fs layer
a1004eb1842a: Waiting
3a6ed7e0720e: Waiting
67f122543075: Pulling fs layer
5503bfbdb082: Waiting
4685c134845d: Waiting
67f122543075: Waiting
d60a75d560f5: Pulling fs layer
d18a54147636: Pulling fs layer
933e64a11ba6: Pulling fs layer
f36483d78a79: Pulling fs layer
35267044a36f: Pulling fs layer
75b654a3d9d2: Pulling fs layer
d60a75d560f5: Waiting
933e64a11ba6: Waiting
f36483d78a79: Waiting
d18a54147636: Waiting
35267044a36f: Waiting
75b654a3d9d2: Waiting
80d71788ea9e: Verifying Checksum
80d71788ea9e: Download complete
5bc90b3315da: Verifying Checksum
5bc90b3315da: Download complete
a927948f92fa: Verifying Checksum
a927948f92fa: Download complete
ad80df798a1c: Verifying Checksum
ad80df798a1c: Download complete
4433c52b5ab1: Verifying Checksum
4433c52b5ab1: Download complete
8aa93bc8ca93: Verifying Checksum
8aa93bc8ca93: Download complete
7d31cd7e9a9b: Verifying Checksum
7d31cd7e9a9b: Download complete
959a5be6bfab: Verifying Checksum
959a5be6bfab: Download complete
6569047248d7: Verifying Checksum
6569047248d7: Download complete
5bc90b3315da: Pull complete
80d71788ea9e: Pull complete
8b1106fd8e03: Download complete
a01a3ff02f3d: Verifying Checksum
a01a3ff02f3d: Download complete
b9124a8b6c28: Verifying Checksum
b9124a8b6c28: Download complete
d2c94cd49c4c: Download complete
61c97bcc90cd: Verifying Checksum
61c97bcc90cd: Download complete
6819a31cdb14: Download complete
0e63679d7dbc: Verifying Checksum
0e63679d7dbc: Download complete
1d67c4c09922: Download complete
3f456f1cc39a: Verifying Checksum
3f456f1cc39a: Download complete
ad80df798a1c: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
6afff2ae07da: Download complete
90c294795090: Download complete
d7c6287626d1: Verifying Checksum
d7c6287626d1: Download complete
0e6719fd9f6d: Download complete
b407be133f08: Verifying Checksum
b407be133f08: Download complete
53830a3a67c9: Download complete
951a5932e150: Verifying Checksum
951a5932e150: Download complete
dcc0f382cd80: Verifying Checksum
dcc0f382cd80: Download complete
d3cdec43bf88: Verifying Checksum
d3cdec43bf88: Download complete
cfcfca2848c7: Verifying Checksum
cfcfca2848c7: Download complete
d69ff9f37121: Verifying Checksum
d69ff9f37121: Download complete
08269f8e9f88: Verifying Checksum
08269f8e9f88: Download complete
3e59769da2fa: Download complete
3a6ed7e0720e: Verifying Checksum
3a6ed7e0720e: Download complete
5503bfbdb082: Verifying Checksum
5503bfbdb082: Download complete
4685c134845d: Verifying Checksum
4685c134845d: Download complete
67f122543075: Verifying Checksum
67f122543075: Download complete
d60a75d560f5: Download complete
d18a54147636: Verifying Checksum
d18a54147636: Download complete
933e64a11ba6: Verifying Checksum
933e64a11ba6: Download complete
f36483d78a79: Verifying Checksum
f36483d78a79: Download complete
35267044a36f: Download complete
75b654a3d9d2: Verifying Checksum
75b654a3d9d2: Download complete
a1004eb1842a: Verifying Checksum
a1004eb1842a: Download complete
cd85517f6ae1: Verifying Checksum
cd85517f6ae1: Download complete
cd85517f6ae1: Pull complete
a927948f92fa: Pull complete
4433c52b5ab1: Pull complete
8aa93bc8ca93: Pull complete
7d31cd7e9a9b: Pull complete
959a5be6bfab: Pull complete
6569047248d7: Pull complete
a01a3ff02f3d: Pull complete
8b1106fd8e03: Pull complete
61c97bcc90cd: Pull complete
b9124a8b6c28: Pull complete
d2c94cd49c4c: Pull complete
0e63679d7dbc: Pull complete
6819a31cdb14: Pull complete
1d67c4c09922: Pull complete
3f456f1cc39a: Pull complete
6afff2ae07da: Pull complete
4f4fb700ef54: Pull complete
90c294795090: Pull complete
d7c6287626d1: Pull complete
0e6719fd9f6d: Pull complete
53830a3a67c9: Pull complete
b407be133f08: Pull complete
951a5932e150: Pull complete
dcc0f382cd80: Pull complete
d3cdec43bf88: Pull complete
d69ff9f37121: Pull complete
cfcfca2848c7: Pull complete
08269f8e9f88: Pull complete
3e59769da2fa: Pull complete
a1004eb1842a: Pull complete
3a6ed7e0720e: Pull complete
5503bfbdb082: Pull complete
4685c134845d: Pull complete
67f122543075: Pull complete
d60a75d560f5: Pull complete
d18a54147636: Pull complete
933e64a11ba6: Pull complete
f36483d78a79: Pull complete
35267044a36f: Pull complete
75b654a3d9d2: Pull complete
Digest: sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935
Status: Downloaded newer image for ocaml/opam@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935
2026-04-16 17:23.06 ---> using "427db3f6677dae2b06058d8dcb2f7770b96873f6845d54b43f9e27571c659618" 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 openh264 (From Cisco) - x86_ 100% |   2.5 KiB/s | 986.0   B |  00m00s
Fedora 43 - x86_64                     100% |  68.0 KiB/s |  21.8 KiB |  00m00s
Fedora 43 - x86_64 - Updates           100% |  87.8 KiB/s |  15.7 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-04-16 17:23.19 ---> using "1a8c422457ca43273c120d41b99eceaf5146711b71420e35a2bee4d81364b1a5" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-16 17:23.35 ---> using "f67c481a1daa386f6430f66eef705f2c3e718af0cca248ff8d8a2fe5f109817f" 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.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/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] Initialised
2026-04-16 17:23.50 ---> using "bc829d8a618f2e3092457d9785bca8fbf68fdeb24e20105fc3a383cae7a6c00a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-16 17:24.13 ---> using "84ee295ef92075699b3be334bcafee05db7a203f6059e3b9b39cbe4faefef15a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-16 17:24.23 ---> using "5d31372e0e59d5a520b30695d22f10f0053c544e25e0f7f722eaf7806eb253db" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
42844088d7..0b0acbee05  master     -> origin/master
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] synchronised 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-04-16 17:24.48 ---> using "2ffbd0f12d6bab220d810a77516951f3543d88b8952e41766bdc149b5db32930" from cache


/src: (copy (src gospel.opam) (dst ./))
2026-04-16 17:26.05 ---> saved as "a01e3cbc78529d36e4a70dd2c039bb24c6fc115266413557df9908dd962de5b6"


/src: (run (network host)
(shell "opam pin add -yn gospel.dev './'"))
[gospel.dev] synchronised (file:///src)
gospel is now pinned to file:///src (version dev)
2026-04-16 17:27.09 ---> saved as "0373d1476884aafba4e802675c8f72efb3992fa69d3bd0ef16c780f551939c06"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-16 17:28.02 ---> saved as "f8d32e6dc100f3ea69e8999f16a90f747adcf99afac54486f0c318195af95237"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.22.2 dune-build-info.3.22.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20220122 uutf.1.0.4")


/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 gospel.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.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-04-16 17:29.19 ---> saved as "bc74aef8c4cf007dd90cbce281a02f2e5f496e2ea70472e299ae825f10ae75bc"


/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 35 packages
- install astring             0.8.5
- install camlp-streams       5.0.1
- install cmdliner            2.1.0
- install cppo                1.8.0
- install crunch              4.0.0
- install dune                3.22.2
- install dune-build-info     3.22.2
- install fmt                 0.11.0
- install fpath               0.7.3
- install inferno             20220603
- install menhir              20260209
- install menhirCST           20260209
- install menhirGLR           20260209
- install menhirLib           20260209
- install menhirSdk           20260209
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install odoc                3.1.0
- install odoc-parser         3.1.0
- install pp_loc              2.1.0
- install pprint              20230830
- install ppx_blob            0.9.0
- install ppx_derivers        1.2.1
- install ppx_deriving        6.1.1
- install ppxlib              0.38.0
- install ptime               1.2.0
- install re                  1.14.0
- install seq                 base
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0
- install topkg               1.1.1
- install tyxml               4.6.0
- install unionFind           20220122
- install uutf                1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved inferno.20220603  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved dune.3.22.2, dune-build-info.3.22.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved ppx_blob.0.9.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved unionFind.20220122  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.22.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed dune-build-info.3.22.2
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed pp_loc.2.1.0
-> installed pprint.20230830
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20220122
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.14.0
-> installed odoc-parser.3.1.0
-> installed inferno.20220603
-> installed tyxml.4.6.0
-> installed menhir.20260209
-> installed odoc.3.1.0
-> installed ppxlib.0.38.0
-> installed ppx_blob.0.9.0
-> installed ppx_deriving.6.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-16 17:31.19 ---> saved as "8c7b4491fd613d2ed84638ddca0c54ae2c84ec8efc3076b4b2820ef92b6d1dd4"


/src: (copy (src .) (dst /src))
2026-04-16 18:22.00: Cancelling: Timeout (60.0 minutes)
Job cancelled
2026-04-16 18:48.29: Timeout (60.0 minutes)