2026-04-28 11:20.41: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (23aa179cabeb0352b397198dad3ec7b085324b24) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5) Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d Opam project build To reproduce locally: git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 23aa179c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d # windows-server-mingw-ltsc2025-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 || git fetch origin master) && git reset -q --hard 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ocamlgraph_gtk.opam ocamlgraph.opam /cygwin64/home/opam/src/./ RUN opam pin add -yn ocamlgraph_gtk.dev '/cygwin64/home/opam/src/./' && \ opam pin add -yn ocamlgraph.dev '/cygwin64/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gnomecanvas-x86_64.1 conf-mingw-w64-gtk2-x86_64.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 flexdll.0.44 graphics.5.2.0 host-arch-x86_64.1 host-system-mingw.1 lablgtk.2.18.14 mingw-w64-shims.0.2.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 system-mingw.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /cygwin64/home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-04-28 11:20.41: Using cache hint "backtracking/ocamlgraph-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d-windows-server-mingw-ltsc2025-5.4_opam-2.5-902f2cbf7f8cd23773970618a3fb12f1" 2026-04-28 11:20.41: Using OBuilder spec: ((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d) (comment windows-server-mingw-ltsc2025-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 || git fetch origin master) && git reset -q --hard 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst /cygwin64/home/opam/src/./)) (run (network host) (shell "opam pin add -yn ocamlgraph_gtk.dev '/cygwin64/home/opam/src/./' && \ \nopam pin add -yn ocamlgraph.dev '/cygwin64/home/opam/src/./'")) (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gnomecanvas-x86_64.1 conf-mingw-w64-gtk2-x86_64.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 flexdll.0.44 graphics.5.2.0 host-arch-x86_64.1 host-system-mingw.1 lablgtk.2.18.14 mingw-w64-shims.0.2.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 system-mingw.1") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS")) (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /cygwin64/home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-04-28 11:20.41: Waiting for resource in pool OCluster 2026-04-28 11:20.41: Waiting for worker… 2026-04-28 12:26.45: Got resource from pool OCluster Building on ltsc2025-3 All commits already cached HEAD is now at 23aa179 fixed documentation for [scc] (from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d) 2026-04-28 12:26.58 ---> using "ec981fc5aa88c4d81ed6944b947998a3582ceda5dccad31763847b59253ba21d" from cache C:/: (comment windows-server-mingw-ltsc2025-5.4_opam-2.5) C:/: (user (uid 1000) (gid 1000)) C:/: (env CLICOLOR_FORCE 1) C:/: (env OPAMCOLOR always) C:/: (run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) 2026-04-28 12:26.58 ---> using "c53a822b6ae964c9af78f3a9c0a56550e5cef6c7d7355f71342bf74ae4d64c86" from cache C:/: (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] Initialised 2026-04-28 12:26.58 ---> using "1728796349436f2055a17bd135f69d2c2804165c6e6a7db981961cab8bde50f5" from cache C:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-26100 3.6.7-1.x86_64 The OCaml toplevel, version 5.4.1 2.5.1 2026-04-28 12:26.58 ---> using "a26b22f65e75e4e486a006c1c855b9e90c5da21b5fbefb6dd265e22da723023f" from cache C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 || git fetch origin master) && git reset -q --hard 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD d78d992b37..0d8fa4e278 master -> origin/master 14e422a13e Merge pull request #29795 from dra27/conf-mingw-w64-springclean <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file://C:/cygwin64/home/opam/opam-repository Everything as up-to-date as possible However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-04-28 12:26.58 ---> using "d111ee6ce1eb447ebe5f8ae665742322700d89616ff612352868ae7695a744c7" from cache C:/: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst /cygwin64/home/opam/src/./)) 2026-04-28 12:28.53 ---> saved as "bae62a3e828535ceaefd2973494979f397da68a03bfb109ce944b1f71cacb6c0" C:/: (run (network host) (shell "opam pin add -yn ocamlgraph_gtk.dev '/cygwin64/home/opam/src/./' && \ \nopam pin add -yn ocamlgraph.dev '/cygwin64/home/opam/src/./'")) [ocamlgraph_gtk.dev] synchronised (file://C:/cygwin64/home/opam/src) ocamlgraph_gtk is now pinned to file://C:/cygwin64/home/opam/src (version dev) [ocamlgraph.dev] synchronised (file://C:/cygwin64/home/opam/src) ocamlgraph is now pinned to file://C:/cygwin64/home/opam/src (version dev) 2026-04-28 12:31.10 ---> saved as "1df929db8c9c1ca82a144956ff46f3cc1d776c282414089244c7736da4d2088a" C:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2026-04-28 12:32.57 ---> saved as "a20ed41d21b08cc9b1aed75acd6c728daa7db99602f593770a757e9201816037" C:/: (env DEPS "arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gnomecanvas-x86_64.1 conf-mingw-w64-gtk2-x86_64.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 flexdll.0.44 graphics.5.2.0 host-arch-x86_64.1 host-system-mingw.1 lablgtk.2.18.14 mingw-w64-shims.0.2.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 system-mingw.1") C:/: (env CI true) C:/: (env OCAMLCI true) C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocamlgraph.dev] synchronised (file://C:/cygwin64/home/opam/src) [ocamlgraph_gtk.dev] synchronised (file://C:/cygwin64/home/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.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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-x86_64-gtk2.0 mingw64-x86_64-libgnomecanvas2 pkgconf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + C:\opam\.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-x86_64-gtk2.0,mingw64-x86_64-libgnomecanvas2,pkgconf" - Starting cygwin install, version 2.937 - User has backup/restore rights - User has symlink creation right - Current Directory: C:\TEMP\cache - root: C:\cygwin64 system - Changing gid to Administrators - Selected local directory: C:\TEMP\cache - net: Preconfig - site: https://mirrors.kernel.org/sourceware/cygwin/ - solving: 3 tasks, update: no, use test packages: no - solving: 87 tasks, update: no, use test packages: no - Augmented Transaction List: - 0 install binutils 2.46-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.25-1 - 5 install libfribidi0 1.0.16-1 - 6 install libgomp1 13.4.0-1 - 7 install libgraphite2_3 1.3.14-1 - 8 install libjbig2 2.1-2 - 9 install libjpeg8 3.1.4.1-1 - 10 install liblcms2_2 2.16-1 - 11 install libpkgconf7 2.5.1-1 - 12 install libpng16 1.6.47-2 - 13 install libwebp7 1.6.0-1 - 14 install libxml2 2.10.4-2 - 15 install mingw64-x86_64-bzip2 1.0.6-4 - 16 install mingw64-x86_64-gcc-g++ 13.4.0-1 - 17 install mingw64-x86_64-jbigkit 2.1-1 - 18 install mingw64-x86_64-libart_lgpl2 2.3.21-1 - 19 install mingw64-x86_64-libffi 3.2.1-2 - 20 install mingw64-x86_64-win-iconv 0.0.8-1 - 21 install python39 3.9.16-1 - 22 install python39-zipp 3.23.0-1 - 23 install desktop-file-utils 0.28-1 - 24 install libglib2.0_0 2.87.0-1 - 25 install shared-mime-info 2.4-1 - 26 install libxcb1 1.17.0-2 - 27 install libimagequant0 2.10.0-1 - 28 install pkgconf 2.5.1-1 - 29 install libfreetype6 2.13.3-1 - 30 install libwebpmux3 1.6.0-1 - 31 install libwebpdemux2 1.6.0-1 - 32 install libtiff7 4.7.1-1 - 33 install mingw64-x86_64-gettext 0.22.5-1 - 34 install python39-typing_extension 4.15.0-1 - 35 install python39-toml 0.10.2-3 - 36 install python39-platformdirs 4.4.0-1 - 37 install python39-packaging 25.0-1 - 38 install python39-iniconfig 2.0.0-2 - 39 install python39-importlib-metadata 8.7.1-1 - 40 install python39-filelock 3.17.0-1 - 41 install pkg-config 2.5.1-1 - 42 install libharfbuzz0 11.0.1-2 - 43 install python39-pluggy 1.6.0-1 - 44 install mingw64-x86_64-zlib 1.3.2-1 - 45 install mingw64-x86_64-xz 5.8.3-1 - 46 install mingw64-x86_64-pixman 0.46.4-1 - 47 install mingw64-x86_64-pcre 8.45-1 - 48 install mingw64-x86_64-lzo2 2.10-2 - 49 install mingw64-x86_64-libjpeg-turbo 1.5.3-1 - 50 install mingw64-x86_64-expat 2.2.2-1 - 51 install libraqm0 0.7.0-1 - 52 install python39-pytest 8.3.4-1 - 53 install mingw64-x86_64-libpng 1.6.34-1 - 54 install mingw64-x86_64-libxml2 2.9.4-1 - 55 install mingw64-x86_64-glib2.0 2.54.3-1 - 56 install mingw64-x86_64-tiff 4.0.9-1 - 57 install mingw64-x86_64-jasper 2.0.14-1 - 58 install python39-setuptools 80.9.0-1 - 59 install python39-wheel 0.45.1-1 - 60 install mingw64-x86_64-freetype2 2.8.1-1 - 61 install mingw64-x86_64-atk1.0 2.26.1-1 - 62 install mingw64-x86_64-gdk-pixbuf2.0 2.36.11-1 - 63 install python39-urllib3 2.6.2-1 - 64 install python39-snowballstemmer 2.2.0-1 - 65 install python39-olefile 0.47-1 - 66 install python39-markupsafe 3.0.3-1 - 67 install python39-imagesize 1.3.0-1 - 68 install python39-idna 3.11-1 - 69 install python39-chardet 5.2.0-1 - 70 install python39-babel 2.17.0-1 - 71 install mingw64-x86_64-harfbuzz 1.7.6-1 - 72 install mingw64-x86_64-fontconfig 2.12.6-1 - 73 install python39-jinja2 3.1.6-1 - 74 install python39-requests 2.32.5-1 - 75 install mingw64-x86_64-cairo 1.14.12-1 - 76 install mingw64-x86_64-pango1.0 1.40.14-1 - 77 install python39-imaging 11.3.0-1 - 78 install python39-pygments 2.19.2-1 - 79 install python39-docutils 0.22.4-1 - 80 install python39-sphinx 4.4.0-1 - 81 install python39-pip 26.0.1-1 - 82 install python39-sphinxcontrib-serializinghtml 1.1.5-1 - 83 install python3 3.9.16-1 - 84 install mingw64-x86_64-gtk2.0 2.24.33-1 - 85 install mingw64-x86_64-libglade2.0 2.6.4-3 - 86 install mingw64-x86_64-libgnomecanvas2 2.30.3-2 - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/binutils/binutils-2.46-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/gsettings-desktop-schemas/gsettings-desktop-schemas-3.24.1-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXau/libXau6/libXau6-1.0.12-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXdmcp/libXdmcp6/libXdmcp6-1.1.5-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libdeflate/libdeflate0/libdeflate0-1.25-1-x86_64.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/fribidi/libfribidi0/libfribidi0-1.0.16-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/gcc/libgomp1/libgomp1-13.4.0-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/graphite2/libgraphite2_3/libgraphite2_3-1.3.14-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/jbigkit/libjbig2/libjbig2-2.1-2.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libjpeg-turbo/libjpeg8/libjpeg8-3.1.4.1-1-x86_64.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/lcms2/liblcms2_2/liblcms2_2-2.16-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/libpkgconf7/libpkgconf7-2.5.1-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libpng/libpng16/libpng16-1.6.47-2-x86_64.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libwebp/libwebp7/libwebp7-1.6.0-1-x86_64.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libxml2/libxml2-2.10.4-2.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-bzip2/mingw64-x86_64-bzip2-1.0.6-4.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-13.4.0-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-jbigkit/mingw64-x86_64-jbigkit-2.1-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libart_lgpl2/mingw64-x86_64-libart_lgpl2-2.3.21-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libffi/mingw64-x86_64-libffi-3.2.1-2.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-win-iconv/mingw64-x86_64-win-iconv-0.0.8-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/python39/python39-3.9.16-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-zipp/python39-zipp/python39-zipp-3.23.0-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/desktop-file-utils/desktop-file-utils-0.28-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/glib2.0/libglib2.0_0/libglib2.0_0-2.87.0-1-x86_64.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/shared-mime-info/shared-mime-info-2.4-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libxcb/libxcb1/libxcb1-1.17.0-2-x86_64.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libimagequant/libimagequant0/libimagequant0-2.10.0-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkgconf-2.5.1-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/freetype2/libfreetype6/libfreetype6-2.13.3-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libwebp/libwebpmux3/libwebpmux3-1.6.0-1-x86_64.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libwebp/libwebpdemux2/libwebpdemux2-1.6.0-1-x86_64.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/tiff/libtiff7/libtiff7-4.7.1-1-x86_64.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gettext/mingw64-x86_64-gettext-0.22.5-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-typing_extension/python39-typing_extension/python39-typing_extension-4.15.0-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-toml/python39-toml/python39-toml-0.10.2-3.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-platformdirs/python39-platformdirs/python39-platformdirs-4.4.0-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-packaging/python39-packaging/python39-packaging-25.0-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-iniconfig/python39-iniconfig/python39-iniconfig-2.0.0-2.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-importlib-metadata/python39-importlib-metadata/python39-importlib-metadata-8.7.1-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-filelock/python39-filelock/python39-filelock-3.17.0-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkg-config/pkg-config-2.5.1-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/harfbuzz/libharfbuzz0/libharfbuzz0-11.0.1-2-x86_64.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-pluggy/python39-pluggy/python39-pluggy-1.6.0-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-zlib/mingw64-x86_64-zlib-1.3.2-1-noarch.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-xz/mingw64-x86_64-xz-5.8.3-1-noarch.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-pixman/mingw64-x86_64-pixman-0.46.4-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-pcre/mingw64-x86_64-pcre-8.45-1.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-lzo2/mingw64-x86_64-lzo2-2.10-2.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libjpeg-turbo/mingw64-x86_64-libjpeg-turbo-1.5.3-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-expat/mingw64-x86_64-expat-2.2.2-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/raqm/libraqm0/libraqm0-0.7.0-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-pytest/python39-pytest/python39-pytest-8.3.4-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libpng/mingw64-x86_64-libpng-1.6.34-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libxml2/mingw64-x86_64-libxml2-2.9.4-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-glib2.0/mingw64-x86_64-glib2.0-2.54.3-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-tiff/mingw64-x86_64-tiff-4.0.9-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-jasper/mingw64-x86_64-jasper-2.0.14-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-setuptools/python39-setuptools/python39-setuptools-80.9.0-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-wheel/python39-wheel/python39-wheel-0.45.1-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-freetype2/mingw64-x86_64-freetype2-2.8.1-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-atk1.0/mingw64-x86_64-atk1.0-2.26.1-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gdk-pixbuf2.0/mingw64-x86_64-gdk-pixbuf2.0-2.36.11-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-urllib3/python39-urllib3/python39-urllib3-2.6.2-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-snowballstemmer/python39-snowballstemmer/python39-snowballstemmer-2.2.0-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-olefile/python39-olefile/python39-olefile-0.47-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/python-markupsafe/python39-markupsafe/python39-markupsafe-3.0.3-1-x86_64.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-imagesize/python39-imagesize/python39-imagesize-1.3.0-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-idna/python39-idna/python39-idna-3.11-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-chardet/python39-chardet/python39-chardet-5.2.0-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-babel/python39-babel/python39-babel-2.17.0-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-harfbuzz/mingw64-x86_64-harfbuzz-1.7.6-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-fontconfig/mingw64-x86_64-fontconfig-2.12.6-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-jinja2/python39-jinja2/python39-jinja2-3.1.6-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-requests/python39-requests/python39-requests-2.32.5-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-cairo/mingw64-x86_64-cairo-1.14.12-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-pango1.0/mingw64-x86_64-pango1.0-1.40.14-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/python-imaging/python39-imaging/python39-imaging-11.3.0-1-x86_64.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-pygments/python39-pygments/python39-pygments-2.19.2-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-docutils/python39-docutils/python39-docutils-0.22.4-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-sphinx/python39-sphinx/python39-sphinx-4.4.0-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-pip/python39-pip/python39-pip-26.0.1-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-sphinxcontrib-serializinghtml/python39-sphinxcontrib-serializinghtml/python39-sphinxcontrib-serializinghtml-1.1.5-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/python3/python3-3.9.16-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gtk2.0/mingw64-x86_64-gtk2.0-2.24.33-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libglade2.0/mingw64-x86_64-libglade2.0-2.6.4-3.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libgnomecanvas2/mingw64-x86_64-libgnomecanvas2-2.30.3-2.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/binutils/binutils-2.46-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/gsettings-desktop-schemas/gsettings-desktop-schemas-3.24.1-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXau/libXau6/libXau6-1.0.12-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXdmcp/libXdmcp6/libXdmcp6-1.1.5-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libdeflate/libdeflate0/libdeflate0-1.25-1-x86_64.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/fribidi/libfribidi0/libfribidi0-1.0.16-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/gcc/libgomp1/libgomp1-13.4.0-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/graphite2/libgraphite2_3/libgraphite2_3-1.3.14-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/jbigkit/libjbig2/libjbig2-2.1-2.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libjpeg-turbo/libjpeg8/libjpeg8-3.1.4.1-1-x86_64.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/lcms2/liblcms2_2/liblcms2_2-2.16-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/libpkgconf7/libpkgconf7-2.5.1-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libpng/libpng16/libpng16-1.6.47-2-x86_64.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libwebp/libwebp7/libwebp7-1.6.0-1-x86_64.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libxml2/libxml2-2.10.4-2.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-bzip2/mingw64-x86_64-bzip2-1.0.6-4.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-13.4.0-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-jbigkit/mingw64-x86_64-jbigkit-2.1-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libart_lgpl2/mingw64-x86_64-libart_lgpl2-2.3.21-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libffi/mingw64-x86_64-libffi-3.2.1-2.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-win-iconv/mingw64-x86_64-win-iconv-0.0.8-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/python39/python39-3.9.16-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-zipp/python39-zipp/python39-zipp-3.23.0-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/desktop-file-utils/desktop-file-utils-0.28-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/glib2.0/libglib2.0_0/libglib2.0_0-2.87.0-1-x86_64.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/shared-mime-info/shared-mime-info-2.4-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libxcb/libxcb1/libxcb1-1.17.0-2-x86_64.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libimagequant/libimagequant0/libimagequant0-2.10.0-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkgconf-2.5.1-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/freetype2/libfreetype6/libfreetype6-2.13.3-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libwebp/libwebpmux3/libwebpmux3-1.6.0-1-x86_64.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libwebp/libwebpdemux2/libwebpdemux2-1.6.0-1-x86_64.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/tiff/libtiff7/libtiff7-4.7.1-1-x86_64.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gettext/mingw64-x86_64-gettext-0.22.5-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-typing_extension/python39-typing_extension/python39-typing_extension-4.15.0-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-toml/python39-toml/python39-toml-0.10.2-3.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-platformdirs/python39-platformdirs/python39-platformdirs-4.4.0-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-packaging/python39-packaging/python39-packaging-25.0-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-iniconfig/python39-iniconfig/python39-iniconfig-2.0.0-2.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-importlib-metadata/python39-importlib-metadata/python39-importlib-metadata-8.7.1-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-filelock/python39-filelock/python39-filelock-3.17.0-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkg-config/pkg-config-2.5.1-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/harfbuzz/libharfbuzz0/libharfbuzz0-11.0.1-2-x86_64.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-pluggy/python39-pluggy/python39-pluggy-1.6.0-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-zlib/mingw64-x86_64-zlib-1.3.2-1-noarch.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-xz/mingw64-x86_64-xz-5.8.3-1-noarch.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-pixman/mingw64-x86_64-pixman-0.46.4-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-pcre/mingw64-x86_64-pcre-8.45-1.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-lzo2/mingw64-x86_64-lzo2-2.10-2.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libjpeg-turbo/mingw64-x86_64-libjpeg-turbo-1.5.3-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-expat/mingw64-x86_64-expat-2.2.2-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/raqm/libraqm0/libraqm0-0.7.0-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-pytest/python39-pytest/python39-pytest-8.3.4-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libpng/mingw64-x86_64-libpng-1.6.34-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libxml2/mingw64-x86_64-libxml2-2.9.4-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-glib2.0/mingw64-x86_64-glib2.0-2.54.3-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-tiff/mingw64-x86_64-tiff-4.0.9-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-jasper/mingw64-x86_64-jasper-2.0.14-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-setuptools/python39-setuptools/python39-setuptools-80.9.0-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-wheel/python39-wheel/python39-wheel-0.45.1-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-freetype2/mingw64-x86_64-freetype2-2.8.1-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-atk1.0/mingw64-x86_64-atk1.0-2.26.1-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gdk-pixbuf2.0/mingw64-x86_64-gdk-pixbuf2.0-2.36.11-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-urllib3/python39-urllib3/python39-urllib3-2.6.2-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-snowballstemmer/python39-snowballstemmer/python39-snowballstemmer-2.2.0-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-olefile/python39-olefile/python39-olefile-0.47-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/python-markupsafe/python39-markupsafe/python39-markupsafe-3.0.3-1-x86_64.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-imagesize/python39-imagesize/python39-imagesize-1.3.0-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-idna/python39-idna/python39-idna-3.11-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-chardet/python39-chardet/python39-chardet-5.2.0-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-babel/python39-babel/python39-babel-2.17.0-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-harfbuzz/mingw64-x86_64-harfbuzz-1.7.6-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-fontconfig/mingw64-x86_64-fontconfig-2.12.6-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-jinja2/python39-jinja2/python39-jinja2-3.1.6-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-requests/python39-requests/python39-requests-2.32.5-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-cairo/mingw64-x86_64-cairo-1.14.12-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-pango1.0/mingw64-x86_64-pango1.0-1.40.14-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/python-imaging/python39-imaging/python39-imaging-11.3.0-1-x86_64.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-pygments/python39-pygments/python39-pygments-2.19.2-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-docutils/python39-docutils/python39-docutils-0.22.4-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-sphinx/python39-sphinx/python39-sphinx-4.4.0-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-pip/python39-pip/python39-pip-26.0.1-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/python-sphinxcontrib-serializinghtml/python39-sphinxcontrib-serializinghtml/python39-sphinxcontrib-serializinghtml-1.1.5-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/python3/python3-3.9.16-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gtk2.0/mingw64-x86_64-gtk2.0-2.24.33-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libglade2.0/mingw64-x86_64-libglade2.0-2.6.4-3.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libgnomecanvas2/mingw64-x86_64-libgnomecanvas2-2.30.3-2.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/mingw64-x86_64-fontconfig.sh" - running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/mingw64-x86_64-gdk-pixbuf2.0.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_mingw64-x86_64-fontconfig_cache.sh" - running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_shared-mime-info.sh" - running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_zcygsympathy.sh" - Ending cygwin install # To update the current shell environment, run: eval $(opam env) 2026-04-28 13:17.43 ---> saved as "02b36142cb13b3a10d875e8875fadadb1c72c1bd843febfccc346e46fd443658" C:/: (run (cache (opam-archives (target "c:\\opam\\.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.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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 12 packages - install camlp-streams 5.0.1 - install conf-gnomecanvas 2 - install conf-gtk2 1 - install conf-mingw-w64-gnomecanvas-x86_64 1 - install conf-mingw-w64-gtk2-x86_64 1 - install conf-pkg-config 4 - install csexp 1.5.2 - install dune 3.22.2 - install dune-configurator 3.22.2 - install graphics 5.2.0 - install lablgtk 2.18.14 - install ocamlfind 1.9.8 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved camlp-streams.5.0.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved graphics.5.2.0 (cached) -> installed conf-pkg-config.4 -> retrieved mingw-w64-shims.0.2.0 (cached) -> removed mingw-w64-shims.0.2.0 -> retrieved lablgtk.2.18.14 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> installed conf-mingw-w64-gnomecanvas-x86_64.1 -> installed conf-mingw-w64-gtk2-x86_64.1 -> installed conf-gnomecanvas.2 -> installed conf-gtk2.1 -> installed mingw-w64-shims.0.2.0 -> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached) -> installed dune.3.22.2 -> installed csexp.1.5.2 -> installed camlp-streams.5.0.1 -> installed dune-configurator.3.22.2 -> installed graphics.5.2.0 2026-04-28 13:26.45: Cancelling: Timeout (60.0 minutes) Job cancelled 2026-04-28 13:26.45: Timeout (60.0 minutes)