Organisationsjoelburgetmonaco-ocamlb30eb6 (main)ubuntu-24.04-5.5_opam-2.5

ubuntu-24.04-5.5_opam-2.5

Logs

Show full logs
2026-06-25 14:40.46: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (linux-x86_64:ubuntu-24.04-5.5_opam-2.5)
Base: ocaml/opam:ubuntu-24.04-ocaml-5.5@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/joelburget/monaco-ocaml.git" -b "main" && cd "monaco-ocaml" && git reset --hard b30eb6ff
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.5@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3
# ubuntu-24.04-5.5_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e 5ab226379cbc20f7c98d3404992c2a9396c8e382 || git fetch origin master) && git reset -q --hard 5ab226379cbc20f7c98d3404992c2a9396c8e382 && 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 require.opam monarch.opam monaco.opam ./
RUN opam pin add -yn require.dev './' && \
    opam pin add -yn monarch.dev './' && \
    opam pin add -yn monaco.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base brr.0.0.8 cmdliner.2.1.1 compiler-cloning.enabled dune.3.23.1 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.4.0 js_of_ocaml-toplevel.6.4.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.38.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y require.dev monarch.dev monaco.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-06-25 14:40.46: Using cache hint "joelburget/monaco-ocaml-ocaml/opam:ubuntu-24.04-ocaml-5.5@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3-ubuntu-24.04-5.5_opam-2.5-3441a8ac69d4cd5151f2a5e58f299012"
2026-06-25 14:40.46: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.5@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3)
 (comment ubuntu-24.04-5.5_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (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 5ab226379cbc20f7c98d3404992c2a9396c8e382 || git fetch origin master) && git reset -q --hard 5ab226379cbc20f7c98d3404992c2a9396c8e382 && 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 require.opam monarch.opam monaco.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn require.dev './' && \
             \nopam pin add -yn monarch.dev './' && \
             \nopam pin add -yn monaco.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base brr.0.0.8 cmdliner.2.1.1 compiler-cloning.enabled dune.3.23.1 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.4.0 js_of_ocaml-toplevel.6.4.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.38.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 yojson.3.0.0")
 (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 require.dev monarch.dev monaco.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-06-25 14:40.46: Waiting for resource in pool OCluster
2026-06-25 15:20.30: Connecting to build cluster…
2026-06-25 16:08.21: Waiting for worker…
2026-06-25 16:11.33: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at b30eb6f Add ISC license.

(from ocaml/opam:ubuntu-24.04-ocaml-5.5@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.5@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3' locally
docker.io/ocaml/opam@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3: Pulling from ocaml/opam
cb259a83ac3d: Already exists
6c0953dad157: Already exists
8b89ba1c0537: Already exists
367f69125946: Already exists
ed1f42396ed4: Already exists
221b29aaf54b: Already exists
fb4cd091ccc2: Already exists
479dbe509d29: Already exists
88f81eb9e75f: Already exists
8ab80d40b6a5: Already exists
d7fb3dfab8b3: Already exists
04e65133dfaf: Already exists
b278d3abcc75: Already exists
c3b51ac23d63: Already exists
afec742ed87b: Already exists
56f4de298f53: Already exists
56f4de298f53: Already exists
913d97026555: Already exists
d19585b30afd: Already exists
64ade2d161e1: Already exists
1ffe2849d952: Already exists
4f4fb700ef54: Already exists
4fd252b40f89: Already exists
8a07e7029bc0: Already exists
2e2dd6b74baa: Already exists
b0da47113210: Already exists
19aa304e54d2: Already exists
6cd4f42fafc7: Already exists
6d4a0fcfb293: Already exists
92a627332c87: Already exists
3400eb9a061b: Already exists
6643f0ee86f6: Already exists
802b0202518e: Already exists
7412360e97e6: Already exists
5014f6847008: Already exists
76c77036a058: Already exists
327a3e7dd017: Already exists
9739ab4056ef: Already exists
4f4fb700ef54: Already exists
1e001a723a30: Already exists
34ae99ae98c7: Pulling fs layer
d5316e96d72e: Pulling fs layer
573e338276be: Pulling fs layer
34ae99ae98c7: Waiting
95f405d87ec2: Pulling fs layer
d5316e96d72e: Waiting
573e338276be: Waiting
9b107a845176: Pulling fs layer
95f405d87ec2: Waiting
27d7873fb110: Pulling fs layer
9b107a845176: Waiting
08b5c10674de: Pulling fs layer
27d7873fb110: Waiting
08b5c10674de: Waiting
d5316e96d72e: Verifying Checksum
d5316e96d72e: Download complete
573e338276be: Download complete
34ae99ae98c7: Verifying Checksum
34ae99ae98c7: Download complete
34ae99ae98c7: Pull complete
d5316e96d72e: Pull complete
573e338276be: Pull complete
9b107a845176: Verifying Checksum
9b107a845176: Download complete
27d7873fb110: Verifying Checksum
27d7873fb110: Download complete
08b5c10674de: Verifying Checksum
08b5c10674de: Download complete
95f405d87ec2: Verifying Checksum
95f405d87ec2: Download complete
95f405d87ec2: Pull complete
9b107a845176: Pull complete
27d7873fb110: Pull complete
08b5c10674de: Pull complete
Digest: sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3
Status: Downloaded newer image for ocaml/opam@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3
2026-06-25 16:11.40 ---> using "b952ac72a8633b2855081ebdfa02242b9f4f0edbc7a810d506c7d1ca8d411e62" from cache

/: (comment ubuntu-24.04-5.5_opam-2.5)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-06-25 16:11.40 ---> using "4087d355b9c3858e7591b7f1a9b3e908a64316f62b382d9a752e1db4356f2c2b" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 5ab226379cbc20f7c98d3404992c2a9396c8e382 || git fetch origin master) && git reset -q --hard 5ab226379cbc20f7c98d3404992c2a9396c8e382 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b85f65c75d..ceed23f9d3  master     -> origin/master
5ab226379c Merge pull request #30088 from hhugo/release-js_of_ocaml-6.4.0
2026-06-25 16:11.50 ---> saved as "82ebac774b38f46231d64295fa7dd5885efc77683cfd1e6aa5cd5d7652ce2454"

/src: (run (shell "opam init --reinit -ni"))
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
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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-25 16:12.14 ---> saved as "a699a74db4e5e4808dee6cbf324a730ac8c00c031dc35b665d71e5401c95497b"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-22-generic
The OCaml toplevel, version 5.5.0
2.5.1
2026-06-25 16:12.15 ---> saved as "06a603542907cc7f595f52c8e78b231b41ebeee31d3e18f207abea389b905bd4"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-06-25 16:12.16 ---> saved as "5f822e08e6ebd2144774500b0f329d884413c0d347cd90100dca5e87150fcbcc"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update -u"))

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository

The following actions will be performed:
=== recompile 7 packages
  - recompile base-domains        base           [uses ocaml]
  - recompile base-effects        base           [uses ocaml]
  - recompile base-nnp            base           [uses base-domains]
  - recompile ocaml               5.5.0          [uses ocaml-base-compiler]
  - recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]
  - recompile ocaml-compiler      5.5.0          [upstream or system changes]
  - recompile opam-depext         1.2.3          [uses ocaml]
=== install 1 package
  - install   compiler-cloning    enabled        [required by ocaml-compiler]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml.5.5.0  (cached)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> installed compiler-cloning.enabled
-> retrieved ocaml-compiler.5.5.0  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.5.0
-> removed   ocaml-base-compiler.5.5.0
-> removed   ocaml-compiler.5.5.0
-> installed ocaml-compiler.5.5.0
-> installed ocaml-base-compiler.5.5.0
-> installed ocaml.5.5.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead

<><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>
=> This switch had to be compiled from sources, but future switches with the 🐌
   same compiler version and configuration should assemble instantly.
# To update the current shell environment, run: eval $(opam env)
2026-06-25 16:21.07 ---> saved as "aa814f4e208fc438b9b3fd7ed5746e778355d7f51f846d5c22daaeab7238d11d"

/src: (copy (src require.opam monarch.opam monaco.opam) (dst ./))
2026-06-25 16:21.08 ---> saved as "fe5a7f25dc77269340fe8a93b70c7c536b33e6bfe737d5fc6aad90ff0e6667f9"

/src: (run (network host)
           (shell  "opam pin add -yn require.dev './' && \
                  \nopam pin add -yn monarch.dev './' && \
                  \nopam pin add -yn monaco.dev './'"))
[NOTE] Package require does not exist in opam repositories registered in the current switch.
[require.dev] synchronised (file:///src)
[WARNING] Failed checks on require package definition from source at file:///src:
  warning 35: Missing field 'homepage'
  warning 36: Missing field 'bug-reports'
require is now pinned to file:///src (version dev)
[NOTE] Package monarch does not exist in opam repositories registered in the current switch.
[monarch.dev] synchronised (file:///src)
[WARNING] Failed checks on monarch package definition from source at file:///src:
  warning 35: Missing field 'homepage'
  warning 36: Missing field 'bug-reports'
monarch is now pinned to file:///src (version dev)
[NOTE] Package monaco does not exist in opam repositories registered in the current switch.
[monaco.dev] synchronised (file:///src)
[WARNING] Failed checks on monaco package definition from source at file:///src:
  warning 35: Missing field 'homepage'
  warning 36: Missing field 'bug-reports'
monaco is now pinned to file:///src (version dev)
2026-06-25 16:21.21 ---> saved as "175b0d2f90b132fb05f2876ca52a9f104ff2cba386fd0c2c437512850ecac7a9"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-25 16:21.23 ---> saved as "025c91dad752a639f5ef7958db2bf9daa3ac487888299e2d7c3b7c32b5071dad"

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base brr.0.0.8 cmdliner.2.1.1 compiler-cloning.enabled dune.3.23.1 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.4.0 js_of_ocaml-toplevel.6.4.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.38.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 yojson.3.0.0")

/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 require.dev monarch.dev monaco.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [966 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1486 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1286 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2108 kB]
- Fetched 6225 kB in 1s (4205 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[monaco.dev] synchronised (file:///src)
[monarch.dev] synchronised (file:///src)
[require.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml is already installed (current version is 5.5.0).
[NOTE] Package compiler-cloning is already installed (current version is enabled).
[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).
# To update the current shell environment, run: eval $(opam env)
2026-06-25 16:21.52 ---> saved as "13f230d391ecb940bc4dab6a149c2049fa4e38ea8ddf24f326e3d46d0d088052"

/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-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml is already installed (current version is 5.5.0).
[NOTE] Package compiler-cloning is already installed (current version is enabled).
[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 23 packages
  - install brr                  0.0.8
  - install cmdliner             2.1.1
  - install dune                 3.23.1
  - install either               1.0.0
  - install gen                  1.1
  - install js_of_ocaml-compiler 6.4.0
  - install js_of_ocaml-toplevel 6.4.0
  - install menhir               20260209
  - install menhirCST            20260209
  - install menhirGLR            20260209
  - install menhirLib            20260209
  - install menhirSdk            20260209
  - install ocaml-compiler-libs  v0.17.0
  - install ocamlbuild           0.16.1
  - install ocamlfind            1.9.8
  - install ppx_derivers         1.2.1
  - install ppxlib               0.38.0
  - install sedlex               3.7
  - install seq                  base
  - install sexplib0             v0.17.0
  - install stdlib-shims         0.3.0
  - install topkg                1.1.1
  - install yojson               3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved brr.0.0.8  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved dune.3.23.1  (cached)
-> retrieved js_of_ocaml-compiler.6.4.0, js_of_ocaml-toplevel.6.4.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sedlex.3.7  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed cmdliner.2.1.1
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed dune.3.23.1
-> installed either.1.0.0
-> installed ppx_derivers.1.2.1
-> installed menhirCST.20260209
-> installed stdlib-shims.0.3.0
-> installed menhirLib.20260209
-> installed gen.1.1
-> installed menhirGLR.20260209
-> installed menhirSdk.20260209
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed yojson.3.0.0
-> installed menhir.20260209
-> installed ppxlib.0.38.0
-> installed sedlex.3.7
-> installed js_of_ocaml-compiler.6.4.0
-> installed js_of_ocaml-toplevel.6.4.0
-> installed brr.0.0.8
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-25 16:27.38 ---> saved as "f8636c43a781636e20683ec5b25e016d8019bdbf857d7773fe730de6b0e3bd64"

/src: (copy (src .) (dst /src))
2026-06-25 16:27.42 ---> saved as "7ac00cffb5defa777943a6ff5d69bc64582d356ff1a84fad72ccb590d1ff691e"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-06-25 16:27.44 ---> saved as "9eecdd9a3530f1483d08866705248f76ebeca0b23f214e01cfdc91034181ada6"
Job succeeded
2026-06-25 16:27.46: Job succeeded