Organisationsocurrentobuilder873dac (master)debian-13-4.14_x86_32_opam-2.4

debian-13-4.14_x86_32_opam-2.4

Logs

Show full logs
2025-12-15 14:45.47: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/master (873dac2da424f0df864a8f3a2e751022f130e688) (linux-x86_64:debian-13-4.14_x86_32_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "master" && cd "obuilder" && git reset --hard 873dac2d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1
# debian-13-4.14_x86_32_opam-2.4
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.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.20.2 dune-configurator.3.20.2 extunix.0.4.3 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 lwt.5.9.2 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.3.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.4 --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-12-15 14:45.47: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1-debian-13-4.14_x86_32_opam-2.4-ad5e24019d0920eba631ec4d6a2868a6"
2025-12-15 14:45.47: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1)
 (comment debian-13-4.14_x86_32_opam-2.4)
 (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.4 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.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.20.2 dune-configurator.3.20.2 extunix.0.4.3 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 lwt.5.9.2 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.3.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.4 --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-12-15 14:45.47: Waiting for resource in pool OCluster
2025-12-16 01:54.47: Waiting for worker…
2025-12-16 01:58.30: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 873dac2 Merge pull request #201 from mtelvers/ocaml-5.4

(from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1)
2025-12-16 01:58.31 ---> using "1d65b0bad6020b93b3bfb32f730a433f434369390940a005095573c4def7fa4e" from cache

/: (comment debian-13-4.14_x86_32_opam-2.4)

/: (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.4 /usr/bin/opam"))
2025-12-16 01:58.31 ---> using "6775cad8612664835742e792781f343f0e64078bd976698496d1f1898147008e" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-16 01:58.31 ---> using "2644dadf83db737495e1dd8ed9b3ceae068da85bc3a75294d6d1a20d1bb36578" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-12-16 01:58.31 ---> using "04f9088217ac88c2f12f3cdff9e807f7441ad90b1a6d1930f9b1b42b85e3292f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-12-16 01:58.31 ---> using "6f5c3bd52ef3e7feb5fc1d553e344a070b026be7be6a6cf8177b4a2983d05e27" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ee48e882f0..c65fcb1165  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls

<><> 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.4.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)
2025-12-16 01:58.31 ---> using "0be5f43d9f984561275cc574396509ccb65b6adb2b85f9ad79420aa06c021ed1" from cache

/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2025-12-16 01:58.31 ---> using "c17e47ca9fd0700cc7ec42734814ddaee5b07f677eab06364730ad17a974ff0f" from cache

/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-12-16 01:58.31 ---> using "14b51952a3018afbfb04aa399128d66365f12a5304713e868029fbae03820487" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-16 01:58.31 ---> using "b0eae66a2524b6dc9e194c5370f376e8da0fe9a1f87da1e2f37eb48fd818df28" from cache

/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.20.2 dune-configurator.3.20.2 extunix.0.4.3 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 lwt.5.9.2 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.3.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.4 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [76.5 kB]
- Fetched 167 kB in 0s (590 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"
- Selecting previously unselected package libpkgconf3:i386.
- (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 ... 20592 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_i386.deb ...
- Unpacking libpkgconf3:i386 (1.8.1-4) ...
- Selecting previously unselected package libsqlite3-dev:i386.
- Preparing to unpack .../libsqlite3-dev_3.46.1-7_i386.deb ...
- Unpacking libsqlite3-dev:i386 (3.46.1-7) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_i386.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:i386.
- Preparing to unpack .../pkgconf_1.8.1-4_i386.deb ...
- Unpacking pkgconf:i386 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:i386.
- Preparing to unpack .../pkg-config_1.8.1-4_i386.deb ...
- Unpacking pkg-config:i386 (1.8.1-4) ...
- Setting up libpkgconf3:i386 (1.8.1-4) ...
- Setting up libsqlite3-dev:i386 (3.46.1-7) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:i386 (1.8.1-4) ...
- Setting up pkg-config:i386 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12) ...
2025-12-16 01:58.31 ---> using "eecf93b0991947d0ed13e8baee80a3c61fc9bd58e0e9016be4ce1e0eb6563a86" from cache

/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 47 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.20.2
  - install dune-configurator   3.20.2
  - install extunix             0.4.3
  - install fmt                 0.11.0
  - install fpath               0.7.3
  - install logs                0.10.0
  - install lwt                 5.9.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.3.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.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 extunix.0.4.3  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.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_sexp_conv.v0.16.0  (cached)
-> retrieved ppx_deriving.6.0.3  (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 dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved sqlite3.5.3.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tar.2.6.0, tar-unix.2.6.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed cmdliner.2.1.0
-> installed num.1.6
-> installed ocamlbuild.0.16.1
-> retrieved topkg.1.1.1  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.20.2
-> 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 ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed alcotest.1.9.1
-> installed parsexp.v0.16.0
-> installed sha.1.15.4
-> installed dune-configurator.3.20.2
-> installed sexplib.v0.16.0
-> installed checkseum.0.5.2
-> installed sqlite3.5.3.1
-> installed lwt.5.9.2
-> installed decompress.1.5.3
-> installed cstruct-lwt.6.2.0
-> installed tar.2.6.0
-> installed logs.0.10.0
-> installed alcotest-lwt.1.9.1
-> installed tar-unix.2.6.0
-> installed base.v0.16.4
-> 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)
2025-12-16 01:58.31 ---> using "654bfefcf612a6558993a19b0285976b6198714ee37dbdfdf25fc6ae1f2bc260" from cache

/src: (copy (src .) (dst /src))
2025-12-16 01:58.32 ---> saved as "b376b8caee18566e1decd836ea33b00924cc85a42bc8a62a127f6f2f59ea4b4a"

/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 `1UEPB7Y2'.

  [OK]          spec                  0   Sexp.
  [OK]          spec                  1   Cache ID.
  [OK]          spec                  2   Docker Windows.
  [OK]          spec                  3   Docker UNIX.
  [FAIL]        tar_transfer          0   Long filename.
  [FAIL]        manifest              0   Copy using manifest.bash.
  [FAIL]        manifest              1   Copy using Manifest.
  [OK]          process               0   Execute a process.
  [OK]          process               1   Read stdout of a process.
  [FAIL]        build                 0   Simple.
  [FAIL]        build                 1   Prune.
  [FAIL]        build                 2   Concurrent.
  [FAIL]        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]        tar_transfer          0   Long filename.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] Test copy length 80 
test.exe: [INFO] length: 124 /tmp/build_c69abc_dune/test-copy-src-5c05a0/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
[exception] Unix.Unix_error(Unix.EOVERFLOW, "readdir", "")
            Raised by primitive operation at Lwt_unix.self_result in file "src/unix/lwt_unix.cppo.ml", line 242, characters 14-31
            Re-raised at Lwt_unix.files_of_directory.(fun) in file "src/unix/lwt_unix.cppo.ml", line 1406, characters 17-32
            Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19
            Re-raised at Lwt_stream.feed in file "src/core/lwt_stream.ml", line 383, characters 10-21
            Called from Lwt.Sequential_composition.catch.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 2039, characters 16-21
            Re-raised at Lwt_stream.feed in file "src/core/lwt_stream.ml", line 383, characters 10-21
            Called from Lwt.Sequential_composition.catch.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 2039, characters 16-21
            
Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/tar_transfer.000.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        manifest              0   Copy using manifest.bash.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] Exec "which" "bash"
test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_c69abc_dune/test-copy-bash-243637" "/" 0  1 'file'"
ASSERT File
test.exe: [INFO] Exec "which" "bash"
test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_c69abc_dune/test-copy-bash-243637" "/" 0  1 './file'"
ASSERT File relative
test.exe: [INFO] Exec "which" "bash"
test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_c69abc_dune/test-copy-bash-243637" "/" 0  1 '/file'"
ASSERT File absolute
test.exe: [INFO] Exec "which" "bash"
test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_c69abc_dune/test-copy-bash-243637" "/" 0  1 'file2'"
ASSERT Missing
test.exe: [INFO] Exec "which" "bash"
test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_c69abc_dune/test-copy-bash-243637" "/" 0  1 'file/file2'"
ASSERT Not dir
test.exe: [INFO] Exec "which" "bash"
test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_c69abc_dune/test-copy-bash-243637" "/" 0  1 '../file'"
ASSERT Parent
test.exe: [INFO] Exec "which" "bash"
test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_c69abc_dune/test-copy-bash-243637" "/" 0  1 'link'"
ASSERT Link
test.exe: [INFO] Exec "which" "bash"
test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_c69abc_dune/test-copy-bash-243637" "/" 0  1 'link/file'"
ASSERT Follow link
test.exe: [INFO] Exec "which" "bash"
test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_c69abc_dune/test-copy-bash-243637" "/" 1 'file' 1 ''"
ASSERT Tree
test.exe: [INFO] Exec "which" "bash"
test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_c69abc_dune/test-copy-bash-243637" "/" 0  1 '.'"
ASSERT Tree
test.exe: [INFO] Exec "which" "bash"
test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_c69abc_dune/test-copy-bash-243637" "/" 0  1 'dir1/dir2/file2'"
ASSERT Nested file
test.exe: [INFO] Exec "which" "bash"
test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_c69abc_dune/test-copy-bash-243637" "/" 0  1 'dir1'"
ASSERT Tree
[exception] Unix.Unix_error(Unix.EOVERFLOW, "readdir", "")
            Raised by primitive operation at Lwt_unix.self_result in file "src/unix/lwt_unix.cppo.ml", line 242, characters 14-31
            Re-raised at Lwt_unix.files_of_directory.(fun) in file "src/unix/lwt_unix.cppo.ml", line 1406, characters 17-32
            Called from Lwt_unix.files_of_directory.(fun) in file "src/unix/lwt_unix.cppo.ml", line 1402, characters 12-182
            Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19
            Re-raised at Lwt_stream.feed in file "src/core/lwt_stream.ml", line 383, characters 10-21
            Called from Lwt.Sequential_composition.catch.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 2039, characters 16-21
            Re-raised at Lwt_stream.feed in file "src/core/lwt_stream.ml", line 383, characters 10-21
            Called from Lwt.Sequential_composition.catch.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 2039, characters 16-21
            
Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/manifest.000.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        manifest              1   Copy using Manifest.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT File
ASSERT File relative
ASSERT File absolute
ASSERT Missing
ASSERT Not dir
ASSERT Parent
ASSERT Link
ASSERT Follow link
ASSERT Tree
ASSERT Tree
ASSERT Nested file
ASSERT Tree
[exception] Unix.Unix_error(Unix.EOVERFLOW, "readdir", "")
            Raised by primitive operation at Lwt_unix.self_result in file "src/unix/lwt_unix.cppo.ml", line 242, characters 14-31
            Re-raised at Lwt_unix.files_of_directory.(fun) in file "src/unix/lwt_unix.cppo.ml", line 1406, characters 17-32
            Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19
            Re-raised at Lwt_stream.feed in file "src/core/lwt_stream.ml", line 383, characters 10-21
            Called from Lwt.Sequential_composition.catch.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 2039, characters 16-21
            Re-raised at Lwt_stream.feed in file "src/core/lwt_stream.ml", line 383, characters 10-21
            Called from Lwt.Sequential_composition.catch.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 2039, characters 16-21
            
Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/manifest.001.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 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_c69abc_dune/mock-store-c92fcf/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-c92fcf/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-0"
exec: [|docker; export; --; base-0|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_c69abc_dune/mock-store-c92fcf/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-c92fcf/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-0"
exec: [|docker; rm; --force; --; base-0|]
docker rm --force "base-0"
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] b: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b: "/: (run (shell Append))"
test.exe: [INFO] b: "Append\n"
test.exe: [INFO] b: "---> saved as \"a16a57b254ca5fe6ca5f34ab5ed0e56d9f38e13c62f7de9d876addd2061f678e\""
ASSERT Final result
test.exe: [INFO] b: "(from base)"
test.exe: [INFO] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EOVERFLOW, "lstat", "/tmp/build_c69abc_dune/mock-store-c92fcf/logs/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2.log")
[exception] Unix.Unix_error(Unix.EOVERFLOW, "readdir", "")
            Raised by primitive operation at Lwt_unix.self_result in file "src/unix/lwt_unix.cppo.ml", line 242, characters 14-31
            Re-raised at Lwt_unix.files_of_directory.(fun) in file "src/unix/lwt_unix.cppo.ml", line 1406, characters 17-32
            Called from Lwt_unix.files_of_directory.(fun) in file "src/unix/lwt_unix.cppo.ml", line 1402, characters 12-182
            Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19
            Re-raised at Lwt_stream.feed in file "src/core/lwt_stream.ml", line 383, characters 10-21
            Called from Lwt.Sequential_composition.catch.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 2039, characters 16-21
            Re-raised at Lwt_stream.feed in file "src/core/lwt_stream.ml", line 383, characters 10-21
            Called from Lwt.Sequential_composition.catch.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 2039, characters 16-21
            
Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.000.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 1   Prune.
└──────────────────────────────────────────────────────────────────────────────┘
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_c69abc_dune/mock-store-ee287b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-ee287b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-1"
exec: [|docker; export; --; base-1|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_c69abc_dune/mock-store-ee287b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-ee287b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-1"
exec: [|docker; rm; --force; --; base-1|]
docker rm --force "base-1"
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] b: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b: "/: (run (shell Append))"
test.exe: [INFO] b: "Append\n"
test.exe: [INFO] b: "---> saved as \"a16a57b254ca5fe6ca5f34ab5ed0e56d9f38e13c62f7de9d876addd2061f678e\""
ASSERT Final result
test.exe: [INFO] Pruning 10 items
test.exe: [INFO] Pruned 0 items
ASSERT Nothing before start time
test.exe: [INFO] Pruning 10 items
test.exe: [INFO] Deleting "a16a57b254ca5fe6ca5f34ab5ed0e56d9f38e13c62f7de9d876addd2061f678e"
test.exe: [INFO] Deleting "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2"
test.exe: [INFO] Pruned 2 items
ASSERT Prune
[exception] Unix.Unix_error(Unix.EOVERFLOW, "readdir", "")
            Raised by primitive operation at Lwt_unix.self_result in file "src/unix/lwt_unix.cppo.ml", line 242, characters 14-31
            Re-raised at Lwt_unix.files_of_directory.(fun) in file "src/unix/lwt_unix.cppo.ml", line 1406, characters 17-32
            Called from Lwt_unix.files_of_directory.(fun) in file "src/unix/lwt_unix.cppo.ml", line 1402, characters 12-182
            Called from Lwt_stream.feed.(fun) in file "src/core/lwt_stream.ml", line 378, characters 12-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2014, characters 10-14
            Re-raised at Lwt_stream.feed in file "src/core/lwt_stream.ml", line 383, characters 10-21
            Called from Lwt_stream.feed in file "src/core/lwt_stream.ml", line 376, characters 8-271
            Called from Lwt_stream.get_rec in file "src/core/lwt_stream.ml", line 444, characters 4-10
            Called from Lwt_stream.get in file "src/core/lwt_stream.ml" (inlined), line 450, characters 12-28
            Called from Lwt_stream.concat.next.(fun) in file "src/core/lwt_stream.ml", line 1046, characters 6-15
            Called from Lwt_stream.feed.(fun) in file "src/core/lwt_stream.ml", line 378, characters 12-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2014, characters 10-14
            Re-raised at Lwt_stream.feed in file "src/core/lwt_stream.ml", line 383, characters 10-21
            Called from Lwt_stream.feed in file "src/core/lwt_stream.ml", line 376, characters 8-271
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 883, characters 4-10
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2289, characters 21-28
            Called from Lwt.Sequential_composition.try_bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 2154, characters 16-20
            
Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.001.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 2   Concurrent.
└──────────────────────────────────────────────────────────────────────────────┘
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_c69abc_dune/mock-store-af4b3d/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-af4b3d/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-2"
exec: [|docker; export; --; base-2|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_c69abc_dune/mock-store-af4b3d/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-af4b3d/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-2"
exec: [|docker; rm; --force; --; base-2|]
docker rm --force "base-2"
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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EOVERFLOW, "lstat", "/tmp/build_c69abc_dune/mock-store-af4b3d/logs/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2.log")
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1965, 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.callback in file "src/core/lwt.ml", line 1965, characters 26-31

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


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 3   Concurrent failure.
└──────────────────────────────────────────────────────────────────────────────┘
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_c69abc_dune/mock-store-db2819/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-db2819/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-3"
exec: [|docker; export; --; base-3|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_c69abc_dune/mock-store-db2819/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-db2819/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-3"
exec: [|docker; rm; --force; --; base-3|]
docker rm --force "base-3"
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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EOVERFLOW, "lstat", "/tmp/build_c69abc_dune/mock-store-db2819/logs/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2.log")
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1965, 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.callback in file "src/core/lwt.ml", line 1965, characters 26-31

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


┌──────────────────────────────────────────────────────────────────────────────┐
[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_c69abc_dune/mock-store-dbbec5/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-dbbec5/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_c69abc_dune/mock-store-dbbec5/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-dbbec5/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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EOVERFLOW, "lstat", "/tmp/build_c69abc_dune/mock-store-dbbec5/logs/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2.log")
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1965, 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.callback in file "src/core/lwt.ml", line 1965, 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_c69abc_dune/mock-store-292df2/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-292df2/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_c69abc_dune/mock-store-292df2/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-292df2/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 1965, 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.callback in file "src/core/lwt.ml", line 1965, 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_c69abc_dune/mock-store-32236a/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-32236a/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_c69abc_dune/mock-store-32236a/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-32236a/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 1965, 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.callback in file "src/core/lwt.ml", line 1965, 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_c69abc_dune/mock-store-480af3/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-480af3/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_c69abc_dune/mock-store-480af3/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-480af3/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 1965, 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.callback in file "src/core/lwt.ml", line 1965, 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_c69abc_dune/mock-store-85e346/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-85e346/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_c69abc_dune/mock-store-85e346/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-85e346/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 1965, 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.callback in file "src/core/lwt.ml", line 1965, 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_c69abc_dune/mock-store-c9c4e2/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-c9c4e2/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_c69abc_dune/mock-store-c9c4e2/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-c9c4e2/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 1965, 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.callback in file "src/core/lwt.ml", line 1965, 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_c69abc_dune/mock-store-b43bc6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-b43bc6/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_c69abc_dune/mock-store-b43bc6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-b43bc6/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
ASSERT Build 1 result
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1965, 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 Dune__exe__Test.test_delete.(fun) in file "test/test.ml", line 414, characters 2-65
Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19

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_c69abc_dune/mock-store-5ccb0f/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-5ccb0f/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_c69abc_dune/mock-store-5ccb0f/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-5ccb0f/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
ASSERT Final result
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1965, 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 Dune__exe__Test.test_secrets_simple.(fun) in file "test/test.ml", line 783, characters 2-80
Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19

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_c69abc_dune/mock-store-ea4d23/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_c69abc_dune/mock-store-ea4d23/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_c69abc_dune/mock-store-ea4d23/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_c69abc_dune/mock-store-ea4d23/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
ASSERT Final result
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1965, 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 Dune__exe__Test.test_secrets_not_provided.(fun) in file "test/test.ml", line 773, characters 2-118
Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19

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

Full test results in `/src/_build/default/test/_build/_tests/OBuilder'.
16 failures! in 110.720s. 22 tests run.
"/usr/bin/linux32" "/bin/sh" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-12-16 02:00.35: Job failed: Failed: Build failed