Organisationstaridesruntime_events_toolsdd559c ()fedora-43-5.4_opam-2.5

fedora-43-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-03-30 04:46.01: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/pull/87/head (dd559c5c9135ef8aedc5c12ded16b798a314ed7b) (linux-x86_64:fedora-43-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/tarides/runtime_events_tools.git" && cd "runtime_events_tools" && git fetch origin "refs/pull/87/head" && git reset --hard dd559c5c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
# fedora-43-5.4_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 runtime_events_tools_bare.opam runtime_events_tools.opam ./
RUN opam pin add -yn runtime_events_tools_bare.dev './' && \
opam pin add -yn runtime_events_tools.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.12 trace-fuchsia.0.12 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.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-03-30 04:46.01: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0-fedora-43-5.4_opam-2.5-0604de192e15b40931b1c9465f6ed3f8"
2026-03-30 04:46.01: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
(comment fedora-43-5.4_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn runtime_events_tools_bare.dev './' && \
\nopam pin add -yn runtime_events_tools.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.12 trace-fuchsia.0.12 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 runtime_events_tools_bare.dev runtime_events_tools.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-03-30 04:46.01: Waiting for resource in pool OCluster
2026-03-30 04:46.01: Waiting for worker…
2026-03-30 04:49.41: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
HEAD is now at 813c83c Make launch more robust to errors.
HEAD is now at dd559c5 Add get_process_id from a process HANDLE.
2026-03-30 04:53.21: Cancelling: Auto-cancelling job because it is no longer needed


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
2026-03-30 05:05.58 ---> using "55235f591e73e0a73aca087590237c1328c7cdaa35a59ddc1b194c05d8428492" from cache


/: (comment fedora-43-5.4_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% |  46.5 KiB/s |  22.3 KiB |  00m00s
Fedora 43 - x86_64 - Updates           100% |  52.8 KiB/s |   8.1 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-03-30 05:05.58 ---> using "7be4732085dd791e3306e4890e7569aeb833b1c020b82d2656f90ce5709ff383" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-03-30 05:05.58 ---> using "a71c21cacef3eec18238e988128fcc4b6f9993c22d77b143d9eb518c22533292" 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.


Continue? [Y/n] y
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.


[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-30 05:05.58 ---> using "2db368f3560f30e6502da68709ea4cd9e55d7fac30af1db9e0e4de129f5987b6" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-03-30 05:05.58 ---> using "f3d4c2d71b743487228470cbb258b245e8bb4eef88b4bcc7c24bcbdafa500505" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-30 05:05.58 ---> using "9c94321cd96c56d0bfea35e9fa0a7ab6bf97f253006f5c4f91b2747c471fc520" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4f056bfedf..747f3dca28  master     -> origin/master
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.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.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-03-30 05:05.58 ---> using "1b083957d381260a535dbdceef78e04d6231ebafaa3e8fc50dd74063d06ec4e8" from cache


/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
(dst ./))
2026-03-30 05:05.58 ---> using "d2767120d3ecbc2c96e47e1d8bb562b116ba3a32a6e4273dcf6fd7c995d90aec" from cache


/src: (run (network host)
(shell  "opam pin add -yn runtime_events_tools_bare.dev './' && \
\nopam pin add -yn runtime_events_tools.dev './'"))
[runtime_events_tools_bare.dev] synchronised (file:///src)
runtime_events_tools_bare is now pinned to file:///src (version dev)
[runtime_events_tools.dev] synchronised (file:///src)
runtime_events_tools is now pinned to file:///src (version dev)
2026-03-30 05:05.58 ---> using "7bb8f898cabe6ef5f0f26c3dc613770376c882cfade70c4f8c39c7d75ea8e8d0" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-30 05:05.58 ---> using "1c45b20a8599ff9e32782885dd544b529f34d5db08190fef093377a0c85d9968" from cache


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.12 trace-fuchsia.0.12 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 runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[runtime_events_tools.dev] synchronised (file:///src)
[runtime_events_tools_bare.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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 system packages will first need to be installed:
cmake libffi-devel zlib-ng-compat-devel zlib-ng-compat-static


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/sbin/sudo "yum" "install" "-y" "cmake" "libffi-devel" "zlib-ng-compat-devel" "zlib-ng-compat-static"
- Updating and loading repositories:
- Repositories loaded.
- Package                     Arch   Version          Repository      Size
- Upgrading:
-  zlib-ng-compat             x86_64 2.3.3-2.fc43     updates    161.7 KiB
-    replacing zlib-ng-compat x86_64 2.3.3-1.fc43     updates    161.7 KiB
- Installing:
-  cmake                      x86_64 3.31.11-1.fc43   updates     34.5 MiB
-  libffi-devel               x86_64 3.5.2-1.fc43     updates     33.9 KiB
-  zlib-ng-compat-devel       x86_64 2.3.3-2.fc43     updates    107.0 KiB
-  zlib-ng-compat-static      x86_64 2.3.3-2.fc43     updates      2.1 MiB
- Installing dependencies:
-  cmake-data                 noarch 3.31.11-1.fc43   updates      8.5 MiB
-  cmake-filesystem           x86_64 3.31.11-1.fc43   updates      0.0   B
-  jsoncpp                    x86_64 1.9.6-2.fc43     fedora     257.6 KiB
-  libuv                      x86_64 1:1.51.0-2.fc43  fedora     570.2 KiB
-  rhash                      x86_64 1.4.5-3.fc43     fedora     351.1 KiB
-  vim-filesystem             noarch 2:9.2.240-1.fc43 updates     40.0   B
- 
- Transaction Summary:
-  Installing:        10 packages
-  Upgrading:          1 package
-  Replacing:          1 package
- 
- Total size of inbound packages is 16 MiB. Need to download 16 MiB.
- After this operation, 46 MiB extra will be used (install 47 MiB, remove 162 KiB).
- [ 1/11] jsoncpp-0:1.9.6-2.fc43.x86_64   100% | 417.6 KiB/s | 101.1 KiB |  00m00s
- [ 2/11] libuv-1:1.51.0-2.fc43.x86_64    100% | 794.2 KiB/s | 266.1 KiB |  00m00s
- [ 3/11] cmake-0:3.31.11-1.fc43.x86_64   100% |  31.2 MiB/s |  12.2 MiB |  00m00s
- [ 4/11] cmake-filesystem-0:3.31.11-1.fc 100% | 955.1 KiB/s |  13.4 KiB |  00m00s
- [ 5/11] libffi-devel-0:3.5.2-1.fc43.x86 100% |   1.9 MiB/s |  29.7 KiB |  00m00s
- [ 6/11] zlib-ng-compat-devel-0:2.3.3-2. 100% |   2.6 MiB/s |  37.8 KiB |  00m00s
- [ 7/11] zlib-ng-compat-static-0:2.3.3-2 100% |  11.1 MiB/s | 478.9 KiB |  00m00s
- [ 8/11] vim-filesystem-2:9.2.240-1.fc43 100% |   1.1 MiB/s |  15.7 KiB |  00m00s
- [ 9/11] zlib-ng-compat-0:2.3.3-2.fc43.x 100% |   5.8 MiB/s |  88.7 KiB |  00m00s
- [10/11] cmake-data-0:3.31.11-1.fc43.noa 100% |  13.1 MiB/s |   2.5 MiB |  00m00s
- [11/11] rhash-0:1.4.5-3.fc43.x86_64     100% | 546.7 KiB/s | 197.9 KiB |  00m00s
- --------------------------------------------------------------------------------
- [11/11] Total                           100% |  17.7 MiB/s |  15.9 MiB |  00m01s
- Running transaction
- [ 1/14] Verify package files            100% | 164.0   B/s |  11.0   B |  00m00s
- [ 2/14] Prepare transaction             100% | 169.0   B/s |  12.0   B |  00m00s
- [ 3/14] Installing cmake-filesystem-0:3 100% |   1.5 MiB/s |   7.6 KiB |  00m00s
- [ 4/14] Upgrading zlib-ng-compat-0:2.3. 100% |  79.4 MiB/s | 162.6 KiB |  00m00s
- [ 5/14] Installing zlib-ng-compat-devel 100% |  53.0 MiB/s | 108.6 KiB |  00m00s
- [ 6/14] Installing vim-filesystem-2:9.2 100% | 254.9 KiB/s |   4.8 KiB |  00m00s
- [ 7/14] Installing rhash-0:1.4.5-3.fc43 100% |  15.8 MiB/s | 356.4 KiB |  00m00s
- [ 8/14] Installing libuv-1:1.51.0-2.fc4 100% | 139.9 MiB/s | 573.0 KiB |  00m00s
- [ 9/14] Installing jsoncpp-0:1.9.6-2.fc 100% |  84.4 MiB/s | 259.2 KiB |  00m00s
- [10/14] Installing cmake-0:3.31.11-1.fc 100% | 198.4 MiB/s |  34.5 MiB |  00m00s
- [11/14] Installing cmake-data-0:3.31.11 100% |  33.5 MiB/s |   9.1 MiB |  00m00s
- [12/14] Installing zlib-ng-compat-stati 100% | 296.2 MiB/s |   2.1 MiB |  00m00s
- [13/14] Installing libffi-devel-0:3.5.2 100% |  34.7 MiB/s |  35.6 KiB |  00m00s
- [14/14] Removing zlib-ng-compat-0:2.3.3 100% |  94.0   B/s |   5.0   B |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cmake" "libffi-devel" "zlib-ng-compat-devel" "zlib-ng-compat-static"
- cmake-3.31.11-1.fc43.x86_64
- libffi-devel-3.5.2-1.fc43.x86_64
- zlib-ng-compat-devel-2.3.3-2.fc43.x86_64
- zlib-ng-compat-static-2.3.3-2.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-03-30 05:05.58 ---> using "87411b4f33e2b2a49bd8019b3087f19eace4e1aced7263de2ebbfaa2046cab36" from cache


/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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 30 packages
- install alcotest           1.9.1
- install astring            0.8.5
- install cmdliner           2.1.0
- install conf-cmake         1
- install conf-libffi        2.0.0
- install conf-pkg-config    4
- install conf-zlib          1
- install csexp              1.5.2
- install ctypes             0.24.0
- install ctypes-foreign     0.24.0
- install dune               3.22.0
- install dune-configurator  3.22.0
- install fmt                0.11.0
- install hdr_histogram      0.0.4
- install integers           0.7.0
- install menhir             20260209
- install menhirCST          20260209
- install menhirGLR          20260209
- install menhirLib          20260209
- install menhirSdk          20260209
- install mtime              2.1.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install re                 1.14.0
- install stdlib-shims       0.3.0
- install topkg              1.1.1
- install trace              0.12
- install trace-fuchsia      0.12
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cmake.1
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-zlib.1
-> retrieved integers.0.7.0  (cached)
-> retrieved hdr_histogram.0.0.4  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved dune.3.22.0, dune-configurator.3.22.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved trace.0.12, trace-fuchsia.0.12  (cached)
-> installed cmdliner.2.1.0
-> 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 mtime.2.1.0
-> installed astring.0.8.5
-> installed dune.3.22.0
-> installed csexp.1.5.2
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed trace.0.12
-> installed integers.0.7.0
-> installed trace-fuchsia.0.12
-> installed dune-configurator.3.22.0
-> installed alcotest.1.9.1
-> installed ctypes.0.24.0
-> installed menhir.20260209
-> installed ctypes-foreign.0.24.0
-> installed hdr_histogram.0.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-30 05:05.58 ---> using "007380d52a8eab399c834d26f1a56fcc4d87e4a65dcc36eb73cf24c9b9f9d877" from cache


/src: (copy (src .) (dst /src))
Job cancelled