2026-06-24 09:53.14: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/freebsd-jail-reap-detached-daemons (6d7ed17383ebe6ddd5ef499ee0a56ed49b9164b2) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5) Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:6b6bcfd98b4600d5c8de1feffe95b566f1c337d961157c2fea3ccf3e3c5939bd Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "freebsd-jail-reap-detached-daemons" && cd "obuilder" && git reset --hard 6d7ed173 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:6b6bcfd98b4600d5c8de1feffe95b566f1c337d961157c2fea3ccf3e3c5939bd # windows-server-mingw-ltsc2025-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam RUN cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN opam update -u COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam /cygwin64/home/opam/src/./ RUN opam pin add -yn obuilder.dev '/cygwin64/home/opam/src/./' && \ opam pin add -yn obuilder-spec.dev '/cygwin64/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 arch-x86_64.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.5 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extunix.0.4.4 ezjsonm.1.3.0 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 mingw-w64-shims.1.0.1 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 system-mingw.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /cygwin64/home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-06-24 09:53.14: Using cache hint "ocurrent/obuilder-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:6b6bcfd98b4600d5c8de1feffe95b566f1c337d961157c2fea3ccf3e3c5939bd-windows-server-mingw-ltsc2025-5.4_opam-2.5-8efd88a875b86f1dd6117435f37970ff" 2026-06-24 09:53.14: Using OBuilder spec: ((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:6b6bcfd98b4600d5c8de1feffe95b566f1c337d961157c2fea3ccf3e3c5939bd) (comment windows-server-mingw-ltsc2025-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "opam update -u")) (copy (src obuilder.opam obuilder-spec.opam) (dst /cygwin64/home/opam/src/./)) (run (network host) (shell "opam pin add -yn obuilder.dev '/cygwin64/home/opam/src/./' && \ \nopam pin add -yn obuilder-spec.dev '/cygwin64/home/opam/src/./'")) (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 arch-x86_64.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.5 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extunix.0.4.4 ezjsonm.1.3.0 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 mingw-w64-shims.1.0.1 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 system-mingw.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS")) (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /cygwin64/home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-06-24 09:53.14: Waiting for resource in pool OCluster 2026-06-24 09:53.14: Waiting for worker… 2026-06-24 09:57.37: Got resource from pool OCluster Building on ltsc2025-3 HEAD is now at 458014a hcs: tear down containers + reclaim orphaned snapshots so pruning can't wedge HEAD is now at 6d7ed17 FreeBSD: force-remove the jail on exit to reap detached daemons (from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:6b6bcfd98b4600d5c8de1feffe95b566f1c337d961157c2fea3ccf3e3c5939bd) 2026-06-24 09:58.02 ---> using "47f7838a4aa9bba8b4a71358c252d241055ea2dd7e9e55067a8fc43fd8ca6486" from cache C:/: (comment windows-server-mingw-ltsc2025-5.4_opam-2.5) C:/: (user (uid 1000) (gid 1000)) C:/: (env CLICOLOR_FORCE 1) C:/: (env OPAMCOLOR always) C:/: (run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) 2026-06-24 09:58.02 ---> using "13c53a6739a624f85cfa07c5897ebb2fe832e07df2a198c2ee35e9bcf7662cb5" from cache C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 1138ca347f..3cee9a5d95 master -> origin/master warning: unable to unlink '/home/opam/opam-repository/.git/objects/maintenance.lock': Permission denied 3cee9a5d95 conf-pkg-config (#30082) 2026-06-24 09:58.02 ---> using "cf7658a29cc22edf6e5b8830b177aaa9cc9d25794ce642336c9b4a38c22948a7" from cache C:/: (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] Initialised 2026-06-24 09:58.02 ---> using "2bfcb8c8bd993fae35b8a9a0974aafa14e33c905a5f7fc0c73c3fcb910927e51" from cache C:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-26100 3.6.9-1.x86_64 The OCaml toplevel, version 5.4.1 2.5.1 2026-06-24 09:58.02 ---> using "f658c42b86adbdc5892d1f4fd32f73220ea999ae84f45c55b94cfcb478a635ee" from cache C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file://C:/cygwin64/home/opam/opam-repository The following actions will be performed: === recompile 10 packages - recompile base-domains base [uses ocaml] - recompile base-effects base [uses ocaml] - recompile base-nnp base [uses base-domains] - recompile conf-mingw-w64-gcc-x86_64 1 [uses mingw-w64-shims] - recompile ocaml 5.4.1 [uses ocaml-env-mingw64] - recompile ocaml-base-compiler 5.4.1 (pinned) [uses ocaml-compiler] - recompile ocaml-compiler 5.4.1 [uses system-mingw] - recompile ocaml-config 3 [uses ocaml-base-compiler] - recompile ocaml-env-mingw64 1 [uses mingw-w64-shims] - recompile system-mingw 1 [uses ocaml-env-mingw64] === upgrade 1 package - upgrade mingw-w64-shims 0.2.0 to 1.0.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-config.3 (cached) -> removed base-effects.base -> removed base-nnp.base -> removed base-domains.base -> removed ocaml.5.4.1 -> removed ocaml-config.3 -> removed ocaml-base-compiler.5.4.1 -> retrieved conf-mingw-w64-gcc-x86_64.1 (cached) -> retrieved ocaml-compiler.5.4.1 (cached) -> removed ocaml-compiler.5.4.1 -> removed system-mingw.1 -> removed ocaml-env-mingw64.1 -> removed mingw-w64-shims.0.2.0 -> removed conf-mingw-w64-gcc-x86_64.1 -> installed mingw-w64-shims.1.0.1 -> installed conf-mingw-w64-gcc-x86_64.1 -> installed ocaml-env-mingw64.1 -> installed system-mingw.1 -> installed ocaml-compiler.5.4.1 -> installed ocaml-base-compiler.5.4.1 -> installed ocaml-config.3 -> installed ocaml.5.4.1 -> installed base-domains.base -> installed base-effects.base -> installed base-nnp.base Done. # To update the current shell environment, run: eval $(opam env) 2026-06-24 09:58.03 ---> using "93102dc7169b32c99fa73f92757b9180e3b2202ead5756cb9adbe9ae8ac51f86" from cache C:/: (copy (src obuilder.opam obuilder-spec.opam) (dst /cygwin64/home/opam/src/./)) 2026-06-24 09:59.13 ---> saved as "a1c9741259a758d55e667084575f6e2435732a8cd0681b00c0ee2975edd18776" C:/: (run (network host) (shell "opam pin add -yn obuilder.dev '/cygwin64/home/opam/src/./' && \ \nopam pin add -yn obuilder-spec.dev '/cygwin64/home/opam/src/./'")) [obuilder.dev] synchronised (file://C:/cygwin64/home/opam/src) obuilder is now pinned to file://C:/cygwin64/home/opam/src (version dev) [obuilder-spec.dev] synchronised (file://C:/cygwin64/home/opam/src) obuilder-spec is now pinned to file://C:/cygwin64/home/opam/src (version dev) 2026-06-24 10:00.37 ---> saved as "405b805364962010e49246467acdb1b4a607aa17329d118bdf4e22b626cbe76e" C:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2026-06-24 10:02.11 ---> saved as "8cca737ba12fb149772feeb222729ee79cf97077b2b204033bf9bc8a709adcd7" C:/: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 arch-x86_64.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.5 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extunix.0.4.4 ezjsonm.1.3.0 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 mingw-w64-shims.1.0.1 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 system-mingw.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0") C:/: (env CI true) C:/: (env OCAMLCI true) C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [obuilder.dev] synchronised (file://C:/cygwin64/home/opam/src) [obuilder-spec.dev] synchronised (file://C:/cygwin64/home/opam/src) [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-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [NOTE] Package mingw-w64-shims is already installed (current version is 1.0.1). [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.44). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 pkgconf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + C:\opam\.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,pkgconf" - Starting cygwin install, version 2.937 - User has backup/restore rights - User has symlink creation right - Current Directory: C:\TEMP\cache - root: C:\cygwin64 system - Changing gid to Administrators - Selected local directory: C:\TEMP\cache - net: Preconfig - site: https://mirrors.kernel.org/sourceware/cygwin/ - solving: 2 tasks, update: no, use test packages: no - solving: 4 tasks, update: no, use test packages: no - Augmented Transaction List: - 0 install libpkgconf7 2.5.1-1 - 1 install pkgconf 2.5.1-1 - 2 install pkg-config 2.5.1-1 - 3 install mingw64-x86_64-sqlite3 3.34.0-1 - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/libpkgconf7/libpkgconf7-2.5.1-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkgconf-2.5.1-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkg-config/pkg-config-2.5.1-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-sqlite3/mingw64-x86_64-sqlite3-3.34.0-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/libpkgconf7/libpkgconf7-2.5.1-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkgconf-2.5.1-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkg-config/pkg-config-2.5.1-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%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" - running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_zcygsympathy.sh" - Ending cygwin install # To update the current shell environment, run: eval $(opam env) 2026-06-24 10:20.23 ---> saved as "b0dc7b165b5865bc9fc8ada77a8d9c6ce7b2957019676312a64216ed2151f186" C:/: (run (cache (opam-archives (target "c:\\opam\\.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-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [NOTE] Package mingw-w64-shims is already installed (current version is 1.0.1). [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.44). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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: === install 54 packages - install alcotest 1.9.1 - install alcotest-lwt 1.9.1 - install astring 0.8.5 - install base v0.17.3 - install base-bytes base - install camlp-streams 5.0.1 - install checkseum 0.5.3 - install cmdliner 2.1.1 - install conf-mingw-w64-sqlite3-x86_64 1 - install conf-pkg-config 5 - install conf-sqlite3 1 - install cppo 1.8.0 - install crunch 4.0.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install cstruct-lwt 6.2.0 - install decompress 1.5.3 - install dune 3.23.1 - install dune-compiledb 0.6.0 - install dune-configurator 3.23.1 - install extunix 0.4.4 - install ezjsonm 1.3.0 - install fmt 0.11.0 - install fpath 0.7.3 - install hex 1.5.0 - install jsonm 1.0.2 - install logs 0.10.0 - install lwt 6.1.2 - install num 1.6 - install ocaml-compiler-libs v0.17.0 - install ocaml-syntax-shims 1.0.0 - install ocaml_intrinsics_kernel v0.17.2 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install optint 0.3.0 - install parsexp v0.17.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.1.1 - install ppx_sexp_conv v0.17.1 - install ppxlib 0.38.0 - install ppxlib_jane v0.17.4 - install ptime 1.2.0 - install re 1.14.0 - install sexplib v0.17.0 - install sexplib0 v0.17.0 - install sha 1.15.4 - install sqlite3 5.4.1 - install stdlib-shims 0.3.0 - install tar 2.6.0 - install tar-unix 2.6.0 - install topkg 1.1.1 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.17.3 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved conf-pkg-config.5 (cached) -> retrieved checkseum.0.5.3 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved crunch.4.0.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached) -> retrieved decompress.1.5.3 (cached) -> retrieved dune-compiledb.0.6.0 (cached) -> retrieved extunix.0.4.4 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved lwt.6.1.2 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> installed conf-pkg-config.5 -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved ppx_sexp_conv.v0.17.1 (cached) -> installed conf-mingw-w64-sqlite3-x86_64.1 -> retrieved ppxlib_jane.v0.17.4 (cached) -> installed conf-sqlite3.1 -> retrieved ppxlib.0.38.0 (cached) -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved sqlite3.5.4.1 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved tar.2.6.0, tar-unix.2.6.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.3.0.0 (cached) -> installed cmdliner.2.1.1 -> installed num.1.6 [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:\opam\.opam\5.4\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe [WARNING] Automatically adding .exe to C:\opam\.opam\5.4\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe [WARNING] C:\opam\.opam\5.4\bin\safe_camlp4 is a script; the command won't be available -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed ptime.1.2.0 -> installed dune.3.23.1 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed csexp.1.5.2 -> installed camlp-streams.5.0.1 -> installed cppo.1.8.0 -> installed crunch.4.0.0 -> installed cstruct.6.2.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml_intrinsics_kernel.v0.17.2 -> installed hex.1.5.0 -> installed ocplib-endian.1.2 -> installed optint.0.3.0 -> installed ppx_derivers.1.2.1 -> installed dune-configurator.3.23.1 -> installed re.1.14.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed checkseum.0.5.3 -> installed ezjsonm.1.3.0 -> installed parsexp.v0.17.0 -> installed alcotest.1.9.1 -> installed decompress.1.5.3 -> installed sha.1.15.4 -> installed tar.2.6.0 -> installed sexplib.v0.17.0 -> installed dune-compiledb.0.6.0 -> installed lwt.6.1.2 -> installed base.v0.17.3 -> installed cstruct-lwt.6.2.0 -> installed sqlite3.5.4.1 -> installed tar-unix.2.6.0 -> installed ppxlib.0.38.0 -> installed logs.0.10.0 -> installed alcotest-lwt.1.9.1 -> installed ppxlib_jane.v0.17.4 -> installed ppx_deriving.6.1.1 -> installed ppx_sexp_conv.v0.17.1 -> installed extunix.0.4.4 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-24 10:51.53 ---> saved as "012410d2a65cc362739b002c1be5119af69e927ff23135f15004a1cbf867fb35" C:/: (copy (src .) (dst /cygwin64/home/opam/src)) 2026-06-24 10:58.50 ---> saved as "a31ae1bb352dd324d3430d2eebe004b6bcfab7594b1dad393d5920b5a9145e48" C:/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib && C:\opam\.opam\5.4\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 `ZWJEEZ1I'. [OK] spec 0 Sexp. [OK] spec 1 Cache ID. [OK] spec 2 Docker Windows. [OK] spec 3 Docker UNIX. [OK] tar_transfer 0 Long filename. [OK] tar_transfer 1 Normalize path. [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] manifest 0 Copy using manifest.bash. │ └──────────────────────────────────────────────────────────────────────────────┘ [exception] Unix.Unix_error(Unix.EBADF, "create_process", "C:\\Windows\\system32\\cmd.exe") Raised by primitive operation at Unix.open_proc in file "unix.ml", line 1026, characters 12-70 Called from Unix.open_process_cmdline_in in file "unix.ml", line 1035, characters 6-75 Re-raised at Unix.open_process_cmdline_in in file "unix.ml", line 1039, characters 6-13 Called from Unix.open_process_in in file "unix.ml" (inlined), line 1121, characters 2-48 Called from Dune__exe__Test.test_copy_bash in file "test/test.ml", line 758, characters 11-42 Called from Dune__exe__Test.test_case.wrap in file "test/test.ml", line 831, characters 17-28 Called from Alcotest_lwt.run_test.(fun) in file "src/alcotest-lwt/alcotest_lwt.ml", line 24, characters 47-57 Called from Lwt.Sequential_composition.try_bind in file "src/core/lwt.ml", line 2154, characters 10-14 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-5d2bca\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-5d2bca\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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EPIPE, "write", "") ASSERT Final result [exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\cygwin64\\tmp\\mock-store-5d2bca\\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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-b05782\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-b05782\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] Build "43635db7c2b5b1b05815b16575230a3636071b80b7952f7f198241cd9e6fafce" error: Unix.Unix_error(Unix.EBADF, "CreateProcess", "") ASSERT Final result [exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\cygwin64\\tmp\\mock-store-b05782\\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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-4b5a5e\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-4b5a5e\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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EPIPE, "write", "") ASSERT timeout 10.000000s ASSERT timeout 10.000000s ASSERT timeout 10.000000s File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at 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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-b306b7\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-b306b7\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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EPIPE, "write", "") ASSERT timeout 10.000000s File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at 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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-3587f6\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-3587f6\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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EPIPE, "write", "") ASSERT timeout 10.000000s File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at 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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-e6a39e\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-e6a39e\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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EPIPE, "write", "") ASSERT timeout 10.000000s File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at 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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-e7c676\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-e7c676\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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EPIPE, "write", "") ASSERT timeout 10.000000s File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at 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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-1d5aa1\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-1d5aa1\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] Build "e76faf4e723cdf8759b26cf265ac94b43af5db51b11264131b45a5ed0024eaf8" error: Unix.Unix_error(Unix.EBADF, "CreateProcess", "") ASSERT timeout 10.000000s File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at 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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-69fa10\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-69fa10\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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EPIPE, "write", "") ASSERT timeout 10.000000s File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at 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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-1674ef\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-1674ef\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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EPIPE, "write", "") ASSERT timeout 10.000000s File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at 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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-c4e956\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-c4e956\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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EPIPE, "write", "") ASSERT Build 1 result [exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\cygwin64\\tmp\\mock-store-c4e956\\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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-a44ddc\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-a44ddc\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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EPIPE, "write", "") ASSERT Final result [exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\cygwin64\\tmp\\mock-store-a44ddc\\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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\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 "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:\cygwin64\tmp\mock-store-0f1389\cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp\rootfs" "-xf" "-" exec: [|tar; -C; C:\cygwin64\tmp\mock-store-0f1389\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] Build "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2" error: Unix.Unix_error(Unix.EPIPE, "write", "") ASSERT Final result [exception] Unix.Unix_error(Unix.EACCES, "unlink", "C:\\cygwin64\\tmp\\mock-store-0f1389\\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 2028, 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 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt_stream.iter_s_rec in file "src/core/lwt_stream.ml", line 888, characters 6-9 Called from Lwt_stream.iter_s in file "src/core/lwt_stream.ml" (inlined), line 893, characters 17-38 Called from Lwt_io.delete_recursively in file "src/unix/lwt_io.ml", lines 1507-1524, characters 2-5 Called from Lwt.Sequential_composition.finalize.(fun) in file "src/core/lwt.ml", line 2310, 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 2187, characters 16-21 Logs saved to `~\src\_build\default\test\_build\_tests\ZWJEEZ1I\secrets.001.output'. ────────────────────────────────────────────────────────────────────────────── Full test results in `~\src\_build\default\test\_build\_tests\ZWJEEZ1I'. 14 failures! in 81.702s. 22 tests run. "C:\cygwin64\bin\bash.exe" "-lc" "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-06-24 11:04.48: Job failed: Failed: Build failed