Organisationsocurrentobuilder3ab117 (master)debian-12-4.14_opam-2.5

debian-12-4.14_opam-2.5

Logs

Show full logs
2026-05-05 14:40.26: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/master (3ab117d9829adfeb16be513ac88c0c75d4517b19) (linux-x86_64:debian-12-4.14_opam-2.5)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "master" && cd "obuilder" && git reset --hard 3ab117d9
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131
# debian-12-4.14_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 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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 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.23.0 dune-compiledb.0.6.0 dune-configurator.3.23.0 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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

2026-05-05 14:40.26: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131-debian-12-4.14_opam-2.5-a0af88361efc81ff3acfc4598b1357c8"
2026-05-05 14:40.26: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131)
 (comment debian-12-4.14_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 (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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 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.23.0 dune-compiledb.0.6.0 dune-configurator.3.23.0 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 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.5 --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"))
)

2026-05-05 14:40.26: Waiting for resource in pool OCluster
2026-05-05 17:01.30: Waiting for worker…
2026-05-05 17:05.10: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 3ab117d Merge pull request #206 from mtelvers/fix-dot-in-dst-tar-paths

(from ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131' locally
docker.io/ocaml/opam@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131: Pulling from ocaml/opam
db53381ee51f: Pulling fs layer
b3e2b48e921d: Pulling fs layer
e459b55aaa69: Pulling fs layer
0a156e8c6272: Pulling fs layer
e42408e5ffdf: Pulling fs layer
50bb2b3826ab: Pulling fs layer
4618d1f3d563: Pulling fs layer
efa196b04cec: Pulling fs layer
0a156e8c6272: Waiting
78007f9dbcde: Pulling fs layer
e42408e5ffdf: Waiting
50bb2b3826ab: Waiting
9eb9691d1780: Pulling fs layer
efa196b04cec: Waiting
154d04bdbd49: Pulling fs layer
afab16d31797: Pulling fs layer
4618d1f3d563: Waiting
43546dfdea90: Pulling fs layer
78007f9dbcde: Waiting
154d04bdbd49: Waiting
c285e4bc2236: Pulling fs layer
9eb9691d1780: Waiting
afab16d31797: Waiting
9fa77dc95407: Pulling fs layer
f8dca9d30623: Pulling fs layer
a900254ad981: Pulling fs layer
9fa77dc95407: Waiting
c285e4bc2236: Waiting
f8dca9d30623: Waiting
9ec16dbccaf2: Pulling fs layer
d8bb652027f5: Pulling fs layer
d5a64739e55b: Pulling fs layer
8411aa5818e1: Pulling fs layer
c367703ffbfd: Pulling fs layer
d8bb652027f5: Waiting
4f4fb700ef54: Pulling fs layer
d5a64739e55b: Waiting
8411aa5818e1: Waiting
06ed83b93433: Pulling fs layer
e335f4621067: Pulling fs layer
4f4fb700ef54: Waiting
a900254ad981: Waiting
936c44eb0cd5: Pulling fs layer
31c07354a88a: Pulling fs layer
936c44eb0cd5: Waiting
ed57764a58c9: Pulling fs layer
04ee923c5dd7: Pulling fs layer
ed57764a58c9: Waiting
06ed83b93433: Waiting
00d09ef45b27: Pulling fs layer
04ee923c5dd7: Waiting
9d8c730b185a: Pulling fs layer
00d09ef45b27: Waiting
31c07354a88a: Waiting
9ec16dbccaf2: Waiting
b1ca3f6b0b88: Pulling fs layer
9d8c730b185a: Waiting
e7959d77f2f9: Pulling fs layer
b1ca3f6b0b88: Waiting
56d4d012630e: Pulling fs layer
e7959d77f2f9: Waiting
bfc1e2c4fe29: Pulling fs layer
e335f4621067: Waiting
bd0dac824dd3: Pulling fs layer
8534f767fb63: Pulling fs layer
56d4d012630e: Waiting
43147bea5997: Pulling fs layer
bfc1e2c4fe29: Waiting
8534f767fb63: Waiting
bd0dac824dd3: Waiting
61e1aff4c41d: Pulling fs layer
43147bea5997: Waiting
c367703ffbfd: Waiting
841b52120a5c: Pulling fs layer
d56e33f3c3f1: Pulling fs layer
841b52120a5c: Waiting
d1ad66254d32: Pulling fs layer
61e1aff4c41d: Waiting
26aa6f0595b6: Pulling fs layer
d9866a05df42: Pulling fs layer
d06932c99024: Pulling fs layer
d9866a05df42: Waiting
d06932c99024: Waiting
26aa6f0595b6: Waiting
b3e2b48e921d: Verifying Checksum
b3e2b48e921d: Download complete
e459b55aaa69: Verifying Checksum
e459b55aaa69: Download complete
e42408e5ffdf: Verifying Checksum
e42408e5ffdf: Download complete
0a156e8c6272: Verifying Checksum
0a156e8c6272: Download complete
4618d1f3d563: Verifying Checksum
4618d1f3d563: Download complete
50bb2b3826ab: Verifying Checksum
50bb2b3826ab: Download complete
db53381ee51f: Verifying Checksum
db53381ee51f: Download complete
78007f9dbcde: Verifying Checksum
78007f9dbcde: Download complete
9eb9691d1780: Verifying Checksum
9eb9691d1780: Download complete
154d04bdbd49: Verifying Checksum
154d04bdbd49: Download complete
43546dfdea90: Verifying Checksum
43546dfdea90: Download complete
efa196b04cec: Verifying Checksum
efa196b04cec: Download complete
9fa77dc95407: Verifying Checksum
9fa77dc95407: Download complete
c285e4bc2236: Verifying Checksum
c285e4bc2236: Download complete
afab16d31797: Verifying Checksum
afab16d31797: Download complete
f8dca9d30623: Download complete
a900254ad981: Verifying Checksum
a900254ad981: Download complete
9ec16dbccaf2: Verifying Checksum
9ec16dbccaf2: Download complete
d8bb652027f5: Verifying Checksum
d8bb652027f5: Download complete
d5a64739e55b: Download complete
8411aa5818e1: Verifying Checksum
8411aa5818e1: Download complete
c367703ffbfd: Download complete
4f4fb700ef54: Download complete
06ed83b93433: Verifying Checksum
e335f4621067: Verifying Checksum
e335f4621067: Download complete
936c44eb0cd5: Verifying Checksum
936c44eb0cd5: Download complete
31c07354a88a: Download complete
04ee923c5dd7: Download complete
00d09ef45b27: Download complete
ed57764a58c9: Verifying Checksum
ed57764a58c9: Download complete
9d8c730b185a: Download complete
b1ca3f6b0b88: Download complete
db53381ee51f: Pull complete
b3e2b48e921d: Pull complete
e459b55aaa69: Pull complete
e7959d77f2f9: Verifying Checksum
e7959d77f2f9: Download complete
56d4d012630e: Verifying Checksum
56d4d012630e: Download complete
bfc1e2c4fe29: Verifying Checksum
bfc1e2c4fe29: Download complete
8534f767fb63: Verifying Checksum
8534f767fb63: Download complete
0a156e8c6272: Pull complete
e42408e5ffdf: Pull complete
61e1aff4c41d: Verifying Checksum
61e1aff4c41d: Download complete
841b52120a5c: Verifying Checksum
841b52120a5c: Download complete
d56e33f3c3f1: Verifying Checksum
d56e33f3c3f1: Download complete
43147bea5997: Verifying Checksum
43147bea5997: Download complete
26aa6f0595b6: Download complete
d9866a05df42: Verifying Checksum
d9866a05df42: Download complete
d06932c99024: Verifying Checksum
d06932c99024: Download complete
d1ad66254d32: Verifying Checksum
d1ad66254d32: Download complete
50bb2b3826ab: Pull complete
4618d1f3d563: Pull complete
efa196b04cec: Pull complete
78007f9dbcde: Pull complete
9eb9691d1780: Pull complete
154d04bdbd49: Pull complete
afab16d31797: Pull complete
43546dfdea90: Pull complete
c285e4bc2236: Pull complete
9fa77dc95407: Pull complete
f8dca9d30623: Pull complete
a900254ad981: Pull complete
9ec16dbccaf2: Pull complete
d8bb652027f5: Pull complete
d5a64739e55b: Pull complete
8411aa5818e1: Pull complete
c367703ffbfd: Pull complete
4f4fb700ef54: Pull complete
06ed83b93433: Pull complete
e335f4621067: Pull complete
936c44eb0cd5: Pull complete
31c07354a88a: Pull complete
ed57764a58c9: Pull complete
04ee923c5dd7: Pull complete
00d09ef45b27: Pull complete
9d8c730b185a: Pull complete
b1ca3f6b0b88: Pull complete
e7959d77f2f9: Pull complete
56d4d012630e: Pull complete
bfc1e2c4fe29: Pull complete
bd0dac824dd3: Verifying Checksum
bd0dac824dd3: Download complete
bd0dac824dd3: Pull complete
8534f767fb63: Pull complete
43147bea5997: Pull complete
61e1aff4c41d: Pull complete
841b52120a5c: Pull complete
d56e33f3c3f1: Pull complete
d1ad66254d32: Pull complete
26aa6f0595b6: Pull complete
d9866a05df42: Pull complete
d06932c99024: Pull complete
Digest: sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131
Status: Downloaded newer image for ocaml/opam@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131
2026-05-05 17:05.11 ---> using "8eeeee592794562764d894fbd145492a49eae4057d14de00ab0bc2eb49387fc0" from cache

/: (comment debian-12-4.14_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-05-05 17:05.11 ---> using "84257d805c6f7bc639fe2196530d35e2500b50093994cf2a111687c109982a81" 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
2026-05-05 17:05.11 ---> using "ffb1bdb340243b49dc9df1b2e0c32d07aab013444d1af80709726454b62d4687" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-05-05 17:05.11 ---> using "7cc0e1908486cd81cfb13a206a6a38d62635f7188e7734bd5070c1d7c8a67127" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-05 17:05.11 ---> using "2116358d41d594606c34a071624c510454ea89b2b02afe33d4a752251deb06fe" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   045748b2d8..a70af20c71  master     -> origin/master
a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.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-05-05 17:05.11 ---> using "369cd464583bd12028a3e004d9e79dea8a299976ad76d85d3b5295a8c71509d4" from cache

/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2026-05-05 17:05.11 ---> saved as "d2a716fe7ab33cb0df76ed8d39c8275d581e05a772c4bd3baac9f5480ed403e4"

/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)
2026-05-05 17:05.17 ---> saved as "82c3931786a24d3220c436cb7bb716b8c312245c3817feedb7fb321696687c61"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-05 17:05.17 ---> saved as "22b7e85202e8b96ee6eaf30c28a82ce79d58444a5b6948268f568ddfd99e4dd5"

/src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 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.23.0 dune-compiledb.0.6.0 dune-configurator.3.23.0 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 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.5 --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 amd64 Packages [299 kB]
- Fetched 402 kB in 1s (535 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obuilder.dev] synchronised (file:///src)
[obuilder-spec.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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-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:amd64.
- (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 ... 18755 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../libsqlite3-dev_3.40.1-2+deb12u2_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.40.1-2+deb12u2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libsqlite3-dev:amd64 (3.40.1-2+deb12u2) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u13) ...
# To update the current shell environment, run: eval $(opam env)
2026-05-05 17:05.44 ---> saved as "dee357afd53d1c0a5f2c09ce9e5c35fd3797b4d71e81b87fc9cd3e900b1b5234"

/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 51 packages
  - install alcotest            1.9.1
  - install alcotest-lwt        1.9.1
  - install astring             0.8.5
  - install base                v0.16.5
  - install base-bytes          base
  - install camlp-streams       5.0.1
  - install checkseum           0.5.3
  - install cmdliner            2.1.1
  - 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.23.0
  - install dune-compiledb      0.6.0
  - install dune-configurator   3.23.0
  - install extunix             0.4.3
  - install ezjsonm             1.3.0
  - install fmt                 0.11.0
  - install fpath               0.7.3
  - install hex                 1.5.0
  - install jsonm               1.0.2
  - install logs                0.10.0
  - install lwt                 6.1.2
  - install num                 1.6
  - install ocaml-compiler-libs v0.12.4
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ocplib-endian       1.2
  - install optint              0.3.0
  - install parsexp             v0.16.0
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.0.3
  - install ppx_sexp_conv       v0.16.0
  - install ppxlib              0.35.0
  - install ptime               1.2.0
  - install re                  1.14.0
  - install sexplib             v0.16.0
  - install sexplib0            v0.16.0
  - install sha                 1.15.4
  - install sqlite3             5.4.1
  - install stdlib-shims        0.3.0
  - install tar                 2.6.0
  - install tar-unix            2.6.0
  - install topkg               1.1.1
  - install uutf                1.0.4
  - install yojson              3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved checkseum.0.5.3  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.1.1  (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 dune-compiledb.0.6.0  (cached)
-> retrieved extunix.0.4.3  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.6.1.2  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (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 parsexp.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved sqlite3.5.4.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tar.2.6.0, tar-unix.2.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.23.0, dune-configurator.3.23.0  (cached)
-> installed cmdliner.2.1.1
-> installed num.1.6
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed ptime.1.2.0
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed jsonm.1.0.2
-> installed dune.3.23.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed cstruct.6.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed alcotest.1.9.1
-> installed dune-configurator.3.23.0
-> installed sha.1.15.4
-> installed parsexp.v0.16.0
-> installed checkseum.0.5.3
-> installed sexplib.v0.16.0
-> installed dune-compiledb.0.6.0
-> installed decompress.1.5.3
-> installed tar.2.6.0
-> installed lwt.6.1.2
-> installed cstruct-lwt.6.2.0
-> installed tar-unix.2.6.0
-> installed sqlite3.5.4.1
-> installed logs.0.10.0
-> installed alcotest-lwt.1.9.1
-> installed base.v0.16.5
-> installed ppxlib.0.35.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed extunix.0.4.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-05 17:09.03 ---> saved as "824976be1dcaf79e79ccc2da0d84283286f93ed4abcf814086d80897fac59031"

/src: (copy (src .) (dst /src))
2026-05-05 17:09.04 ---> saved as "1ad84a1a4067aae46576cd8a1f6569fec528b980966fbb4aaa205f9be6bfef84"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && /home/opam/.opam/4.14/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 `MLYCE91Q'.

  [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]          tar_transfer          1   Normalize path.
  [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.734s. 23 tests run.
2026-05-05 17:09.12 ---> saved as "b329fb4769c8fea30c9ab3e4cd82cb4712fccabe60f675be1c6819b83b72dbdb"
Job succeeded
2026-05-05 17:09.12: Job succeeded