Organisationsedwintoroklintcstubs67152b (main)windows-server-mingw-ltsc2025-5.4_opam-2.5

windows-server-mingw-ltsc2025-5.4_opam-2.5

Logs

Show full logs
2026-03-19 08:03.44: New job: test edwintorok/lintcstubs https://github.com/edwintorok/lintcstubs.git#refs/heads/main (67152b365f76218120dd922d2d41dc564b53f1d1) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5)
Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/edwintorok/lintcstubs.git" -b "main" && cd "lintcstubs" && git reset --hard 67152b36
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869
# 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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lintcstubs.opam lintcstubs-gen.opam /cygwin64/home/opam/src/./
RUN opam pin add -yn lintcstubs.dev '/cygwin64/home/opam/src/./' && \
    opam pin add -yn lintcstubs-gen.dev '/cygwin64/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="angstrom.0.16.1 arch-x86_64.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-graphviz.0.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.22.0 dune-build-info.3.22.0 dune-compiledb.0.6.0 dune-configurator.3.22.0 dune-private-libs.3.22.0 dune-site.3.22.0 dyn.3.22.0 ezjsonm.1.3.0 fileutils.0.6.6 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.0 goblint.2.7.1 goblint-cil.2.0.9 hex.1.5.0 host-arch-x86_64.1 host-system-mingw.1 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 mingw-w64-shims.0.2.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.0 parsexp.v0.17.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 qcheck-core.0.91 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.22.0 stringext.1.6.0 system-mingw.1 thread-table.1.0.0 top-closure.3.22.0 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs.dev lintcstubs-gen.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-03-19 08:03.44: Using cache hint "edwintorok/lintcstubs-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869-windows-server-mingw-ltsc2025-5.4_opam-2.5-f1e4d1bebe8912499f5bf34a8b83d3e9"
2026-03-19 08:03.44: Using OBuilder spec:
((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869)
 (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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lintcstubs.opam lintcstubs-gen.opam)
       (dst /cygwin64/home/opam/src/./))
 (run (network host)
      (shell  "opam pin add -yn lintcstubs.dev '/cygwin64/home/opam/src/./' && \
             \nopam pin add -yn lintcstubs-gen.dev '/cygwin64/home/opam/src/./'"))
 (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
 (env DEPS "angstrom.0.16.1 arch-x86_64.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-graphviz.0.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.22.0 dune-build-info.3.22.0 dune-compiledb.0.6.0 dune-configurator.3.22.0 dune-private-libs.3.22.0 dune-site.3.22.0 dyn.3.22.0 ezjsonm.1.3.0 fileutils.0.6.6 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.0 goblint.2.7.1 goblint-cil.2.0.9 hex.1.5.0 host-arch-x86_64.1 host-system-mingw.1 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 mingw-w64-shims.0.2.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.0 parsexp.v0.17.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 qcheck-core.0.91 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.22.0 stringext.1.6.0 system-mingw.1 thread-table.1.0.0 top-closure.3.22.0 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs.dev lintcstubs-gen.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-03-19 08:03.44: Waiting for resource in pool OCluster
2026-03-19 08:03.44: Waiting for worker…
2026-03-19 11:29.34: Got resource from pool OCluster
Building on ltsc2025-3
All commits already cached
HEAD is now at 67152b3 add ocaml-ci badge

(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869)
2026-03-19 11:36.40 ---> using "a21c3d6a5c8ade59b5718498d4946f2d30bc2f15b3081890bc8673cc20de69f7" 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-03-19 11:36.40 ---> using "ba707ce1f62b585e8ecb40306d921206316b14fded440e6c49f33aa7897cc9c7" 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-03-19 11:36.40 ---> using "dd67e9cc18682a923590cd564dd7cd6177b4afe1c25b1d53bacf8ae6b5b2364f" from cache

C:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-26100 3.6.6-1.x86_64
The OCaml toplevel, version 5.4.0
2.5.0
2026-03-19 11:36.40 ---> using "c97059ecb6d76caa6ea35cf8e41cecaa775dc323c43ea7e5cc23418742ce7876" from cache

C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
          (network host)
          (shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b820e8c25e..9f189ca4f9  master     -> origin/master
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file://C:/cygwin64/home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
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-03-19 11:36.40 ---> using "ced7f83c95757ead588801f972f0887e8eaeeba3e8859b2fa40215950a6457f6" from cache

C:/: (copy (src lintcstubs.opam lintcstubs-gen.opam)
           (dst /cygwin64/home/opam/src/./))
2026-03-19 11:36.40 ---> using "fb82c65e89003d20fd01b154fc717b12b773bc9a5be6e5e6a91f015ee2b6e00a" from cache

C:/: (run (network host)
          (shell  "opam pin add -yn lintcstubs.dev '/cygwin64/home/opam/src/./' && \
                 \nopam pin add -yn lintcstubs-gen.dev '/cygwin64/home/opam/src/./'"))
[lintcstubs.dev] synchronised (file://C:/cygwin64/home/opam/src)
lintcstubs is now pinned to file://C:/cygwin64/home/opam/src (version dev)
[lintcstubs-gen.dev] synchronised (file://C:/cygwin64/home/opam/src)
lintcstubs-gen is now pinned to file://C:/cygwin64/home/opam/src (version dev)
2026-03-19 11:36.40 ---> using "c1007ba1227e379d4b12c1606a0d0aae849353e038e99fe9ef4df2e4471f1332" from cache

C:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2026-03-19 11:36.40 ---> using "5cadd3c4f5dc4aa114c3d9f5baa4d0fce8ec6ff3304bc48cd28497a08b248b77" from cache

C:/: (env DEPS "angstrom.0.16.1 arch-x86_64.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-graphviz.0.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.22.0 dune-build-info.3.22.0 dune-compiledb.0.6.0 dune-configurator.3.22.0 dune-private-libs.3.22.0 dune-site.3.22.0 dyn.3.22.0 ezjsonm.1.3.0 fileutils.0.6.6 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.0 goblint.2.7.1 goblint-cil.2.0.9 hex.1.5.0 host-arch-x86_64.1 host-system-mingw.1 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 mingw-w64-shims.0.2.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.0 parsexp.v0.17.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 qcheck-core.0.91 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.22.0 stringext.1.6.0 system-mingw.1 thread-table.1.0.0 top-closure.3.22.0 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14")

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 lintcstubs.dev lintcstubs-gen.dev $DEPS"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lintcstubs.dev] synchronised (file://C:/cygwin64/home/opam/src)
[lintcstubs-gen.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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.44).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
[NOTE] Package arch-x86_64 is already installed (current version is 1).

The following system packages will first need to be installed:
    autoconf graphviz mingw64-x86_64-gmp 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" "autoconf,graphviz,mingw64-x86_64-gmp,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: 4 tasks, update: no, use test packages: no
- solving: 142 tasks, update: no, use test packages: no
- Augmented Transaction List:
-    0 install autoconf2.1                            2.13-12    
-    1 install autoconf2.5                            2.69-5     
-    2 install autoconf2.7                            2.72-1     
-    3 install binutils                               2.46-1     
-    4 install dejavu-fonts                           2.37-1     
-    5 install gsettings-desktop-schemas              3.24.1-1   
-    6 install hicolor-icon-theme                     0.15-1     
-    7 install libICE6                                1.1.2-1    
-    8 install libX11-xcb1                            1.8.12-1   
-    9 install libXau6                                1.0.12-1   
-   10 install libXdmcp6                              1.1.5-1    
-   11 install libcdt6                                14.1.1-1   
-   12 install libdatrie1                             0.2.14-1   
-   13 install libdbus1_3                             1.16.2-1   
-   14 install libdeflate0                            1.25-1     
-   15 install libfontconfig-common                   2.17.1-1   
-   16 install libfribidi0                            1.0.16-1   
-   17 install libglapi0                              22.3.7-1   
-   18 install libgomp1                               13.4.0-1   
-   19 install libgraphite2_3                         1.3.14-1   
-   20 install libidn12                               1.43-1     
-   21 install libjbig2                               2.1-2      
-   22 install libjpeg8                               3.1.3-1    
-   23 install liblcms2_2                             2.16-1     
-   24 install libltdl7                               2.5.4-1    
-   25 install liblzo2_2                              2.10-2     
-   26 install libnspr4                               4.21-1     
-   27 install libopenjp2_7                           2.5.4-1    
-   28 install libpaper-common                        1.1.29-1   
-   29 install libpathplan4                           14.1.1-1   
-   30 install libpixman1_0                           0.46.4-1   
-   31 install libpkgconf7                            2.5.1-1    
-   32 install libpng16                               1.6.47-2   
-   33 install libwebp7                               1.6.0-1    
-   34 install libxdot4                               14.1.1-1   
-   35 install libxml2                                2.10.4-2   
-   36 install mingw64-x86_64-gcc-g++                 13.4.0-1   
-   37 install poppler-data                           0.4.10-1   
-   38 install autoconf                               15-2       
-   39 install python39                               3.9.16-1   
-   40 install python39-zipp                          3.23.0-1   
-   41 install adwaita-icon-theme                     3.26.1-1   
-   42 install libSM6                                 1.2.6-1    
-   43 install libxcb1                                1.17.0-2   
-   44 install libcgraph8                             14.1.1-1   
-   45 install libthai0                               0.1.30-1   
-   46 install libimagequant0                         2.10.0-1   
-   47 install libjasper4                             2.0.14-1   
-   48 install libnss3                                3.45-1     
-   49 install libpaper1                              1.1.29-1   
-   50 install pkgconf                                2.5.1-1    
-   51 install libfreetype6                           2.13.3-1   
-   52 install libwebpmux3                            1.6.0-1    
-   53 install libwebpdemux2                          1.6.0-1    
-   54 install libtiff7                               4.7.1-1    
-   55 install libtiff6                               4.4.0-1    
-   56 install libllvm20.1                            20.1.8-2   
-   57 install libglib2.0_0                           2.87.0-1   
-   58 install desktop-file-utils                     0.28-1     
-   59 install python39-typing_extension              4.15.0-1   
-   60 install python39-toml                          0.10.2-3   
-   61 install python39-platformdirs                  4.4.0-1    
-   62 install python39-packaging                     25.0-1     
-   63 install python39-iniconfig                     2.0.0-2    
-   64 install python39-importlib-metadata            8.7.1-1    
-   65 install python39-filelock                      3.17.0-1   
-   66 install libxcb-shm0                            1.17.0-2   
-   67 install libxcb-render0                         1.17.0-2   
-   68 install libxcb-glx0                            1.17.0-2   
-   69 install libX11_6                               1.8.12-1   
-   70 install libgvpr2                               14.1.1-1   
-   71 install pkg-config                             2.5.1-1    
-   72 install libfontconfig1                         2.17.1-1   
-   73 install dri-drivers                            22.3.7-1   
-   74 install shared-mime-info                       2.4-1      
-   75 install python39-pluggy                        1.6.0-1    
-   76 install libXt6                                 1.3.1-1    
-   77 install libXrender1                            0.9.12-1   
-   78 install libXpm4                                3.5.17-1   
-   79 install libXfixes3                             6.0.2-1    
-   80 install libXext6                               1.3.6-1    
-   81 install libXdamage1                            1.1.6-1    
-   82 install libXcomposite1                         0.4.6-1    
-   83 install mingw64-x86_64-gmp                     6.3.0-1    
-   84 install libpoppler106                          21.01.0-1  
-   85 install libharfbuzz0                           11.0.1-2   
-   86 install libgts0.7_5                            20121130-1 
-   87 install libgdk_pixbuf2.0_0                     2.36.11-1  
-   88 install libcroco0.6_3                          0.6.12-1   
-   89 install libatk1.0_0                            2.59.90-1  
-   90 install dconf-service                          0.26.1-1   
-   91 install python39-pytest                        8.3.4-1    
-   92 install libgs10                                10.03.1-1  
-   93 install libXft2                                2.3.9-1    
-   94 install libXcursor1                            1.2.3-1    
-   95 install libcairo2                              1.18.4-1   
-   96 install libXtst6                               1.2.5-1    
-   97 install libXrandr2                             1.5.4-1    
-   98 install libXmu6                                1.2.1-1    
-   99 install libXinerama1                           1.1.5-1    
-  100 install libXi6                                 1.8.2-1    
-  101 install libGL1                                 22.3.7-1   
-  102 install libraqm0                               0.7.0-1    
-  103 install gtk-update-icon-cache                  3.24.51-1  
-  104 install python39-setuptools                    80.9.0-1   
-  105 install python39-wheel                         0.45.1-1   
-  106 install libpoppler-glib8                       21.01.0-1  
-  107 install libpango1.0_0                          1.57.0-1   
-  108 install at-spi2-core                           2.59.90-1  
-  109 install libatspi0                              2.59.90-1  
-  110 install libglut3                               3.4.0-1    
-  111 install libepoxy0                              1.4.3-1    
-  112 install libGLU1                                9.0.3-1    
-  113 install libgd3                                 2.3.3-1    
-  114 install python39-urllib3                       2.6.2-1    
-  115 install python39-snowballstemmer               2.2.0-1    
-  116 install python39-olefile                       0.47-1     
-  117 install python39-markupsafe                    3.0.3-1    
-  118 install python39-imagesize                     1.3.0-1    
-  119 install python39-idna                          3.11-1     
-  120 install python39-chardet                       5.2.0-1    
-  121 install python39-babel                         2.17.0-1   
-  122 install librsvg2_2                             2.40.20-1  
-  123 install libpangox1.0_0                         0.0.2-1    
-  124 install libgtk2.0_0                            2.24.33-1  
-  125 install libLASi1                               1.1.1-2    
-  126 install libatk-bridge2.0_0                     2.59.90-1  
-  127 install python39-jinja2                        3.1.6-1    
-  128 install python39-requests                      2.32.5-1   
-  129 install gdk-pixbuf2.0-svg                      2.40.20-1  
-  130 install libgtkglext1.0_0                       1.2.0-11   
-  131 install libglade2.0_0                          2.6.4-2    
-  132 install libgtk3_0                              3.24.51-1  
-  133 install libgvc7                                14.1.1-1   
-  134 install python39-imaging                       11.3.0-1   
-  135 install python39-pygments                      2.19.2-1   
-  136 install python39-docutils                      0.22.4-1   
-  137 install python39-sphinx                        4.4.0-1    
-  138 install python39-pip                           26.0.1-1   
-  139 install python39-sphinxcontrib-serializinghtml 1.1.5-1    
-  140 install python3                                3.9.16-1   
-  141 install graphviz                               14.1.1-1   
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/autoconf2.1/autoconf2.1-2.13-12.tar.bz2
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/autoconf2.5/autoconf2.5-2.69-5.tar.zst
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/autoconf2.7/autoconf2.7-2.72-1.tar.zst
- 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/dejavu-fonts/dejavu-fonts-2.37-1.tar.xz
- 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/noarch/release/hicolor-icon-theme/hicolor-icon-theme-0.15-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libICE/libICE6/libICE6-1.1.2-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libX11/libX11-xcb1/libX11-xcb1-1.8.12-1-x86_64.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/graphviz/libcdt6/libcdt6-14.1.1-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libdatrie/libdatrie1/libdatrie1-0.2.14-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/dbus/libdbus1_3/libdbus1_3-1.16.2-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/fontconfig/libfontconfig-common/libfontconfig-common-2.17.1-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/mesa/libglapi0/libglapi0-22.3.7-1-x86_64.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/libidn/libidn12/libidn12-1.43-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.3-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/libtool/libltdl7/libltdl7-2.5.4-1.tar.zst
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/liblzo2/liblzo2_2/liblzo2_2-2.10-2.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/nspr/libnspr4/libnspr4-4.21-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/openjpeg2/libopenjp2_7/libopenjp2_7-2.5.4-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libpaper/libpaper-common/libpaper-common-1.1.29-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/graphviz/libpathplan4/libpathplan4-14.1.1-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pixman/libpixman1_0/libpixman1_0-0.46.4-1-x86_64.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/graphviz/libxdot4/libxdot4-14.1.1-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/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/poppler-data/poppler-data-0.4.10-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/autoconf/autoconf-15-2.tar.zst
- 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/noarch/release/adwaita-icon-theme/adwaita-icon-theme-3.26.1-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libSM/libSM6/libSM6-1.2.6-1-x86_64.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/graphviz/libcgraph8/libcgraph8-14.1.1-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libthai/libthai0/libthai0-0.1.30-1-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/jasper/libjasper4/libjasper4-2.0.14-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/nss/libnss3/libnss3-3.45-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libpaper/libpaper1/libpaper1-1.1.29-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/x86_64/release/tiff/libtiff6/libtiff6-4.4.0-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/llvm/libllvm20.1/libllvm20.1-20.1.8-2-x86_64.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/desktop-file-utils/desktop-file-utils-0.28-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/libxcb/libxcb-shm0/libxcb-shm0-1.17.0-2-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libxcb/libxcb-render0/libxcb-render0-1.17.0-2-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libxcb/libxcb-glx0/libxcb-glx0-1.17.0-2-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libX11/libX11_6/libX11_6-1.8.12-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/graphviz/libgvpr2/libgvpr2-14.1.1-1-x86_64.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/fontconfig/libfontconfig1/libfontconfig1-2.17.1-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mesa/dri-drivers/dri-drivers-22.3.7-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/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/x86_64/release/libXt/libXt6/libXt6-1.3.1-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXrender/libXrender1/libXrender1-0.9.12-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXpm/libXpm4/libXpm4-3.5.17-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXfixes/libXfixes3/libXfixes3-6.0.2-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXext/libXext6/libXext6-1.3.6-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXdamage/libXdamage1/libXdamage1-1.1.6-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXcomposite/libXcomposite1/libXcomposite1-0.4.6-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gmp/mingw64-x86_64-gmp-6.3.0-1.tar.zst
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/poppler/libpoppler106/libpoppler106-21.01.0-1.tar.xz
- 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/x86_64/release/gts/libgts0.7_5/libgts0.7_5-20121130-1.tar.bz2
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/gdk-pixbuf2.0/libgdk_pixbuf2.0_0/libgdk_pixbuf2.0_0-2.36.11-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libcroco0.6/libcroco0.6_3/libcroco0.6_3-0.6.12-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/at-spi2-core/libatk1.0_0/libatk1.0_0-2.59.90-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/dconf/dconf-service/dconf-service-0.26.1-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/x86_64/release/ghostscript/libgs10/libgs10-10.03.1-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXft/libXft2/libXft2-2.3.9-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXcursor/libXcursor1/libXcursor1-1.2.3-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/cairo/libcairo2/libcairo2-1.18.4-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXtst/libXtst6/libXtst6-1.2.5-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXrandr/libXrandr2/libXrandr2-1.5.4-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXmu/libXmu6/libXmu6-1.2.1-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXinerama/libXinerama1/libXinerama1-1.1.5-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXi/libXi6/libXi6-1.8.2-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mesa/libGL1/libGL1-22.3.7-1-x86_64.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/x86_64/release/gtk3/gtk-update-icon-cache/gtk-update-icon-cache-3.24.51-1-x86_64.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/x86_64/release/poppler/libpoppler-glib8/libpoppler-glib8-21.01.0-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pango1.0/libpango1.0_0/libpango1.0_0-1.57.0-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/at-spi2-core/at-spi2-core-2.59.90-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/at-spi2-core/libatspi0/libatspi0-2.59.90-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/freeglut/libglut3/libglut3-3.4.0-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libepoxy/libepoxy0/libepoxy0-1.4.3-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/glu/libGLU1/libGLU1-9.0.3-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/gd/libgd3/libgd3-2.3.3-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/x86_64/release/librsvg2/librsvg2_2/librsvg2_2-2.40.20-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pangox-compat/libpangox1.0_0/libpangox1.0_0-0.0.2-1.tar.bz2
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/gtk2.0/libgtk2.0_0/libgtk2.0_0-2.24.33-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libLASi/libLASi1/libLASi1-1.1.1-2.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/at-spi2-core/libatk-bridge2.0_0/libatk-bridge2.0_0-2.59.90-1-x86_64.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/x86_64/release/librsvg2/gdk-pixbuf2.0-svg/gdk-pixbuf2.0-svg-2.40.20-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/gtkglext1.0/libgtkglext1.0_0/libgtkglext1.0_0-1.2.0-11.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libglade2.0/libglade2.0_0/libglade2.0_0-2.6.4-2.tar.bz2
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/gtk3/libgtk3_0/libgtk3_0-3.24.51-1-x86_64.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/graphviz/libgvc7/libgvc7-14.1.1-1-x86_64.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/x86_64/release/graphviz/graphviz-14.1.1-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/autoconf2.1/autoconf2.1-2.13-12.tar.bz2
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/autoconf2.5/autoconf2.5-2.69-5.tar.zst
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/autoconf2.7/autoconf2.7-2.72-1.tar.zst
- 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/dejavu-fonts/dejavu-fonts-2.37-1.tar.xz
- 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/noarch/release/hicolor-icon-theme/hicolor-icon-theme-0.15-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libICE/libICE6/libICE6-1.1.2-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libX11/libX11-xcb1/libX11-xcb1-1.8.12-1-x86_64.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/graphviz/libcdt6/libcdt6-14.1.1-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libdatrie/libdatrie1/libdatrie1-0.2.14-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/dbus/libdbus1_3/libdbus1_3-1.16.2-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/fontconfig/libfontconfig-common/libfontconfig-common-2.17.1-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/mesa/libglapi0/libglapi0-22.3.7-1-x86_64.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/libidn/libidn12/libidn12-1.43-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.3-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/libtool/libltdl7/libltdl7-2.5.4-1.tar.zst
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/liblzo2/liblzo2_2/liblzo2_2-2.10-2.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/nspr/libnspr4/libnspr4-4.21-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/openjpeg2/libopenjp2_7/libopenjp2_7-2.5.4-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libpaper/libpaper-common/libpaper-common-1.1.29-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/graphviz/libpathplan4/libpathplan4-14.1.1-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pixman/libpixman1_0/libpixman1_0-0.46.4-1-x86_64.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/graphviz/libxdot4/libxdot4-14.1.1-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/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/poppler-data/poppler-data-0.4.10-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/autoconf/autoconf-15-2.tar.zst
- 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/noarch/release/adwaita-icon-theme/adwaita-icon-theme-3.26.1-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libSM/libSM6/libSM6-1.2.6-1-x86_64.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/graphviz/libcgraph8/libcgraph8-14.1.1-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libthai/libthai0/libthai0-0.1.30-1-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/jasper/libjasper4/libjasper4-2.0.14-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/nss/libnss3/libnss3-3.45-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libpaper/libpaper1/libpaper1-1.1.29-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/x86_64/release/tiff/libtiff6/libtiff6-4.4.0-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/llvm/libllvm20.1/libllvm20.1-20.1.8-2-x86_64.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/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/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/libxcb/libxcb-shm0/libxcb-shm0-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/libxcb/libxcb-render0/libxcb-render0-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/libxcb/libxcb-glx0/libxcb-glx0-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/libX11/libX11_6/libX11_6-1.8.12-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/graphviz/libgvpr2/libgvpr2-14.1.1-1-x86_64.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/fontconfig/libfontconfig1/libfontconfig1-2.17.1-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mesa/dri-drivers/dri-drivers-22.3.7-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/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/x86_64/release/libXt/libXt6/libXt6-1.3.1-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXrender/libXrender1/libXrender1-0.9.12-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXpm/libXpm4/libXpm4-3.5.17-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXfixes/libXfixes3/libXfixes3-6.0.2-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXext/libXext6/libXext6-1.3.6-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXdamage/libXdamage1/libXdamage1-1.1.6-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXcomposite/libXcomposite1/libXcomposite1-0.4.6-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gmp/mingw64-x86_64-gmp-6.3.0-1.tar.zst
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/poppler/libpoppler106/libpoppler106-21.01.0-1.tar.xz
- 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/x86_64/release/gts/libgts0.7_5/libgts0.7_5-20121130-1.tar.bz2
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/gdk-pixbuf2.0/libgdk_pixbuf2.0_0/libgdk_pixbuf2.0_0-2.36.11-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libcroco0.6/libcroco0.6_3/libcroco0.6_3-0.6.12-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/at-spi2-core/libatk1.0_0/libatk1.0_0-2.59.90-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/dconf/dconf-service/dconf-service-0.26.1-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/x86_64/release/ghostscript/libgs10/libgs10-10.03.1-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXft/libXft2/libXft2-2.3.9-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXcursor/libXcursor1/libXcursor1-1.2.3-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/cairo/libcairo2/libcairo2-1.18.4-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXtst/libXtst6/libXtst6-1.2.5-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXrandr/libXrandr2/libXrandr2-1.5.4-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXmu/libXmu6/libXmu6-1.2.1-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXinerama/libXinerama1/libXinerama1-1.1.5-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libXi/libXi6/libXi6-1.8.2-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mesa/libGL1/libGL1-22.3.7-1-x86_64.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/x86_64/release/gtk3/gtk-update-icon-cache/gtk-update-icon-cache-3.24.51-1-x86_64.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/x86_64/release/poppler/libpoppler-glib8/libpoppler-glib8-21.01.0-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pango1.0/libpango1.0_0/libpango1.0_0-1.57.0-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/at-spi2-core/at-spi2-core-2.59.90-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/at-spi2-core/libatspi0/libatspi0-2.59.90-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/freeglut/libglut3/libglut3-3.4.0-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libepoxy/libepoxy0/libepoxy0-1.4.3-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/glu/libGLU1/libGLU1-9.0.3-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/gd/libgd3/libgd3-2.3.3-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/x86_64/release/librsvg2/librsvg2_2/librsvg2_2-2.40.20-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pangox-compat/libpangox1.0_0/libpangox1.0_0-0.0.2-1.tar.bz2
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/gtk2.0/libgtk2.0_0/libgtk2.0_0-2.24.33-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libLASi/libLASi1/libLASi1-1.1.1-2.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/at-spi2-core/libatk-bridge2.0_0/libatk-bridge2.0_0-2.59.90-1-x86_64.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/x86_64/release/librsvg2/gdk-pixbuf2.0-svg/gdk-pixbuf2.0-svg-2.40.20-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/gtkglext1.0/libgtkglext1.0_0/libgtkglext1.0_0-1.2.0-11.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/libglade2.0/libglade2.0_0/libglade2.0_0-2.6.4-2.tar.bz2
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/gtk3/libgtk3_0/libgtk3_0-3.24.51-1-x86_64.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/graphviz/libgvc7/libgvc7-14.1.1-1-x86_64.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/x86_64/release/graphviz/graphviz-14.1.1-1-x86_64.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/hicolor-icon-theme.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/adwaita-icon-theme.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/libxml2.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/gdk-pixbuf2.0.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/librsvg2.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/libglade2.0.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/libpaper.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/gtk3.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/nss.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/libgvc8.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_adwaita-icon-theme.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_fontconfig_cache_1.sh"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_fontconfig_dtd.dash"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_glib2.0.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_hicolor-icon-theme.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"
- 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-03-19 11:36.40 ---> using "3e8d8a005d50e483fc56d22453abdc46d08ce6dbaea0a6039b0e1a2193bd94f0" from cache

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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.44).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
The following actions will be performed:
=== recompile 1 package
  - recompile mingw-w64-shims           0.2.0
=== install 76 packages
  - install   angstrom                  0.16.1
  - install   arg-complete              0.2.1
  - install   astring                   0.8.5
  - install   batteries                 3.10.0
  - install   bigstringaf               0.10.0
  - install   bos                       0.2.1
  - install   camlp-streams             5.0.1
  - install   catapult                  0.2
  - install   catapult-file             0.2
  - install   conf-autoconf             0.2
  - install   conf-gcc                  1.0
  - install   conf-gmp                  5
  - install   conf-graphviz             0.1
  - install   conf-mingw-w64-gmp-x86_64 1
  - install   conf-perl                 2
  - install   conf-pkg-config           4
  - install   cppo                      1.8.0
  - install   cpu                       2.0.0
  - install   csexp                     1.5.2
  - install   cstruct                   6.2.0
  - install   ctypes                    0.24.0
  - install   domain-local-await        1.0.1
  - install   domain_shims              0.1.0
  - install   dune                      3.22.0
  - install   dune-build-info           3.22.0
  - install   dune-compiledb            0.6.0
  - install   dune-configurator         3.22.0
  - install   dune-private-libs         3.22.0
  - install   dune-site                 3.22.0
  - install   dyn                       3.22.0
  - install   ezjsonm                   1.3.0
  - install   fileutils                 0.6.6
  - install   fmt                       0.11.0
  - install   fpath                     0.7.3
  - install   fs-io                     3.22.0
  - install   goblint                   2.7.1
  - install   goblint-cil               2.0.9
  - install   hex                       1.5.0
  - install   integers                  0.7.0
  - install   json-data-encoding        1.0.1
  - install   jsonm                     1.0.2
  - install   jsonrpc                   1.25.0
  - install   lintcstubs-arity          0.5.1
  - install   logs                      0.10.0
  - install   num                       1.6
  - install   ocaml-compiler-libs       v0.17.0
  - install   ocaml-syntax-shims        1.0.0
  - install   ocamlbuild                0.16.1
  - install   ocamlfind                 1.9.8
  - install   ordering                  3.22.0
  - install   parsexp                   v0.17.0
  - install   pp                        2.0.0
  - install   ppx_blob                  0.9.0
  - install   ppx_derivers              1.2.1
  - install   ppx_deriving              6.1.1
  - install   ppx_deriving_hash         0.1.3
  - install   ppx_deriving_yojson       3.10.0
  - install   ppxlib                    0.37.0
  - install   qcheck-core               0.91
  - install   rresult                   0.7.0
  - install   seq                       base
  - install   sexplib                   v0.17.0
  - install   sexplib0                  v0.17.0
  - install   sha                       1.15.4
  - install   stdlib-shims              0.3.0
  - install   stdune                    3.22.0
  - install   stringext                 1.6.0
  - install   thread-table              1.0.0
  - install   top-closure               3.22.0
  - install   topkg                     1.1.1
  - install   uri                       4.4.0
  - install   uuidm                     0.9.10
  - install   uutf                      1.0.4
  - install   yaml                      3.2.0
  - install   yojson                    2.2.2
  - install   zarith                    1.14

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved arg-complete.0.2.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved batteries.3.10.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved catapult.0.2, catapult-file.0.2  (cached)
-> retrieved cppo.1.8.0  (cached)

#=== ERROR while compiling conf-gcc.1.0 =======================================#
"gcc": command not found.


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-autoconf 0.2
| - build conf-gcc      1.0
+- 
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
"C:\cygwin64\bin\bash.exe" "-lc" "opam install $DEPS" failed with exit status 31
2026-03-19 11:41.51: Job failed: Failed: Build failed