Organisationstaridesdune-releaseafb713 (main)windows-server-2022-amd64-5.4_opam-2.5

windows-server-2022-amd64-5.4_opam-2.5

Logs

Show full logs
2026-02-01 17:06.36: New job: test tarides/dune-release https://github.com/tarides/dune-release.git#refs/heads/main (afb7133195ce9c120c8b7aa740f5fa4d23d8cb2a) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.5)
Base: windows-server-2022-amd64-ocaml-5.4
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/tarides/dune-release.git" -b "main" && cd "dune-release" && git reset --hard afb71331
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.4
# windows-server-2022-amd64-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.5 /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 8381fdec20cf12f0c7a38782079db7131675d09e || git fetch origin master) && git reset -q --hard 8381fdec20cf12f0c7a38782079db7131675d09e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dune-release.opam /Users/opam/src/./
RUN opam pin add -yn dune-release.dev '/Users/opam/src/./'
RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/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 bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.1.0 conf-mingw-w64-gcc-i686.1 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 crunch.4.0.0 curly.0.3.0 dune.3.21.0 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 logs.0.10.0 menhir.20260122 menhirCST.20260122 menhirGLR.20260122 menhirLib.20260122 menhirSdk.20260122 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 odoc.3.1.0 odoc-parser.3.1.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 patch.3.1.0 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 seq.base sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 system-mingw.1 topkg.1.1.1 tyxml.4.6.0 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 dune-release.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/src
RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build

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

2026-02-01 17:06.36: Using cache hint "tarides/dune-release-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.5-f883bcb0f28417c3e826e8c746a31eef"
2026-02-01 17:06.36: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-5.4)
 (comment windows-server-2022-amd64-5.4_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f /usr/bin/opam-2.5 /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 8381fdec20cf12f0c7a38782079db7131675d09e || git fetch origin master) && git reset -q --hard 8381fdec20cf12f0c7a38782079db7131675d09e && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src dune-release.opam) (dst /Users/opam/src/./))
 (run (network host)
      (shell "opam pin add -yn dune-release.dev '/Users/opam/src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/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 bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.1.0 conf-mingw-w64-gcc-i686.1 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 crunch.4.0.0 curly.0.3.0 dune.3.21.0 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 logs.0.10.0 menhir.20260122 menhirCST.20260122 menhirGLR.20260122 menhirLib.20260122 menhirSdk.20260122 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 odoc.3.1.0 odoc-parser.3.1.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 patch.3.1.0 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 seq.base sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 system-mingw.1 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4 yojson.3.0.0")
 (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.5 --depext-only -y dune-release.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/src))
 (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2026-02-01 17:06.36: Waiting for resource in pool OCluster
2026-02-01 17:06.36: Waiting for worker…
2026-02-01 18:51.47: Got resource from pool OCluster
Building on thyme
All commits already cached
Updating files:  62% (95/152)
Updating files:  63% (96/152)
Updating files:  64% (98/152)
Updating files:  65% (99/152)
Updating files:  66% (101/152)
Updating files:  67% (102/152)
Updating files:  68% (104/152)
Updating files:  69% (105/152)
Updating files:  70% (107/152)
Updating files:  71% (108/152)
Updating files:  72% (110/152)
Updating files:  73% (111/152)
Updating files:  74% (113/152)
Updating files:  75% (114/152)
Updating files:  76% (116/152)
Updating files:  77% (118/152)
Updating files:  78% (119/152)
Updating files:  79% (121/152)
Updating files:  80% (122/152)
Updating files:  81% (124/152)
Updating files:  82% (125/152)
Updating files:  83% (127/152)
Updating files:  84% (128/152)
Updating files:  85% (130/152)
Updating files:  86% (131/152)
Updating files:  87% (133/152)
Updating files:  88% (134/152)
Updating files:  89% (136/152)
Updating files:  90% (137/152)
Updating files:  91% (139/152)
Updating files:  92% (140/152)
Updating files:  93% (142/152)
Updating files:  94% (143/152)
Updating files:  95% (145/152)
Updating files:  96% (146/152)
Updating files:  97% (148/152)
Updating files:  98% (149/152)
Updating files:  99% (151/152)
Updating files: 100% (152/152)
Updating files: 100% (152/152), done.
HEAD is now at afb7133 release 2.2.0

(from windows-server-2022-amd64-ocaml-5.4)
2026-02-01 18:51.50 ---> using "dc0473c210cbdaa785843aceeb4b20f70de275b54f2f11b3cd1945755e26c295" from cache

/: (comment windows-server-2022-amd64-5.4_opam-2.5)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-01 18:51.50 ---> using "458612386af86cf817dbe29d01dc6efb3c2620df43160b102405910eab684d9d" 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
2026-02-01 18:51.50 ---> using "3bceda86eced6c80594b1121f6cd17638cfd192928e335ef4b5c0e6a8a370c40" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.6.5-1.x86_64
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-01 18:51.50 ---> using "bbfe8c5871361a1180a9d803bce7b93263c018d1d780fe6d2ac0f7a771421cb9" 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 8381fdec20cf12f0c7a38782079db7131675d09e || git fetch origin master) && git reset -q --hard 8381fdec20cf12f0c7a38782079db7131675d09e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   a6b2f19780..8381fdec20  master     -> origin/master
8381fdec20 Merge pull request #29263 from fpottier/opam-publish-menhir.20260122

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/opam/opam-repository

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-01 18:51.50 ---> using "81807a31c43b67a6441ad24dbbe9e3652f0d595140b53595a423288a8f2bb904" from cache

/: (copy (src dune-release.opam) (dst /Users/opam/src/./))
2026-02-01 18:52.23 ---> saved as "713e03a184b976113a9da7722c43723a16b7f6c51a8045f606e730f5683bfd73"

/: (run (network host)
        (shell "opam pin add -yn dune-release.dev '/Users/opam/src/./'"))
[dune-release.dev] synchronised (file://C:/Users/opam/src/.)
dune-release is now pinned to file://C:/Users/opam/src/. (version dev)
2026-02-01 18:53.01 ---> saved as "f16391dd46dfd7fc5edc3f3e733e8b461b85cc05e0dcc5d97d3f3d747fc4ecf5"

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2026-02-01 18:53.29 ---> saved as "9c062f0f82693fd966087944138c0c1040f3a0e3e4a82a3111b96be6e5e8b176"

/: (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 bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.1.0 conf-mingw-w64-gcc-i686.1 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 crunch.4.0.0 curly.0.3.0 dune.3.21.0 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 logs.0.10.0 menhir.20260122 menhirCST.20260122 menhirGLR.20260122 menhirLib.20260122 menhirSdk.20260122 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 odoc.3.1.0 odoc-parser.3.1.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 patch.3.1.0 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 seq.base sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 system-mingw.1 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4 yojson.3.0.0")

/: (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.5 --depext-only -y dune-release.dev $DEPS"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dune-release.dev] synchronised (file://C:/Users/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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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.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-i686-gcc-core

<><> 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-i686-gcc-core"
- Starting cygwin install, version 2.935
- 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.constant.com/
- solving: 2 tasks, update: no, use test packages: no
- solving: 7 tasks, update: no, use test packages: no
- Augmented Transaction List:
-    0 install gettext-locale-alias                  0.26-1   
-    1 install mingw64-i686-binutils                 2.45.1-1 
-    2 install mingw64-i686-windows-default-manifest 6.4-1    
-    3 install mingw64-i686-winpthreads              13.0.0-1 
-    4 install mingw64-i686-headers                  13.0.0-1 
-    5 install mingw64-i686-runtime                  13.0.0-1 
-    6 install mingw64-i686-gcc-core                 13.4.0-1 
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gettext/gettext-locale-alias/gettext-locale-alias-0.26-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.45.1-1-x86_64.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-windows-default-manifest/mingw64-i686-windows-default-manifest-6.4-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-13.0.0-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-13.0.0-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-13.0.0-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-13.4.0-1-x86_64.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gettext/gettext-locale-alias/gettext-locale-alias-0.26-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.45.1-1-x86_64.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-windows-default-manifest/mingw64-i686-windows-default-manifest-6.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-13.0.0-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-13.0.0-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-13.0.0-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-13.4.0-1-x86_64.tar.zst
- 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
# To update the current shell environment, run: eval $(opam env)
2026-02-01 18:56.37 ---> saved as "2558c4fca5318c5d276a0ae162e612acf44ab7644e37898d97e1db4cebd5e489"

/: (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-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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.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:
=== recompile 1 package
  - recompile mingw-w64-shims         0.2.0
=== install 44 packages
  - install   alcotest                1.9.1
  - install   astring                 0.8.5
  - install   bos                     0.2.1
  - install   camlp-streams           5.0.1
  - install   cmdliner                2.1.0
  - install   conf-mingw-w64-gcc-i686 1
  - install   cppo                    1.8.0
  - install   crunch                  4.0.0
  - install   curly                   0.3.0
  - install   dune                    3.21.0
  - install   fmt                     0.11.0
  - install   fpath                   0.7.3
  - install   jsonm                   1.0.2
  - install   logs                    0.10.0
  - install   menhir                  20260122
  - install   menhirCST               20260122
  - install   menhirGLR               20260122
  - install   menhirLib               20260122
  - install   menhirSdk               20260122
  - install   ocaml-syntax-shims      1.0.0
  - install   ocamlbuild              0.16.1
  - install   ocamlfind               1.9.8
  - install   ocamlgraph              2.2.0
  - install   odoc                    3.1.0
  - install   odoc-parser             3.1.0
  - install   opam-core               2.5.0
  - install   opam-file-format        2.2.0
  - install   opam-format             2.5.0
  - install   opam-repository         2.5.0
  - install   opam-state              2.5.0
  - install   patch                   3.1.0
  - install   ptime                   1.2.0
  - install   re                      1.14.0
  - install   result                  1.5
  - install   rresult                 0.7.0
  - install   seq                     base
  - install   sha                     1.15.4
  - install   spdx_licenses           1.4.0
  - install   stdlib-shims            0.3.0
  - install   swhid_core              0.1
  - install   topkg                   1.1.1
  - install   tyxml                   4.6.0
  - install   uutf                    1.0.4
  - install   yojson                  3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved alcotest.1.9.1  (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)
-> retrieved cmdliner.2.1.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved curly.0.3.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved fmt.0.11.0  (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
-> installed conf-mingw-w64-gcc-i686.1
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.10.0  (https://erratique.ch/software/logs/releases/logs-0.10.0.tbz)
-> retrieved mingw-w64-shims.0.2.0  (cached)
-> removed   mingw-w64-shims.0.2.0
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> installed mingw-w64-shims.0.2.0
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved opam-core.2.5.0, opam-format.2.5.0, opam-repository.2.5.0, opam-state.2.5.0  (https://github.com/ocaml/opam/archive/refs/tags/2.5.0.tar.gz)
-> retrieved dune.3.21.0  (https://github.com/ocaml/dune/releases/download/3.21.0/dune-3.21.0.tbz)
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (https://github.com/ocaml/odoc/releases/download/3.1.0/odoc-3.1.0.tbz)
-> retrieved opam-file-format.2.2.0  (https://github.com/ocaml/opam-file-format/releases/download/2.2.0/opam-file-format-2.2.0.tar.gz)
-> retrieved ptime.1.2.0  (cached)
-> retrieved patch.3.1.0  (https://github.com/hannesm/patch/releases/download/v3.1.0/patch-3.1.0.tbz)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved rresult.0.7.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved re.1.14.0  (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved spdx_licenses.1.4.0  (https://github.com/kit-ty-kate/spdx_licenses/releases/download/v1.4.0/spdx_licenses-1.4.0.tar.gz)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved topkg.1.1.1  (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (https://github.com/ocaml-community/yojson/releases/download/3.0.0/yojson-3.0.0.tbz)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
[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\5.4.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.4.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\5.4.0\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed ptime.1.2.0
-> installed fpath.0.7.3
-> installed logs.0.10.0
-> installed bos.0.2.1
-> installed dune.3.21.0
-> installed camlp-streams.5.0.1
-> installed crunch.4.0.0
-> installed cppo.1.8.0
-> installed ocaml-syntax-shims.1.0.0
-> installed patch.3.1.0
-> installed result.1.5
-> installed re.1.14.0
-> installed spdx_licenses.1.4.0
-> installed ocamlgraph.2.2.0
-> installed curly.0.3.0
-> installed odoc-parser.3.1.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed tyxml.4.6.0
-> installed alcotest.1.9.1
-> installed yojson.3.0.0
-> installed sha.1.15.4
-> installed odoc.3.1.0
-> installed opam-core.2.5.0

#=== ERROR while fetching sources for menhir.20260122, menhirCST.20260122, menhirGLR.20260122, menhirLib.20260122 and menhirSdk.20260122 
OpamSolution.Fetch_fail("C:\\cygwin64\\bin\\opam.exe: \"lstat\" failed on C:\\Users\\opam\\AppData\\Local\\Temp\\opam-2264-5e31dc\\menhir-20260122-9b9db21ad70d70a713934e683e1ddc913e9e3d87\\data\\benchmark-GLR\\aux.ml: Invalid argument")


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - fetch menhir.20260122, menhirCST.20260122, menhirGLR.20260122, menhirLib.20260122, menhirSdk.20260122 
+- 
+- The following changes have been performed (the rest was aborted)
| - recompile mingw-w64-shims         0.2.0
| - install   alcotest                1.9.1
| - install   astring                 0.8.5
| - install   bos                     0.2.1
| - install   camlp-streams           5.0.1
| - install   cmdliner                2.1.0
| - install   conf-mingw-w64-gcc-i686 1
| - install   cppo                    1.8.0
| - install   crunch                  4.0.0
| - install   curly                   0.3.0
| - install   dune                    3.21.0
| - install   fmt                     0.11.0
| - install   fpath                   0.7.3
| - install   jsonm                   1.0.2
| - install   logs                    0.10.0
| - install   ocaml-syntax-shims      1.0.0
| - install   ocamlbuild              0.16.1
| - install   ocamlfind               1.9.8
| - install   ocamlgraph              2.2.0
| - install   odoc                    3.1.0
| - install   odoc-parser             3.1.0
| - install   opam-core               2.5.0
| - install   patch                   3.1.0
| - install   ptime                   1.2.0
| - install   re                      1.14.0
| - install   result                  1.5
| - install   rresult                 0.7.0
| - install   seq                     base
| - install   sha                     1.15.4
| - install   spdx_licenses           1.4.0
| - install   stdlib-shims            0.3.0
| - install   swhid_core              0.1
| - install   topkg                   1.1.1
| - install   tyxml                   4.6.0
| - install   uutf                    1.0.4
| - install   yojson                  3.0.0
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    C:\cygwin64\bin\opam.exe switch import "C:\\Users\\opam\\AppData\\Local\\opam\\5.4.0\\.opam-switch\\backup\\state-20260201185815.export"
"opam install $DEPS" failed with exit status 40
2026-02-01 19:10.57: Job failed: Failed: Build failed