2025-10-17 15:27.59: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/pull/454/head (3273077b0574275834cb619c09c683318da8eb45) (linux-x86_64:debian-13-5.3_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-gospel/gospel.git" && cd "gospel" && git fetch origin "refs/pull/454/head" && git reset --hard 3273077b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4
# debian-13-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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
2025-10-17 15:27.59: Using cache hint "ocaml-gospel/gospel-ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4-debian-13-5.3_opam-2.4-c8217236f1715bbe6130d27d301047af"
2025-10-17 15:27.59: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4)
(comment debian-13-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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 (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 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.4 --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"))
)
2025-10-17 15:27.59: Waiting for resource in pool OCluster
2025-10-17 15:27.59: Waiting for worker…
2025-10-17 15:30.45: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 3273077 Remove dead code
(from ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4' locally
docker.io/ocaml/opam@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4: Pulling from ocaml/opam
cae3b572364a: Already exists
820d433882fc: Pulling fs layer
8f6112f72fa5: Pulling fs layer
f06108004adb: Pulling fs layer
f34ea90e6bf7: Pulling fs layer
b44a65709156: Pulling fs layer
4c25908bbac9: Pulling fs layer
f34ea90e6bf7: Waiting
f76df728146d: Pulling fs layer
b44a65709156: Waiting
1fee769dfcf3: Pulling fs layer
4c25908bbac9: Waiting
9089a7f69af3: Pulling fs layer
6f758b47b2a0: Pulling fs layer
f76df728146d: Waiting
9089a7f69af3: Waiting
16b225bbb395: Pulling fs layer
6f758b47b2a0: Waiting
abbf3ec39b68: Pulling fs layer
1a61521655a9: Pulling fs layer
16b225bbb395: Waiting
6a8565a9e443: Pulling fs layer
abbf3ec39b68: Waiting
1a61521655a9: Waiting
c059a4cbd7b9: Pulling fs layer
3a00fdc9e291: Pulling fs layer
6a8565a9e443: Waiting
a0b62589bd38: Pulling fs layer
c059a4cbd7b9: Waiting
6e8d713bf843: Pulling fs layer
3a00fdc9e291: Waiting
bca1fd5341ba: Pulling fs layer
a0b62589bd38: Waiting
6e8d713bf843: Waiting
34b9849c2772: Pulling fs layer
bca1fd5341ba: Waiting
4f4fb700ef54: Pulling fs layer
34b9849c2772: Waiting
d8d3d0744e38: Pulling fs layer
4f4fb700ef54: Waiting
788c7ce0e0e5: Pulling fs layer
a297eab0ca3b: Pulling fs layer
d8d3d0744e38: Waiting
2e79af39acdb: Pulling fs layer
788c7ce0e0e5: Waiting
a297eab0ca3b: Waiting
8858e600236c: Pulling fs layer
2e79af39acdb: Waiting
9efe23d1fe7d: Pulling fs layer
47d185934312: Pulling fs layer
8858e600236c: Waiting
9efe23d1fe7d: Waiting
64a949a6caff: Pulling fs layer
c9d6a7c18bb1: Pulling fs layer
47d185934312: Waiting
e4fde4815f0c: Pulling fs layer
c9d6a7c18bb1: Waiting
d1f759c16950: Pulling fs layer
64a949a6caff: Waiting
e4fde4815f0c: Waiting
f3dd45bf195f: Pulling fs layer
d1f759c16950: Waiting
3985a6049101: Pulling fs layer
aae849592418: Pulling fs layer
f3dd45bf195f: Waiting
3985a6049101: Waiting
6173459dc6b2: Pulling fs layer
aae849592418: Waiting
7f16ef63bee0: Pulling fs layer
6173459dc6b2: Waiting
fe355de6a899: Pulling fs layer
7f16ef63bee0: Waiting
b0bc5a15bc9d: Pulling fs layer
5ef8881599f6: Pulling fs layer
b0bc5a15bc9d: Waiting
43070a8c11bb: Pulling fs layer
5ef8881599f6: Waiting
50f4a5d16176: Pulling fs layer
caf5c7cd45dc: Pulling fs layer
43070a8c11bb: Waiting
50f4a5d16176: Waiting
cc4f1ac4e98a: Pulling fs layer
caf5c7cd45dc: Waiting
005888d39869: Pulling fs layer
cc4f1ac4e98a: Waiting
97352f987d81: Pulling fs layer
005888d39869: Waiting
97352f987d81: Waiting
820d433882fc: Download complete
820d433882fc: Pull complete
f06108004adb: Verifying Checksum
f06108004adb: Download complete
f34ea90e6bf7: Verifying Checksum
f34ea90e6bf7: Download complete
8f6112f72fa5: Download complete
8f6112f72fa5: Pull complete
4c25908bbac9: Verifying Checksum
4c25908bbac9: Download complete
f06108004adb: Pull complete
f76df728146d: Verifying Checksum
f76df728146d: Download complete
f34ea90e6bf7: Pull complete
1fee769dfcf3: Verifying Checksum
1fee769dfcf3: Download complete
9089a7f69af3: Verifying Checksum
9089a7f69af3: Download complete
6f758b47b2a0: Verifying Checksum
6f758b47b2a0: Download complete
16b225bbb395: Verifying Checksum
16b225bbb395: Download complete
1a61521655a9: Verifying Checksum
1a61521655a9: Download complete
abbf3ec39b68: Download complete
6a8565a9e443: Verifying Checksum
3a00fdc9e291: Download complete
a0b62589bd38: Verifying Checksum
a0b62589bd38: Download complete
c059a4cbd7b9: Download complete
6e8d713bf843: Download complete
bca1fd5341ba: Verifying Checksum
bca1fd5341ba: Download complete
34b9849c2772: Verifying Checksum
34b9849c2772: Download complete
4f4fb700ef54: Download complete
d8d3d0744e38: Download complete
a297eab0ca3b: Verifying Checksum
a297eab0ca3b: Download complete
788c7ce0e0e5: Download complete
2e79af39acdb: Download complete
8858e600236c: Verifying Checksum
8858e600236c: Download complete
9efe23d1fe7d: Download complete
47d185934312: Download complete
c9d6a7c18bb1: Verifying Checksum
c9d6a7c18bb1: Download complete
64a949a6caff: Verifying Checksum
64a949a6caff: Download complete
e4fde4815f0c: Download complete
f3dd45bf195f: Download complete
d1f759c16950: Verifying Checksum
d1f759c16950: Download complete
aae849592418: Verifying Checksum
aae849592418: Download complete
b44a65709156: Verifying Checksum
b44a65709156: Download complete
7f16ef63bee0: Download complete
fe355de6a899: Verifying Checksum
fe355de6a899: Download complete
b0bc5a15bc9d: Download complete
5ef8881599f6: Verifying Checksum
5ef8881599f6: Download complete
43070a8c11bb: Download complete
50f4a5d16176: Verifying Checksum
50f4a5d16176: Download complete
3985a6049101: Verifying Checksum
3985a6049101: Download complete
cc4f1ac4e98a: Verifying Checksum
cc4f1ac4e98a: Download complete
005888d39869: Verifying Checksum
005888d39869: Download complete
97352f987d81: Verifying Checksum
97352f987d81: Download complete
b44a65709156: Pull complete
4c25908bbac9: Pull complete
f76df728146d: Pull complete
1fee769dfcf3: Pull complete
9089a7f69af3: Pull complete
6f758b47b2a0: Pull complete
16b225bbb395: Pull complete
abbf3ec39b68: Pull complete
1a61521655a9: Pull complete
6a8565a9e443: Pull complete
c059a4cbd7b9: Pull complete
3a00fdc9e291: Pull complete
a0b62589bd38: Pull complete
6e8d713bf843: Pull complete
bca1fd5341ba: Pull complete
34b9849c2772: Pull complete
4f4fb700ef54: Pull complete
d8d3d0744e38: Pull complete
788c7ce0e0e5: Pull complete
a297eab0ca3b: Pull complete
2e79af39acdb: Pull complete
8858e600236c: Pull complete
9efe23d1fe7d: Pull complete
47d185934312: Pull complete
64a949a6caff: Pull complete
c9d6a7c18bb1: Pull complete
e4fde4815f0c: Pull complete
d1f759c16950: Pull complete
f3dd45bf195f: Pull complete
3985a6049101: Pull complete
aae849592418: Pull complete
caf5c7cd45dc: Verifying Checksum
caf5c7cd45dc: Download complete
6173459dc6b2: Download complete
6173459dc6b2: Pull complete
7f16ef63bee0: Pull complete
fe355de6a899: Pull complete
b0bc5a15bc9d: Pull complete
5ef8881599f6: Pull complete
43070a8c11bb: Pull complete
50f4a5d16176: Pull complete
caf5c7cd45dc: Pull complete
cc4f1ac4e98a: Pull complete
005888d39869: Pull complete
97352f987d81: Pull complete
Digest: sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4
Status: Downloaded newer image for ocaml/opam@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4
2025-10-17 15:30.45 ---> using "77049904df58751db5fcb353ed61a57fdb0b9630ae2ead1464d594fce0fbfad2" from cache
/: (comment debian-13-5.3_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-17 15:30.45 ---> saved as "cf43e47227f5a0b7d7455a5cdc71b4852fc5a20e0dbc45da7f1e848e5a4a1782"
/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-17 15:31.18 ---> saved as "24aa2bbd8c0dade82563ed15067d299431d528565700a0d557f897902624a14f"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-10-17 15:31.18 ---> saved as "b3ddb47dba6c20cebab94d5a04ad748ec33cd6bde37f6d0960bd261d310ff086"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-10-17 15:31.18 ---> saved as "4ad3d9c94a8e3eecdf261740e7a950a91cc1b237e1f69002a3013e03add4caed"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
1abfcdbf14..5bf570252b master -> origin/master
deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[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-base-compiler.5.4.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)
2025-10-17 15:31.45 ---> saved as "21ff1d9e2106380a3f4088131d4eb1e0dde5f2e146fab4ce48c34d375958b73c"
/src: (copy (src gospel.opam) (dst ./))
2025-10-17 15:31.45 ---> saved as "dc927fe7a28674d5187daa36112165c1c30e9e192d98c4737a1cb6d1efe970ae"
/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)
2025-10-17 15:31.47 ---> saved as "dcf5ebeb2952068bb5ad747e46980f9e38c7e046e077b84929eb762510f2a1de"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-17 15:31.48 ---> saved as "6356f86c2feb18840a3d853c9944162a51d411c52a2a51e677bbfde8ca329410"
/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 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.4 --depext-only -y gospel.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [57.7 kB]
- Fetched 148 kB in 0s (1239 kB/s)
- Reading package lists...
-
<><> 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-10-17 15:32.03 ---> saved as "4ee38bcdb269cd5b403a57121d145fa05b1be04729ff114d25a7ca2fc957f615"
/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 34 packages
- install astring 0.8.5
- install camlp-streams 5.0.1
- install cmdliner 1.3.0
- install cppo 1.8.0
- install crunch 4.0.0
- install dune 3.20.2
- install dune-build-info 3.20.2
- install fmt 0.11.0
- install fpath 0.7.3
- install inferno 20220603
- install menhir 20250912
- install menhirCST 20250912
- install menhirLib 20250912
- install menhirSdk 20250912
- install ocaml-compiler-libs v0.17.0
- 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.37.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.0
- install tyxml 4.6.0
- install unionFind 20250818
- install uutf 1.0.4
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.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.17.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved dune.3.20.2, dune-build-info.3.20.2 (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)
-> retrieved ptime.1.2.0 (cached)
-> retrieved seq.base (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved re.1.14.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved unionFind.20250818 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> 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.20.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed menhirCST.20250912
-> installed pp_loc.2.1.0
-> installed menhirSdk.20250912
-> installed pprint.20230830
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed unionFind.20250818
-> installed sexplib0.v0.17.0
-> installed menhirLib.20250912
-> installed inferno.20220603
-> installed ocaml-compiler-libs.v0.17.0
-> installed re.1.14.0
-> installed odoc-parser.3.1.0
-> installed dune-build-info.3.20.2
-> installed tyxml.4.6.0
-> installed odoc.3.1.0
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed ppx_blob.0.9.0
-> installed ppx_deriving.6.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-17 15:33.29 ---> saved as "fdae42b3d7d642c020cb45adde563cbf4e298af0f324ef484f75367aab32b5ce"
/src: (copy (src .) (dst /src))
2025-10-17 15:33.29 ---> saved as "71d1c3927379813e7b044a9c054f74a40fffadab0d5bc56a044c0669bc5a8150"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-17 15:33.49 ---> saved as "3e639b1b64e81447abd8f09f06f23240ec0f4148a50761f2badb769d133be18e"
Job succeeded
2025-10-17 15:33.49: Job succeeded