Organisationsocurrentobuilder1854b2 (master)debian-12-5.3_s390x_opam-2.3

debian-12-5.3_s390x_opam-2.3

Link Copied
Code Copied

Logs

2025-07-10 13:42.22: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/master (1854b248b3a4326e697a61c382c482ab2c382e84) (linux-s390x:debian-12-5.3_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "master" && cd "obuilder" && git reset --hard 1854b248
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04
# debian-12-5.3_s390x_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 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./
RUN opam pin add -yn obuilder.dev './' && \
opam pin add -yn obuilder-spec.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 alcotest-lwt.1.9.0 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.19.1 dune-configurator.3.19.1 extunix.0.4.4 fmt.0.10.0 fpath.0.7.3 logs.0.9.0 lwt.5.9.1 num.1.6 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-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppx_sexp_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.13.2 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.3.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.8 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 obuilder.dev obuilder-spec.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-07-10 13:42.22: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-12-ocaml-5.3@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04-debian-12-5.3_s390x_opam-2.3-61b489e9b62c35b82aa33a29090963c1"
2025-07-10 13:42.22: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04)
(comment debian-12-5.3_s390x_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 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src obuilder.opam obuilder-spec.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn obuilder.dev './' && \
\nopam pin add -yn obuilder-spec.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.19.1 dune-configurator.3.19.1 extunix.0.4.4 fmt.0.10.0 fpath.0.7.3 logs.0.9.0 lwt.5.9.1 num.1.6 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-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppx_sexp_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.13.2 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.3.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.8 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 obuilder.dev obuilder-spec.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-07-10 13:42.22: Waiting for resource in pool OCluster
2025-07-10 17:51.43: Waiting for worker…
2025-07-10 21:33.36: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
HEAD is now at 1854b24 Merge pull request #197 from ocurrent/win32-exit-status


(from ocaml/opam:debian-12-ocaml-5.3@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04' locally
docker.io/ocaml/opam@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04: Pulling from ocaml/opam
Digest: sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04
Status: Downloaded newer image for ocaml/opam@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04
2025-07-10 21:33.36 ---> using "13a5f4701a1ce1ddc93e0833d2d4c344e17c0c9e6214a9fc159defbcabd1a66b" from cache


/: (comment debian-12-5.3_s390x_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-07-10 21:33.36 ---> using "7753f2c6234053a37aed766a62dce4e388ecd69e41bef33840a5d2f490b1a00e" 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 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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-10 21:33.36 ---> using "04a585b79b957eda82a066b77e8d39108bc86f98765f9b04ee863594631ecd57" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-55-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-10 21:33.36 ---> using "3760254ff8b25d005fc9e4e22fae37f253bb02d09fb43bbd90542e9ce58b2fb7" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-10 21:33.36 ---> using "b9b037ce30958284d894a5acbe78ae408b1a371d3ae4e1e3d67cf874de58f8c3" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
6dea2f9390..64169c3d1d  master     -> origin/master
64169c3d1d Merge pull request #28149 from dbuenzli/b0-publish-logs.0.9.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-07-10 21:33.36 ---> using "bff7844f4b017cdf3dee49415edc864b6d5566daa5c42f786a3dacdc65f52392" from cache


/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2025-07-10 21:33.40 ---> saved as "8282237e3885212dfe1d30b3b438cd8d6bc67a279e68e9b7422d26b61be9308b"


/src: (run (network host)
(shell  "opam pin add -yn obuilder.dev './' && \
\nopam pin add -yn obuilder-spec.dev './'"))
[obuilder.dev] synchronised (file:///src)
obuilder is now pinned to file:///src (version dev)
[obuilder-spec.dev] synchronised (file:///src)
obuilder-spec is now pinned to file:///src (version dev)
2025-07-10 21:33.45 ---> saved as "225a72ef65daf5b05664916d8244dc54492b2154d7dc48f6834b5de13c8edff2"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-10 21:33.46 ---> saved as "d55ac1ced610f2a35f8697307c6a5fa0aa0bf96c7b024590f0a18c3e5408f558"


/src: (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.19.1 dune-configurator.3.19.1 extunix.0.4.4 fmt.0.10.0 fpath.0.7.3 logs.0.9.0 lwt.5.9.1 num.1.6 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-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppx_sexp_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.13.2 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.3.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.8 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 obuilder.dev obuilder-spec.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [240 kB]
- Fetched 344 kB in 0s (1111 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obuilder-spec.dev] synchronised (file:///src)
[obuilder.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).


The following system packages will first need to be installed:
libsqlite3-dev pkg-config


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3:s390x.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18551 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_s390x.deb ...
- Unpacking libpkgconf3:s390x (1.8.1-1) ...
- Selecting previously unselected package libsqlite3-dev:s390x.
- Preparing to unpack .../libsqlite3-dev_3.40.1-2+deb12u1_s390x.deb ...
- Unpacking libsqlite3-dev:s390x (3.40.1-2+deb12u1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_s390x.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:s390x.
- Preparing to unpack .../pkgconf_1.8.1-1_s390x.deb ...
- Unpacking pkgconf:s390x (1.8.1-1) ...
- Selecting previously unselected package pkg-config:s390x.
- Preparing to unpack .../pkg-config_1.8.1-1_s390x.deb ...
- Unpacking pkg-config:s390x (1.8.1-1) ...
- Setting up libpkgconf3:s390x (1.8.1-1) ...
- Setting up libsqlite3-dev:s390x (3.40.1-2+deb12u1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:s390x (1.8.1-1) ...
- Setting up pkg-config:s390x (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...
2025-07-10 21:34.02 ---> saved as "4355ee3d35df11f70cdd9d8485ab6caaad50d3e3caa5a8ab2877501610dfa02c"


/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 50 packages
- install alcotest                1.9.0
- install alcotest-lwt            1.9.0
- install astring                 0.8.5
- install base                    v0.17.3
- install base-bytes              base
- install camlp-streams           5.0.1
- install checkseum               0.5.2
- install cmdliner                1.3.0
- install conf-pkg-config         4
- install conf-sqlite3            1
- install cppo                    1.8.0
- install crunch                  4.0.0
- install csexp                   1.5.2
- install cstruct                 6.2.0
- install cstruct-lwt             6.2.0
- install decompress              1.5.3
- install dune                    3.19.1
- install dune-configurator       3.19.1
- install extunix                 0.4.4
- install fmt                     0.10.0
- install fpath                   0.7.3
- install logs                    0.9.0
- install lwt                     5.9.1
- install num                     1.6
- install ocaml-compiler-libs     v0.17.0
- install ocaml-syntax-shims      1.0.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild              0.16.1
- install ocamlfind               1.9.8
- install ocplib-endian           1.2
- install optint                  0.3.0
- install parsexp                 v0.17.0
- install ppx_derivers            1.2.1
- install ppx_deriving            6.1.0
- install ppx_sexp_conv           v0.17.1
- install ppxlib                  0.36.0
- install ppxlib_jane             v0.17.4
- install ptime                   1.2.0
- install re                      1.13.2
- install seq                     base
- install sexplib                 v0.17.0
- install sexplib0                v0.17.0
- install sha                     1.15.4
- install sqlite3                 5.3.1
- install stdlib-shims            0.3.0
- install tar                     2.6.0
- install tar-unix                2.6.0
- install topkg                   1.0.8
- install uutf                    1.0.4
- install yojson                  3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved alcotest.1.9.0, alcotest-lwt.1.9.0  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-pkg-config.4
-> retrieved crunch.4.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> installed conf-sqlite3.1
-> retrieved decompress.1.5.3  (cached)
-> retrieved extunix.0.4.4  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_deriving.6.1.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.36.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved seq.base  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved sqlite3.5.3.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.6
-> retrieved tar.2.6.0, tar-unix.2.6.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed fpath.0.7.3
-> installed dune.3.19.1
-> installed camlp-streams.5.0.1
-> installed crunch.4.0.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocplib-endian.1.2
-> installed ocaml-syntax-shims.1.0.0
-> installed ppx_derivers.1.2.1
-> installed dune-configurator.3.19.1
-> installed optint.0.3.0
-> installed sexplib0.v0.17.0
-> installed re.1.13.2
-> installed checkseum.0.5.2
-> installed parsexp.v0.17.0
-> installed decompress.1.5.3
-> installed lwt.5.9.1
-> installed sexplib.v0.17.0
-> installed cstruct-lwt.6.2.0
-> installed sqlite3.5.3.1
-> installed stdlib-shims.0.3.0
-> installed tar.2.6.0
-> installed logs.0.9.0
-> installed alcotest.1.9.0
-> installed sha.1.15.4
-> installed alcotest-lwt.1.9.0
-> installed base.v0.17.3
-> installed tar-unix.2.6.0
-> installed yojson.3.0.0
-> installed ppxlib.0.36.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_deriving.6.1.0
-> installed ppx_sexp_conv.v0.17.1
-> installed extunix.0.4.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-10 21:35.58 ---> saved as "17fd63455cda5bb20ee49f7c3c8edfb2a391bb8e82693572b65fc2b15d60d262"


/src: (copy (src .) (dst /src))
2025-07-10 21:36.00 ---> saved as "f4fc88a819db19d3062223f14e16a721080fbff2e9a01ad2381aa12cc58b1441"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && /home/opam/.opam/5.3/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml)
Generating Static_files.ml
Skipping generation of .mli
(cd _build/default/test && ./test.exe)
Testing `OBuilder'.
This run has ID `IPPG4U2I'.


[OK]          spec                  0   Sexp.
[OK]          spec                  1   Cache ID.
[OK]          spec                  2   Docker Windows.
[OK]          spec                  3   Docker UNIX.
[OK]          tar_transfer          0   Long filename.
[OK]          manifest              0   Copy using manifest.bash.
[OK]          manifest              1   Copy using Manifest.
[OK]          process               0   Execute a process.
[OK]          process               1   Read stdout of a process.
[OK]          build                 0   Simple.
[OK]          build                 1   Prune.
[OK]          build                 2   Concurrent.
[OK]          build                 3   Concurrent failure.
[OK]          build                 4   Concurrent failure 2.
[OK]          build                 5   Cancel.
[OK]          build                 6   Cancel 2.
[OK]          build                 7   Cancel 3.
[OK]          build                 8   Cancel 4.
[OK]          build                 9   Cancel 5.
[OK]          build                10   Delete.
[OK]          secrets               0   Simple.
[OK]          secrets               1   No secret provided.


Full test results in `/src/_build/default/test/_build/_tests/OBuilder'.
Test Successful in 0.180s. 22 tests run.
2025-07-10 21:36.13 ---> saved as "9d4927d33fa44405b718e61472ceec7d4abdefaf87bf32af743f533c59d1d2ac"
Job succeeded
2025-07-10 21:36.14: Job succeeded