Organisationsocurrentobuilderfde3bb ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 19:04.38: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/180/head (fde3bb09a28ef08db87672cb54f71df89c831a4e) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/180/head" && git reset --hard fde3bb09
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85
# debian-12-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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 './'
ENV DEPS="alcotest.1.7.0 alcotest-lwt.1.7.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 biniou.1.2.0 camlp-streams.5.0.1 checkseum.0.3.1 cmdliner.1.2.0 conf-pkg-config.1.0 conf-sqlite3.1 conf-which.1 cppo.1.6.1 crunch.3.3.1 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.4.0 decompress.1.5.1 dune.3.7.0 dune-configurator.2.9.0 easy-format.1.0.1 extunix.0.4.0 fmt.0.8.9 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.5.6.1 num.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 optint.0.1.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_sexp_conv.v0.14.3 ppxlib.0.24.0 ptime.0.8.1 re.1.7.2 result.1.5 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 sha.1.15.4 sqlite3.3.0.0 stdlib-shims.0.3.0 tar.2.4.0 tar-unix.2.4.0 topkg.1.0.3 uchar.0.0.2 uutf.1.0.1 yojson.1.6.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-05-10 19:04.38: Using cache hint "ocurrent/obuilder-ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85-debian-12-4.14_opam-2.1-a7bb3fc1547e2ca9236f5d65e3cf3f04"
2024-05-10 19:04.38: Using OBuilder spec:
((from ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85)
 (comment debian-12-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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 './'"))
 (env DEPS "alcotest.1.7.0 alcotest-lwt.1.7.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 biniou.1.2.0 camlp-streams.5.0.1 checkseum.0.3.1 cmdliner.1.2.0 conf-pkg-config.1.0 conf-sqlite3.1 conf-which.1 cppo.1.6.1 crunch.3.3.1 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.4.0 decompress.1.5.1 dune.3.7.0 dune-configurator.2.9.0 easy-format.1.0.1 extunix.0.4.0 fmt.0.8.9 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.5.6.1 num.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 optint.0.1.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_sexp_conv.v0.14.3 ppxlib.0.24.0 ptime.0.8.1 re.1.7.2 result.1.5 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 sha.1.15.4 sqlite3.3.0.0 stdlib-shims.0.3.0 tar.2.4.0 tar-unix.2.4.0 topkg.1.0.3 uchar.0.0.2 uutf.1.0.1 yojson.1.6.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.1 --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"))
)


2024-05-10 19:04.38: Waiting for resource in pool OCluster
2024-05-11 11:14.12: Waiting for worker…
2024-05-11 11:18.26: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at fde3bb0 Overlayfs backend


(from ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85)
2024-05-11 11:18.26 ---> using "8996bcdb05f2890613e4a5e164dd9dd2f7c66284ebfc49b1df9eef1d9b3fb2b6" from cache


/: (comment debian-12-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 11:18.26 ---> using "3fdb1e75f44987c576dd516b384d193513f5ddcb99bb76ede24e0fee9a87d0d3" from cache


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


Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 11:18.26 ---> using "837f1c921195f81be5a563be012c9c22b2758b4b3e12aa2041ce209afd8c451d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 11:18.26 ---> using "d36534f2839e87000e4662e84d0d3847dab1994f11fe6787d9a8e290b4ced637" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 11:18.26 ---> using "0e05757ab7a17e3305d283ca4ffcdf0a190928d8245e63046b734f0e2c628b9f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 11:18.26 ---> using "36bdbb2e8ccf840cbe2033975360081c400a691e95299527a09ca1b8aef4fd44" from cache


/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2024-05-11 11:18.26 ---> saved as "daec94b1da5455adb5d15733a8da77f383069476ff98062710c4a14e1c92fed1"


/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)
2024-05-11 11:18.29 ---> saved as "52a2734ec411c2788a5ddd5e3f60003a1a48ade8f260dcbf9c485c085498b064"


/src: (env DEPS "alcotest.1.7.0 alcotest-lwt.1.7.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 biniou.1.2.0 camlp-streams.5.0.1 checkseum.0.3.1 cmdliner.1.2.0 conf-pkg-config.1.0 conf-sqlite3.1 conf-which.1 cppo.1.6.1 crunch.3.3.1 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.4.0 decompress.1.5.1 dune.3.7.0 dune-configurator.2.9.0 easy-format.1.0.1 extunix.0.4.0 fmt.0.8.9 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.5.6.1 num.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 optint.0.1.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_sexp_conv.v0.14.3 ppxlib.0.24.0 ptime.0.8.1 re.1.7.2 result.1.5 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 sha.1.15.4 sqlite3.3.0.0 stdlib-shims.0.3.0 tar.2.4.0 tar-unix.2.4.0 topkg.1.0.3 uchar.0.0.2 uutf.1.0.1 yojson.1.6.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.1 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (924 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obuilder.dev] synchronised (no changes)
[obuilder-spec.dev] synchronised (no changes)


[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"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-11 11:18.46 ---> saved as "2d1f40ff9ae695858b72da619daeaec9b0f4e8fb4637ea5a974e59aec79a4597"


/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 cmdliner            1.2.0
  - install jbuilder            1.0+beta20.1
  - install ocamlbuild          0.14.0
  - install ocamlfind           1.9.1
  - install conf-pkg-config     1.0
  - install conf-which          1
  - install dune                3.7.0
  - install ppx_derivers        1.0
  - install ocaml-compiler-libs v0.11.0
  - install uchar               0.0.2
  - install topkg               1.0.3
  - install num                 1.0
  - install easy-format         1.0.1
  - install base-bytes          base
  - install conf-sqlite3        1
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.14.0
  - install seq                 0.2.2
  - install result              1.5
  - install optint              0.1.0
  - install ocaml-syntax-shims  1.0.0
  - install camlp-streams       5.0.1
  - install bigarray-compat     1.0.0
  - install uutf                1.0.1
  - install astring             0.8.5
  - install biniou              1.2.0
  - install re                  1.7.2
  - install cppo                1.6.1
  - install sqlite3             3.0.0
  - install sha                 1.15.4
  - install ppxlib              0.24.0
  - install fmt                 0.8.9
  - install ptime               0.8.1
  - install csexp               1.3.1
  - install cstruct             6.0.0
  - install fpath               0.7.3
  - install yojson              1.6.0
  - install ocplib-endian       1.0
  - install ppx_deriving        5.2
  - install alcotest            1.7.0
  - install crunch              3.3.1
  - install dune-configurator   2.9.0
  - install lwt                 5.6.1
  - install extunix             0.4.0
  - install checkseum           0.3.1
  - install base                v0.14.2
  - install logs                0.6.3
  - install cstruct-lwt         3.4.0
  - install decompress          1.5.1
  - install ppx_sexp_conv       v0.14.3
  - install parsexp             v0.14.1
  - install alcotest-lwt        1.7.0
  - install tar                 2.4.0
  - install sexplib             v0.14.0
  - install tar-unix            2.4.0
===== 55 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved alcotest-lwt.1.7.0  (cached)
-> retrieved base.v0.14.2  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved biniou.1.2.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved checkseum.0.3.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-pkg-config.1.0
-> installed conf-which.1
-> retrieved crunch.3.3.1  (cached)
-> retrieved csexp.1.3.1  (cached)
-> retrieved cstruct.6.0.0  (cached)
-> installed conf-sqlite3.1
-> retrieved cstruct-lwt.3.4.0  (cached)
-> retrieved decompress.1.5.1  (cached)
-> retrieved easy-format.1.0.1  (cached)
-> retrieved extunix.0.4.0  (cached)
-> retrieved fmt.0.8.9  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved dune-configurator.2.9.0  (cached)
-> retrieved dune.3.7.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved logs.0.6.3  (cached)
-> retrieved lwt.5.6.1  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved optint.0.1.0  (cached)
-> retrieved parsexp.v0.14.1  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_deriving.5.2  (cached)
-> retrieved ppx_sexp_conv.v0.14.3  (cached)
-> retrieved ptime.0.8.1  (cached)
-> retrieved result.1.5  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved ppxlib.0.24.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved sqlite3.3.0.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tar.2.4.0  (cached)
-> retrieved tar-unix.2.4.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved topkg.1.0.3  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved yojson.1.6.0  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed easy-format.1.0.1
-> installed num.1.0
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed biniou.1.2.0
-> installed cppo.1.6.1
-> installed re.1.7.2
-> installed ocaml-compiler-libs.v0.11.0
-> installed sqlite3.3.0.0
-> installed topkg.1.0.3
-> installed ocplib-endian.1.0
-> installed astring.0.8.5
-> installed uutf.1.0.1
-> installed dune.3.7.0
-> installed bigarray-compat.1.0.0
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed optint.0.1.0
-> installed fpath.0.7.3
-> installed seq.0.2.2
-> installed sexplib0.v0.14.0
-> installed csexp.1.3.1
-> installed cstruct.6.0.0
-> installed ocaml-syntax-shims.1.0.0
-> installed sha.1.15.4
-> installed yojson.1.6.0
-> installed fmt.0.8.9
-> installed ptime.0.8.1
-> installed dune-configurator.2.9.0
-> installed crunch.3.3.1
-> installed alcotest.1.7.0
-> installed checkseum.0.3.1
-> installed decompress.1.5.1
-> installed tar.2.4.0
-> installed lwt.5.6.1
-> installed cstruct-lwt.3.4.0
-> installed tar-unix.2.4.0
-> installed logs.0.6.3
-> installed alcotest-lwt.1.7.0
-> installed base.v0.14.2
-> installed parsexp.v0.14.1
-> installed sexplib.v0.14.0
-> installed ppxlib.0.24.0
-> installed ppx_sexp_conv.v0.14.3
-> installed ppx_deriving.5.2
-> installed extunix.0.4.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 11:19.47 ---> saved as "60ff51ee40877a5082e653ad27b1597bb7c88ab5b9b5813a6c259e8caa48817a"


/src: (copy (src .) (dst /src))
2024-05-11 11:19.47 ---> saved as "1567d9138156922ae57b5d1dece6ade0f9eedc4dc9b86de8c7bd4e84a45ed891"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.14/lib/biniou/biniou.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
(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 `189JLDZI'.


  [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.
  [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]        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_947e9d_dune/mock-store-072aef/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-072aef/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_947e9d_dune/mock-store-072aef/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-072aef/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] b: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b: "/: (run (shell Append))"
test.exe: [INFO] b: "Append\n"
test.exe: [INFO] b: "---> using \"a16a57b254ca5fe6ca5f34ab5ed0e56d9f38e13c62f7de9d876addd2061f678e\" from cache"
ASSERT Final result cached
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
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_947e9d_dune/mock-store-e5ff32/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-e5ff32/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_947e9d_dune/mock-store-e5ff32/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-e5ff32/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
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
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_947e9d_dune/mock-store-76e24b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-76e24b/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_947e9d_dune/mock-store-76e24b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-76e24b/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] b2: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b2: "/: (run (shell A))"
test.exe: [INFO] b2: "A\n"
test.exe: [INFO] b1: "---> saved as \"565f16d718a4939be1275726ddfdce38a7e0fa7d29c762ccf04ed5990a72b79e\""
test.exe: [INFO] b1: "/: (run (shell B))"
test.exe: [INFO] b2: "---> saved as \"565f16d718a4939be1275726ddfdce38a7e0fa7d29c762ccf04ed5990a72b79e\""
test.exe: [INFO] b2: "/: (run (shell C))"
test.exe: [INFO] b1: "B\n"
test.exe: [INFO] b1: "---> saved as \"94cb51e009a16caa66b5a4324178462af3aff518e581a9989a9fb089308a04b8\""
test.exe: [INFO] b2: "C\n"
test.exe: [INFO] b2: "---> saved as \"aa402af9dcccb07e93452271890c0ad96174b26bb2aa17d87d792ce6ca365f5d\""
ASSERT Final result
ASSERT Final result
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
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_947e9d_dune/mock-store-b6b652/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-b6b652/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_947e9d_dune/mock-store-b6b652/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-b6b652/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] b2: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b2: "/: (run (shell A))"
test.exe: [INFO] b2: "A\n"
ASSERT B1 result
ASSERT B2 result
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
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_947e9d_dune/mock-store-644401/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-644401/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_947e9d_dune/mock-store-644401/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-644401/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))"
test.exe: [INFO] b2: "A\n"
ASSERT B1 result
ASSERT B2 result
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
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_947e9d_dune/mock-store-271ddc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-271ddc/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_947e9d_dune/mock-store-271ddc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-271ddc/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|]
test.exe: [INFO] b: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b: "/: (run (shell Wait))"
test.exe: [INFO] b: "Wait\n"
test.exe: [INFO] User cancelled job (users now = 0)
ASSERT Final result
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
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_947e9d_dune/mock-store-65f8b2/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-65f8b2/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_947e9d_dune/mock-store-65f8b2/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-65f8b2/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|]
test.exe: [INFO] b1: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b1: "/: (run (shell Wait))"
test.exe: [INFO] b1: "Wait\n"
test.exe: [INFO] b2: "(from base)"
test.exe: [INFO] b2: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b2: "/: (run (shell Wait))"
test.exe: [INFO] b2: "Wait\n"
test.exe: [INFO] User cancelled job (users now = 1)
ASSERT User 1 result
test.exe: [INFO] b2: "---> saved as \"ba52e3a9663cca21669a82be63fa37749cc9d51dfcd50f363f4cfe1b250e8255\""
ASSERT Final result
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
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_947e9d_dune/mock-store-fe62d4/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-fe62d4/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_947e9d_dune/mock-store-fe62d4/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-fe62d4/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|]
test.exe: [INFO] b1: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b1: "/: (run (shell Wait))"
test.exe: [INFO] b1: "Wait\n"
test.exe: [INFO] b2: "(from base)"
test.exe: [INFO] b2: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b2: "/: (run (shell Wait))"
test.exe: [INFO] b2: "Wait\n"
test.exe: [INFO] User cancelled job (users now = 1)
ASSERT User 1 result
test.exe: [INFO] User cancelled job (users now = 0)
ASSERT User 2 result
ASSERT Build cancelled
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
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_947e9d_dune/mock-store-c249f6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-c249f6/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_947e9d_dune/mock-store-c249f6/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-c249f6/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|]
test.exe: [INFO] b1: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b1: "/: (run (shell Wait))"
test.exe: [INFO] b1: "Wait\n"
test.exe: [INFO] b2: "(from base)"
test.exe: [INFO] b2: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b2: "/: (run (shell Wait))"
test.exe: [INFO] b2: "Wait\n"
ASSERT User 1 result
test.exe: [INFO] b3: "(from base)"
test.exe: [INFO] b3: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b3: "/: (run (shell Wait))"
test.exe: [INFO] b3: "Wait\n"
test.exe: [INFO] b2: "---> saved as \"ba52e3a9663cca21669a82be63fa37749cc9d51dfcd50f363f4cfe1b250e8255\""
test.exe: [INFO] b3: "---> saved as \"ba52e3a9663cca21669a82be63fa37749cc9d51dfcd50f363f4cfe1b250e8255\""
ASSERT User 2 result
ASSERT User 3 result
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
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_947e9d_dune/mock-store-8defa1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-8defa1/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_947e9d_dune/mock-store-8defa1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-8defa1/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|]
test.exe: [INFO] b1: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b1: "/: (run (shell Wait))"
test.exe: [INFO] b1: "Wait\n"
test.exe: [INFO] User cancelled job (users now = 0)
ASSERT User 1 result
test.exe: [INFO] b2: "(from base)"
test.exe: [INFO] b2: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b2: "/: (run (shell Wait))"
test.exe: [INFO] b2: "Waiting for previous build to finish cancelling"
test.exe: [INFO] b2: "Wait\n"
test.exe: [INFO] b2: "---> saved as \"ba52e3a9663cca21669a82be63fa37749cc9d51dfcd50f363f4cfe1b250e8255\""
ASSERT User 2 result
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
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_947e9d_dune/mock-store-889225/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-889225/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_947e9d_dune/mock-store-889225/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-889225/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|]
test.exe: [INFO] b1: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b1: "/: (run (shell A))"
test.exe: [INFO] b1: "A\n"
test.exe: [INFO] b1: "---> saved as \"565f16d718a4939be1275726ddfdce38a7e0fa7d29c762ccf04ed5990a72b79e\""
test.exe: [INFO] b1: "/: (run (shell B))"
test.exe: [INFO] b1: "B\n"
test.exe: [INFO] b1: "---> saved as \"94cb51e009a16caa66b5a4324178462af3aff518e581a9989a9fb089308a04b8\""
ASSERT Build 1 result
ASSERT Deleted 2 items
test.exe: [INFO] b2: "(from base)"
test.exe: [INFO] b2: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b2: "/: (run (shell A))"
test.exe: [INFO] b2: "A\n"
test.exe: [INFO] b2: "---> saved as \"565f16d718a4939be1275726ddfdce38a7e0fa7d29c762ccf04ed5990a72b79e\""
test.exe: [INFO] b2: "/: (run (shell B))"
test.exe: [INFO] b2: "B\n"
test.exe: [INFO] b2: "---> saved as \"94cb51e009a16caa66b5a4324178462af3aff518e581a9989a9fb089308a04b8\""
ASSERT Build 2 result
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
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_947e9d_dune/mock-store-ae2837/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-ae2837/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_947e9d_dune/mock-store-ae2837/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-ae2837/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|]
test.exe: [INFO] b: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b: "/: (run (secrets (test (target /testsecret)) (test2 (target /run/secrets/test2)))\n        (shell Append))"
test.exe: [INFO] b: "Append\n"
test.exe: [INFO] b: "---> saved as \"c8b43683cf1c63bfbab4cb0a12569ecc2cc91168b39c429b61be5616bd97acd6\""
ASSERT Final result
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
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_947e9d_dune/mock-store-8bce0d/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_947e9d_dune/mock-store-8bce0d/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_947e9d_dune/mock-store-8bce0d/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_947e9d_dune/mock-store-8bce0d/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|]
test.exe: [INFO] b: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b: "/: (run (secrets (test (target /run/secrets/test)))\n        (shell Append))"
ASSERT Final result
[failure] Could not close database! It is busy.
          Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
          Called from Obuilder__Build.Make.finish in file "lib/build.ml", line 327, characters 4-24
          Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2251, 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 2132, characters 23-27
          
Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/secrets.001.output'.
 ──────────────────────────────────────────────────────────────────────────────


Full test results in `/src/_build/default/test/_build/_tests/OBuilder'.
13 failures! in 0.320s. 22 tests run.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 11:19.51: Job failed: Failed: Build failed