2026-06-14 12:29.26: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/pull/41/head (0e42d4c622b7b4cd629990a7dd6bceddcf46b19b) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5)Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:6b6bcfd98b4600d5c8de1feffe95b566f1c337d961157c2fea3ccf3e3c5939bdOpam project buildTo reproduce locally:git clone --recursive "https://github.com/backtracking/bitv.git" && cd "bitv" && git fetch origin "refs/pull/41/head" && git reset --hard 0e42d4c6cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:6b6bcfd98b4600d5c8de1feffe95b566f1c337d961157c2fea3ccf3e3c5939bd# windows-server-mingw-ltsc2025-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN opam update -uCOPY --chown=1000:1000 bitv.opam /cygwin64/home/opam/src/./RUN opam pin add -yn bitv.dev '/cygwin64/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 dune.3.23.1 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.1.0.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 system-mingw.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bitv.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /cygwin64/home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-14 12:29.26: Using cache hint "backtracking/bitv-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:6b6bcfd98b4600d5c8de1feffe95b566f1c337d961157c2fea3ccf3e3c5939bd-windows-server-mingw-ltsc2025-5.4_opam-2.5-c7e7de6d4f45cea0faf881fa7825e8cd"2026-06-14 12:29.26: 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 e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && 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 bitv.opam) (dst /cygwin64/home/opam/src/./))(run (network host)(shell "opam pin add -yn bitv.dev '/cygwin64/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 dune.3.23.1 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.1.0.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 system-mingw.1")(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 bitv.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-14 12:29.26: Waiting for resource in pool OCluster2026-06-14 12:29.26: Waiting for worker…2026-06-14 12:29.37: Got resource from pool OClusterBuilding on ltsc2025-3All commits already cachedHEAD is now at 0e42d4c faster tanimoto implementation(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:6b6bcfd98b4600d5c8de1feffe95b566f1c337d961157c2fea3ccf3e3c5939bd)2026-06-14 12:29.47 ---> using "47f7838a4aa9bba8b4a71358c252d241055ea2dd7e9e55067a8fc43fd8ca6486" from cacheC:/: (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-14 12:29.47 ---> using "13c53a6739a624f85cfa07c5897ebb2fe832e07df2a198c2ee35e9bcf7662cb5" from cacheC:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))(network host)(shell "cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1138ca347f..bfde4320ee master -> origin/masterwarning: unable to unlink '/home/opam/opam-repository/.git/objects/maintenance.lock': Permission deniede8dee60709 Merge pull request #30040 from dra27/mingw-w64-shims2026-06-14 12:56.39 ---> saved as "968082438e6e0a223c5af51e65b532a0b40f74cd1f589011be373780a37d5378"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:\cygwin644. Use another existing Cygwin/MSYS2 installation5. Abort initialisation[1/2/3/4/5] 1Checking 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] Initialised2026-06-14 13:26.24 ---> saved as "aa68071369c6fd8d9655c43e16dbd60ef3c328bc3a39a290cdd7d5ae8f661453"C:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-26100 3.6.9-1.x86_64The OCaml toplevel, version 5.4.12.5.12026-06-14 13:27.07 ---> saved as "7bd0a3ba5f5c6afdfde4f7b76f874f9977ac54eca590d91d0c0f2acc489f454c"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-repositoryThe 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.baseDone.# To update the current shell environment, run: eval $(opam env)2026-06-14 13:53.08 ---> saved as "1f974f2a6db6f8322b3912acb34c625201b303dd7504b5a6e613ac834a53be66"C:/: (copy (src bitv.opam) (dst /cygwin64/home/opam/src/./))2026-06-14 13:54.33 ---> saved as "b1f4429ac102ce110ada44b5b96ea227af0c98f3ac8b77d0c8389fa877a21856"C:/: (run (network host)(shell "opam pin add -yn bitv.dev '/cygwin64/home/opam/src/./'"))[bitv.dev] synchronised (file://C:/cygwin64/home/opam/src)bitv is now pinned to file://C:/cygwin64/home/opam/src (version dev)2026-06-14 13:56.00 ---> saved as "8da9af451e913cc52b5e0147f9bc1e1f508d947ce251287d4c1dbcf31978c213"C:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))Failure("Failed to prepare snapshot obuilder-1c45e33e7aee2adbe3471aa74130a0e20c93705143a133231b87392be33cfd29: \"ctr\" \"snapshot\" \"prepare\" \"--mounts\" \"obuilder-1c45e33e7aee2adbe3471aa74130a0e20c93705143a133231b87392be33cfd29\" \"obuilder-8da9af451e913cc52b5e0147f9bc1e1f508d947ce251287d4c1dbcf31978c213-committed\" failed with exit status 1")2026-06-14 13:56.19: Job failed: Failed: Build failed