Organisationsocaml-ppxppx_import485c15 ()debian-13-5.3_riscv64_opam-2.4

debian-13-5.3_riscv64_opam-2.4

Link Copied
Code Copied

Logs

2025-10-13 15:13.40: New job: test ocaml-ppx/ppx_import https://github.com/ocaml-ppx/ppx_import.git#refs/heads/v1.x (485c152c2b6386a2c0fc51142069a4b330e7498c) (linux-riscv64:debian-13-5.3_riscv64_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppx_import.git" -b "v1.x" && cd "ppx_import" && git reset --hard 485c152c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52
# debian-13-5.3_riscv64_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppx_import.opam ./
RUN opam pin add -yn ppx_import.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0~5.4preview ppxlib_jane.v0.17.4 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ppx_import.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-13 15:13.40: Using cache hint "ocaml-ppx/ppx_import-ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52-debian-13-5.3_riscv64_opam-2.4-f2d7976b239743af571e064d5af8102c"
2025-10-13 15:13.40: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52)
(comment debian-13-5.3_riscv64_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppx_import.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn ppx_import.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0~5.4preview ppxlib_jane.v0.17.4 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.4 --depext-only -y ppx_import.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-13 15:13.40: Waiting for resource in pool OCluster
2025-10-13 15:13.40: Waiting for worker…
2025-10-13 15:50.56: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
HEAD is now at 485c152 Merge pull request #102 from ejgallego/ci_v1.x


(from ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52' locally
docker.io/ocaml/opam@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52: Pulling from ocaml/opam
8f913be5ecad: Pulling fs layer
ce31ce67e69b: Pulling fs layer
0cf3a7789759: Pulling fs layer
9f0c6299278d: Pulling fs layer
e94bba55929b: Pulling fs layer
fa0712264263: Pulling fs layer
2e9048a7b53d: Pulling fs layer
9902de28c3f0: Pulling fs layer
ff517c358677: Pulling fs layer
383f060cda87: Pulling fs layer
b7a964b1a83b: Pulling fs layer
02ef0fd530dd: Pulling fs layer
3cec61b290e9: Pulling fs layer
2273bd2c4d4b: Pulling fs layer
c04c67aab9ae: Pulling fs layer
383f060cda87: Waiting
b7a964b1a83b: Waiting
b43aac5e47f2: Pulling fs layer
02ef0fd530dd: Waiting
fa01fc863b11: Pulling fs layer
3cec61b290e9: Waiting
70ce8722af9c: Pulling fs layer
d62c11b367a0: Pulling fs layer
e28d1e571478: Pulling fs layer
e4619c0fdd56: Pulling fs layer
9f0c6299278d: Waiting
4f4fb700ef54: Pulling fs layer
2273bd2c4d4b: Waiting
c04c67aab9ae: Waiting
2642eb02d1cf: Pulling fs layer
b43aac5e47f2: Waiting
fa01fc863b11: Waiting
17410ed193a2: Pulling fs layer
ea4027cf29ff: Pulling fs layer
2d1c149b33bc: Pulling fs layer
aa1fc2e76ba7: Pulling fs layer
198f02c9d8bb: Pulling fs layer
f3c530c1395c: Pulling fs layer
b4c1f20e76b0: Pulling fs layer
dabbe871c8f1: Pulling fs layer
07bc2850efcf: Pulling fs layer
c44cd4c1c616: Pulling fs layer
9bad6d1480ef: Pulling fs layer
9139b16fda07: Pulling fs layer
ddce8e624d6f: Pulling fs layer
cdd44d9ef1e0: Pulling fs layer
9745a1b41bc7: Pulling fs layer
926c04a38725: Pulling fs layer
33c611bdffe3: Pulling fs layer
2f12c3515d38: Pulling fs layer
fa0712264263: Waiting
2e9048a7b53d: Waiting
9902de28c3f0: Waiting
ff517c358677: Waiting
b6435474c958: Pulling fs layer
e8d70e26e60a: Pulling fs layer
3f06fd691d22: Pulling fs layer
a5bdd4d4061a: Pulling fs layer
e94bba55929b: Waiting
52f4f3aba300: Pulling fs layer
94f05428884b: Pulling fs layer
70ce8722af9c: Waiting
d62c11b367a0: Waiting
e28d1e571478: Waiting
07bc2850efcf: Waiting
c44cd4c1c616: Waiting
9bad6d1480ef: Waiting
e4619c0fdd56: Waiting
9139b16fda07: Waiting
4f4fb700ef54: Waiting
ddce8e624d6f: Waiting
2642eb02d1cf: Waiting
cdd44d9ef1e0: Waiting
17410ed193a2: Waiting
9745a1b41bc7: Waiting
ea4027cf29ff: Waiting
926c04a38725: Waiting
2d1c149b33bc: Waiting
aa1fc2e76ba7: Waiting
198f02c9d8bb: Waiting
f3c530c1395c: Waiting
b4c1f20e76b0: Waiting
dabbe871c8f1: Waiting
2f12c3515d38: Waiting
b6435474c958: Waiting
3f06fd691d22: Waiting
e8d70e26e60a: Waiting
a5bdd4d4061a: Waiting
52f4f3aba300: Waiting
94f05428884b: Waiting
33c611bdffe3: Waiting
ce31ce67e69b: Verifying Checksum
ce31ce67e69b: Download complete
0cf3a7789759: Verifying Checksum
0cf3a7789759: Download complete
e94bba55929b: Verifying Checksum
e94bba55929b: Download complete
9f0c6299278d: Verifying Checksum
9f0c6299278d: Download complete
2e9048a7b53d: Verifying Checksum
2e9048a7b53d: Download complete
9902de28c3f0: Verifying Checksum
9902de28c3f0: Download complete
8f913be5ecad: Download complete
ff517c358677: Verifying Checksum
ff517c358677: Download complete
383f060cda87: Verifying Checksum
383f060cda87: Download complete
b7a964b1a83b: Verifying Checksum
b7a964b1a83b: Download complete
02ef0fd530dd: Verifying Checksum
02ef0fd530dd: Download complete
3cec61b290e9: Verifying Checksum
3cec61b290e9: Download complete
c04c67aab9ae: Verifying Checksum
c04c67aab9ae: Download complete
b43aac5e47f2: Verifying Checksum
b43aac5e47f2: Download complete
fa01fc863b11: Verifying Checksum
fa01fc863b11: Download complete
2273bd2c4d4b: Verifying Checksum
2273bd2c4d4b: Download complete
70ce8722af9c: Verifying Checksum
70ce8722af9c: Download complete
d62c11b367a0: Verifying Checksum
d62c11b367a0: Download complete
e28d1e571478: Verifying Checksum
e28d1e571478: Download complete
e4619c0fdd56: Verifying Checksum
e4619c0fdd56: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
2642eb02d1cf: Verifying Checksum
2642eb02d1cf: Download complete
17410ed193a2: Verifying Checksum
17410ed193a2: Download complete
ea4027cf29ff: Verifying Checksum
ea4027cf29ff: Download complete
2d1c149b33bc: Download complete
aa1fc2e76ba7: Verifying Checksum
aa1fc2e76ba7: Download complete
198f02c9d8bb: Verifying Checksum
198f02c9d8bb: Download complete
f3c530c1395c: Verifying Checksum
f3c530c1395c: Download complete
b4c1f20e76b0: Verifying Checksum
b4c1f20e76b0: Download complete
dabbe871c8f1: Verifying Checksum
dabbe871c8f1: Download complete
07bc2850efcf: Verifying Checksum
07bc2850efcf: Download complete
c44cd4c1c616: Verifying Checksum
c44cd4c1c616: Download complete
9bad6d1480ef: Verifying Checksum
9bad6d1480ef: Download complete
ddce8e624d6f: Verifying Checksum
ddce8e624d6f: Download complete
fa0712264263: Verifying Checksum
fa0712264263: Download complete
9745a1b41bc7: Verifying Checksum
9745a1b41bc7: Download complete
8f913be5ecad: Pull complete
926c04a38725: Verifying Checksum
926c04a38725: Download complete
ce31ce67e69b: Pull complete
0cf3a7789759: Pull complete
33c611bdffe3: Verifying Checksum
33c611bdffe3: Download complete
9f0c6299278d: Pull complete
e94bba55929b: Pull complete
2f12c3515d38: Verifying Checksum
2f12c3515d38: Download complete
b6435474c958: Verifying Checksum
b6435474c958: Download complete
e8d70e26e60a: Verifying Checksum
e8d70e26e60a: Download complete
cdd44d9ef1e0: Verifying Checksum
cdd44d9ef1e0: Download complete
a5bdd4d4061a: Download complete
52f4f3aba300: Verifying Checksum
52f4f3aba300: Download complete
94f05428884b: Verifying Checksum
94f05428884b: Download complete
3f06fd691d22: Verifying Checksum
3f06fd691d22: Download complete
9139b16fda07: Verifying Checksum
9139b16fda07: Download complete
fa0712264263: Pull complete
2e9048a7b53d: Pull complete
9902de28c3f0: Pull complete
ff517c358677: Pull complete
383f060cda87: Pull complete
b7a964b1a83b: Pull complete
02ef0fd530dd: Pull complete
3cec61b290e9: Pull complete
2273bd2c4d4b: Pull complete
c04c67aab9ae: Pull complete
b43aac5e47f2: Pull complete
fa01fc863b11: Pull complete
70ce8722af9c: Pull complete
d62c11b367a0: Pull complete
e28d1e571478: Pull complete
e4619c0fdd56: Pull complete
4f4fb700ef54: Pull complete
2642eb02d1cf: Pull complete
17410ed193a2: Pull complete
ea4027cf29ff: Pull complete
2d1c149b33bc: Pull complete
aa1fc2e76ba7: Pull complete
198f02c9d8bb: Pull complete
f3c530c1395c: Pull complete
b4c1f20e76b0: Pull complete
dabbe871c8f1: Pull complete
07bc2850efcf: Pull complete
c44cd4c1c616: Pull complete
9bad6d1480ef: Pull complete
9139b16fda07: Pull complete
ddce8e624d6f: Pull complete
cdd44d9ef1e0: Pull complete
9745a1b41bc7: Pull complete
926c04a38725: Pull complete
33c611bdffe3: Pull complete
2f12c3515d38: Pull complete
b6435474c958: Pull complete
e8d70e26e60a: Pull complete
3f06fd691d22: Pull complete
a5bdd4d4061a: Pull complete
52f4f3aba300: Pull complete
94f05428884b: Pull complete
Digest: sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52
Status: Downloaded newer image for ocaml/opam@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52
2025-10-13 15:50.56 ---> using "464544ceb3be86cede6394dc71749c8c9ab6bfb0d79ff9828158551739284e81" from cache


/: (comment debian-13-5.3_riscv64_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-13 15:50.56 ---> using "75ffd3c83aa012bc8b093a0947a298655da91fffc49261aacbc27aca5478db37" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-13 15:50.56 ---> using "bc4eabd090c5ab50b0842a159fc8bb3e4f2e48f604dc2d650850095378bf9911" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.10.113-scw1
The OCaml toplevel, version 5.3.0
2.4.1
2025-10-13 15:50.56 ---> using "99413c80cfa038280775c5555702646b7ce4ef7d5db78f1ce48bc162e5d0c7bc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-13 15:50.56 ---> using "e0356af4238671a0454b22b8ecc0eed962e0df3a67ab6c6f465f7818ddabe16e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
bcac5d1731..1abfcdbf14  master     -> origin/master
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-13 15:50.56 ---> using "162459a534089309a1ea0f63b84b9a67ed9235bc3b164c2f8cec2abde9fd15ff" from cache


/src: (copy (src ppx_import.opam) (dst ./))
2025-10-13 15:50.57 ---> saved as "09fdf3dbd92695d6f0b725e1e2eb244249c3340438440ff446f60efb3d4c87e0"


/src: (run (network host)
(shell "opam pin add -yn ppx_import.dev './'"))
[ppx_import.dev] synchronised (file:///src)
ppx_import is now pinned to file:///src (version dev)
2025-10-13 15:51.04 ---> saved as "36c1614f047fdc983fdefa582fc8827919ab5ca439f14715d69db3f6233f5188"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-13 15:51.04 ---> saved as "71c5710c0b953fc7dcc4090757574e1a2b5cd72bedc685848880d809c7e01a44"


/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0~5.4preview ppxlib_jane.v0.17.4 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.4 --depext-only -y ppx_import.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 riscv64 Packages [49.5 kB]
- Fetched 140 kB in 0s (322 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_import.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-13 15:51.48 ---> saved as "82cd53e093445bd7c84daa2ce9ace1fffe13f171ef519faed3b923055f60be46"


/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 18 packages
- install base                    v0.17.3
- install cppo                    1.8.0
- install csexp                   1.5.2
- install dune                    3.20.2
- install dune-configurator       3.20.2
- install ocaml-compiler-libs     v0.17.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlfind               1.9.8
- install ounit                   2.2.7
- install ounit2                  2.2.7
- install ppx_derivers            1.2.1
- install ppx_deriving            6.1.1
- install ppx_sexp_conv           v0.17.1
- install ppxlib                  0.37.0~5.4preview
- install ppxlib_jane             v0.17.4
- install seq                     base
- install sexplib0                v0.17.0
- install stdlib-shims            0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ounit.2.2.7, ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.37.0~5.4preview  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed cppo.1.8.0
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed dune-configurator.3.20.2
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed base.v0.17.3
-> installed ppxlib.0.37.0~5.4preview
-> installed ppxlib_jane.v0.17.4
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_deriving.6.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-13 16:00.58 ---> saved as "45d8cb28710bff7de52035fe365646247346f415b61736f721aae89ac46fd4ed"


/src: (copy (src .) (dst /src))
2025-10-13 16:00.58 ---> saved as "877644a295766fce2b676dd3f8ce6d1f005f665ed8f75ead96c65c9e92a5a4ce"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src_test/ppx_deriving && ./test_ppx_import.exe)
....
Ran: 4 tests in: 0.12 seconds.
OK
2025-10-13 16:01.47 ---> saved as "74612f80dea1465c87b4cc569facd94479888489bdbbe614d9b94357d8b5e22a"
Job succeeded
2025-10-13 16:01.47: Job succeeded