Organisationsocurrentobuilder502c87 ()windows-server-2022-4.14_opam-2.2

windows-server-2022-4.14_opam-2.2

Logs

Show full logs
2024-10-28 18:32.53: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/195/head (502c87c6d502c5119d40986d1212330c94bb3181) (test:windows-server-2022-4.14_opam-2.2)
Base: windows-server-2022-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/195/head" && git reset --hard 502c87c6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-ocaml-4.14
# windows-server-2022-4.14_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 63cfa2da7451530777c99ac51ebfc3a717cff962 || git fetch origin master) && git reset -q --hard 63cfa2da7451530777c99ac51ebfc3a717cff962 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam /Users/opam/Documents/./
RUN opam pin add -yn obuilder.dev '/Users/opam/Documents/./' && \
    opam pin add -yn obuilder-spec.dev '/Users/opam/Documents/./'
ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 arch-x86_64.1 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.7.0 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 extunix.0.4.2 flexdll.0.43 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt.5.8.0 mingw-w64-shims.0.2.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 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.33.0 ptime.1.2.0 re.1.12.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 system-mingw.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/Documents
RUN cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-10-28 18:32.53: Using cache hint "ocurrent/obuilder-windows-server-2022-ocaml-4.14-windows-server-2022-4.14_opam-2.2-0bc1e9844aaf24699955a9283d255692"
2024-10-28 18:32.53: Using OBuilder spec:
((from windows-server-2022-ocaml-4.14)
 (comment windows-server-2022-4.14_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 63cfa2da7451530777c99ac51ebfc3a717cff962 || git fetch origin master) && git reset -q --hard 63cfa2da7451530777c99ac51ebfc3a717cff962 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src obuilder.opam obuilder-spec.opam) (dst /Users/opam/Documents/./))
 (run (network host)
      (shell  "opam pin add -yn obuilder.dev '/Users/opam/Documents/./' && \
             \nopam pin add -yn obuilder-spec.dev '/Users/opam/Documents/./'"))
 (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 arch-x86_64.1 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.7.0 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 extunix.0.4.2 flexdll.0.43 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt.5.8.0 mingw-w64-shims.0.2.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 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.33.0 ptime.1.2.0 re.1.12.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 system-mingw.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))
 (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /Users/opam/Documents))
 (run (shell "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-10-28 18:32.53: Waiting for resource in pool OCluster
2024-10-29 00:06.59: Waiting for worker…
2024-10-29 01:44.53: Got resource from pool OCluster
Building on alpha
All commits already cached
HEAD is now at 502c87c Add cygsympathy to base images

(from windows-server-2022-ocaml-4.14)
2024-10-29 01:44.53 ---> using "dca183f00f9c8145447bdf8b51d17b6257e7f9880011947f8ed16449b5ac4c29" from cache

/: (comment windows-server-2022-4.14_opam-2.2)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-10-29 01:44.53 ---> using "48953ddf02e57e4d983259e75a775cbd4466818b4708048c926558f7b08f54b3" from cache

/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.

<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>

opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.

How should opam obtain Unix tools?
> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)
  2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)
  3. Use Cygwin installation found in C:\cygwin64
  4. Use another existing Cygwin/MSYS2 installation
  5. Abort initialisation

[1/2/3/4/5] 1
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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from file://C:/Users/opam/opam-repository
2024-10-29 01:44.53 ---> using "2a10efc10f1937ea804ddd34e22b68952f9144c42211b0e87f1fa834e77cc9c4" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.4-1.x86_64
The OCaml toplevel, version 4.14.2
2.2.1
2024-10-29 01:44.53 ---> using "41ad6da2afd0643107458c4ad95b5d94cf37de63fe4e7447d4122b0af5d1d78f" from cache

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 63cfa2da7451530777c99ac51ebfc3a717cff962 || git fetch origin master) && git reset -q --hard 63cfa2da7451530777c99ac51ebfc3a717cff962 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   924ed6223c..56e31a3bc1  master     -> origin/master
63cfa2da74 Merge pull request #26797 from raphael-proust/lwt-5-8-0-is-ok-on-windows

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/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-10-29 01:44.53 ---> using "6c6aefaea61eccce99606998e3fadf358eab296da6128e0c2682d1b037556cbe" from cache

/: (copy (src obuilder.opam obuilder-spec.opam)
         (dst /Users/opam/Documents/./))
2024-10-29 01:44.53 ---> using "3734082ae1fe6f771a556e99eec9f3de62eaaf29f2ebb93b304bf074365ea6f1" from cache

/: (run (network host)
        (shell  "opam pin add -yn obuilder.dev '/Users/opam/Documents/./' && \
               \nopam pin add -yn obuilder-spec.dev '/Users/opam/Documents/./'"))
[obuilder.dev] synchronised (file://C:/Users/opam/Documents/.)
obuilder is now pinned to file://C:/Users/opam/Documents/. (version dev)
[obuilder-spec.dev] synchronised (file://C:/Users/opam/Documents/.)
obuilder-spec is now pinned to file://C:/Users/opam/Documents/. (version dev)
2024-10-29 01:44.53 ---> using "ac94434b319149be9ec20c93bce8c65360df79428ea11d5c2011f83e217ec20e" from cache

/: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 arch-x86_64.1 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.7.0 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 extunix.0.4.2 flexdll.0.43 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt.5.8.0 mingw-w64-shims.0.2.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 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.33.0 ptime.1.2.0 re.1.12.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 system-mingw.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")

/: (env CI true)

/: (env OCAMLCI true)

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))

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

[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[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 mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).
[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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).

The following system packages will first need to be installed:
    mingw64-x86_64-sqlite3

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

+ C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe "--root" "C:\\cygwin64" "--quiet-mode" "unattended" "--no-shortcuts" "--no-startmenu" "--no-desktop" "--no-admin" "--no-version-check" "--no-write-registry" "--packages" "mingw64-x86_64-sqlite3"
- Starting cygwin install, version 2.932
- User has backup/restore rights
- User has symlink creation right
- Current Directory: C:\Windows\system32
- root: C:\cygwin64 system
- Changing gid to Administrators
- Selected local directory: C:\Windows\system32
- net: Preconfig
- site: https://cygwin.mirror.uk.sargasso.net/
- solving: 1 tasks, update: no, use test packages: no
- solving: 1 tasks, update: no, use test packages: no
- Augmented Transaction List:
-    0 install mingw64-x86_64-sqlite3 3.34.0-1 
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.uk.sargasso.net%2f/noarch/release/mingw64-x86_64-sqlite3/mingw64-x86_64-sqlite3-3.34.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.uk.sargasso.net%2f/noarch/release/mingw64-x86_64-sqlite3/mingw64-x86_64-sqlite3-3.34.0-1.tar.xz
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"
- Ending cygwin install
- NOTE: you should run 'diskperf -y' to enable the disk statistics
- NOTE: you should run 'diskperf -y' to enable the disk statistics
2024-10-29 01:44.53 ---> using "57e6143da9e9cca97b233434b862890002cd5dba8f1afa51df9b9384937a611a" from cache

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "opam install $DEPS"))
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[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 mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).
[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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
The following actions will be performed:
=== recompile 1 package
  - recompile mingw-w64-shims               0.2.0
=== install 50 packages
  - install   alcotest                      1.8.0
  - install   alcotest-lwt                  1.8.0
  - install   astring                       0.8.5
  - install   base                          v0.16.3
  - install   base-bytes                    base
  - install   camlp-streams                 5.0.1
  - install   checkseum                     0.5.2
  - install   cmdliner                      1.3.0
  - install   conf-bash                     1
  - install   conf-mingw-w64-sqlite3-x86_64 1
  - install   conf-pkg-config               3
  - install   conf-sqlite3                  1
  - install   cppo                          1.7.0
  - install   crunch                        3.3.1
  - install   csexp                         1.5.2
  - install   cstruct                       6.2.0
  - install   cstruct-lwt                   6.2.0
  - install   decompress                    1.5.3
  - install   dune                          3.16.0
  - install   dune-configurator             3.16.0
  - install   extunix                       0.4.2
  - install   fmt                           0.9.0
  - install   fpath                         0.7.3
  - install   logs                          0.7.0
  - install   lwt                           5.8.0
  - install   num                           1.5-1
  - install   ocaml-compiler-libs           v0.12.4
  - install   ocaml-syntax-shims            1.0.0
  - install   ocamlbuild                    0.15.0
  - install   ocamlfind                     1.9.5
  - 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.33.0
  - install   ptime                         1.2.0
  - install   re                            1.12.0
  - install   seq                           base
  - install   sexplib                       v0.16.0
  - install   sexplib0                      v0.16.0
  - install   sha                           1.15.4
  - install   sqlite3                       5.2.0
  - install   stdlib-shims                  0.3.0
  - install   tar                           2.6.0
  - install   tar-unix                      2.6.0
  - install   topkg                         1.0.7
  - install   uutf                          1.0.3
  - install   yojson                        2.2.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.7.0  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> retrieved decompress.1.5.3  (cached)
-> installed conf-bash.1
-> installed conf-pkg-config.3
-> retrieved fmt.0.9.0  (cached)
-> installed conf-mingw-w64-sqlite3-x86_64.1
-> retrieved extunix.0.4.2  (https://github.com/ygrek/extunix/releases/download/v0.4.2/extunix-0.4.2.tbz)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> installed conf-sqlite3.1
-> retrieved mingw-w64-shims.0.2.0  (cached)
-> removed   mingw-w64-shims.0.2.0
-> retrieved lwt.5.8.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> installed mingw-w64-shims.0.2.0
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.5  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved sqlite3.5.2.0  (https://github.com/mmottl/sqlite3-ocaml/releases/download/5.2.0/sqlite3-5.2.0.tbz)
-> retrieved tar.2.6.0, tar-unix.2.6.0  (https://github.com/mirage/ocaml-tar/releases/download/v2.6.0/tar-2.6.0.tbz)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.5-1
-> installed ocamlbuild.0.15.0
-> installed seq.base
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\4.14.2\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.5
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed crunch.3.3.1
-> installed cppo.1.7.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 ocplib-endian.1.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed dune-configurator.3.16.0
-> installed yojson.2.2.2
-> installed parsexp.v0.16.0
-> installed alcotest.1.8.0
-> installed checkseum.0.5.2
-> installed sqlite3.5.2.0
-> installed sexplib.v0.16.0
-> installed decompress.1.5.3
-> installed tar.2.6.0
-> installed lwt.5.8.0
-> installed base.v0.16.3
-> installed cstruct-lwt.6.2.0
-> installed ppxlib.0.33.0
-> installed tar-unix.2.6.0
-> installed logs.0.7.0
-> installed ppx_deriving.6.0.3
-> installed alcotest-lwt.1.8.0
-> installed ppx_sexp_conv.v0.16.0
-> installed extunix.0.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-29 01:44.53 ---> using "1fdaff22176529f38a7ea4f0301cd2d131b385f90470253afe418bde8341b30d" from cache

/: (copy (src .) (dst /Users/opam/Documents))
2024-10-29 01:44.55 ---> saved as "d4a62f0de00c73f0ef41d623042cff0fab53d9e3c243b00bbcbc6a1f34e71f72"

/: (run (shell "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && C:\Users\opam\AppData\Local\opam\4.14.2\bin\ocaml-crunch.exe ../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 `TYG61RG0'.

  [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.
  [SKIP]        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: 152 C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\test-copy-src-448db9\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
test.exe: [INFO] Test copy length 160 
test.exe: [INFO] length: 232 C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\test-copy-src-dd3d78\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
test.exe: [INFO] Test copy length 204 
test.exe: [INFO] length: 276 C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\test-copy-src-268003\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
[exception] Unix.Unix_error(Unix.ENOENT, "open", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\test-copy-src-268003\\aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa")
            Raised by primitive operation at Unix.readdir in file "unix.ml", line 482, characters 18-35
            Called from Lwt_unix.readdir_n.fill in file "src/unix/lwt_unix.cppo.ml", line 1350, characters 27-46
            Called from Unix.readdir in file "unix.ml", line 482, characters 18-35
            Called from Lwt_unix.readdir_n.fill in file "src/unix/lwt_unix.cppo.ml", line 1350, characters 27-46
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\tar_transfer.000.output'.
 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        manifest              0   Copy using manifest.bash.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] Exec "cygpath" "-m" "/usr/bin/bash"
test.exe: [INFO] Exec "cygpath" "-m" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\test-copy-bash-cd744e"
test.exe: [INFO] Exec "C:/cygwin64/bin/bash.exe" "--login" "-c" "exec ./manifest.bash "C:/Users/opam/AppData/Local/Temp/build_679f2e_dune/test-copy-bash-cd744e" "/" 0  1 "file""
ASSERT File
File "test/test.ml", line 668, character 2:
FAIL File

   Expected: `Ok
                (File(file 8e6537b695ff181bc341e32d8b8970485ac3513408e5eb1e8ba9fc5af1cd3f57))'

   Received: `Error
                "C:/cygwin64/bin/bash.exe" "--login" "-c" "exec ./manifest.bash "C:/Users/opam/AppData/Local/Temp/build_679f2e_dune/test-copy-bash-cd744e" "/" 0  1 "file"" failed with exit status 127'

Raised by primitive operation at Unix.readdir in file "unix.ml", line 482, characters 18-35
Called from Lwt_unix.readdir_n.fill in file "src/unix/lwt_unix.cppo.ml", line 1350, characters 27-46

Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\manifest.000.output'.
 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 0   Simple.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] b: "(from base)"
test.exe: [INFO] Base image not present; importing "base"…
test.exe: [INFO] Exec "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-dc0420\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-dc0420\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-dc0420\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-dc0420\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: "C:/: (run (shell Append))"
test.exe: [INFO] b: "Append\n"
test.exe: [INFO] b: "---> saved as \"43635db7c2b5b1b05815b16575230a3636071b80b7952f7f198241cd9e6fafce\""
ASSERT Final result
test.exe: [INFO] b: "(from base)"
test.exe: [INFO] b: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b: "C:/: (run (shell Append))"
test.exe: [INFO] b: "Append\n"
test.exe: [INFO] b: "---> using \"43635db7c2b5b1b05815b16575230a3636071b80b7952f7f198241cd9e6fafce\" from cache"
ASSERT Final result cached
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-dc0420\\state\\db\\db.sqlite")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2291, 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 2156, characters 16-20
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\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 "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-eccbd3\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-eccbd3\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-eccbd3\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-eccbd3\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: "C:/: (run (shell Append))"
test.exe: [INFO] b: "Append\n"
test.exe: [INFO] b: "---> saved as \"43635db7c2b5b1b05815b16575230a3636071b80b7952f7f198241cd9e6fafce\""
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 "43635db7c2b5b1b05815b16575230a3636071b80b7952f7f198241cd9e6fafce"
test.exe: [INFO] Deleting "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2"
test.exe: [INFO] Pruned 2 items
ASSERT Prune
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-eccbd3\\state\\db\\db.sqlite")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2291, 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 2156, characters 16-20
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\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 "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-062797\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-062797\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-062797\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-062797\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: "C:/: (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: "C:/: (run (shell A))"
test.exe: [INFO] b2: "A\n"
test.exe: [INFO] b1: "---> saved as \"c1a024738c1c15dd8a37a997ad435d9caac9e2fe64f7d3d64068e576a14262a8\""
test.exe: [INFO] b1: "C:/: (run (shell B))"
test.exe: [INFO] b2: "---> saved as \"c1a024738c1c15dd8a37a997ad435d9caac9e2fe64f7d3d64068e576a14262a8\""
test.exe: [INFO] b2: "C:/: (run (shell C))"
test.exe: [INFO] b1: "B\n"
test.exe: [INFO] b1: "---> saved as \"c4120959b3cbb41baa64835e5b4480449cbeda7ac577c1ca09d2ad632c96cae9\""
test.exe: [INFO] b2: "C\n"
test.exe: [INFO] b2: "---> saved as \"32a4c75ac7e673a2dff35bf5162cd85638ef8ed815ca46bd172b77a059b6ce7c\""
ASSERT Final result
ASSERT Final result
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-062797\\state\\db\\db.sqlite")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2291, 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 2156, characters 16-20
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\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 "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-d90a93\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-d90a93\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-d90a93\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-d90a93\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: "C:/: (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: "C:/: (run (shell A))"
test.exe: [INFO] b2: "A\n"
ASSERT B1 result
ASSERT B2 result
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-d90a93\\state\\db\\db.sqlite")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2291, 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 2156, characters 16-20
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\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 "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-c973d0\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-c973d0\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-c973d0\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-c973d0\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: "C:/: (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: "C:/: (run (shell A))"
test.exe: [INFO] b2: "A\n"
ASSERT B1 result
ASSERT B2 result
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-c973d0\\state\\db\\db.sqlite")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2291, 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 2156, characters 16-20
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\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 "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-a8f099\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-a8f099\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-a8f099\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-a8f099\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: "C:/: (run (shell Wait))"
test.exe: [INFO] b: "Wait\n"
test.exe: [INFO] User cancelled job (users now = 0)
ASSERT Final result
test.exe: [INFO] Waiting for 1 builds to finish
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-a8f099\\state\\db\\db.sqlite")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2291, 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 2156, characters 16-20
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\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 "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-329de8\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-329de8\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-329de8\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-329de8\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: "C:/: (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: "C:/: (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 \"e76faf4e723cdf8759b26cf265ac94b43af5db51b11264131b45a5ed0024eaf8\""
ASSERT Final result
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-329de8\\state\\db\\db.sqlite")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2291, 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 2156, characters 16-20
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\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 "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-f2aeec\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-f2aeec\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-f2aeec\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-f2aeec\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: "C:/: (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: "C:/: (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
test.exe: [INFO] Waiting for 1 builds to finish
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-f2aeec\\state\\db\\db.sqlite")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2291, 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 2156, characters 16-20
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\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 "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-03ee5a\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-03ee5a\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-03ee5a\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-03ee5a\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: "C:/: (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: "C:/: (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] Waiting for 1 builds to finish
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-03ee5a\\logs\\e76faf4e723cdf8759b26cf265ac94b43af5db51b11264131b45a5ed0024eaf8.log")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2292, 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 2172, characters 16-21
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\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 "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-c2c3d1\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-c2c3d1\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-c2c3d1\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-c2c3d1\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: "C:/: (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: "C:/: (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 \"e76faf4e723cdf8759b26cf265ac94b43af5db51b11264131b45a5ed0024eaf8\""
ASSERT User 2 result
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-c2c3d1\\state\\db\\db.sqlite")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2291, 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 2156, characters 16-20
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\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 "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-f9461f\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-f9461f\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-f9461f\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-f9461f\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: "C:/: (run (shell A))"
test.exe: [INFO] b1: "A\n"
test.exe: [INFO] b1: "---> saved as \"c1a024738c1c15dd8a37a997ad435d9caac9e2fe64f7d3d64068e576a14262a8\""
test.exe: [INFO] b1: "C:/: (run (shell B))"
test.exe: [INFO] b1: "B\n"
test.exe: [INFO] b1: "---> saved as \"c4120959b3cbb41baa64835e5b4480449cbeda7ac577c1ca09d2ad632c96cae9\""
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: "C:/: (run (shell A))"
test.exe: [INFO] b2: "A\n"
test.exe: [INFO] b2: "---> saved as \"c1a024738c1c15dd8a37a997ad435d9caac9e2fe64f7d3d64068e576a14262a8\""
test.exe: [INFO] b2: "C:/: (run (shell B))"
test.exe: [INFO] b2: "B\n"
test.exe: [INFO] b2: "---> saved as \"c4120959b3cbb41baa64835e5b4480449cbeda7ac577c1ca09d2ad632c96cae9\""
ASSERT Build 2 result
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-f9461f\\state\\db\\db.sqlite")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2291, 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 2156, characters 16-20
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\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 "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-1e3b27\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-1e3b27\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-1e3b27\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-1e3b27\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: "C:/: (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 \"0b1959aed9465f628fd8ebcf1a84135bba340a1198388ff5d34081a27892e74b\""
ASSERT Final result
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-1e3b27\\state\\db\\db.sqlite")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2291, 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 2156, characters 16-20
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\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 "mkdir" "-m" "755" "--" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-a306c6\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs"
exec: [|mkdir; -m; 755; --;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-a306c6\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 "tar" "-C" "C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-a306c6\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-"
exec: [|tar; -C;
        C:\Users\opam\AppData\Local\Temp\build_679f2e_dune\mock-store-a306c6\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: "C:/: (run (secrets (test (target /run/secrets/test)))\n          (shell Append))"
ASSERT Final result
[exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\Users\\opam\\AppData\\Local\\Temp\\build_679f2e_dune\\mock-store-a306c6\\state\\db\\db.sqlite")
            Raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1492, characters 16-31
            Called from Lwt.Sequential_composition.catch in file "src/core/lwt.ml", line 2016, characters 10-14
            Re-raised at Lwt_io.win32_unlink.(fun) in file "src/unix/lwt_io.ml", line 1494, characters 19-34
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, characters 17-38
            Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", line 1507, characters 2-633
            Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 884, characters 6-9
            Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 889, 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 2291, 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 2156, characters 16-20
            
Logs saved to `~\Documents\_build\default\test\_build\_tests\TYG61RG0\secrets.001.output'.
 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Full test results in `~\Documents\_build\default\test\_build\_tests\TYG61RG0'.
15 failures! in 5.969s. 21 tests run.
"/usr/bin/env" "bash" "-c" "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-10-29 01:45.44: Job failed: Failed: Build failed