Organisationsmbarbinvcs9b4b25 ()windows-server-2022-amd64-4.14_opam-2.3

windows-server-2022-amd64-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-06-06 12:12.15: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (9b4b250c2f04c8cef68222d4ca555478b7f6c8b2) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.3)
Base: windows-server-2022-amd64-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard 9b4b250c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-4.14
# windows-server-2022-amd64-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.3 /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 c2ed0a21bcef5e4a3f39af91eb86fb8d642a001f || git fetch origin master) && git reset -q --hard c2ed0a21bcef5e4a3f39af91eb86fb8d642a001f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam /Users/opam/src/./
RUN opam pin add -yn volgo.dev '/Users/opam/src/./' && \
opam pin add -yn volgo-vcs.dev '/Users/opam/src/./' && \
opam pin add -yn volgo-tests.dev '/Users/opam/src/./' && \
opam pin add -yn volgo-hg-unix.dev '/Users/opam/src/./' && \
opam pin add -yn volgo-hg-eio.dev '/Users/opam/src/./' && \
opam pin add -yn volgo-hg-backend.dev '/Users/opam/src/./' && \
opam pin add -yn volgo-git-unix.dev '/Users/opam/src/./' && \
opam pin add -yn volgo-git-eio.dev '/Users/opam/src/./' && \
opam pin add -yn volgo-git-backend.dev '/Users/opam/src/./' && \
opam pin add -yn volgo-dev.dev '/Users/opam/src/./' && \
opam pin add -yn volgo-base.dev '/Users/opam/src/./' && \
opam pin add -yn vcs-test-helpers.dev '/Users/opam/src/./'
RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'
ENV DEPS="arch-x86_64.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdlang.0.0.9 cmdlang-to-cmdliner.0.0.9 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 dyn.3.19.0 flexdll.0.44 fmt.0.10.0 fpath.0.7.3 fpath-sexp0.0.3.1 host-arch-x86_64.1 host-system-mingw.1 loc.0.2.2 logs.0.8.0 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.0 parsexp.v0.16.0 posixat.v0.16.0 pp.2.0.0 pplumbing.0.0.14 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_here.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 shexp.v0.16.0 spawn.v0.17.0 stdio.v0.16.0 stdlib-shims.0.3.0 stdune.3.19.0 system-mingw.1 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/src
RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build


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


2025-06-06 12:12.15: Using cache hint "mbarbin/vcs-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.3-c9948373a63fcb92501095be2d597f9e"
2025-06-06 12:12.15: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-4.14)
(comment windows-server-2022-amd64-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f /usr/bin/opam-2.3 /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 c2ed0a21bcef5e4a3f39af91eb86fb8d642a001f || git fetch origin master) && git reset -q --hard c2ed0a21bcef5e4a3f39af91eb86fb8d642a001f && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam)
(dst /Users/opam/src/./))
(run (network host)
(shell  "opam pin add -yn volgo.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-vcs.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-tests.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-hg-unix.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-hg-eio.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-hg-backend.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-git-unix.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-git-eio.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-git-backend.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-dev.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-base.dev '/Users/opam/src/./' && \
\nopam pin add -yn vcs-test-helpers.dev '/Users/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
(env DEPS "arch-x86_64.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdlang.0.0.9 cmdlang-to-cmdliner.0.0.9 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 dyn.3.19.0 flexdll.0.44 fmt.0.10.0 fpath.0.7.3 fpath-sexp0.0.3.1 host-arch-x86_64.1 host-system-mingw.1 loc.0.2.2 logs.0.8.0 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.0 parsexp.v0.16.0 posixat.v0.16.0 pp.2.0.0 pplumbing.0.0.14 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_here.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 shexp.v0.16.0 spawn.v0.17.0 stdio.v0.16.0 stdlib-shims.0.3.0 stdune.3.19.0 system-mingw.1 topkg.1.0.8")
(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.3 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.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 --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build"))
)


2025-06-06 12:12.15: Waiting for resource in pool OCluster
2025-06-06 12:12.15: Waiting for worker…
2025-06-06 12:12.15: Got resource from pool OCluster
Building on thyme
All commits already cached
HEAD is now at 9b4b250 Update dependencies


(from windows-server-2022-amd64-ocaml-4.14)
2025-06-06 12:12.15 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache


/: (comment windows-server-2022-amd64-4.14_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-06 12:12.15 ---> using "fe3978d598c814685c6ee8922c3ae17147a3127f83af70ca6588d6b26847cd93" 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
2025-06-06 12:12.15 ---> using "0caf41f56a7e1f8a9ba062ae44d7d1f50471f3874e543c30c0d1c2b229f1e062" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.4-1.x86_64
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-06 12:12.15 ---> using "6a7802e4db8e302e8ba8d87ff4e9376ae777099db0cd03bdab21ff27a442740c" 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 c2ed0a21bcef5e4a3f39af91eb86fb8d642a001f || git fetch origin master) && git reset -q --hard c2ed0a21bcef5e4a3f39af91eb86fb8d642a001f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
11bdbee611..bc726805e3  master     -> origin/master
c2ed0a21bc Merge pull request #27924 from mbarbin/opam-publish-pplumbing.0.0.14


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


The following actions will be performed:
=== recompile 3 packages
- recompile ocaml               4.14.2          [uses ocaml-base-compiler]
- recompile ocaml-base-compiler 4.14.2 (pinned) [uses flexdll]
- recompile ocaml-config        3               [uses ocaml-base-compiler]
=== upgrade 1 package
- upgrade   flexdll             0.43 to 0.44


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> retrieved flexdll.0.44  (cached)
-> removed   ocaml.4.14.2
-> removed   ocaml-config.3
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> removed   ocaml-base-compiler.4.14.2
-> removed   flexdll.0.43
-> installed flexdll.0.44
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.3
-> installed ocaml.4.14.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-06 12:22.21 ---> saved as "3fe0097e2553ef91f62e5eea7c75409de5e70a94b445be93374e1a35eb1abdcc"


/: (copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam)
(dst /Users/opam/src/./))
2025-06-06 12:22.40 ---> saved as "fdf7bb625fce45f472cfc6439c6b2d030ab898003841bb61145c9f139da9e221"


/: (run (network host)
(shell  "opam pin add -yn volgo.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-vcs.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-tests.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-hg-unix.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-hg-eio.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-hg-backend.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-git-unix.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-git-eio.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-git-backend.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-dev.dev '/Users/opam/src/./' && \
\nopam pin add -yn volgo-base.dev '/Users/opam/src/./' && \
\nopam pin add -yn vcs-test-helpers.dev '/Users/opam/src/./'"))
Package volgo does not exist, create as a NEW package? [y/n] y
[volgo.dev] synchronised (file://C:/Users/opam/src/.)
volgo is now pinned to file://C:/Users/opam/src/. (version dev)
Package volgo-vcs does not exist, create as a NEW package? [y/n] y
[volgo-vcs.dev] synchronised (file://C:/Users/opam/src/.)
volgo-vcs is now pinned to file://C:/Users/opam/src/. (version dev)
Package volgo-tests does not exist, create as a NEW package? [y/n] y
[volgo-tests.dev] synchronised (file://C:/Users/opam/src/.)
volgo-tests is now pinned to file://C:/Users/opam/src/. (version dev)
Package volgo-hg-unix does not exist, create as a NEW package? [y/n] y
[volgo-hg-unix.dev] synchronised (file://C:/Users/opam/src/.)
volgo-hg-unix is now pinned to file://C:/Users/opam/src/. (version dev)
Package volgo-hg-eio does not exist, create as a NEW package? [y/n] y
[volgo-hg-eio.dev] synchronised (file://C:/Users/opam/src/.)
volgo-hg-eio is now pinned to file://C:/Users/opam/src/. (version dev)
Package volgo-hg-backend does not exist, create as a NEW package? [y/n] y
[volgo-hg-backend.dev] synchronised (file://C:/Users/opam/src/.)
volgo-hg-backend is now pinned to file://C:/Users/opam/src/. (version dev)
Package volgo-git-unix does not exist, create as a NEW package? [y/n] y
[volgo-git-unix.dev] synchronised (file://C:/Users/opam/src/.)
volgo-git-unix is now pinned to file://C:/Users/opam/src/. (version dev)
Package volgo-git-eio does not exist, create as a NEW package? [y/n] y
[volgo-git-eio.dev] synchronised (file://C:/Users/opam/src/.)
volgo-git-eio is now pinned to file://C:/Users/opam/src/. (version dev)
Package volgo-git-backend does not exist, create as a NEW package? [y/n] y
[volgo-git-backend.dev] synchronised (file://C:/Users/opam/src/.)
volgo-git-backend is now pinned to file://C:/Users/opam/src/. (version dev)
Package volgo-dev does not exist, create as a NEW package? [y/n] y
[volgo-dev.dev] synchronised (file://C:/Users/opam/src/.)
volgo-dev is now pinned to file://C:/Users/opam/src/. (version dev)
Package volgo-base does not exist, create as a NEW package? [y/n] y
[volgo-base.dev] synchronised (file://C:/Users/opam/src/.)
volgo-base is now pinned to file://C:/Users/opam/src/. (version dev)
Package vcs-test-helpers does not exist, create as a NEW package? [y/n] y
[vcs-test-helpers.dev] synchronised (file://C:/Users/opam/src/.)
vcs-test-helpers is now pinned to file://C:/Users/opam/src/. (version dev)
2025-06-06 12:23.19 ---> saved as "7a76f37ab1abe6e809bad11cb4f416b155db1128cd26fbaf90c0372c5421ba99"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-06-06 12:23.38 ---> saved as "6c11d4ed526516ca757a024ae713ccac1b37b8e157ce57d69523a41747406e1e"


/: (env DEPS "arch-x86_64.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdlang.0.0.9 cmdlang-to-cmdliner.0.0.9 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 dyn.3.19.0 flexdll.0.44 fmt.0.10.0 fpath.0.7.3 fpath-sexp0.0.3.1 host-arch-x86_64.1 host-system-mingw.1 loc.0.2.2 logs.0.8.0 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.0 parsexp.v0.16.0 posixat.v0.16.0 pp.2.0.0 pplumbing.0.0.14 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_here.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 shexp.v0.16.0 spawn.v0.17.0 stdio.v0.16.0 stdlib-shims.0.3.0 stdune.3.19.0 system-mingw.1 topkg.1.0.8")


/: (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.3 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[volgo.dev] synchronised (file://C:/Users/opam/src/.)
[volgo-git-backend.dev] synchronised (file://C:/Users/opam/src/.)
[volgo-git-unix.dev] synchronised (file://C:/Users/opam/src/.)
[volgo-hg-backend.dev] synchronised (file://C:/Users/opam/src/.)
[volgo-hg-unix.dev] synchronised (file://C:/Users/opam/src/.)
[volgo-vcs.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-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
2025-06-06 12:24.25 ---> saved as "ea38a9aeb11c3fba780b14d9346292a9fe64931c338e02eb9d6df3820dcc9877"


/: (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-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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 36 packages
- install astring             0.8.5
- install base                v0.16.4
- install cmdlang             0.0.9
- install cmdlang-to-cmdliner 0.0.9
- install cmdliner            1.3.0
- install csexp               1.5.2
- install dune                3.19.0
- install dune-configurator   3.19.0
- install dyn                 3.19.0
- install fmt                 0.10.0
- install fpath               0.7.3
- install fpath-sexp0         0.3.1
- install loc                 0.2.2
- install logs                0.8.0
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ordering            3.19.0
- install parsexp             v0.16.0
- install posixat             v0.16.0
- install pp                  2.0.0
- install pplumbing           0.0.14
- install ppx_derivers        1.2.1
- install ppx_enumerate       v0.16.0
- install ppx_here            v0.16.0
- install ppx_optcomp         v0.16.0
- install ppx_sexp_conv       v0.16.0
- install ppx_sexp_value      v0.16.0
- install ppxlib              0.35.0
- install sexplib0            v0.16.0
- install shexp               v0.16.0
- install spawn               v0.17.0
- install stdio               v0.16.0
- install stdlib-shims        0.3.0
- install stdune              3.19.0
- install topkg               1.0.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved cmdlang.0.0.9, cmdlang-to-cmdliner.0.0.9  (https://github.com/mbarbin/cmdlang/releases/download/0.0.9/cmdlang-0.0.9.tbz)
-> retrieved fpath.0.7.3  (cached)
-> retrieved fpath-sexp0.0.3.1  (https://github.com/mbarbin/fpath-base/releases/download/0.3.1/fpath-base-0.3.1.tbz)
-> retrieved loc.0.2.2  (https://github.com/mbarbin/loc/releases/download/0.2.2/loc-0.2.2.tbz)
-> retrieved logs.0.8.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved posixat.v0.16.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved pplumbing.0.0.14  (https://github.com/mbarbin/pplumbing/releases/download/0.0.14/pplumbing-0.0.14.tbz)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppx_sexp_value.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved shexp.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved dune.3.19.0, dune-configurator.3.19.0, dyn.3.19.0, ordering.3.19.0, stdune.3.19.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed cmdliner.1.3.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\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\4.14.2\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed astring.0.8.5
-> installed fmt.0.10.0
-> installed fpath.0.7.3
-> installed logs.0.8.0
-> installed dune.3.19.0
-> installed cmdlang.0.0.9
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed cmdlang-to-cmdliner.0.0.9
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.16.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed fpath-sexp0.0.3.1
-> installed ordering.3.19.0
-> installed dune-configurator.3.19.0
-> installed parsexp.v0.16.0
-> installed dyn.3.19.0
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed ppxlib.0.35.0
-> installed stdune.3.19.0
-> installed loc.0.2.2
-> installed ppx_optcomp.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed pplumbing.0.0.14
-> installed ppx_sexp_conv.v0.16.0
-> installed posixat.v0.16.0
-> installed ppx_sexp_value.v0.16.0
[ERROR] The compilation of shexp.v0.16.0 failed at "dune build -p shexp -j 7".


#=== ERROR while compiling shexp.v0.16.0 ======================================#
# context     2.3.0 | win32/x86_64 | ocaml-base-compiler.4.14.2 | file://C:/Users/opam/opam-repository
# path        ~\AppData\Local\opam\4.14.2\.opam-switch\build\shexp.v0.16.0
# command     ~\AppData\Local\opam\4.14.2\bin\dune.exe build -p shexp -j 7
# exit-code   1
# env-file    ~\AppData\Local\opam\log\shexp-2172-2f58a8.env
# output-file ~\AppData\Local\opam\log\shexp-2172-2f58a8.out
### output ###
# [...]
# bigstring_io_stubs.c: In function 'shexp_bigstring_io_write':
# bigstring_io_stubs.c:74:9: error: 'buf' redeclared as different kind of symbol
#    74 |   char* buf = get_buf(buf, ofs);
#       |         ^~~
# bigstring_io_stubs.c:69:57: note: previous definition of 'buf' with type 'value' {aka 'long long int'}
#    69 | CAMLprim value shexp_bigstring_io_write(value fd, value buf, value ofs, value len)
#       |                                                   ~~~~~~^~~
# bigstring_io_stubs.c:87:24: error: 'src' undeclared (first use in this function); did you mean 'Arc'?
#    87 |     if (! WriteFile(h, src, Long_val(len), &numwritten, NULL))
#       |                        ^~~
#       |                        Arc
# bigstring_io_stubs.c:87:24: note: each undeclared identifier is reported only once for each function it appears in


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build shexp v0.16.0
+- 
+- The following changes have been performed
| - install astring             0.8.5
| - install base                v0.16.4
| - install cmdlang             0.0.9
| - install cmdlang-to-cmdliner 0.0.9
| - install cmdliner            1.3.0
| - install csexp               1.5.2
| - install dune                3.19.0
| - install dune-configurator   3.19.0
| - install dyn                 3.19.0
| - install fmt                 0.10.0
| - install fpath               0.7.3
| - install fpath-sexp0         0.3.1
| - install loc                 0.2.2
| - install logs                0.8.0
| - install ocaml-compiler-libs v0.12.4
| - install ocamlbuild          0.16.1
| - install ocamlfind           1.9.8
| - install ordering            3.19.0
| - install parsexp             v0.16.0
| - install posixat             v0.16.0
| - install pp                  2.0.0
| - install pplumbing           0.0.14
| - install ppx_derivers        1.2.1
| - install ppx_enumerate       v0.16.0
| - install ppx_here            v0.16.0
| - install ppx_optcomp         v0.16.0
| - install ppx_sexp_conv       v0.16.0
| - install ppx_sexp_value      v0.16.0
| - install ppxlib              0.35.0
| - install sexplib0            v0.16.0
| - install spawn               v0.17.0
| - install stdio               v0.16.0
| - install stdlib-shims        0.3.0
| - install stdune              3.19.0
| - install topkg               1.0.8
+- 
# 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\\4.14.2\\.opam-switch\\backup\\state-20250606122452.export"
"opam install $DEPS" failed with exit status 31
2025-06-06 12:29.15: Job failed: Failed: Build failed