2026-04-28 11:20.22: New job: test edwintorok/lintcstubs-arity https://github.com/edwintorok/lintcstubs-arity.git#refs/heads/main (7f1034363fa00df016834811767bcb96a27819fa) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5)Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/edwintorok/lintcstubs-arity.git" -b "main" && cd "lintcstubs-arity" && git reset --hard 7f103436cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d# 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 opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 || git fetch origin master) && git reset -q --hard 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 lintcstubs-arity.opam /cygwin64/home/opam/src/./RUN opam pin add -yn lintcstubs-arity.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.22.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 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 lintcstubs-arity.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-04-28 11:20.22: Using cache hint "edwintorok/lintcstubs-arity-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d-windows-server-mingw-ltsc2025-5.4_opam-2.5-dbb0329130bd9e28759aa0d2ab0c8e96"2026-04-28 11:20.22: Using OBuilder spec:((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d)(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 (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 "cd ~/opam-repository && (git cat-file -e 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 || git fetch origin master) && git reset -q --hard 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src lintcstubs-arity.opam) (dst /cygwin64/home/opam/src/./))(run (network host)(shell "opam pin add -yn lintcstubs-arity.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.22.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 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 lintcstubs-arity.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-04-28 11:20.22: Waiting for resource in pool OCluster2026-04-28 11:20.40: Waiting for worker…2026-04-28 14:16.49: Got resource from pool OClusterBuilding on ltsc2025-3All commits already cachedHEAD is now at 7f10343 opam: add maintenance-intent(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d)2026-04-28 14:17.02 ---> using "ec981fc5aa88c4d81ed6944b947998a3582ceda5dccad31763847b59253ba21d" 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-04-28 14:17.02 ---> using "c53a822b6ae964c9af78f3a9c0a56550e5cef6c7d7355f71342bf74ae4d64c86" from cacheC:/: (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-04-28 14:17.02 ---> using "1728796349436f2055a17bd135f69d2c2804165c6e6a7db981961cab8bde50f5" from cacheC:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-26100 3.6.7-1.x86_64The OCaml toplevel, version 5.4.12.5.12026-04-28 14:17.02 ---> using "a26b22f65e75e4e486a006c1c855b9e90c5da21b5fbefb6dd265e22da723023f" from cacheC:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))(network host)(shell "cd ~/opam-repository && (git cat-file -e 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 || git fetch origin master) && git reset -q --hard 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADd78d992b37..0d8fa4e278 master -> origin/master14e422a13e Merge pull request #29795 from dra27/conf-mingw-w64-springclean<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file://C:/cygwin64/home/opam/opam-repositoryEverything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-28 14:17.02 ---> using "d111ee6ce1eb447ebe5f8ae665742322700d89616ff612352868ae7695a744c7" from cacheC:/: (copy (src lintcstubs-arity.opam) (dst /cygwin64/home/opam/src/./))ctr: failed to create shim task: hcs::CreateComputeSystem obuilder-run-387059: Insufficient system resources exist to complete the requested service."tar" "-xf" "-" failed with exit status 12026-04-28 14:17.06: Job failed: Failed: Build failed