Organisationsocurrentobuilder7d8ada ()debian-13-4.14_arm32_opam-2.5

debian-13-4.14_arm32_opam-2.5

Logs

Show full logs
2026-03-19 08:07.44: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/204/head (7d8adabf856c9cde23f77094dc87dfbf4c3f36db) (linux-arm64:debian-13-4.14_arm32_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/204/head" && git reset --hard 7d8adabf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
# debian-13-4.14_arm32_opam-2.5
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.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.22.0 dune-compiledb.0.6.0 dune-configurator.3.22.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.1 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.0 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-03-19 08:07.44: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee-debian-13-4.14_arm32_opam-2.5-206a70d136550c4dd07c7ebe258110c9"
2026-03-19 08:07.44: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)
 (comment debian-13-4.14_arm32_opam-2.5)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.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.22.0 dune-compiledb.0.6.0 dune-configurator.3.22.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.1 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.0 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-03-19 08:07.44: Waiting for resource in pool OCluster
2026-03-19 10:50.09: Waiting for worker…
2026-03-19 11:10.33: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at 7d8adab Add HCS (Host Compute Service) backend for Windows containers

(from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee' locally
docker.io/ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee: Pulling from ocaml/opam
e7e4c87ce695: Pulling fs layer
098244b1fe4f: Pulling fs layer
94a818ec2cdc: Pulling fs layer
29e77b813c7f: Pulling fs layer
b9dc986333a7: Pulling fs layer
023a3b8ea315: Pulling fs layer
2684ea5ea2fe: Pulling fs layer
93c319c970b2: Pulling fs layer
03f63d243d48: Pulling fs layer
237874024f5b: Pulling fs layer
954f264158bf: Pulling fs layer
85f6eb6723bd: Pulling fs layer
b9dc986333a7: Waiting
2882e9da3bb0: Pulling fs layer
023a3b8ea315: Waiting
2684ea5ea2fe: Waiting
4aabbd87a4c4: Pulling fs layer
4f386ee1e947: Pulling fs layer
76eac5355b1e: Pulling fs layer
93c319c970b2: Waiting
954f264158bf: Waiting
7732af2249d2: Pulling fs layer
03f63d243d48: Waiting
237874024f5b: Waiting
0864fc6233a3: Pulling fs layer
85f6eb6723bd: Waiting
29e77b813c7f: Waiting
74a602ddff51: Pulling fs layer
2882e9da3bb0: Waiting
eff8656d1a08: Pulling fs layer
4aabbd87a4c4: Waiting
4f386ee1e947: Waiting
480ead97e7de: Pulling fs layer
71d9c83b5938: Pulling fs layer
74a602ddff51: Waiting
76eac5355b1e: Waiting
7732af2249d2: Waiting
4f4fb700ef54: Pulling fs layer
0864fc6233a3: Waiting
46ffbb314b18: Pulling fs layer
480ead97e7de: Waiting
eff8656d1a08: Waiting
9ad678cce639: Pulling fs layer
71d9c83b5938: Waiting
cee0ad8655f3: Pulling fs layer
46ffbb314b18: Waiting
4f4fb700ef54: Waiting
9ad678cce639: Waiting
d7a6444c98ec: Pulling fs layer
cee0ad8655f3: Waiting
fb7ac70d48b8: Pulling fs layer
d7a6444c98ec: Waiting
9e9d8c0fc63b: Pulling fs layer
fb7ac70d48b8: Waiting
4fd15bd8b00c: Pulling fs layer
cfb25ffd51ce: Pulling fs layer
4fd15bd8b00c: Waiting
a1d4a67b1423: Pulling fs layer
b5f05950c5d7: Pulling fs layer
cfb25ffd51ce: Waiting
ffaeb3c9d76d: Pulling fs layer
a1d4a67b1423: Waiting
b5f05950c5d7: Waiting
4c3b6722757e: Pulling fs layer
ffaeb3c9d76d: Waiting
0f58a95c7a9b: Pulling fs layer
4c3b6722757e: Waiting
c3e40142c411: Pulling fs layer
0f58a95c7a9b: Waiting
7f8475cb6605: Pulling fs layer
05a50efaf303: Pulling fs layer
c3e40142c411: Waiting
6b01dec062a8: Pulling fs layer
9fd1e9989233: Pulling fs layer
6b01dec062a8: Waiting
433ff276b12f: Pulling fs layer
9fd1e9989233: Waiting
efd9b50fadc4: Pulling fs layer
433ff276b12f: Waiting
d1391430121a: Pulling fs layer
f656d97c5aae: Pulling fs layer
efd9b50fadc4: Waiting
d1391430121a: Waiting
f656d97c5aae: Waiting
94a818ec2cdc: Verifying Checksum
94a818ec2cdc: Download complete
098244b1fe4f: Verifying Checksum
098244b1fe4f: Download complete
b9dc986333a7: Verifying Checksum
b9dc986333a7: Download complete
e7e4c87ce695: Verifying Checksum
e7e4c87ce695: Download complete
e7e4c87ce695: Pull complete
098244b1fe4f: Pull complete
94a818ec2cdc: Pull complete
2684ea5ea2fe: Verifying Checksum
2684ea5ea2fe: Download complete
93c319c970b2: Verifying Checksum
93c319c970b2: Download complete
03f63d243d48: Verifying Checksum
03f63d243d48: Download complete
237874024f5b: Verifying Checksum
237874024f5b: Download complete
954f264158bf: Verifying Checksum
954f264158bf: Download complete
85f6eb6723bd: Verifying Checksum
85f6eb6723bd: Download complete
2882e9da3bb0: Verifying Checksum
2882e9da3bb0: Download complete
4aabbd87a4c4: Verifying Checksum
4aabbd87a4c4: Download complete
4f386ee1e947: Verifying Checksum
4f386ee1e947: Download complete
29e77b813c7f: Verifying Checksum
29e77b813c7f: Download complete
76eac5355b1e: Verifying Checksum
76eac5355b1e: Download complete
29e77b813c7f: Pull complete
b9dc986333a7: Pull complete
0864fc6233a3: Verifying Checksum
0864fc6233a3: Download complete
7732af2249d2: Verifying Checksum
7732af2249d2: Download complete
480ead97e7de: Verifying Checksum
480ead97e7de: Download complete
eff8656d1a08: Verifying Checksum
eff8656d1a08: Download complete
71d9c83b5938: Verifying Checksum
71d9c83b5938: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
46ffbb314b18: Verifying Checksum
46ffbb314b18: Download complete
9ad678cce639: Verifying Checksum
9ad678cce639: Download complete
cee0ad8655f3: Verifying Checksum
cee0ad8655f3: Download complete
d7a6444c98ec: Download complete
fb7ac70d48b8: Verifying Checksum
fb7ac70d48b8: Download complete
9e9d8c0fc63b: Download complete
cfb25ffd51ce: Verifying Checksum
cfb25ffd51ce: Download complete
4fd15bd8b00c: Verifying Checksum
4fd15bd8b00c: Download complete
a1d4a67b1423: Verifying Checksum
a1d4a67b1423: Download complete
b5f05950c5d7: Download complete
4c3b6722757e: Download complete
ffaeb3c9d76d: Verifying Checksum
ffaeb3c9d76d: Download complete
c3e40142c411: Verifying Checksum
c3e40142c411: Download complete
7f8475cb6605: Verifying Checksum
7f8475cb6605: Download complete
05a50efaf303: Verifying Checksum
05a50efaf303: Download complete
0f58a95c7a9b: Verifying Checksum
0f58a95c7a9b: Download complete
6b01dec062a8: Verifying Checksum
6b01dec062a8: Download complete
9fd1e9989233: Download complete
efd9b50fadc4: Verifying Checksum
efd9b50fadc4: Download complete
d1391430121a: Download complete
f656d97c5aae: Verifying Checksum
f656d97c5aae: Download complete
023a3b8ea315: Verifying Checksum
023a3b8ea315: Download complete
023a3b8ea315: Pull complete
2684ea5ea2fe: Pull complete
93c319c970b2: Pull complete
03f63d243d48: Pull complete
237874024f5b: Pull complete
954f264158bf: Pull complete
85f6eb6723bd: Pull complete
2882e9da3bb0: Pull complete
4aabbd87a4c4: Pull complete
4f386ee1e947: Pull complete
76eac5355b1e: Pull complete
7732af2249d2: Pull complete
0864fc6233a3: Pull complete
74a602ddff51: Pull complete
eff8656d1a08: Pull complete
480ead97e7de: Pull complete
71d9c83b5938: Pull complete
4f4fb700ef54: Pull complete
46ffbb314b18: Pull complete
9ad678cce639: Pull complete
cee0ad8655f3: Pull complete
d7a6444c98ec: Pull complete
fb7ac70d48b8: Pull complete
9e9d8c0fc63b: Pull complete
4fd15bd8b00c: Pull complete
cfb25ffd51ce: Pull complete
a1d4a67b1423: Pull complete
b5f05950c5d7: Pull complete
ffaeb3c9d76d: Pull complete
4c3b6722757e: Pull complete
0f58a95c7a9b: Pull complete
c3e40142c411: Pull complete
7f8475cb6605: Pull complete
05a50efaf303: Pull complete
6b01dec062a8: Pull complete
9fd1e9989233: Pull complete
433ff276b12f: Verifying Checksum
433ff276b12f: Download complete
433ff276b12f: Pull complete
efd9b50fadc4: Pull complete
d1391430121a: Pull complete
f656d97c5aae: Pull complete
Digest: sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
Status: Downloaded newer image for ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
2026-03-19 11:10.34 ---> using "877ed5cf0a98c815bb2e7ba009eecea1fd1a0ff506ee70a6bbbdb6e441d64adc" from cache

/: (comment debian-13-4.14_arm32_opam-2.5)

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

/: (shell /usr/bin/linux32 /bin/sh -c)

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-03-19 11:10.34 ---> using "80364e7ea3205efd59b6cbc366965d6fdeadf26970763d3042667a502d2bbf01" 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-03-19 11:10.34 ---> using "52062abc9754f2f7adbcdae53513e4f1235a1be0e687b9206e441a5dd0e48602" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-03-19 11:10.34 ---> using "fa12169a33bbc70a6fa9176fcc7359a2140c5372c9c0bec86cfe85c767ebe583" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-03-19 11:10.34 ---> using "714c205c6aa9a3a01f77892c73cd70f2e82e79a2d5dd8150eb0263fd0a8a8c7f" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ffb54b9bdd..9f189ca4f9  master     -> origin/master
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.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-03-19 11:10.34 ---> using "15f7aa79899ddca57d3836a637e1edaf407799e389e8c2261d41e28f98da1016" from cache

/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2026-03-19 11:10.34 ---> saved as "c51cb79b6210d53cb1026bfe120f98d6cccadaf346630d7ad9628a8ce4bd57fd"

/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-03-19 11:10.38 ---> saved as "ed048f9917b25a8b49aa28fed17ed12b956d5a15c8e85a8e8be41b1ec4ce8d97"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-19 11:10.38 ---> saved as "55d1a998864e6da2f1b49e376c0531f1c7592a453abc5a71f2f50ec09e4aea3d"

/src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.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.22.0 dune-compiledb.0.6.0 dune-configurator.3.22.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.1 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.0 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"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main armhf Packages [9237 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main armhf Packages [109 kB]
- Fetched 9577 kB in 2s (5869 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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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"
- (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 ... 20349 files and directories currently installed.)
- Preparing to unpack .../libsqlite3-0_3.46.1-7+deb13u1_armhf.deb ...
- Unpacking libsqlite3-0:armhf (3.46.1-7+deb13u1) over (3.46.1-7) ...
- Setting up libsqlite3-0:armhf (3.46.1-7+deb13u1) ...
- Selecting previously unselected package libpkgconf3:armhf.
- (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 ... 20349 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_armhf.deb ...
- Unpacking libpkgconf3:armhf (1.8.1-4) ...
- Selecting previously unselected package libsqlite3-dev:armhf.
- Preparing to unpack .../libsqlite3-dev_3.46.1-7+deb13u1_armhf.deb ...
- Unpacking libsqlite3-dev:armhf (3.46.1-7+deb13u1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_armhf.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:armhf.
- Preparing to unpack .../pkgconf_1.8.1-4_armhf.deb ...
- Unpacking pkgconf:armhf (1.8.1-4) ...
- Selecting previously unselected package pkg-config:armhf.
- Preparing to unpack .../pkg-config_1.8.1-4_armhf.deb ...
- Unpacking pkg-config:armhf (1.8.1-4) ...
- Setting up libpkgconf3:armhf (1.8.1-4) ...
- Setting up libsqlite3-dev:armhf (3.46.1-7+deb13u1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:armhf (1.8.1-4) ...
- Setting up pkg-config:armhf (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
# To update the current shell environment, run: eval $(opam env)
2026-03-19 11:10.58 ---> saved as "6dc0a644eb663877ba97af7a07bb2dfebb3b495708ed395574c9f1cf73b0b4eb"

/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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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.4
  - install base-bytes          base
  - install camlp-streams       5.0.1
  - install checkseum           0.5.2
  - install cmdliner            2.1.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.22.0
  - install dune-compiledb      0.6.0
  - install dune-configurator   3.22.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.1
  - 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.0
  - 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.4  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> installed conf-sqlite3.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved extunix.0.4.3  (cached)
-> retrieved decompress.1.5.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 num.1.6  (cached)
-> retrieved lwt.6.1.1  (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 ppx_derivers.1.2.1  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved dune.3.22.0, dune-configurator.3.22.0  (cached)
-> retrieved ppxlib.0.35.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 stdlib-shims.0.3.0  (cached)
-> retrieved sqlite3.5.4.0  (cached)
-> retrieved tar.2.6.0, tar-unix.2.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed cmdliner.2.1.0
-> installed num.1.6
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.22.0
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> 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 sexplib0.v0.16.0
-> installed yojson.3.0.0
-> installed sha.1.15.4
-> installed cppo.1.8.0
-> installed hex.1.5.0
-> installed re.1.14.0
-> installed ezjsonm.1.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.22.0
-> installed parsexp.v0.16.0
-> installed checkseum.0.5.2
-> installed alcotest.1.9.1
-> installed decompress.1.5.3
-> installed sexplib.v0.16.0
-> installed lwt.6.1.1
-> installed dune-compiledb.0.6.0
-> installed tar.2.6.0
-> installed cstruct-lwt.6.2.0
-> installed tar-unix.2.6.0
-> installed sqlite3.5.4.0
-> installed logs.0.10.0
-> installed alcotest-lwt.1.9.1
-> installed base.v0.16.4
-> installed ppxlib.0.35.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
-> installed extunix.0.4.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 11:13.17 ---> saved as "f97cb1ba67d22a03b3870524c8a3c81ecb27942ef9491c61bd27c1ece1116f6d"

/src: (copy (src .) (dst /src))
2026-03-19 11:13.17 ---> saved as "42060dbfd0c6880baa1ed8c5064eaf03589c11c7375af5354dabecbcf97fcea0"

/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
File "test/dune", line 10, characters 7-11:
10 |  (name test)
            ^^^^
(cd _build/default/test && ./test.exe)
Testing `OBuilder'.
This run has ID `3UVWX0CS'.

  [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.
  [FAIL]        build                 4   Concurrent failure 2.
  [FAIL]        build                 5   Cancel.
  [FAIL]        build                 6   Cancel 2.
  [FAIL]        build                 7   Cancel 3.
  [FAIL]        build                 8   Cancel 4.
  [FAIL]        build                 9   Cancel 5.
  [FAIL]        build                10   Delete.
  [FAIL]        secrets               0   Simple.
  [FAIL]        secrets               1   No secret provided.

┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 4   Concurrent failure 2.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] b1: "(from base)"
test.exe: [INFO] Base image not present; importing "base"…
test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_37745a_dune/mock-store-95b7a4/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_37745a_dune/mock-store-95b7a4/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-4"
exec: [|docker; export; --; base-4|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_37745a_dune/mock-store-95b7a4/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_37745a_dune/mock-store-95b7a4/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-4"
exec: [|docker; rm; --force; --; base-4|]
docker rm --force "base-4"
test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"
exec: [|docker; image; inspect; --format;
        {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]
test.exe: [INFO] b1: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b1: "/: (run (shell A))"
test.exe: [INFO] b1: "A\n"
test.exe: [INFO] b2: "(from base)"
test.exe: [INFO] b2: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b2: "/: (run (shell A))"
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1979, character 26:
FAIL timeout 10.000000s

   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'

Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31

Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.004.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 5   Cancel.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] b: "(from base)"
test.exe: [INFO] Base image not present; importing "base"…
test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_37745a_dune/mock-store-33820d/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_37745a_dune/mock-store-33820d/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-5"
exec: [|docker; export; --; base-5|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_37745a_dune/mock-store-33820d/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_37745a_dune/mock-store-33820d/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-5"
exec: [|docker; rm; --force; --; base-5|]
docker rm --force "base-5"
test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"
exec: [|docker; image; inspect; --format;
        {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1979, character 26:
FAIL timeout 10.000000s

   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'

Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31

Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.005.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 6   Cancel 2.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] b1: "(from base)"
test.exe: [INFO] Base image not present; importing "base"…
test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_37745a_dune/mock-store-3d9645/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_37745a_dune/mock-store-3d9645/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-6"
exec: [|docker; export; --; base-6|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_37745a_dune/mock-store-3d9645/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_37745a_dune/mock-store-3d9645/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-6"
exec: [|docker; rm; --force; --; base-6|]
docker rm --force "base-6"
test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"
exec: [|docker; image; inspect; --format;
        {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1979, character 26:
FAIL timeout 10.000000s

   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'

Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31

Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.006.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 7   Cancel 3.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] b1: "(from base)"
test.exe: [INFO] Base image not present; importing "base"…
test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_37745a_dune/mock-store-62a052/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_37745a_dune/mock-store-62a052/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-7"
exec: [|docker; export; --; base-7|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_37745a_dune/mock-store-62a052/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_37745a_dune/mock-store-62a052/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-7"
exec: [|docker; rm; --force; --; base-7|]
docker rm --force "base-7"
test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"
exec: [|docker; image; inspect; --format;
        {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1979, character 26:
FAIL timeout 10.000000s

   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'

Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31

Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.007.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 8   Cancel 4.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] b1: "(from base)"
test.exe: [INFO] Base image not present; importing "base"…
test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_37745a_dune/mock-store-a4e6e6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_37745a_dune/mock-store-a4e6e6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-8"
exec: [|docker; export; --; base-8|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_37745a_dune/mock-store-a4e6e6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_37745a_dune/mock-store-a4e6e6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-8"
exec: [|docker; rm; --force; --; base-8|]
docker rm --force "base-8"
test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"
exec: [|docker; image; inspect; --format;
        {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1979, character 26:
FAIL timeout 10.000000s

   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'

Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31

Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.008.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 9   Cancel 5.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] b1: "(from base)"
test.exe: [INFO] Base image not present; importing "base"…
test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_37745a_dune/mock-store-af7f20/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_37745a_dune/mock-store-af7f20/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-9"
exec: [|docker; export; --; base-9|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_37745a_dune/mock-store-af7f20/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_37745a_dune/mock-store-af7f20/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-9"
exec: [|docker; rm; --force; --; base-9|]
docker rm --force "base-9"
test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"
exec: [|docker; image; inspect; --format;
        {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1979, character 26:
FAIL timeout 10.000000s

   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'

Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31

Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.009.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                10   Delete.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] b1: "(from base)"
test.exe: [INFO] Base image not present; importing "base"…
test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_37745a_dune/mock-store-cfef66/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_37745a_dune/mock-store-cfef66/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-10"
exec: [|docker; export; --; base-10|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_37745a_dune/mock-store-cfef66/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_37745a_dune/mock-store-cfef66/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-10"
exec: [|docker; rm; --force; --; base-10|]
docker rm --force "base-10"
test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"
exec: [|docker; image; inspect; --format;
        {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]
ASSERT timeout 10.000000s
File "src/core/lwt.ml", line 1979, character 26:
FAIL timeout 10.000000s

   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'

Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31

Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.010.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        secrets               0   Simple.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] b: "(from base)"
test.exe: [INFO] Base image not present; importing "base"…
test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_37745a_dune/mock-store-dd5fdd/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_37745a_dune/mock-store-dd5fdd/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-11"
exec: [|docker; export; --; base-11|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_37745a_dune/mock-store-dd5fdd/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_37745a_dune/mock-store-dd5fdd/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-11"
exec: [|docker; rm; --force; --; base-11|]
docker rm --force "base-11"
test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"
exec: [|docker; image; inspect; --format;
        {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]
ASSERT timeout 10.000000s
File "src/core/lwt.ml", line 1979, character 26:
FAIL timeout 10.000000s

   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'

Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31

Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/secrets.000.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        secrets               1   No secret provided.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] b: "(from base)"
test.exe: [INFO] Base image not present; importing "base"…
test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_37745a_dune/mock-store-f91cc6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_37745a_dune/mock-store-f91cc6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-12"
exec: [|docker; export; --; base-12|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_37745a_dune/mock-store-f91cc6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_37745a_dune/mock-store-f91cc6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-12"
exec: [|docker; rm; --force; --; base-12|]
docker rm --force "base-12"
test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"
exec: [|docker; image; inspect; --format;
        {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]
ASSERT timeout 10.000000s
File "src/core/lwt.ml", line 1979, character 26:
FAIL timeout 10.000000s

   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'

Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.ca in file "src/core/lwt.ml", line 1979, characters 26-31

Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/secrets.001.output'.
 ──────────────────────────────────────────────────────────────────────────────

Full test results in `/src/_build/default/test/_build/_tests/OBuilder'.
9 failures! in 90.512s. 22 tests run.
"/usr/bin/linux32" "/bin/sh" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-03-19 11:15.01: Job failed: Failed: Build failed