2026-06-25 19:04.19: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (de164f480705dd214cd406bbd762d3da2d3612b5) (windows-x86_64:windows-server-mingw-ltsc2025-5.5_opam-2.5)Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.5@sha256:09d59f354e8a8fefb18d63a6727f1e6cf91a18b915d2dd89ae3e1162e2b364d5Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard de164f48cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.5@sha256:09d59f354e8a8fefb18d63a6727f1e6cf91a18b915d2dd89ae3e1162e2b364d5# windows-server-mingw-ltsc2025-5.5_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 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN opam update -uCOPY --chown=1000:1000 ocaml-version.opam /cygwin64/home/opam/src/./RUN opam pin add -yn ocaml-version.dev '/cygwin64/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 compiler-cloning.enabled conf-mingw-w64-gcc-x86_64.1 dune.3.23.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.1.0.1 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocaml-version.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-25 19:04.19: Using cache hint "ocurrent/ocaml-version-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.5@sha256:09d59f354e8a8fefb18d63a6727f1e6cf91a18b915d2dd89ae3e1162e2b364d5-windows-server-mingw-ltsc2025-5.5_opam-2.5-0ac62fb2774b9416763346d57b258b3f"2026-06-25 19:04.19: Using OBuilder spec:((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.5@sha256:09d59f354e8a8fefb18d63a6727f1e6cf91a18b915d2dd89ae3e1162e2b364d5)(comment windows-server-mingw-ltsc2025-5.5_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 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && 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 ocaml-version.opam) (dst /cygwin64/home/opam/src/./))(run (network host)(shell "opam pin add -yn ocaml-version.dev '/cygwin64/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 compiler-cloning.enabled conf-mingw-w64-gcc-x86_64.1 dune.3.23.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.1.0.1 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 uutf.1.0.4")(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 ocaml-version.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-25 19:04.19: Waiting for resource in pool OCluster2026-06-26 09:18.50: Waiting for worker…2026-06-27 00:40.32: Got resource from pool OClusterBuilding on ltsc2025-1All commits already cachedHEAD is now at de164f4 Merge pull request #92 from Octachron/OCaml_5.5.0(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.5@sha256:09d59f354e8a8fefb18d63a6727f1e6cf91a18b915d2dd89ae3e1162e2b364d5)2026-06-27 00:40.43 ---> using "3b6bc604d28e084d5b6d5486e783230e56b2ecc972698a8cc035cefe952f83d5" from cacheC:/: (comment windows-server-mingw-ltsc2025-5.5_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-27 00:40.43 ---> using "89ef61d9d684b1e10620d147318bbf73e511dcd739aa2d0c8f945218f023847a" from cacheC:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADedbf61b356..10b9bc8242 master -> origin/master2569983dbf Merge pull request #30085 from Octachron/OCaml_5.5.0_fix_relocatable_buildFailure("Failed to commit snapshot obuilder-5410a8f40cbfd5ca560bd5d281cbbde71315f55a84b8b07705b4860c8d8ce578: \"ctr\" \"snapshot\" \"commit\" \"obuilder-5410a8f40cbfd5ca560bd5d281cbbde71315f55a84b8b07705b4860c8d8ce578-committed\" \"obuilder-5410a8f40cbfd5ca560bd5d281cbbde71315f55a84b8b07705b4860c8d8ce578\" failed with exit status 1")2026-06-27 00:49.32: Job failed: Failed: Build failed