Diff compare Windows builds

Created Diff never expires
124 removals
Words removed255
Total words1842
Words removed (%)13.84
489 lines
145 additions
Words added343
Total words1930
Words added (%)17.77
511 lines
Current runner version: '2.316.1'
Current runner version: '2.316.1'
##[group]Operating System
##[group]Operating System
Microsoft Windows Server 2022
Microsoft Windows Server 2022
10.0.20348
10.0.20348
Datacenter
Datacenter
##[endgroup]
##[endgroup]
##[group]Runner Image
##[group]Runner Image
Image: windows-2022
Image: windows-2022
Version: 20240421.1.0
Version: 20240514.3.0
Included Software: https://github.com/actions/runner-images/blob/win22/20240421.1/images/windows/Windows2022-Readme.md
Included Software: https://github.com/actions/runner-images/blob/win22/20240514.3/images/windows/Windows2022-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20240421.1
Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20240514.3
##[endgroup]
##[endgroup]
##[group]Runner Image Provisioner
##[group]Runner Image Provisioner
2.0.369.1
2.0.369.1
##[endgroup]
##[endgroup]
##[group]GITHUB_TOKEN Permissions
##[group]GITHUB_TOKEN Permissions
Actions: write
Actions: write
Attestations: write
Attestations: write
Checks: write
Checks: write
Contents: write
Contents: write
Deployments: write
Deployments: write
Discussions: write
Discussions: write
Issues: write
Issues: write
Metadata: read
Metadata: read
Packages: write
Packages: write
Pages: write
Pages: write
PullRequests: write
PullRequests: write
RepositoryProjects: write
RepositoryProjects: write
SecurityEvents: write
SecurityEvents: write
Statuses: write
Statuses: write
##[endgroup]
##[endgroup]
Secret source: Actions
Secret source: Actions
Prepare workflow directory
Prepare workflow directory
Prepare all required actions
Prepare all required actions
Getting action download info
Getting action download info
Download action repository 'actions/checkout@main' (SHA:44c2b7a8a4ea60a981eaca3cf939b5f4305c123b)
Download action repository 'actions/checkout@main' (SHA:a5ac7e51b41094c92402da3b24376905380afc29)
Download action repository 'msys2/setup-msys2@v2' (SHA:d0e80f58dffbc64f6a3a1f43527d469b4fc7b6c8)
Download action repository 'msys2/setup-msys2@v2' (SHA:d0e80f58dffbc64f6a3a1f43527d469b4fc7b6c8)
Download action repository 'actions/upload-artifact@v1' (SHA:3446296876d12d4e3a0f3145a3c87e67bf0a16b5)
Download action repository 'actions/upload-artifact@v1' (SHA:3446296876d12d4e3a0f3145a3c87e67bf0a16b5)
Complete job name: Build & Test (windows-latest, mini, amd64)
Complete job name: Build & Test (windows-latest, mini, amd64)
##[group]Run actions/checkout@main
##[group]Run actions/checkout@main
with:
with:
submodules: recursive
submodules: recursive
repository: arturo-lang/arturo
repository: arturo-lang/arturo
token: ***
token: ***
ssh-strict: true
ssh-strict: true
ssh-user: git
ssh-user: git
persist-credentials: true
persist-credentials: true
clean: true
clean: true
sparse-checkout-cone-mode: true
sparse-checkout-cone-mode: true
fetch-depth: 1
fetch-depth: 1
fetch-tags: false
fetch-tags: false
show-progress: true
show-progress: true
lfs: false
lfs: false
set-safe-directory: true
set-safe-directory: true
##[endgroup]
##[endgroup]
Syncing repository: arturo-lang/arturo
Syncing repository: arturo-lang/arturo
##[group]Getting Git version info
##[group]Getting Git version info
Working directory is 'D:\a\arturo\arturo'
Working directory is 'D:\a\arturo\arturo'
[command]"C:\Program Files\Git\bin\git.exe" version
[command]"C:\Program Files\Git\bin\git.exe" version
git version 2.44.0.windows.1
git version 2.45.1.windows.1
##[endgroup]
##[endgroup]
Temporarily overriding HOME='D:\a\_temp\21ae2af7-e15b-4b4f-abb7-daade0f24565' before making global git config changes
Temporarily overriding HOME='D:\a\_temp\68c73d32-0c85-46fe-8cbf-e63ce724b480' before making global git config changes
Adding repository directory to the temporary git global config as a safe directory
Adding repository directory to the temporary git global config as a safe directory
[command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\arturo\arturo
[command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\arturo\arturo
Deleting the contents of 'D:\a\arturo\arturo'
Deleting the contents of 'D:\a\arturo\arturo'
##[group]Initializing the repository
##[group]Initializing the repository
[command]"C:\Program Files\Git\bin\git.exe" init D:\a\arturo\arturo
[command]"C:\Program Files\Git\bin\git.exe" init D:\a\arturo\arturo
Initialized empty Git repository in D:/a/arturo/arturo/.git/
Initialized empty Git repository in D:/a/arturo/arturo/.git/
[command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/arturo-lang/arturo
[command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/arturo-lang/arturo
##[endgroup]
##[endgroup]
##[group]Disabling automatic garbage collection
##[group]Disabling automatic garbage collection
[command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
[command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
##[endgroup]
##[endgroup]
##[group]Setting up auth
##[group]Setting up auth
[command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
[command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
[command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
[command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
[command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
[command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
##[endgroup]
##[endgroup]
##[group]Fetching the repository
##[group]Fetching the repository
[command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f2b092a6d5268bd4c37e6ef46782ca438a59fbfe:refs/remotes/origin/master
[command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4b6d3a8e696756492b4531471f8d403412d7dc39:refs/remotes/pull/1635/merge
From https://github.com/arturo-lang/arturo
From https://github.com/arturo-lang/arturo
* [new ref] f2b092a6d5268bd4c37e6ef46782ca438a59fbfe -> origin/master
* [new ref] 4b6d3a8e696756492b4531471f8d403412d7dc39 -> pull/1635/merge
##[endgroup]
##[endgroup]
##[group]Determining the checkout info
##[group]Determining the checkout info
##[endgroup]
##[endgroup]
[command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable
[command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable
[command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
[command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
##[group]Checking out the ref
##[group]Checking out the ref
[command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B master refs/remotes/origin/master
[command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force refs/remotes/pull/1635/merge
branch 'master' set up to track 'origin/master'.
Note: switching to 'refs/remotes/pull/1635/merge'.
Reset branch 'master'

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

git switch -c <new-branch-name>

Or undo this operation with:

git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 4b6d3a8 Merge c0a831b446ab2511a422d18ee90c2b9c85e48337 into 16e69a8600a51da5e60e8749fd8e7aa486a72ceb
##[endgroup]
##[endgroup]
##[group]Setting up auth for fetching submodules
##[group]Setting up auth for fetching submodules
[command]"C:\Program Files\Git\bin\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
[command]"C:\Program Files\Git\bin\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
[command]"C:\Program Files\Git\bin\git.exe" config --global --unset-all url.https://github.com/.insteadOf
[command]"C:\Program Files\Git\bin\git.exe" config --global --unset-all url.https://github.com/.insteadOf
[command]"C:\Program Files\Git\bin\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com:
[command]"C:\Program Files\Git\bin\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com:
[command]"C:\Program Files\Git\bin\git.exe" config --global --add url.https://github.com/.insteadOf org-55656888@github.com:
[command]"C:\Program Files\Git\bin\git.exe" config --global --add url.https://github.com/.insteadOf org-55656888@github.com:
##[endgroup]
##[endgroup]
##[group]Fetching submodules
##[group]Fetching submodules
[command]"C:\Program Files\Git\bin\git.exe" submodule sync --recursive
[command]"C:\Program Files\Git\bin\git.exe" submodule sync --recursive
[command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive
[command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local gc.auto 0"
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local gc.auto 0"
##[endgroup]
##[endgroup]
##[group]Persisting credentials for submodules
##[group]Persisting credentials for submodules
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\""
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\""
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\""
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\""
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'"
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'"
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-55656888@github.com:'"
[command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-55656888@github.com:'"
##[endgroup]
##[endgroup]
[command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
[command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
'f2b092a6d5268bd4c37e6ef46782ca438a59fbfe'
'4b6d3a8e696756492b4531471f8d403412d7dc39'
##[group]Run msys2/setup-msys2@v2
##[group]Run msys2/setup-msys2@v2
with:
with:
update: true
update: true
install: git base-devel
install: git base-devel
msystem: MINGW64
msystem: MINGW64
path-type: minimal
path-type: minimal
pacboy: false
pacboy: false
release: true
release: true
location: RUNNER_TEMP
location: RUNNER_TEMP
platform-check-severity: fatal
platform-check-severity: fatal
cache: true
cache: true
##[endgroup]
##[endgroup]
##[group]Downloading MSYS2...
##[group]Downloading MSYS2...
##[endgroup]
##[endgroup]
##[group]Extracting MSYS2...
##[group]Extracting MSYS2...
[command]C:\hostedtoolcache\windows\msys2-installer\0.0.20240507\x64\base.exe -y
[command]C:\hostedtoolcache\windows\msys2-installer\0.0.20240507\x64\base.exe -y


7-Zip SFX 22.01 ZS v1.5.5 R3 (x64) : Copyright (c) 1999-2022 Igor Pavlov, 2016-2023 Tino Reichardt : 2023-06-18
7-Zip SFX 22.01 ZS v1.5.5 R3 (x64) : Copyright (c) 1999-2022 Igor Pavlov, 2016-2023 Tino Reichardt : 2023-06-18


Extracting archive: C:\hostedtoolcache\windows\msys2-installer\0.0.20240507\x64\base.exe
Extracting archive: C:\hostedtoolcache\windows\msys2-installer\0.0.20240507\x64\base.exe
--
--
Path = C:\hostedtoolcache\windows\msys2-installer\0.0.20240507\x64\base.exe
Path = C:\hostedtoolcache\windows\msys2-installer\0.0.20240507\x64\base.exe
Type = 7z
Type = 7z


0%
0%
0% 1201 - msys64\usr\lib\libmagic.dll.a
3% 1244 - msys64\usr\lib\perl5\core_perl\CORE\libperl.dll.a
5% 2089 - msys64\usr\lib\terminfo\64\d460-dg
5% 2181 - msys64\usr\lib\terminfo\64\dec+sl
5% 3107 - msys64\usr\lib\terminfo\70\pcvt25-color
6% 3200 - msys64\usr\lib\terminfo\71\qnxm
6% 4191 - msys64\usr\lib\terminfo\78\xterm-direct
6% 4043 - msys64\usr\lib\terminfo\77\wyse75
8% 5209 - msys64\usr\share\doc\libargp\README
7% 5059 - msys64\usr\share\bash-completion\completions\zopflipng
18% 5853 - msys64\usr\share\locale\ga\LC_MESSAGES\gettext-runtime.mo
14% 5688 - msys64\usr\share\locale\el\LC_MESSAGES\gettext-runtime.mo
27% 6277 - msys64\usr\share\locale\sr\LC_MESSAGES\libgpg-error.mo
32% 6445 - msys64\usr\share\makepkg\executable\ccache.sh
33% 7109 - msys64\usr\share\man\man3\add_wch.3x.gz
33% 7344 - msys64\usr\share\man\man3\CURLOPT_ERRORBUFFER.3.gz
34% 8051 - msys64\usr\share\man\man3\keybound.3x.gz
34% 8335 - msys64\usr\share\man\man3\mvaddstr.3x.gz
34% 8897 - msys64\usr\share\man\man8\repo-add.8.gz
39% 9196 - msys64\usr\share\perl5\core_perl\ExtUtils\Liblist.pm
42% 9609 - msys64\usr\share\perl5\core_perl\Unicode\Collate\Locale\ja.pl
43% 10008 - msys64\usr\share\perl5\core_perl\unicore\lib\Perl\Graph.pl
45% 10492 - msys64\usr\share\terminfo\61\ansi80x43-mono
45% 10904 - msys64\usr\share\terminfo\64\d430-unix-sr
45% 11086 - msys64\usr\share\terminfo\64\dmd
46% 12090 - msys64\usr\share\terminfo\72\rxvt-88color
46% 13054 - msys64\usr\share\terminfo\78\xterm-xf86-v43
45% 11727 - msys64\usr\share\terminfo\6e\news-o
46% 14026 - msys64\usr\share\zoneinfo\posix\Australia\Brisbane
46% 12759 - msys64\usr\share\terminfo\77\wy60-42
47% 15065 - msys64\var\lib\pacman\local\libksba-1.6.6-1\desc
46% 13720 - msys64\usr\share\zoneinfo\posix\Africa\Monrovia
62% 15469 - msys64\usr\bin\msys-gnutls-30.dll
46% 14766 - msys64\usr\share\zoneinfo\right\Europe\Zaporozhye
91% 15620 - msys64\usr\bin\testpkg.exe
56% 15433 - msys64\usr\bin\msginit.exe
80% 15544 - msys64\usr\bin\pacsort.exe
Everything is Ok
Everything is Ok
##[endgroup]
##[endgroup]
##[group]Disable Key Refresh...
##[group]Disable Key Refresh...
##[endgroup]
##[endgroup]
##[group]Restoring package cache...
##[group]Restoring package cache...
Received 33554432 of 51387064 (65.3%), 32.0 MBs/sec
Cache Size: ~57 MB (59808350 B)
Cache Size: ~49 MB (51387064 B)
[command]"C:\Program Files\Git\usr\bin\tar.exe" -xf D:/a/_temp/c80fe22f-562d-41ad-943f-c2c1ecdf6f9b/cache.tzst -P -C D:/a/arturo/arturo --force-local --use-compress-program "zstd -d"
[command]"C:\Program Files\Git\usr\bin\tar.exe" -xf D:/a/_temp/652c2bcc-edbd-422f-a03f-43edabda650f/cache.tzst -P -C D:/a/arturo/arturo --force-local --use-compress-program "zstd -d"
Cache restored successfully
Cache restored successfully
Cache restore for msys2-pkgs-upd:true-conf:6ab0290b, got msys2-pkgs-upd:true-conf:ad6747db-files:a36dcaa70d4b16e0850c11c44f1c141e7d92f5e6
Cache restore for msys2-pkgs-upd:true-conf:6ab0290b, got msys2-pkgs-upd:true-conf:6ab0290b-files:5596f85b3ed7afe58231b1de01c17242aad76b68
Cache restore for msys2-pkgs-upd:true-conf:6ab0290b, got msys2-pkgs-upd:true-conf:ad6747db-files:a36dcaa70d4b16e0850c11c44f1c141e7d92f5e6
Cache restore for msys2-pkgs-upd:true-conf:6ab0290b, got msys2-pkgs-upd:true-conf:6ab0290b-files:5596f85b3ed7afe58231b1de01c17242aad76b68
##[endgroup]
##[endgroup]
##[group]Starting MSYS2 for the first time...
##[group]Starting MSYS2 for the first time...
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'uname' '-a'"
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'uname' '-a'"
MSYS2 is starting for the first time. Executing the initial setup.
MSYS2 is starting for the first time. Executing the initial setup.
Copying skeleton files.
Copying skeleton files.
These files are for the users to personalise their msys2 experience.
These files are for the users to personalise their msys2 experience.


They will never be overwritten nor automatically updated.
They will never be overwritten nor automatically updated.


Received 59808350 of 59808350 (100.0%), 56.5 MBs/sec
'./.bashrc' -> '/home/runneradmin/.bashrc'
'./.bashrc' -> '/home/runneradmin/.bashrc'
'./.bash_logout' -> '/home/runneradmin/.bash_logout'
'./.bash_logout' -> '/home/runneradmin/.bash_logout'
'./.bash_profile' -> '/home/runneradmin/.bash_profile'
'./.bash_profile' -> '/home/runneradmin/.bash_profile'
'./.profile' -> '/home/runneradmin/.profile'
'./.profile' -> '/home/runneradmin/.profile'
'C:\Windows\system32\drivers\etc\hosts' -> '/etc/hosts'
'C:\Windows\system32\drivers\etc\hosts' -> '/etc/hosts'
'C:\Windows\system32\drivers\etc\protocol' -> '/etc/protocols'
'C:\Windows\system32\drivers\etc\protocol' -> '/etc/protocols'
Received 51387064 of 51387064 (100.0%), 24.5 MBs/sec
'C:\Windows\system32\drivers\etc\services' -> '/etc/services'
'C:\Windows\system32\drivers\etc\services' -> '/etc/services'
'C:\Windows\system32\drivers\etc\networks' -> '/etc/networks'
'C:\Windows\system32\drivers\etc\networks' -> '/etc/networks'
gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
gpg: no ultimately trusted keys found
gpg: no ultimately trusted keys found
gpg: starting migration from earlier GnuPG versions
gpg: starting migration from earlier GnuPG versions
gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
gpg: migration succeeded
gpg: migration succeeded
==> Generating pacman master key. This may take some time.
==> Generating pacman master key. This may take some time.
gpg: Generating pacman keyring master key...
gpg: Generating pacman keyring master key...
gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created
gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created
gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/E077F661E4104B40B21FBCAD7199511339A1D06E.rev'
gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/535FD31059B4EB25EE3289D9D6301AE11720EEB6.rev'
gpg: Done
gpg: Done
==> Updating trust database...
==> Updating trust database...
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
==> Appending keys from msys2.gpg...
==> Appending keys from msys2.gpg...
==> Locally signing trusted keys in keyring...
==> Locally signing trusted keys in keyring...
-> Locally signed 5 keys.
-> Locally signed 5 keys.
==> Importing owner trust values...
==> Importing owner trust values...
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
==> Disabling revoked keys in keyring...
==> Disabling revoked keys in keyring...
-> Disabled 4 keys.
-> Disabled 4 keys.
==> Updating trust database...
==> Updating trust database...
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: depth: 0 valid: 1 signed: 5 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 0 valid: 1 signed: 5 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1 valid: 5 signed: 7 trust: 0-, 0q, 0n, 5m, 0f, 0u
gpg: depth: 1 valid: 5 signed: 7 trust: 0-, 0q, 0n, 5m, 0f, 0u
gpg: depth: 2 valid: 4 signed: 2 trust: 4-, 0q, 0n, 0m, 0f, 0u
gpg: depth: 2 valid: 4 signed: 2 trust: 4-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2024-10-07
gpg: next trustdb check due at 2024-10-07
pacman-key (pacman) 6.0.2
pacman-key (pacman) 6.0.2
Copyright (c) 2010-2021 Pacman Development Team <pacman-dev@archlinux.org>.
Copyright (c) 2010-2021 Pacman Development Team <pacman-dev@archlinux.org>.


This is free software; see the source for copying conditions.
This is free software; see the source for copying conditions.
There is NO WARRANTY, to the extent permitted by law.
There is NO WARRANTY, to the extent permitted by law.
Initial setup complete. MSYS2 is now ready to use.
Initial setup complete. MSYS2 is now ready to use.
MINGW64_NT-10.0-20348 fv-az1455-788 3.5.3.x86_64 2024-05-06 06:45 UTC x86_64 Msys
MINGW64_NT-10.0-20348 fv-az844-355 3.5.3.x86_64 2024-05-06 06:45 UTC x86_64 Msys
##[endgroup]
##[endgroup]
##[group]Disable CheckSpace...
##[group]Disable CheckSpace...
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'sed' '-i' 's/^CheckSpace/#CheckSpace/g' '/etc/pacman.conf'"
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'sed' '-i' 's/^CheckSpace/#CheckSpace/g' '/etc/pacman.conf'"
##[endgroup]
##[endgroup]
##[group]Updating packages...
##[group]Updating packages...
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'pacman' '--noconfirm' '-Syuu' '--overwrite' '*'"
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'pacman' '--noconfirm' '-Syuu' '--overwrite' '*'"
:: Synchronizing package databases...
:: Synchronizing package databases...
clangarm64 downloading...
clangarm64 downloading...
mingw32 downloading...
mingw32 downloading...
mingw64 downloading...
mingw64 downloading...
ucrt64 downloading...
ucrt64 downloading...
clang32 downloading...
clang32 downloading...
clang64 downloading...
clang64 downloading...
msys downloading...
msys downloading...
:: Starting core system upgrade...
:: Starting core system upgrade...
there is nothing to do
warning: terminate other MSYS2 programs before proceeding
:: Starting full system upgrade...
resolving dependencies...
there is nothing to do
looking for conflicting packages...

Packages (1) pacman-6.1.0-2

Total Installed Size: 40.14 MiB
Net Upgrade Size: 0.01 MiB

:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
upgrading pacman...
:: To complete this update all MSYS2 processes including this terminal will be closed. Confirm to proceed [Y/n]
##[endgroup]
##[endgroup]
##[group]Killing remaining tasks...
##[group]Killing remaining tasks...
[command]C:\Windows\system32\taskkill.exe /F /FI "MODULES eq msys-2.0.dll"
[command]C:\Windows\system32\taskkill.exe /F /FI "MODULES eq msys-2.0.dll"


INFO: No tasks running with the specified criteria.
INFO: No tasks running with the specified criteria.
##[endgroup]
##[endgroup]
##[group]Final system upgrade...
##[group]Final system upgrade...
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'pacman' '--noconfirm' '-Syuu' '--overwrite' '*'"
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'pacman' '--noconfirm' '-Syuu' '--overwrite' '*'"
:: Synchronizing package databases...
:: Synchronizing package databases...
clangarm64 downloading...
clangarm64 downloading...
mingw32 downloading...
mingw32 downloading...
mingw64 downloading...
mingw64 downloading...
ucrt64 downloading...
ucrt64 downloading...
clang32 downloading...
clang32 downloading...
clang64 downloading...
clang64 downloading...
msys downloading...
msys downloading...
:: Starting core system upgrade...
:: Starting core system upgrade...
there is nothing to do
there is nothing to do
:: Starting full system upgrade...
:: Starting full system upgrade...
there is nothing to do
resolving dependencies...
looking for conflicting packages...

Packages (6) db-6.2.32-5 heimdal-libs-7.8.0-5 libdb-6.2.32-5 libnghttp2-1.62.0-1 pacman-contrib-1.10.6-1 perl-5.38.2-2

Total Installed Size: 62.65 MiB
Net Upgrade Size: 0.40 MiB

:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
upgrading libdb...
upgrading db...
upgrading heimdal-libs...
upgrading libnghttp2...
upgrading perl...
upgrading pacman-contrib...
##[endgroup]
##[endgroup]
##[group]Installing additional packages through pacman...
##[group]Installing additional packages through pacman...
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'pacman' '--noconfirm' '-S' '--needed' '--overwrite' '*' 'git' 'base-devel'"
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'pacman' '--noconfirm' '-S' '--needed' '--overwrite' '*' 'git' 'base-devel'"
resolving dependencies...
resolving dependencies...
looking for conflicting packages...
looking for conflicting packages...


Packages (47) binutils-2.42-1 bison-3.8.2-5 diffstat-1.65-1 diffutils-3.10-1 dos2unix-7.5.2-1 flex-2.6.4-3 heimdal-7.8.0-4 libcbor-0.11.0-1 libfido2-1.14.0-2 m4-1.4.19-2 make-4.4.1-2 openssh-9.7p1-1 patch-2.7.6-2 perl-Authen-SASL-2.1700-1 perl-Clone-0.46-2 perl-Convert-BinHex-1.125-2 perl-Encode-Locale-1.05-2 perl-Error-0.17029-2 perl-File-Listing-6.16-1 perl-HTML-Parser-3.81-2 perl-HTML-Tagset-3.20-3 perl-HTTP-Cookies-6.11-1 perl-HTTP-Daemon-6.16-1 perl-HTTP-Date-6.06-1 perl-HTTP-Message-6.45-1 perl-HTTP-Negotiate-6.01-3 perl-IO-HTML-1.004-2 perl-IO-Socket-SSL-2.085-1 perl-IO-Stringy-2.113-2 perl-LWP-MediaTypes-6.04-2 perl-MIME-tools-5.510-1 perl-MailTools-2.21-2 perl-Net-HTTP-6.23-1 perl-Net-SMTP-SSL-1.04-2 perl-Net-SSLeay-1.92-6 perl-TermReadKey-2.38-6 perl-TimeDate-2.33-2 perl-Try-Tiny-0.31-1 perl-URI-5.21-1 perl-WWW-RobotRules-6.02-3 perl-http-cookiejar-0.014-1 perl-libwww-6.72-1 pkgconf-2.1.1-1 texinfo-7.1-2 texinfo-tex-7.1-2 base-devel-2022.12-2 git-2.45.0-1
Packages (47) binutils-2.42-1 bison-3.8.2-5 diffstat-1.65-1 diffutils-3.10-1 dos2unix-7.5.2-1 flex-2.6.4-3 heimdal-7.8.0-5 libcbor-0.11.0-1 libfido2-1.14.0-2 m4-1.4.19-2 make-4.4.1-2 openssh-9.7p1-1 patch-2.7.6-2 perl-Authen-SASL-2.1700-1 perl-Clone-0.46-2 perl-Convert-BinHex-1.125-2 perl-Encode-Locale-1.05-2 perl-Error-0.17029-2 perl-File-Listing-6.16-1 perl-HTML-Parser-3.81-2 perl-HTML-Tagset-3.20-3 perl-HTTP-Cookies-6.11-1 perl-HTTP-Daemon-6.16-1 perl-HTTP-Date-6.06-1 perl-HTTP-Message-6.45-1 perl-HTTP-Negotiate-6.01-3 perl-IO-HTML-1.004-2 perl-IO-Socket-SSL-2.085-1 perl-IO-Stringy-2.113-2 perl-LWP-MediaTypes-6.04-2 perl-MIME-tools-5.510-1 perl-MailTools-2.21-2 perl-Net-HTTP-6.23-1 perl-Net-SMTP-SSL-1.04-2 perl-Net-SSLeay-1.92-6 perl-TermReadKey-2.38-6 perl-TimeDate-2.33-2 perl-Try-Tiny-0.31-1 perl-URI-5.21-1 perl-WWW-RobotRules-6.02-3 perl-http-cookiejar-0.014-1 perl-libwww-6.72-1 pkgconf-2.1.1-1 texinfo-7.1-2 texinfo-tex-7.1-2 base-devel-2022.12-2 git-2.45.1-1


Total Installed Size: 109.24 MiB
Total Installed Size: 109.29 MiB


:: Proceed with installation? [Y/n]
:: Proceed with installation? [Y/n]
checking keyring...
checking keyring...
checking package integrity...
checking package integrity...
loading package files...
loading package files...
checking for file conflicts...
checking for file conflicts...
:: Processing package changes...
:: Processing package changes...
installing heimdal...
installing heimdal...
installing libcbor...
installing libcbor...
installing libfido2...
installing libfido2...
installing openssh...
installing openssh...
installing perl-Error...
installing perl-Error...
installing perl-Authen-SASL...
installing perl-Authen-SASL...
installing perl-Encode-Locale...
installing perl-Encode-Locale...
installing perl-HTTP-Date...
installing perl-HTTP-Date...
installing perl-File-Listing...
installing perl-File-Listing...
installing perl-HTML-Tagset...
installing perl-HTML-Tagset...
installing perl-Clone...
installing perl-Clone...
installing perl-IO-HTML...
installing perl-IO-HTML...
installing perl-LWP-MediaTypes...
installing perl-LWP-MediaTypes...
installing perl-URI...
installing perl-URI...
installing perl-HTTP-Message...
installing perl-HTTP-Message...
installing perl-HTML-Parser...
installing perl-HTML-Parser...
installing perl-HTTP-Cookies...
installing perl-HTTP-Cookies...
installing perl-HTTP-Daemon...
installing perl-HTTP-Daemon...
installing perl-http-cookiejar...
installing perl-http-cookiejar...
installing perl-HTTP-Negotiate...
installing perl-HTTP-Negotiate...
installing perl-Net-HTTP...
installing perl-Net-HTTP...
installing perl-WWW-RobotRules...
installing perl-WWW-RobotRules...
installing perl-Try-Tiny...
installing perl-Try-Tiny...
installing perl-libwww...
installing perl-libwww...
Optional dependencies for perl-libwww
Optional dependencies for perl-libwww
perl-LWP-Protocol-https: for https:// url schemes
perl-LWP-Protocol-https: for https:// url schemes
installing perl-TimeDate...
installing perl-TimeDate...
installing perl-MailTools...
installing perl-MailTools...
installing perl-IO-Stringy...
installing perl-IO-Stringy...
installing perl-Convert-BinHex...
installing perl-Convert-BinHex...
module test... pass.
module test... pass.
installing perl-MIME-tools...
installing perl-MIME-tools...
installing perl-Net-SSLeay...
installing perl-Net-SSLeay...
installing perl-IO-Socket-SSL...
installing perl-IO-Socket-SSL...
installing perl-Net-SMTP-SSL...
installing perl-Net-SMTP-SSL...
installing perl-TermReadKey...
installing perl-TermReadKey...
installing git...
installing git...
Optional dependencies for git
Optional dependencies for git
python: various helper scripts
python: various helper scripts
subversion: git svn
subversion: git svn
installing binutils...
installing binutils...
installing m4...
installing m4...
installing bison...
installing bison...
installing diffstat...
installing diffstat...
installing diffutils...
installing diffutils...
installing dos2unix...
installing dos2unix...
installing flex...
installing flex...
installing texinfo...
installing texinfo...
installing texinfo-tex...
installing texinfo-tex...
installing make...
installing make...
installing patch...
installing patch...
Optional dependencies for patch
Optional dependencies for patch
ed: for patch -e functionality
ed: for patch -e functionality
installing pkgconf...
installing pkgconf...
installing base-devel...
installing base-devel...
:: Running post-transaction hooks...
:: Running post-transaction hooks...
(1/1) Updating the info directory file...
(1/1) Updating the info directory file...
##[endgroup]
##[endgroup]
##[group]Saving package cache...
##[group]Saving package cache...
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'paccache' '-r' '-f' '-u' '-k0'"
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'paccache' '-r' '-f' '-u' '-k0'"

==> no candidate packages found for pruning
==> finished: 1 packages removed (disk space saved: 509.35 KiB)
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'paccache' '-r' '-f' '-k1'"
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'paccache' '-r' '-f' '-k1'"
==> no candidate packages found for pruning
==> no candidate packages found for pruning
[command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/arturo/arturo --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
Cache unchanged, skipping save for msys2-pkgs-upd:true-conf:6ab0290b-files:5596f85b3ed7afe58231b1de01c17242aad76b68
Failed to save: Unable to reserve cache with key msys2-pkgs-upd:true-conf:6ab0290b-files:560e0f2ea59602b81da560ddc472bbe9fd440618, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/master, Key: msys2-pkgs-upd:true-conf:6ab0290b-files:560e0f2ea59602b81da560ddc472bbe9fd440618, Version: b3803ff9746050979fb8d2e6e0f3e440d1d5e3465727f4fb428413128ef97cd6
Cache saved as ID -1 using key msys2-pkgs-upd:true-conf:6ab0290b-files:560e0f2ea59602b81da560ddc472bbe9fd440618
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'pacman' '--noconfirm' '-Scc'"
[command]C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'pacman' '--noconfirm' '-Scc'"


Cache directory: /var/cache/pacman/pkg/
Cache directory: /var/cache/pacman/pkg/
:: Do you want to remove ALL files from cache? [Y/n]
:: Do you want to remove ALL files from cache? [Y/n]
removing all files from cache...
removing all files from cache...


Database directory: /var/lib/pacman/
Database directory: /var/lib/pacman/
:: Do you want to remove unused repositories? [Y/n]
:: Do you want to remove unused repositories? [Y/n]
removing unused sync repositories...
removing unused sync repositories...
##[endgroup]
##[endgroup]
##[group]Run pacman --noconfirm -S p7zip mingw-w64-x86_64-toolchain
##[group]Run pacman --noconfirm -S p7zip mingw-w64-x86_64-toolchain
pacman --noconfirm -S p7zip mingw-w64-x86_64-toolchain
pacman --noconfirm -S p7zip mingw-w64-x86_64-toolchain
mkdir dist
mkdir dist
mkdir nim
mkdir nim
curl -L https://nim-lang.org/download/dlls.zip -o dist/dlls.zip
curl -L https://nim-lang.org/download/dlls.zip -o dist/dlls.zip
curl -L https://nim-lang.org/download/nim-2.0.4_x64.zip -o dist/nim.zip
curl -L https://nim-lang.org/download/nim-2.0.2_x64.zip -o dist/nim.zip
7z x dist/dlls.zip -obin
7z x dist/dlls.zip -obin
7z x dist/nim.zip -onim
7z x dist/nim.zip -onim


export PATH="D:\a\arturo\arturo/nim/nim-2.0.4/bin":$PATH
export PATH="D:\a\arturo\arturo/nim/nim-2.0.2/bin":$PATH


./build.nims build --mode mini --log
./build.nims build --mode mini --log
shell: D:\a\_temp\setup-msys2\msys2.CMD {0}
shell: D:\a\_temp\setup-msys2\msys2.CMD {0}
env:
env:
MSYSTEM: MINGW64
MSYSTEM: MINGW64
##[endgroup]
##[endgroup]
:: There are 13 members in group mingw-w64-x86_64-toolchain:
:: There are 13 members in group mingw-w64-x86_64-toolchain:
:: Repository mingw64
:: Repository mingw64
1) mingw-w64-x86_64-binutils 2) mingw-w64-x86_64-crt-git 3) mingw-w64-x86_64-gcc 4) mingw-w64-x86_64-gdb 5) mingw-w64-x86_64-gdb-multiarch 6) mingw-w64-x86_64-headers-git 7) mingw-w64-x86_64-libmangle-git 8) mingw-w64-x86_64-libwinpthread-git 9) mingw-w64-x86_64-make 10) mingw-w64-x86_64-pkgconf 11) mingw-w64-x86_64-tools-git 12) mingw-w64-x86_64-winpthreads-git 13) mingw-w64-x86_64-winstorecompat-git
1) mingw-w64-x86_64-binutils 2) mingw-w64-x86_64-crt-git 3) mingw-w64-x86_64-gcc 4) mingw-w64-x86_64-gdb 5) mingw-w64-x86_64-gdb-multiarch 6) mingw-w64-x86_64-headers-git 7) mingw-w64-x86_64-libmangle-git 8) mingw-w64-x86_64-libwinpthread-git 9) mingw-w64-x86_64-make 10) mingw-w64-x86_64-pkgconf 11) mingw-w64-x86_64-tools-git 12) mingw-w64-x86_64-winpthreads-git 13) mingw-w64-x86_64-winstorecompat-git


Enter a selection (default=all):
Enter a selection (default=all):
resolving dependencies...
resolving dependencies...
looking for conflicting packages...
looking for conflicting packages...


Packages (41) mingw-w64-x86_64-bzip2-1.0.8-3 mingw-w64-x86_64-expat-2.6.2-1 mingw-w64-x86_64-gcc-libs-13.2.0-6 mingw-w64-x86_64-gettext-runtime-0.22.5-2 mingw-w64-x86_64-gmp-6.3.0-2 mingw-w64-x86_64-isl-0.26-1 mingw-w64-x86_64-libffi-3.4.6-1 mingw-w64-x86_64-libiconv-1.17-4 mingw-w64-x86_64-libsystre-1.0.1-5 mingw-w64-x86_64-libtre-git-r177.07e66d0-2 mingw-w64-x86_64-mpc-1.3.1-2 mingw-w64-x86_64-mpdecimal-4.0.0-1 mingw-w64-x86_64-mpfr-4.2.1-2 mingw-w64-x86_64-ncurses-6.4.20231217-1 mingw-w64-x86_64-openssl-3.3.0-2 mingw-w64-x86_64-python-3.11.9-1 mingw-w64-x86_64-readline-8.2.010-1 mingw-w64-x86_64-sqlite3-3.45.2-1 mingw-w64-x86_64-tcl-8.6.13-1 mingw-w64-x86_64-termcap-1.3.1-7 mingw-w64-x86_64-tk-8.6.13-1 mingw-w64-x86_64-tzdata-2024a-1 mingw-w64-x86_64-windows-default-manifest-6.4-4 mingw-w64-x86_64-xxhash-0.8.2-2 mingw-w64-x86_64-xz-5.6.1-2 mingw-w64-x86_64-zlib-1.3.1-1 mingw-w64-x86_64-zstd-1.5.6-2 mingw-w64-x86_64-binutils-2.42-2 mingw-w64-x86_64-crt-git-11.0.0.r731.g8fdf7c9b5-1 mingw-w64-x86_64-gcc-13.2.0-6 mingw-w64-x86_64-gdb-14.2-1 mingw-w64-x86_64-gdb-multiarch-14.2-1 mingw-w64-x86_64-headers-git-11.0.0.r731.g8fdf7c9b5-1 mingw-w64-x86_64-libmangle-git-11.0.0.r731.g8fdf7c9b5-1 mingw-w64-x86_64-libwinpthread-git-11.0.0.r731.g8fdf7c9b5-1 mingw-w64-x86_64-make-4.4.1-2 mingw-w64-x86_64-pkgconf-1~2.2.0-1 mingw-w64-x86_64-tools-git-11.0.0.r731.g8fdf7c9b5-1 mingw-w64-x86_64-winpthreads-git-11.0.0.r731.g8fdf7c9b5-1 mingw-w64-x86_64-winstorecompat-git-11.0.0.r731.g8fdf7c9b5-1 p7zip-17.05-2
Packages (41) mingw-w64-x86_64-bzip2-1.0.8-3 mingw-w64-x86_64-expat-2.6.2-1 mingw-w64-x86_64-gcc-libs-14.1.0-3 mingw-w64-x86_64-gettext-runtime-0.22.5-2 mingw-w64-x86_64-gmp-6.3.0-2 mingw-w64-x86_64-isl-0.26-1 mingw-w64-x86_64-libffi-3.4.6-1 mingw-w64-x86_64-libiconv-1.17-4 mingw-w64-x86_64-libsystre-1.0.1-5 mingw-w64-x86_64-libtre-git-r177.07e66d0-2 mingw-w64-x86_64-mpc-1.3.1-2 mingw-w64-x86_64-mpdecimal-4.0.0-1 mingw-w64-x86_64-mpfr-4.2.1-2 mingw-w64-x86_64-ncurses-6.4.20231217-1 mingw-w64-x86_64-openssl-3.3.0-2 mingw-w64-x86_64-python-3.11.9-1 mingw-w64-x86_64-readline-8.2.010-1 mingw-w64-x86_64-sqlite3-3.45.2-1 mingw-w64-x86_64-tcl-8.6.13-1 mingw-w64-x86_64-termcap-1.3.1-7 mingw-w64-x86_64-tk-8.6.13-1 mingw-w64-x86_64-tzdata-2024a-1 mingw-w64-x86_64-windows-default-manifest-6.4-4 mingw-w64-x86_64-xxhash-0.8.2-2 mingw-w64-x86_64-xz-5.6.1-2 mingw-w64-x86_64-zlib-1.3.1-1 mingw-w64-x86_64-zstd-1.5.6-2 mingw-w64-x86_64-binutils-2.42-2 mingw-w64-x86_64-crt-git-11.0.0.r750.g05598db99-1 mingw-w64-x86_64-gcc-14.1.0-3 mingw-w64-x86_64-gdb-14.2-1 mingw-w64-x86_64-gdb-multiarch-14.2-1 mingw-w64-x86_64-headers-git-11.0.0.r750.g05598db99-1 mingw-w64-x86_64-libmangle-git-11.0.0.r750.g05598db99-1 mingw-w64-x86_64-libwinpthread-git-11.0.0.r750.g05598db99-1 mingw-w64-x86_64-make-4.4.1-2 mingw-w64-x86_64-pkgconf-1~2.2.0-1 mingw-w64-x86_64-tools-git-11.0.0.r750.g05598db99-1 mingw-w64-x86_64-winpthreads-git-11.0.0.r750.g05598db99-1 mingw-w64-x86_64-winstorecompat-git-11.0.0.r750.g05598db99-1 p7zip-17.05-2


Total Download Size: 109.01 MiB
Total Download Size: 119.99 MiB
Total Installed Size: 846.65 MiB
Total Installed Size: 868.65 MiB


:: Proceed with installation? [Y/n]
:: Proceed with installation? [Y/n]
:: Retrieving packages...
:: Retrieving packages...
mingw-w64-x86_64-gcc-13.2.0-6-any downloading...
mingw-w64-x86_64-gcc-14.1.0-3-any downloading...
mingw-w64-x86_64-python-3.11.9-1-any downloading...
mingw-w64-x86_64-python-3.11.9-1-any downloading...
mingw-w64-x86_64-openssl-3.3.0-2-any downloading...
mingw-w64-x86_64-openssl-3.3.0-2-any downloading...
mingw-w64-x86_64-gdb-multiarch-14.2-1-any downloading...
mingw-w64-x86_64-gdb-multiarch-14.2-1-any downloading...
mingw-w64-x86_64-headers-git-11.0.0.r731.g8fdf7c9b5-1-any downloading...
mingw-w64-x86_64-headers-git-11.0.0.r750.g05598db99-1-any downloading...
mingw-w64-x86_64-binutils-2.42-2-any downloading...
mingw-w64-x86_64-binutils-2.42-2-any downloading...
mingw-w64-x86_64-gdb-14.2-1-any downloading...
mingw-w64-x86_64-gdb-14.2-1-any downloading...
mingw-w64-x86_64-crt-git-11.0.0.r731.g8fdf7c9b5-1-any downloading...
mingw-w64-x86_64-crt-git-11.0.0.r750.g05598db99-1-any downloading...
mingw-w64-x86_64-tcl-8.6.13-1-any downloading...
mingw-w64-x86_64-tcl-8.6.13-1-any downloading...
p7zip-17.05-2-x86_64 downloading...
p7zip-17.05-2-x86_64 downloading...
mingw-w64-x86_64-tk-8.6.13-1-any downloading...
mingw-w64-x86_64-tk-8.6.13-1-any downloading...
mingw-w64-x86_64-ncurses-6.4.20231217-1-any downloading...
mingw-w64-x86_64-ncurses-6.4.20231217-1-any downloading...
mingw-w64-x86_64-sqlite3-3.45.2-1-any downloading...
mingw-w64-x86_64-sqlite3-3.45.2-1-any downloading...
mingw-w64-x86_64-isl-0.26-1-any downloading...
mingw-w64-x86_64-isl-0.26-1-any downloading...
mingw-w64-x86_64-gcc-libs-13.2.0-6-any downloading...
mingw-w64-x86_64-gcc-libs-14.1.0-3-any downloading...
mingw-w64-x86_64-libiconv-1.17-4-any downloading...
mingw-w64-x86_64-libiconv-1.17-4-any downloading...
mingw-w64-x86_64-xz-5.6.1-2-any downloading...
mingw-w64-x86_64-xz-5.6.1-2-any downloading...
mingw-w64-x86_64-zstd-1.5.6-2-any downloading...
mingw-w64-x86_64-zstd-1.5.6-2-any downloading...
mingw-w64-x86_64-gmp-6.3.0-2-any downloading...
mingw-w64-x86_64-gmp-6.3.0-2-any downloading...
mingw-w64-x86_64-mpfr-4.2.1-2-any downloading...
mingw-w64-x86_64-mpfr-4.2.1-2-any downloading...
mingw-w64-x86_64-readline-8.2.010-1-any downloading...
mingw-w64-x86_64-readline-8.2.010-1-any downloading...
mingw-w64-x86_64-tools-git-11.0.0.r731.g8fdf7c9b5-1-any downloading...
mingw-w64-x86_64-tools-git-11.0.0.r750.g05598db99-1-any downloading...
mingw-w64-x86_64-gettext-runtime-0.22.5-2-any downloading...
mingw-w64-x86_64-gettext-runtime-0.22.5-2-any downloading...
mingw-w64-x86_64-tzdata-2024a-1-any downloading...
mingw-w64-x86_64-tzdata-2024a-1-any downloading...
mingw-w64-x86_64-expat-2.6.2-1-any downloading...
mingw-w64-x86_64-expat-2.6.2-1-any downloading...
mingw-w64-x86_64-mpdecimal-4.0.0-1-any downloading...
mingw-w64-x86_64-mpdecimal-4.0.0-1-any downloading...
mingw-w64-x86_64-make-4.4.1-2-any downloading...
mingw-w64-x86_64-make-4.4.1-2-any downloading...
mingw-w64-x86_64-mpc-1.3.1-2-any downloading...
mingw-w64-x86_64-mpc-1.3.1-2-any downloading...
mingw-w64-x86_64-xxhash-0.8.2-2-any downloading...
mingw-w64-x86_64-xxhash-0.8.2-2-any downloading...
mingw-w64-x86_64-zlib-1.3.1-1-any downloading...
mingw-w64-x86_64-zlib-1.3.1-1-any downloading...
mingw-w64-x86_64-bzip2-1.0.8-3-any downloading...
mingw-w64-x86_64-bzip2-1.0.8-3-any downloading...
mingw-w64-x86_64-pkgconf-1~2.2.0-1-any downloading...
mingw-w64-x86_64-pkgconf-1~2.2.0-1-any downloading...
mingw-w64-x86_64-libtre-git-r177.07e66d0-2-any downloading...
mingw-w64-x86_64-libtre-git-r177.07e66d0-2-any downloading...
mingw-w64-x86_64-libffi-3.4.6-1-any downloading...
mingw-w64-x86_64-libffi-3.4.6-1-any downloading...
mingw-w64-x86_64-winpthreads-git-11.0.0.r731.g8fdf7c9b5-1-any downloading...
mingw-w64-x86_64-winpthreads-git-11.0.0.r750.g05598db99-1-any downloading...
mingw-w64-x86_64-libwinpthread-git-11.0.0.r731.g8fdf7c9b5-1-any downloading...
mingw-w64-x86_64-libwinpthread-git-11.0.0.r750.g05598db99-1-any downloading...
mingw-w64-x86_64-termcap-1.3.1-7-any downloading...
mingw-w64-x86_64-termcap-1.3.1-7-any downloading...
mingw-w64-x86_64-winstorecompat-git-11.0.0.r731.g8fdf7c9b5-1-any downloading...
mingw-w64-x86_64-winstorecompat-git-11.0.0.r750.g05598db99-1-any downloading...
mingw-w64-x86_64-libmangle-git-11.0.0.r731.g8fdf7c9b5-1-any downloading...
mingw-w64-x86_64-libmangle-git-11.0.0.r750.g05598db99-1-any downloading...
mingw-w64-x86_64-libsystre-1.0.1-5-any downloading...
mingw-w64-x86_64-libsystre-1.0.1-5-any downloading...
mingw-w64-x86_64-windows-default-manifest-6.4-4-any downloading...
mingw-w64-x86_64-windows-default-manifest-6.4-4-any downloading...
checking keyring...
checking keyring...
checking package integrity...
checking package integrity...
loading package files...
loading package files...
checking for file conflicts...
checking for file conflicts...
:: Processing package changes...
:: Processing package changes...
installing p7zip...
installing p7zip...
installing mingw-w64-x86_64-libwinpthread-git...
installing mingw-w64-x86_64-libwinpthread-git...
installing mingw-w64-x86_64-gcc-libs...
installing mingw-w64-x86_64-gcc-libs...
installing mingw-w64-x86_64-libiconv...
installing mingw-w64-x86_64-libiconv...
installing mingw-w64-x86_64-gettext-runtime...
installing mingw-w64-x86_64-gettext-runtime...
installing mingw-w64-x86_64-zlib...
installing mingw-w64-x86_64-zlib...
installing mingw-w64-x86_64-zstd...
installing mingw-w64-x86_64-zstd...
installing mingw-w64-x86_64-binutils...
installing mingw-w64-x86_64-binutils...
installing mingw-w64-x86_64-headers-git...
installing mingw-w64-x86_64-headers-git...
installing mingw-w64-x86_64-crt-git...
installing mingw-w64-x86_64-crt-git...
installing mingw-w64-x86_64-gmp...
installing mingw-w64-x86_64-gmp...
installing mingw-w64-x86_64-isl...
installing mingw-w64-x86_64-isl...
installing mingw-w64-x86_64-mpfr...
installing mingw-w64-x86_64-mpfr...
installing mingw-w64-x86_64-mpc...
installing mingw-w64-x86_64-mpc...
installing mingw-w64-x86_64-windows-default-manifest...
installing mingw-w64-x86_64-windows-default-manifest...
installing mingw-w64-x86_64-winpthreads-git...
installing mingw-w64-x86_64-winpthreads-git...
installing mingw-w64-x86_64-gcc...
installing mingw-w64-x86_
installing mingw-w64-x86_64-libtre-git...
installing mingw-w64-x86_64-libsystre...
installing mingw-w64-x86_64-ncurses...
installing mingw-w64-x86_64-expat...
installing mingw-w64-x86_64-bzip2...
installing mingw-w64-x86_64-libffi...
installing mingw-w64-x86_64-mpdecimal...
installing mingw-w64-x86_64-openssl...
Optional dependencies for mingw-w64-x86_64-openssl
mingw-w64-x86_64-ca-certificates
installing mingw-w64-x86_64-termcap...
installing mingw-w64-x86_64-readline...
installing mingw-w64-x86_64-tcl...
installing mingw-w64-x86_64-sqlite3...
installing mingw-w64-x86_64-tk...
installing mingw-w64-x86_64-xz...
installing mingw-w64-x86_64-tzdata...
installing mingw-w64-x86_64-python...
installing mingw-w64-x86_64-xxhash...
installing mingw-w64-x86_64-gdb...
Optional dependencies for mingw-w64