Organisationsocaml-gospelgospelfb3272 ()opensuse-15.6-5.3_opam-2.3

opensuse-15.6-5.3_opam-2.3

Logs

Show full logs
2025-06-09 12:26.44: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/pull/449/head (fb327242ab556bb0e825333c1bc931af81ae2632) (linux-x86_64:opensuse-15.6-5.3_opam-2.3)
Base: ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-gospel/gospel.git" && cd "gospel" && git fetch origin "refs/pull/449/head" && git reset --hard fb327242
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65
# opensuse-15.6-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 0e1a25ffde388b436cc1998777c138d69666193d || git fetch origin master) && git reset -q --hard 0e1a25ffde388b436cc1998777c138d69666193d && 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.19.0 dune-build-info.3.19.0 fmt.0.10.0 fpath.0.7.3 inferno.20220603 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.0.0 odoc-parser.3.0.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.36.0 ptime.1.2.0 re.1.12.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 tyxml.4.6.0 unionFind.20220122 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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-06-09 12:26.44: Using cache hint "ocaml-gospel/gospel-ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65-opensuse-15.6-5.3_opam-2.3-9044d876d440c8b333170ef66ca878ab"
2025-06-09 12:26.44: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65)
 (comment opensuse-15.6-5.3_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 0e1a25ffde388b436cc1998777c138d69666193d || git fetch origin master) && git reset -q --hard 0e1a25ffde388b436cc1998777c138d69666193d && 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.19.0 dune-build-info.3.19.0 fmt.0.10.0 fpath.0.7.3 inferno.20220603 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.0.0 odoc-parser.3.0.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.36.0 ptime.1.2.0 re.1.12.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 tyxml.4.6.0 unionFind.20220122 uutf.1.0.4 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.3 --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-06-09 12:26.44: Waiting for resource in pool OCluster
2025-06-09 12:42.14: Waiting for worker…
2025-06-09 12:45.51: Got resource from pool OCluster
Building on doris.caelum.ci.dev
HEAD is now at c87cff3a Merge pull request #447 from n-osborne/typing-refactoring
HEAD is now at fb327242 Add pretty printer for typed AST

(from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65' locally
docker.io/ocaml/opam@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65: Pulling from ocaml/opam
250d7f91d68c: Pulling fs layer
853ac574077e: Pulling fs layer
c34cf750f8b2: Pulling fs layer
f622d9e94a28: Pulling fs layer
b1e838ecd7bb: Pulling fs layer
293c793db56d: Pulling fs layer
ee5942838062: Pulling fs layer
2a205d42807a: Pulling fs layer
f622d9e94a28: Waiting
293c793db56d: Waiting
ee5942838062: Waiting
2a205d42807a: Waiting
b1e838ecd7bb: Waiting
853ac574077e: Verifying Checksum
853ac574077e: Download complete
c34cf750f8b2: Download complete
b1e838ecd7bb: Verifying Checksum
b1e838ecd7bb: Download complete
f622d9e94a28: Verifying Checksum
f622d9e94a28: Download complete
293c793db56d: Verifying Checksum
293c793db56d: Download complete
ee5942838062: Verifying Checksum
ee5942838062: Download complete
250d7f91d68c: Verifying Checksum
250d7f91d68c: Download complete
250d7f91d68c: Pull complete
853ac574077e: Pull complete
c34cf750f8b2: Pull complete
f622d9e94a28: Pull complete
b1e838ecd7bb: Pull complete
293c793db56d: Pull complete
ee5942838062: Pull complete
2a205d42807a: Pull complete
Digest: sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65
Status: Downloaded newer image for ocaml/opam@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65
2025-06-09 12:45.53 ---> using "b3dfaa0594143e837fba1348b2517eca512741ffcf31ce9f6e228188eb65abf1" from cache

/: (comment opensuse-15.6-5.3_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-09 12:45.53 ---> using "d4c2327987b183fc31f02b10d1d8864609c3f6cdb4a0d925eaf13c14e6503c5f" 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 development 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
[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
2025-06-09 12:45.53 ---> using "5dbce14f50cafb6886eea9e4609ad491a4b2925d110486c5ecde6cc11ae41b52" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-09 12:45.53 ---> using "821badb3ec4aac8d37773aedde6b8c113709a0e55ce5cc9a732831822fd43deb" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-06-09 12:45.53 ---> using "e3368b08ba63060888aa8db457050d52709e053d9d180971ac21b5bd6a862609" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 0e1a25ffde388b436cc1998777c138d69666193d || git fetch origin master) && git reset -q --hard 0e1a25ffde388b436cc1998777c138d69666193d && git log --no-decorate -n1 --oneline && opam update -u"))
0e1a25ffde Merge pull request #27956 from Leonidas-from-XIV/release-yojson-3.0.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, 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-06-09 12:45.53 ---> using "6182dcc4cf5a0b85bdf2200beeecc6b19a499e66587397730e066e5bd4514688" from cache

/src: (copy (src gospel.opam) (dst ./))
2025-06-09 12:45.54 ---> saved as "06b813799be22372c469bb969a3237e3b67665ae19e452029a795fb779f9b7ab"

/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-06-09 12:46.00 ---> saved as "82f3d52fb85e8d473104618cebc523502449c2f5ad2285d31ca576685c01744b"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-09 12:46.00 ---> saved as "28aa8d57b4987ba9e5deb98c1fbdf6995defb915026f24c7e85942387c3bc80e"

/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.19.0 dune-build-info.3.19.0 fmt.0.10.0 fpath.0.7.3 inferno.20220603 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.0.0 odoc-parser.3.0.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.36.0 ptime.1.2.0 re.1.12.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 tyxml.4.6.0 unionFind.20220122 uutf.1.0.4 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.3 --depext-only -y gospel.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [.
- ..
- ......
- ........done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [...
- ........
- ........
- ........
- ........
- ........
- ........
- ......
- ........
- .........
- .........
- .......
- .........
- .......
- .........
- ........
- .......
- ........
- .....
- .........
- .........
- ........
- .......
- ........
- .......
- .........
- ........
- ......
- ......
- .......
- .........
- ........
- .........
- .........
- ........
- ........
- ........
- .......
- ........
- .......
- ........
- .......
- .........
- ......
- .......
- .......
- ........
- .......
- ......
- ........
- .......
- ........
- .......
- ........
- .......
- ........
- ........
- ......
- .......
- ........
- ........
- .....
- .......
- .......
- ........
- .........
- .......
- ........
- .......
- .......
- ......
- ........
- .........
- ......
- .......
- .......
- .......
- ........
- ........
- ......
- .........
- ......
- .......
- ........
- .......
- .......
- ........
- .......
- ........
- ........
- ........
- .......
- .......
- .........
- .......
- ........
- ........
- ........
- .........
- .........
- .......
- .........
- ........
- ........
- ........
- ........
- ........
- .......
- .......
- .........
- .........
- .......
- .......
- ........
- ........
- .........
- ........
- .........
- ........
- ........
- .......
- ........
- .........
- ........
- .......
- ........
- ........
- ........
- ........
- ........
- ........
- .......
- ........
- ........
- .........
- ........
- ........
- .........
- .........
- ........
- ........
- .......
- .........
- ........
- .........
- ........
- ........
- ..........
- ........
- .........
- ........
- ........
- .......
- ........
- .........
- ........
- .........
- .........
- ........
- ........
- ........
- ........
- ........
- .........
- .........
- .........
- ........
- .........
- ........
- .........
- ........
- ........
- .........
- .........
- ........
- ........
- .........
- .........
- .........
- ........
- .........
- .........
- ..........
- .........
- .......
- .........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- .........
- ........
- .........
- ........
- ..........
- ..........
- .........
- ..........
- ........
- .........
- ..........
- .........
- ........
- .......
- .........
- ........
- ........
- .........
- .........
- .......
- .......
- ........
- .......
- .......
- .......
- .........
- ..........
- .........
- .
- ........
- ........
- ........
- ........
- ........
- .......
- ........
- .......
- ......
- .......
- ........
- ......
- ........
- ......
- ......
- .........
- ........
- .......
- ........
- .........
- ..........
- ..........
- ..........
- .........
- .
- ....
- ......
- .
- .........
- done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.

<><> 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-06-09 12:51.48 ---> saved as "1422f7ba2feb5e8f8c090f177831fbe641fd7812e02f678a514e0c089e077a80"

/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 36 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.19.0
  - install dune-build-info     3.19.0
  - install fmt                 0.10.0
  - install fpath               0.7.3
  - install inferno             20220603
  - install menhir              20240715
  - install menhirCST           20240715
  - install menhirLib           20240715
  - install menhirSdk           20240715
  - install ocaml-compiler-libs v0.17.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install odoc                3.0.0
  - install odoc-parser         3.0.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.0
  - install ppxlib              0.36.0
  - install ptime               1.2.0
  - install re                  1.12.0
  - install result              1.5
  - install seq                 base
  - install sexplib0            v0.17.0
  - install stdlib-shims        0.3.0
  - install topkg               1.0.8
  - install tyxml               4.6.0
  - install unionFind           20220122
  - install uutf                1.0.4
  - install yojson              3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved inferno.20220603  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved dune.3.19.0, dune-build-info.3.19.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved odoc.3.0.0, odoc-parser.3.0.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)
-> installed cmdliner.1.3.0
-> retrieved ppx_deriving.6.1.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.36.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved unionFind.20220122  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.19.0
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed menhirCST.20240715
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed menhirSdk.20240715
-> installed pp_loc.2.1.0
-> installed pprint.20230830
-> installed unionFind.20220122
-> installed sexplib0.v0.17.0
-> installed menhirLib.20240715
-> installed dune-build-info.3.19.0
-> installed re.1.12.0
-> installed inferno.20220603
-> installed ocaml-compiler-libs.v0.17.0
-> installed odoc-parser.3.0.0
-> installed yojson.3.0.0
-> installed tyxml.4.6.0
-> installed odoc.3.0.0
-> installed menhir.20240715
-> installed ppxlib.0.36.0
-> installed ppx_blob.0.9.0
-> installed ppx_deriving.6.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-09 12:52.47 ---> saved as "bc9ed8943f344210614c2ed2c1b63002d2ca8c85a2b852131503270b22b76e23"

/src: (copy (src .) (dst /src))
2025-06-09 12:52.48 ---> saved as "ca809fcbd4a3320d825dfec2ac4bb0656c8a3347c5389a008ef66da51ce316c3"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-09 12:52.55 ---> saved as "85fe24917a1f43ae077643a1370804588ac6e7e7af9028f6ee964937ed0f813d"
Job succeeded
2025-06-09 12:52.56: Job succeeded