2025-06-27 09:50.09: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (486e852f6d87e5753083aefd36f0d6889e4bc9d4) (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 486e852f
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 88b51a54522eb5c90b50480aa73d5c5b33b58230 || git fetch origin master) && git reset -q --hard 88b51a54522eb5c90b50480aa73d5c5b33b58230 && 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-git.1.1 conf-hg.1.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 dyn.3.19.1 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.1 parsexp.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_sexp_conv.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.19.1 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-27 09:50.09: Using cache hint "mbarbin/vcs-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.3-794245a0fa0aaa90dc1706477c48305b"
2025-06-27 09:50.09: 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 88b51a54522eb5c90b50480aa73d5c5b33b58230 || git fetch origin master) && git reset -q --hard 88b51a54522eb5c90b50480aa73d5c5b33b58230 && 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-git.1.1 conf-hg.1.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 dyn.3.19.1 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.1 parsexp.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_sexp_conv.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.19.1 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-27 09:50.09: Waiting for resource in pool OCluster
2025-06-27 09:50.09: Waiting for worker…
2025-06-27 09:52.25: Got resource from pool OCluster
Building on thyme
All commits already cached
HEAD is now at 486e852 Merge pull request #85 from mbarbin/enable-macos-in-ci
(from windows-server-2022-amd64-ocaml-4.14)
2025-06-27 09:52.26 ---> 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-27 09:52.26 ---> 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-27 09:52.26 ---> 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-27 09:52.26 ---> 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 88b51a54522eb5c90b50480aa73d5c5b33b58230 || git fetch origin master) && git reset -q --hard 88b51a54522eb5c90b50480aa73d5c5b33b58230 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
11bdbee611..bc5382643d master -> origin/master
88b51a5452 Merge pull request #28021 from mbarbin/conf-hg-win32-cygwin
<><> 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-27 09:52.26 ---> using "1584d599799a14d79e44a6d176fc232f9fa84310441e7e9a205f5c0a898b9e47" from cache
/: (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-27 09:52.26 ---> using "3dbf7f64b63f3ec7ff0f8c44d50a31205519d6f10411e8efa95e72963b4eeeef" from cache
/: (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/./'"))
[volgo.dev] synchronised (file://C:/Users/opam/src/.)
volgo is now pinned to file://C:/Users/opam/src/. (version dev)
[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)
[volgo-hg-unix.dev] synchronised (file://C:/Users/opam/src/.)
volgo-hg-unix is now pinned to file://C:/Users/opam/src/. (version dev)
[volgo-hg-eio.dev] synchronised (file://C:/Users/opam/src/.)
volgo-hg-eio is now pinned to file://C:/Users/opam/src/. (version dev)
[volgo-hg-backend.dev] synchronised (file://C:/Users/opam/src/.)
volgo-hg-backend is now pinned to file://C:/Users/opam/src/. (version dev)
[volgo-git-unix.dev] synchronised (file://C:/Users/opam/src/.)
volgo-git-unix is now pinned to file://C:/Users/opam/src/. (version dev)
[volgo-git-eio.dev] synchronised (file://C:/Users/opam/src/.)
volgo-git-eio is now pinned to file://C:/Users/opam/src/. (version dev)
[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)
[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-27 09:52.26 ---> using "b5b8117d1d10d3afad558b0380bc6fad3ef42765a7ee63f8f596981c5b5831c4" from cache
/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-06-27 09:52.26 ---> using "4826babb9eedabaa5853f48c0a47661174926ae64caacf3fcdac2051c976734b" from cache
/: (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-git.1.1 conf-hg.1.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 dyn.3.19.1 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.1 parsexp.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_sexp_conv.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.19.1 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).
The following system packages will first need to be installed:
mercurial
<><> 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" "mercurial"
- Starting cygwin install, version 2.934
- 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: 1 tasks, update: no, use test packages: no
- solving: 57 tasks, update: no, use test packages: no
- Augmented Transaction List:
- 0 install binutils 2.44-1
- 1 install gsettings-desktop-schemas 3.24.1-1
- 2 install libXau6 1.0.12-1
- 3 install libXdmcp6 1.1.5-1
- 4 install libdeflate0 1.24-1
- 5 install libfribidi0 1.0.16-1
- 6 install libgdbm_compat4 1.24-1
- 7 install libgomp1 12.4.0-3
- 8 install libgraphite2_3 1.3.14-1
- 9 install libjbig2 2.1-2
- 10 install libjpeg8 3.1.0-1
- 11 install liblcms2_2 2.16-1
- 12 install libpng16 1.6.47-2
- 13 install libsqlite3_0 3.49.1-1
- 14 install libwebp7 1.5.0-1
- 15 install libxml2 2.10.4-2
- 16 install desktop-file-utils 0.28-1
- 17 install libglib2.0_0 2.85.1-1
- 18 install shared-mime-info 2.4-1
- 19 install libxcb1 1.17.0-1
- 20 install libimagequant0 2.10.0-1
- 21 install libfreetype6 2.13.3-1
- 22 install python39 3.9.16-1
- 23 install python39-zipp 3.21.0-1
- 24 install libwebpmux3 1.5.0-1
- 25 install libwebpdemux2 1.5.0-1
- 26 install libtiff7 4.7.0-1
- 27 install libharfbuzz0 11.0.1-2
- 28 install python39-typing_extension 4.12.2-1
- 29 install python39-toml 0.10.2-3
- 30 install python39-pluggy 1.5.0-1
- 31 install python39-platformdirs 4.3.6-1
- 32 install python39-packaging 24.2-2
- 33 install python39-iniconfig 2.0.0-2
- 34 install python39-filelock 3.17.0-1
- 35 install libraqm0 0.7.0-1
- 36 install python39-pytest 8.3.4-1
- 37 install python39-setuptools 75.8.0-1
- 38 install python39-wheel 0.45.1-1
- 39 install python39-urllib3 2.3.0-1
- 40 install python39-snowballstemmer 2.2.0-1
- 41 install python39-olefile 0.47-1
- 42 install python39-markupsafe 3.0.2-1
- 43 install python39-imagesize 1.3.0-1
- 44 install python39-idna 3.10-1
- 45 install python39-chardet 5.2.0-1
- 46 install python39-certifi 2025.1.31-1
- 47 install python39-babel 2.16.0-1
- 48 install python39-jinja2 3.1.5-1
- 49 install python39-requests 2.32.3-1
- 50 install python39-imaging 11.1.0-1
- 51 install python39-pygments 2.10.0-1
- 52 install python39-docutils 0.18.1-1
- 53 install python39-sphinx 4.4.0-1
- 54 install python39-pip 25.0.1-2
- 55 install python39-sphinxcontrib-serializinghtml 1.1.5-1
- 56 install mercurial 6.9.4-1
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/binutils/binutils-2.44-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/gsettings-desktop-schemas/gsettings-desktop-schemas-3.24.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXau/libXau6/libXau6-1.0.12-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXdmcp/libXdmcp6/libXdmcp6-1.1.5-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libdeflate/libdeflate0/libdeflate0-1.24-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fribidi/libfribidi0/libfribidi0-1.0.16-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gdbm/libgdbm_compat4/libgdbm_compat4-1.24-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gcc/libgomp1/libgomp1-12.4.0-3.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/graphite2/libgraphite2_3/libgraphite2_3-1.3.14-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/jbigkit/libjbig2/libjbig2-2.1-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libjpeg-turbo/libjpeg8/libjpeg8-3.1.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/lcms2/liblcms2_2/liblcms2_2-2.16-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libpng/libpng16/libpng16-1.6.47-2-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/sqlite3/libsqlite3_0/libsqlite3_0-3.49.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebp7/libwebp7-1.5.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxml2/libxml2-2.10.4-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/desktop-file-utils/desktop-file-utils-0.28-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0_0/libglib2.0_0-2.85.1-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/shared-mime-info/shared-mime-info-2.4-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb1/libxcb1-1.17.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libimagequant/libimagequant0/libimagequant0-2.10.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/freetype2/libfreetype6/libfreetype6-2.13.3-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python39/python39-3.9.16-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-zipp/python39-zipp/python39-zipp-3.21.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebpmux3/libwebpmux3-1.5.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebpdemux2/libwebpdemux2-1.5.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/tiff/libtiff7/libtiff7-4.7.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/harfbuzz/libharfbuzz0/libharfbuzz0-11.0.1-2-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-typing_extension/python39-typing_extension/python39-typing_extension-4.12.2-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-toml/python39-toml/python39-toml-0.10.2-3.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pluggy/python39-pluggy/python39-pluggy-1.5.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-platformdirs/python39-platformdirs/python39-platformdirs-4.3.6-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-packaging/python39-packaging/python39-packaging-24.2-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-iniconfig/python39-iniconfig/python39-iniconfig-2.0.0-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-filelock/python39-filelock/python39-filelock-3.17.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/raqm/libraqm0/libraqm0-0.7.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pytest/python39-pytest/python39-pytest-8.3.4-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-setuptools/python39-setuptools/python39-setuptools-75.8.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-wheel/python39-wheel/python39-wheel-0.45.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-urllib3/python39-urllib3/python39-urllib3-2.3.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-snowballstemmer/python39-snowballstemmer/python39-snowballstemmer-2.2.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-olefile/python39-olefile/python39-olefile-0.47-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python-markupsafe/python39-markupsafe/python39-markupsafe-3.0.2-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-imagesize/python39-imagesize/python39-imagesize-1.3.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-idna/python39-idna/python39-idna-3.10-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-chardet/python39-chardet/python39-chardet-5.2.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-certifi/python39-certifi/python39-certifi-2025.1.31-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-babel/python39-babel/python39-babel-2.16.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-jinja2/python39-jinja2/python39-jinja2-3.1.5-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-requests/python39-requests/python39-requests-2.32.3-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python-imaging/python39-imaging/python39-imaging-11.1.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pygments/python39-pygments/python39-pygments-2.10.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-docutils/python39-docutils/python39-docutils-0.18.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-sphinx/python39-sphinx/python39-sphinx-4.4.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pip/python39-pip/python39-pip-25.0.1-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-sphinxcontrib-serializinghtml/python39-sphinxcontrib-serializinghtml/python39-sphinxcontrib-serializinghtml-1.1.5-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mercurial/mercurial-6.9.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/binutils/binutils-2.44-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/gsettings-desktop-schemas/gsettings-desktop-schemas-3.24.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXau/libXau6/libXau6-1.0.12-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXdmcp/libXdmcp6/libXdmcp6-1.1.5-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libdeflate/libdeflate0/libdeflate0-1.24-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fribidi/libfribidi0/libfribidi0-1.0.16-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gdbm/libgdbm_compat4/libgdbm_compat4-1.24-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gcc/libgomp1/libgomp1-12.4.0-3.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/graphite2/libgraphite2_3/libgraphite2_3-1.3.14-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/jbigkit/libjbig2/libjbig2-2.1-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libjpeg-turbo/libjpeg8/libjpeg8-3.1.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/lcms2/liblcms2_2/liblcms2_2-2.16-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libpng/libpng16/libpng16-1.6.47-2-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/sqlite3/libsqlite3_0/libsqlite3_0-3.49.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebp7/libwebp7-1.5.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxml2/libxml2-2.10.4-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/desktop-file-utils/desktop-file-utils-0.28-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0_0/libglib2.0_0-2.85.1-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/shared-mime-info/shared-mime-info-2.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb1/libxcb1-1.17.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libimagequant/libimagequant0/libimagequant0-2.10.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/freetype2/libfreetype6/libfreetype6-2.13.3-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python39/python39-3.9.16-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-zipp/python39-zipp/python39-zipp-3.21.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebpmux3/libwebpmux3-1.5.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebpdemux2/libwebpdemux2-1.5.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/tiff/libtiff7/libtiff7-4.7.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/harfbuzz/libharfbuzz0/libharfbuzz0-11.0.1-2-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-typing_extension/python39-typing_extension/python39-typing_extension-4.12.2-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-toml/python39-toml/python39-toml-0.10.2-3.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pluggy/python39-pluggy/python39-pluggy-1.5.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-platformdirs/python39-platformdirs/python39-platformdirs-4.3.6-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-packaging/python39-packaging/python39-packaging-24.2-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-iniconfig/python39-iniconfig/python39-iniconfig-2.0.0-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-filelock/python39-filelock/python39-filelock-3.17.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/raqm/libraqm0/libraqm0-0.7.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pytest/python39-pytest/python39-pytest-8.3.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-setuptools/python39-setuptools/python39-setuptools-75.8.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-wheel/python39-wheel/python39-wheel-0.45.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-urllib3/python39-urllib3/python39-urllib3-2.3.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-snowballstemmer/python39-snowballstemmer/python39-snowballstemmer-2.2.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-olefile/python39-olefile/python39-olefile-0.47-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python-markupsafe/python39-markupsafe/python39-markupsafe-3.0.2-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-imagesize/python39-imagesize/python39-imagesize-1.3.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-idna/python39-idna/python39-idna-3.10-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-chardet/python39-chardet/python39-chardet-5.2.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-certifi/python39-certifi/python39-certifi-2025.1.31-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-babel/python39-babel/python39-babel-2.16.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-jinja2/python39-jinja2/python39-jinja2-3.1.5-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-requests/python39-requests/python39-requests-2.32.3-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python-imaging/python39-imaging/python39-imaging-11.1.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pygments/python39-pygments/python39-pygments-2.10.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-docutils/python39-docutils/python39-docutils-0.18.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-sphinx/python39-sphinx/python39-sphinx-4.4.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pip/python39-pip/python39-pip-25.0.1-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-sphinxcontrib-serializinghtml/python39-sphinxcontrib-serializinghtml/python39-sphinxcontrib-serializinghtml-1.1.5-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mercurial/mercurial-6.9.4-1.tar.xz
- 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\bash.exe --norc --noprofile "/etc/postinstall/libxml2.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/python39-sphinx.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/python39-pip.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/python39.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_desktop-file-utils.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_glib2.0.sh"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_shared-mime-info.sh"
- 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
2025-06-27 09:59.38 ---> saved as "d93abae1f8ffc396b90649988b9d0b6b750bfbbf82919735aca1045e6ee78221"
/: (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 34 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 conf-git 1.1
- install conf-hg 1.0
- install csexp 1.5.2
- install dune 3.19.1
- install dune-configurator 3.19.1
- install dyn 3.19.1
- 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.1
- install parsexp 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_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 stdlib-shims 0.3.0
- install stdune 3.19.1
- 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)
#=== ERROR while compiling conf-hg.1.0 ========================================#
"hg": command not found.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - fetch cmdlang.0.0.9, cmdlang-to-cmdliner.0.0.9
| - build cmdliner 1.3.0
| - build conf-hg 1.0
+-
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
"opam install $DEPS" failed with exit status 31
2025-06-27 10:02.43: Job failed: Failed: Build failed