Warning: Permanently added '3.90.235.118' (ED25519) to the list of known hosts. You can reproduce this build on your computer by running: sudo dnf install copr-rpmbuild /usr/bin/copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10313667 Version: 1.6 PID: 12525 Logging PID: 12527 Task: {'appstream': False, 'background': False, 'build_id': 10313667, 'chroot': None, 'package_name': None, 'project_dirname': 'elio', 'project_name': 'elio', 'project_owner': 'miguelregueiro', 'repos': [], 'sandbox': 'miguelregueiro/elio--miguelregueiro', 'source_json': {'clone_url': 'https://github.com/MiguelRegueiro/elio.git', 'committish': '327f6f0', 'spec': 'packaging/fedora/elio.spec', 'srpm_build_method': 'make_srpm', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'miguelregueiro', 'task_id': '10313667'} Running: git clone https://github.com/MiguelRegueiro/elio.git /var/lib/copr-rpmbuild/workspace/workdir-i2nhwf4v/elio --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/MiguelRegueiro/elio.git', '/var/lib/copr-rpmbuild/workspace/workdir-i2nhwf4v/elio', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-i2nhwf4v/elio'... Running: git checkout 327f6f0 -- cmd: ['git', 'checkout', '327f6f0', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-i2nhwf4v/elio rc: 0 stdout: stderr: Note: switching to '327f6f0'. 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 Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 327f6f0 fix(packaging): install git for COPR SRPM builds Running: mock --uniqueext 1775905777.478431 -r /var/lib/copr-rpmbuild/workspace/safe-resultdir-mp2kziwy/mock-source-build.cfg '--plugin-option=bind_mount:dirs=(("/var/lib/copr-rpmbuild/workspace/workdir-i2nhwf4v", "/mnt/workdir-i2nhwf4v"), ("/var/lib/copr-rpmbuild/workspace/safe-resultdir-mp2kziwy", "/mnt/safe-resultdir-mp2kziwy"))' --chroot 'set -x && cd /mnt/workdir-i2nhwf4v/elio && echo -e "[safe] directory = /mnt/workdir-i2nhwf4v/elio directory = /mnt/workdir-i2nhwf4v/elio/*" > ~/.gitconfig && make -f /mnt/workdir-i2nhwf4v/elio/.copr/Makefile srpm outdir="/mnt/safe-resultdir-mp2kziwy" spec="/mnt/workdir-i2nhwf4v/elio/packaging/fedora/elio.spec"' cmd: ['mock', '--uniqueext', '1775905777.478431', '-r', '/var/lib/copr-rpmbuild/workspace/safe-resultdir-mp2kziwy/mock-source-build.cfg', '--plugin-option=bind_mount:dirs=(("/var/lib/copr-rpmbuild/workspace/workdir-i2nhwf4v", "/mnt/workdir-i2nhwf4v"), ("/var/lib/copr-rpmbuild/workspace/safe-resultdir-mp2kziwy", "/mnt/safe-resultdir-mp2kziwy"))', '--chroot', 'set -x && cd /mnt/workdir-i2nhwf4v/elio && echo -e "[safe]\ndirectory = /mnt/workdir-i2nhwf4v/elio\ndirectory = /mnt/workdir-i2nhwf4v/elio/*" > ~/.gitconfig && make -f /mnt/workdir-i2nhwf4v/elio/.copr/Makefile srpm outdir="/mnt/safe-resultdir-mp2kziwy" spec="/mnt/workdir-i2nhwf4v/elio/packaging/fedora/elio.spec"'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-i2nhwf4v/elio rc: 0 stdout: + cd /mnt/workdir-i2nhwf4v/elio + echo -e $'[safe]\ndirectory = /mnt/workdir-i2nhwf4v/elio\ndirectory = /mnt/workdir-i2nhwf4v/elio/*' + make -f /mnt/workdir-i2nhwf4v/elio/.copr/Makefile srpm outdir=/mnt/safe-resultdir-mp2kziwy spec=/mnt/workdir-i2nhwf4v/elio/packaging/fedora/elio.spec set -u; \ make -C "/mnt/workdir-i2nhwf4v/elio/packaging/fedora" srpm outdir="/mnt/safe-resultdir-mp2kziwy" spec="/mnt/workdir-i2nhwf4v/elio/packaging/fedora/elio.spec" make[1]: Entering directory '/mnt/workdir-i2nhwf4v/elio/packaging/fedora' set -u; \ mkdir -p "/mnt/safe-resultdir-mp2kziwy"; \ outdir="$(realpath "/mnt/safe-resultdir-mp2kziwy")"; \ version="$(sed -n 's/^version = "\(.*\)"/\1/p' "/mnt/workdir-i2nhwf4v/elio/Cargo.toml" | head -n1)"; \ workdir="$(mktemp -d)"; \ trap 'rm -rf "$workdir"' EXIT; \ if [[ "$(id -u)" -eq 0 ]] && command -v dnf >/dev/null 2>&1; then \ dnf -y install cargo git rpm-build zstd; \ fi; \ mkdir -p "$outdir" "$workdir/build" "$workdir/rpms"; \ git -C "/mnt/workdir-i2nhwf4v/elio" archive --format=tar --prefix="elio-$version/" HEAD | tar -C "$workdir" -xf -; \ cp "/mnt/workdir-i2nhwf4v/elio/packaging/fedora//elio.spec" "$workdir/"; \ tar -C "$workdir" -czf "$outdir/elio-$version.tar.gz" "elio-$version"; \ cd "/mnt/workdir-i2nhwf4v/elio" && cargo vendor --locked "$workdir/vendor" >/dev/null; \ tar -C "$workdir" -caf "$outdir/vendor-$version.tar.zst" vendor; \ rpmbuild -bs "$workdir/elio.spec" \ --define "elio_version $version" \ --define "_sourcedir $outdir" \ --define "_srcrpmdir $outdir" \ --define "_builddir $workdir/build" \ --define "_rpmdir $workdir/rpms" \ --define "_specdir $workdir" Updating and loading repositories: updates 100% | 83.6 KiB/s | 12.9 KiB | 00m00s fedora 100% | 156.1 KiB/s | 14.7 KiB | 00m00s Repositories loaded. Package "rpm-build-6.0.1-1.fc43.aarch64" is already installed. Package "zstd-1.5.7-2.fc43.aarch64" is already installed. Package Arch Version Repository Size Installing: cargo aarch64 1.94.1-1.fc43 updates 20.0 MiB git aarch64 2.53.0-1.fc43 updates 56.4 KiB Installing dependencies: annobin-docs noarch 12.99-1.fc43 fedora 98.9 KiB annobin-plugin-gcc aarch64 12.99-1.fc43 fedora 1.0 MiB cpp aarch64 15.2.1-7.fc43 updates 35.5 MiB expat aarch64 2.7.3-1.fc43 updates 361.0 KiB gcc aarch64 15.2.1-7.fc43 updates 99.6 MiB gcc-plugin-annobin aarch64 15.2.1-7.fc43 updates 69.2 KiB git-core aarch64 2.53.0-1.fc43 updates 23.8 MiB git-core-doc noarch 2.53.0-1.fc43 updates 18.6 MiB glibc-devel aarch64 2.42-10.fc43 updates 2.2 MiB groff-base aarch64 1.23.0-11.fc43 updates 4.2 MiB kernel-headers aarch64 6.19.6-200.fc43 updates 6.8 MiB less aarch64 685-1.fc43 updates 557.2 KiB libasan aarch64 15.2.1-7.fc43 updates 1.5 MiB libatomic aarch64 15.2.1-7.fc43 updates 68.8 KiB libcbor aarch64 0.12.0-6.fc43 fedora 137.9 KiB libedit aarch64 3.1-57.20251016cvs.fc43 updates 280.2 KiB libfido2 aarch64 1.16.0-3.fc43 fedora 278.7 KiB libgit2 aarch64 1.9.2-1.fc43 updates 1.3 MiB libmpc aarch64 1.3.1-8.fc43 fedora 152.7 KiB libssh2 aarch64 1.11.1-4.fc43 fedora 350.6 KiB libubsan aarch64 15.2.1-7.fc43 updates 475.6 KiB libxcrypt-devel aarch64 4.5.2-1.fc43 updates 31.1 KiB llhttp aarch64 9.3.1-1.fc43 updates 152.8 KiB llvm-filesystem aarch64 21.1.8-4.fc43 updates 0.0 B llvm-libs aarch64 21.1.8-4.fc43 updates 132.8 MiB ncurses aarch64 6.5-7.20250614.fc43 fedora 893.6 KiB openssh aarch64 10.0p1-8.fc43 updates 1.4 MiB openssh-clients aarch64 10.0p1-8.fc43 updates 2.7 MiB perl-AutoLoader noarch 5.74-523.fc43 updates 20.6 KiB perl-B aarch64 1.89-523.fc43 updates 545.4 KiB perl-Carp noarch 1.54-520.fc43 fedora 46.6 KiB perl-Class-Struct noarch 0.68-523.fc43 updates 25.4 KiB perl-Data-Dumper aarch64 2.191-521.fc43 fedora 135.7 KiB perl-Digest noarch 1.20-520.fc43 fedora 35.3 KiB perl-Digest-MD5 aarch64 2.59-520.fc43 fedora 103.7 KiB perl-DynaLoader aarch64 1.57-523.fc43 updates 32.1 KiB perl-Encode aarch64 4:3.21-520.fc43 fedora 4.8 MiB perl-Errno aarch64 1.38-523.fc43 updates 8.4 KiB perl-Error noarch 1:0.17030-2.fc43 fedora 76.7 KiB perl-Exporter noarch 5.79-520.fc43 fedora 54.3 KiB perl-Fcntl aarch64 1.20-523.fc43 updates 92.8 KiB perl-File-Basename noarch 2.86-523.fc43 updates 14.0 KiB perl-File-Path noarch 2.18-520.fc43 fedora 63.5 KiB perl-File-Temp noarch 1:0.231.100-520.fc43 fedora 162.3 KiB perl-File-stat noarch 1.14-523.fc43 updates 12.5 KiB perl-FileHandle noarch 2.05-523.fc43 updates 9.4 KiB perl-Getopt-Long noarch 1:2.58-520.fc43 fedora 144.5 KiB perl-Getopt-Std noarch 1.14-523.fc43 updates 11.2 KiB perl-Git noarch 2.53.0-1.fc43 updates 64.4 KiB perl-HTTP-Tiny noarch 0.090-521.fc43 fedora 154.4 KiB perl-IO aarch64 1.55-523.fc43 updates 191.4 KiB perl-IO-Socket-IP noarch 0.43-521.fc43 fedora 100.3 KiB perl-IO-Socket-SSL noarch 2.095-2.fc43 fedora 714.5 KiB perl-IPC-Open3 noarch 1.24-523.fc43 updates 27.7 KiB perl-MIME-Base32 noarch 1.303-24.fc43 fedora 30.7 KiB perl-MIME-Base64 aarch64 3.16-520.fc43 fedora 94.1 KiB perl-Net-SSLeay aarch64 1.94-11.fc43 fedora 1.4 MiB perl-POSIX aarch64 2.23-523.fc43 updates 261.6 KiB perl-PathTools aarch64 3.94-520.fc43 fedora 224.0 KiB perl-Pod-Escapes noarch 1:1.07-520.fc43 fedora 24.9 KiB perl-Pod-Perldoc noarch 3.28.01-521.fc43 fedora 163.7 KiB perl-Pod-Simple noarch 1:3.47-3.fc43 fedora 565.3 KiB perl-Pod-Usage noarch 4:2.05-520.fc43 fedora 86.3 KiB perl-Scalar-List-Utils aarch64 5:1.70-1.fc43 fedora 152.9 KiB perl-SelectSaver noarch 1.02-523.fc43 updates 2.2 KiB perl-Socket aarch64 4:2.040-2.fc43 fedora 144.3 KiB perl-Storable aarch64 1:3.37-521.fc43 fedora 243.2 KiB perl-Symbol noarch 1.09-523.fc43 updates 6.8 KiB perl-Term-ANSIColor noarch 5.01-521.fc43 fedora 97.5 KiB perl-Term-Cap noarch 1.18-520.fc43 fedora 29.3 KiB perl-TermReadKey aarch64 2.38-26.fc43 fedora 108.0 KiB perl-Text-ParseWords noarch 3.31-520.fc43 fedora 13.6 KiB perl-Text-Tabs+Wrap noarch 2024.001-520.fc43 fedora 22.6 KiB perl-Time-Local noarch 2:1.350-520.fc43 fedora 69.0 KiB perl-URI noarch 5.34-2.fc43 updates 268.0 KiB perl-base noarch 2.27-523.fc43 updates 12.6 KiB perl-constant noarch 1.33-521.fc43 fedora 26.2 KiB perl-if noarch 0.61.000-523.fc43 updates 5.8 KiB perl-interpreter aarch64 4:5.42.2-523.fc43 updates 174.8 KiB perl-lib aarch64 0.65-523.fc43 updates 8.5 KiB perl-libnet noarch 3.15-521.fc43 fedora 289.4 KiB perl-libs aarch64 4:5.42.2-523.fc43 updates 11.6 MiB perl-locale noarch 1.13-523.fc43 updates 6.1 KiB perl-mro aarch64 1.29-523.fc43 updates 81.6 KiB perl-overload noarch 1.40-523.fc43 updates 71.6 KiB perl-overloading noarch 0.02-523.fc43 updates 4.9 KiB perl-parent noarch 1:0.244-520.fc43 fedora 10.3 KiB perl-podlators noarch 1:6.0.2-520.fc43 fedora 317.5 KiB perl-vars noarch 1.05-523.fc43 updates 3.9 KiB rust aarch64 1.94.1-1.fc43 updates 82.4 MiB rust-std-static aarch64 1.94.1-1.fc43 updates 150.5 MiB Transaction Summary: Installing: 93 packages Total size of inbound packages is 177 MiB. Need to download 177 MiB. After this operation, 612 MiB extra will be used (install 612 MiB, remove 0 B). [ 1/93] git-0:2.53.0-1.fc43.aarch64 100% | 2.5 MiB/s | 40.7 KiB | 00m00s [ 2/93] libssh2-0:1.11.1-4.fc43.aarch64 100% | 22.4 MiB/s | 137.9 KiB | 00m00s [ 3/93] cargo-0:1.94.1-1.fc43.aarch64 100% | 174.3 MiB/s | 7.1 MiB | 00m00s [ 4/93] git-core-0:2.53.0-1.fc43.aarch6 100% | 160.8 MiB/s | 5.1 MiB | 00m00s [ 5/93] git-core-doc-0:2.53.0-1.fc43.no 100% | 135.0 MiB/s | 3.1 MiB | 00m00s [ 6/93] perl-Git-0:2.53.0-1.fc43.noarch 100% | 3.7 MiB/s | 37.8 KiB | 00m00s [ 7/93] perl-Getopt-Long-1:2.58-520.fc4 100% | 20.7 MiB/s | 63.6 KiB | 00m00s [ 8/93] perl-PathTools-0:3.94-520.fc43. 100% | 21.3 MiB/s | 87.3 KiB | 00m00s [ 9/93] perl-TermReadKey-0:2.38-26.fc43 100% | 34.6 MiB/s | 35.4 KiB | 00m00s [10/93] perl-Error-1:0.17030-2.fc43.noa 100% | 19.6 MiB/s | 40.2 KiB | 00m00s [11/93] perl-Exporter-0:5.79-520.fc43.n 100% | 6.0 MiB/s | 30.9 KiB | 00m00s [12/93] perl-constant-0:1.33-521.fc43.n 100% | 7.4 MiB/s | 22.8 KiB | 00m00s [13/93] perl-Pod-Usage-4:2.05-520.fc43. 100% | 13.2 MiB/s | 40.5 KiB | 00m00s [14/93] perl-Text-ParseWords-0:3.31-520 100% | 4.0 MiB/s | 16.3 KiB | 00m00s [15/93] perl-Carp-0:1.54-520.fc43.noarc 100% | 28.0 MiB/s | 28.7 KiB | 00m00s [16/93] perl-Scalar-List-Utils-5:1.70-1 100% | 11.9 MiB/s | 73.0 KiB | 00m00s [17/93] perl-Pod-Perldoc-0:3.28.01-521. 100% | 13.7 MiB/s | 84.3 KiB | 00m00s [18/93] perl-podlators-1:6.0.2-520.fc43 100% | 20.9 MiB/s | 128.3 KiB | 00m00s [19/93] perl-Encode-4:3.21-520.fc43.aar 100% | 130.3 MiB/s | 1.0 MiB | 00m00s [20/93] perl-File-Temp-1:0.231.100-520. 100% | 11.5 MiB/s | 59.0 KiB | 00m00s [21/93] perl-HTTP-Tiny-0:0.090-521.fc43 100% | 11.0 MiB/s | 56.3 KiB | 00m00s [22/93] perl-Pod-Simple-1:3.47-3.fc43.n 100% | 35.8 MiB/s | 219.9 KiB | 00m00s [23/93] rust-0:1.94.1-1.fc43.aarch64 100% | 162.8 MiB/s | 28.0 MiB | 00m00s [24/93] perl-parent-1:0.244-520.fc43.no 100% | 477.6 KiB/s | 14.8 KiB | 00m00s [25/93] perl-Term-ANSIColor-0:5.01-521. 100% | 3.3 MiB/s | 47.6 KiB | 00m00s [26/93] perl-Term-Cap-0:1.18-520.fc43.n 100% | 1.4 MiB/s | 21.9 KiB | 00m00s [27/93] perl-MIME-Base64-0:3.16-520.fc4 100% | 3.7 MiB/s | 29.9 KiB | 00m00s [28/93] perl-Storable-1:3.37-521.fc43.a 100% | 8.5 MiB/s | 95.8 KiB | 00m00s [29/93] perl-File-Path-0:2.18-520.fc43. 100% | 6.8 MiB/s | 35.1 KiB | 00m00s [30/93] rust-std-static-0:1.94.1-1.fc43 100% | 222.7 MiB/s | 37.2 MiB | 00m00s [31/93] perl-IO-Socket-SSL-0:2.095-2.fc 100% | 5.8 MiB/s | 231.5 KiB | 00m00s [32/93] perl-Net-SSLeay-0:1.94-11.fc43. 100% | 9.4 MiB/s | 376.8 KiB | 00m00s [33/93] perl-Time-Local-2:1.350-520.fc4 100% | 16.8 MiB/s | 34.4 KiB | 00m00s [34/93] perl-Socket-4:2.040-2.fc43.aarc 100% | 10.8 MiB/s | 55.0 KiB | 00m00s [35/93] perl-Pod-Escapes-1:1.07-520.fc4 100% | 6.4 MiB/s | 19.8 KiB | 00m00s [36/93] perl-Text-Tabs+Wrap-0:2024.001- 100% | 10.6 MiB/s | 21.6 KiB | 00m00s [37/93] ncurses-0:6.5-7.20250614.fc43.a 100% | 103.6 MiB/s | 424.5 KiB | 00m00s [38/93] perl-IO-Socket-IP-0:0.43-521.fc 100% | 13.7 MiB/s | 42.1 KiB | 00m00s [39/93] perl-File-Basename-0:2.86-523.f 100% | 2.7 MiB/s | 16.8 KiB | 00m00s [40/93] perl-POSIX-0:2.23-523.fc43.aarc 100% | 13.4 MiB/s | 96.1 KiB | 00m00s [41/93] perl-interpreter-4:5.42.2-523.f 100% | 10.1 MiB/s | 72.0 KiB | 00m00s [42/93] perl-libs-4:5.42.2-523.fc43.aar 100% | 156.2 MiB/s | 2.5 MiB | 00m00s [43/93] perl-Errno-0:1.38-523.fc43.aarc 100% | 1.6 MiB/s | 14.5 KiB | 00m00s [44/93] perl-DynaLoader-0:1.57-523.fc43 100% | 4.2 MiB/s | 25.6 KiB | 00m00s [45/93] perl-Fcntl-0:1.20-523.fc43.aarc 100% | 14.4 MiB/s | 29.4 KiB | 00m00s [46/93] perl-vars-0:1.05-523.fc43.noarc 100% | 4.1 MiB/s | 12.6 KiB | 00m00s [47/93] perl-IO-0:1.55-523.fc43.aarch64 100% | 20.0 MiB/s | 81.8 KiB | 00m00s [48/93] perl-Symbol-0:1.09-523.fc43.noa 100% | 6.8 MiB/s | 13.8 KiB | 00m00s [49/93] perl-if-0:0.61.000-523.fc43.noa 100% | 4.4 MiB/s | 13.6 KiB | 00m00s [50/93] perl-overload-0:1.40-523.fc43.n 100% | 11.0 MiB/s | 45.2 KiB | 00m00s [51/93] perl-IPC-Open3-0:1.24-523.fc43. 100% | 4.6 MiB/s | 23.5 KiB | 00m00s [52/93] perl-AutoLoader-0:5.74-523.fc43 100% | 3.4 MiB/s | 20.9 KiB | 00m00s [53/93] groff-base-0:1.23.0-11.fc43.aar 100% | 89.3 MiB/s | 1.1 MiB | 00m00s [54/93] perl-URI-0:5.34-2.fc43.noarch 100% | 20.8 MiB/s | 149.3 KiB | 00m00s [55/93] perl-Data-Dumper-0:2.191-521.fc 100% | 10.7 MiB/s | 55.0 KiB | 00m00s [56/93] perl-MIME-Base32-0:1.303-24.fc4 100% | 9.9 MiB/s | 20.4 KiB | 00m00s [57/93] perl-libnet-0:3.15-521.fc43.noa 100% | 62.7 MiB/s | 128.3 KiB | 00m00s [58/93] perl-Digest-0:1.20-520.fc43.noa 100% | 12.1 MiB/s | 24.8 KiB | 00m00s [59/93] perl-Digest-MD5-0:2.59-520.fc43 100% | 11.7 MiB/s | 35.8 KiB | 00m00s [60/93] perl-base-0:2.27-523.fc43.noarc 100% | 7.7 MiB/s | 15.8 KiB | 00m00s [61/93] perl-B-0:1.89-523.fc43.aarch64 100% | 57.7 MiB/s | 177.2 KiB | 00m00s [62/93] glibc-devel-0:2.42-10.fc43.aarc 100% | 137.1 MiB/s | 561.8 KiB | 00m00s [63/93] perl-Getopt-Std-0:1.14-523.fc43 100% | 3.0 MiB/s | 15.3 KiB | 00m00s [64/93] libmpc-0:1.3.1-8.fc43.aarch64 100% | 17.4 MiB/s | 71.1 KiB | 00m00s [65/93] cpp-0:15.2.1-7.fc43.aarch64 100% | 139.9 MiB/s | 11.8 MiB | 00m00s [66/93] llvm-filesystem-0:21.1.8-4.fc43 100% | 828.4 KiB/s | 14.9 KiB | 00m00s [67/93] perl-mro-0:1.29-523.fc43.aarch6 100% | 1.4 MiB/s | 29.1 KiB | 00m00s [68/93] perl-overloading-0:0.02-523.fc4 100% | 596.3 KiB/s | 12.5 KiB | 00m00s [69/93] llvm-libs-0:21.1.8-4.fc43.aarch 100% | 178.1 MiB/s | 33.3 MiB | 00m00s [70/93] perl-locale-0:1.13-523.fc43.noa 100% | 267.9 KiB/s | 13.1 KiB | 00m00s [71/93] perl-File-stat-0:1.14-523.fc43. 100% | 3.3 MiB/s | 16.7 KiB | 00m00s [72/93] gcc-0:15.2.1-7.fc43.aarch64 100% | 155.9 MiB/s | 36.3 MiB | 00m00s [73/93] perl-SelectSaver-0:1.02-523.fc4 100% | 315.2 KiB/s | 11.3 KiB | 00m00s [74/93] perl-Class-Struct-0:0.68-523.fc 100% | 638.5 KiB/s | 21.7 KiB | 00m00s [75/93] libxcrypt-devel-0:4.5.2-1.fc43. 100% | 7.3 MiB/s | 29.9 KiB | 00m00s [76/93] libedit-0:3.1-57.20251016cvs.fc 100% | 14.6 MiB/s | 104.3 KiB | 00m00s [77/93] kernel-headers-0:6.19.6-200.fc4 100% | 169.6 MiB/s | 1.7 MiB | 00m00s [78/93] expat-0:2.7.3-1.fc43.aarch64 100% | 18.9 MiB/s | 116.1 KiB | 00m00s [79/93] less-0:685-1.fc43.aarch64 100% | 38.7 MiB/s | 198.3 KiB | 00m00s [80/93] openssh-0:10.0p1-8.fc43.aarch64 100% | 81.5 MiB/s | 333.8 KiB | 00m00s [81/93] libfido2-0:1.16.0-3.fc43.aarch6 100% | 23.6 MiB/s | 96.5 KiB | 00m00s [82/93] openssh-clients-0:10.0p1-8.fc43 100% | 89.6 MiB/s | 734.3 KiB | 00m00s [83/93] libcbor-0:0.12.0-6.fc43.aarch64 100% | 10.6 MiB/s | 32.6 KiB | 00m00s [84/93] perl-lib-0:0.65-523.fc43.aarch6 100% | 4.7 MiB/s | 14.5 KiB | 00m00s [85/93] libatomic-0:15.2.1-7.fc43.aarch 100% | 11.9 MiB/s | 48.7 KiB | 00m00s [86/93] libubsan-0:15.2.1-7.fc43.aarch6 100% | 55.7 MiB/s | 228.2 KiB | 00m00s [87/93] libasan-0:15.2.1-7.fc43.aarch64 100% | 54.9 MiB/s | 506.0 KiB | 00m00s [88/93] perl-FileHandle-0:2.05-523.fc43 100% | 4.9 MiB/s | 15.1 KiB | 00m00s [89/93] llhttp-0:9.3.1-1.fc43.aarch64 100% | 12.3 MiB/s | 37.9 KiB | 00m00s [90/93] libgit2-0:1.9.2-1.fc43.aarch64 100% | 60.6 MiB/s | 558.4 KiB | 00m00s [91/93] gcc-plugin-annobin-0:15.2.1-7.f 100% | 14.8 MiB/s | 60.8 KiB | 00m00s [92/93] annobin-plugin-gcc-0:12.99-1.fc 100% | 162.1 MiB/s | 995.9 KiB | 00m00s [93/93] annobin-docs-0:12.99-1.fc43.noa 100% | 17.5 MiB/s | 89.5 KiB | 00m00s -------------------------------------------------------------------------------- [93/93] Total 100% | 309.1 MiB/s | 176.8 MiB | 00m01s Running transaction [ 1/95] Verify package files 100% | 164.0 B/s | 93.0 B | 00m01s [ 2/95] Prepare transaction 100% | 1.5 KiB/s | 93.0 B | 00m00s [ 3/95] Installing libedit-0:3.1-57.202 100% | 137.6 MiB/s | 281.9 KiB | 00m00s [ 4/95] Installing libmpc-0:1.3.1-8.fc4 100% | 150.6 MiB/s | 154.2 KiB | 00m00s [ 5/95] Installing libssh2-0:1.11.1-4.f 100% | 172.0 MiB/s | 352.3 KiB | 00m00s [ 6/95] Installing cpp-0:15.2.1-7.fc43. 100% | 260.9 MiB/s | 35.5 MiB | 00m00s [ 7/95] Installing annobin-docs-0:12.99 100% | 97.7 MiB/s | 100.1 KiB | 00m00s [ 8/95] Installing llhttp-0:9.3.1-1.fc4 100% | 150.6 MiB/s | 154.2 KiB | 00m00s [ 9/95] Installing libgit2-0:1.9.2-1.fc 100% | 268.5 MiB/s | 1.3 MiB | 00m00s [10/95] Installing libubsan-0:15.2.1-7. 100% | 232.6 MiB/s | 476.4 KiB | 00m00s [11/95] Installing libatomic-0:15.2.1-7 100% | 68.0 MiB/s | 69.6 KiB | 00m00s [12/95] Installing libasan-0:15.2.1-7.f 100% | 308.1 MiB/s | 1.5 MiB | 00m00s [13/95] Installing libcbor-0:0.12.0-6.f 100% | 136.0 MiB/s | 139.3 KiB | 00m00s [14/95] Installing libfido2-0:1.16.0-3. 100% | 136.8 MiB/s | 280.3 KiB | 00m00s [15/95] Installing openssh-0:10.0p1-8.f 100% | 63.3 MiB/s | 1.4 MiB | 00m00s [16/95] Installing openssh-clients-0:10 100% | 81.7 MiB/s | 2.7 MiB | 00m00s [17/95] Installing less-0:685-1.fc43.aa 100% | 26.1 MiB/s | 560.7 KiB | 00m00s [18/95] Installing expat-0:2.7.3-1.fc43 100% | 17.7 MiB/s | 363.1 KiB | 00m00s [19/95] Installing git-core-0:2.53.0-1. 100% | 259.6 MiB/s | 23.9 MiB | 00m00s [20/95] Installing git-core-doc-0:2.53. 100% | 240.5 MiB/s | 18.8 MiB | 00m00s [21/95] Installing kernel-headers-0:6.1 100% | 123.4 MiB/s | 6.9 MiB | 00m00s [22/95] Installing glibc-devel-0:2.42-1 100% | 105.4 MiB/s | 2.3 MiB | 00m00s [23/95] Installing libxcrypt-devel-0:4. 100% | 16.3 MiB/s | 33.4 KiB | 00m00s [24/95] Installing gcc-0:15.2.1-7.fc43. 100% | 296.6 MiB/s | 99.6 MiB | 00m00s [25/95] Installing llvm-filesystem-0:21 100% | 1.0 MiB/s | 1.1 KiB | 00m00s [26/95] Installing llvm-libs-0:21.1.8-4 100% | 326.4 MiB/s | 132.9 MiB | 00m00s [27/95] Installing rust-0:1.94.1-1.fc43 100% | 279.5 MiB/s | 82.4 MiB | 00m00s [28/95] Installing rust-std-static-0:1. 100% | 383.1 MiB/s | 150.5 MiB | 00m00s [29/95] Installing groff-base-0:1.23.0- 100% | 89.3 MiB/s | 4.2 MiB | 00m00s [30/95] Installing ncurses-0:6.5-7.2025 100% | 40.0 MiB/s | 900.2 KiB | 00m00s [31/95] Installing perl-Digest-0:1.20-5 100% | 36.2 MiB/s | 37.1 KiB | 00m00s [32/95] Installing perl-FileHandle-0:2. 100% | 9.6 MiB/s | 9.8 KiB | 00m00s [33/95] Installing perl-B-0:1.89-523.fc 100% | 178.6 MiB/s | 548.7 KiB | 00m00s [34/95] Installing perl-Digest-MD5-0:2. 100% | 103.2 MiB/s | 105.6 KiB | 00m00s [35/95] Installing perl-libnet-0:3.15-5 100% | 95.9 MiB/s | 294.7 KiB | 00m00s [36/95] Installing perl-Data-Dumper-0:2 100% | 134.3 MiB/s | 137.6 KiB | 00m00s [37/95] Installing perl-MIME-Base32-0:1 100% | 31.4 MiB/s | 32.2 KiB | 00m00s [38/95] Installing perl-URI-0:5.34-2.fc 100% | 55.0 MiB/s | 281.8 KiB | 00m00s [39/95] Installing perl-IO-Socket-IP-0: 100% | 99.8 MiB/s | 102.2 KiB | 00m00s [40/95] Installing perl-AutoLoader-0:5. 100% | 20.5 MiB/s | 21.0 KiB | 00m00s [41/95] Installing perl-IO-Socket-SSL-0 100% | 233.9 MiB/s | 718.6 KiB | 00m00s [42/95] Installing perl-locale-0:1.13-5 100% | 6.4 MiB/s | 6.5 KiB | 00m00s [43/95] Installing perl-Net-SSLeay-0:1. 100% | 179.1 MiB/s | 1.4 MiB | 00m00s [44/95] Installing perl-if-0:0.61.000-5 100% | 0.0 B/s | 6.2 KiB | 00m00s [45/95] Installing perl-Pod-Escapes-1:1 100% | 25.3 MiB/s | 25.9 KiB | 00m00s [46/95] Installing perl-File-Path-0:2.1 100% | 63.0 MiB/s | 64.5 KiB | 00m00s [47/95] Installing perl-Text-Tabs+Wrap- 100% | 23.3 MiB/s | 23.9 KiB | 00m00s [48/95] Installing perl-Time-Local-2:1. 100% | 68.9 MiB/s | 70.6 KiB | 00m00s [49/95] Installing perl-Pod-Simple-1:3. 100% | 140.3 MiB/s | 574.9 KiB | 00m00s [50/95] Installing perl-HTTP-Tiny-0:0.0 100% | 152.8 MiB/s | 156.4 KiB | 00m00s [51/95] Installing perl-Class-Struct-0: 100% | 0.0 B/s | 25.9 KiB | 00m00s [52/95] Installing perl-IPC-Open3-0:1.2 100% | 27.8 MiB/s | 28.5 KiB | 00m00s [53/95] Installing perl-File-Temp-1:0.2 100% | 160.2 MiB/s | 164.1 KiB | 00m00s [54/95] Installing perl-POSIX-0:2.23-52 100% | 256.7 MiB/s | 262.9 KiB | 00m00s [55/95] Installing perl-Term-Cap-0:1.18 100% | 29.9 MiB/s | 30.6 KiB | 00m00s [56/95] Installing perl-Term-ANSIColor- 100% | 96.9 MiB/s | 99.2 KiB | 00m00s [57/95] Installing perl-podlators-1:6.0 100% | 16.5 MiB/s | 321.4 KiB | 00m00s [58/95] Installing perl-Pod-Perldoc-0:3 100% | 8.7 MiB/s | 169.2 KiB | 00m00s [59/95] Installing perl-File-stat-0:1.1 100% | 12.8 MiB/s | 13.1 KiB | 00m00s [60/95] Installing perl-SelectSaver-0:1 100% | 0.0 B/s | 2.6 KiB | 00m00s [61/95] Installing perl-Symbol-0:1.09-5 100% | 0.0 B/s | 7.3 KiB | 00m00s [62/95] Installing perl-Socket-4:2.040- 100% | 71.4 MiB/s | 146.3 KiB | 00m00s [63/95] Installing perl-Pod-Usage-4:2.0 100% | 4.8 MiB/s | 87.9 KiB | 00m00s [64/95] Installing perl-IO-0:1.55-523.f 100% | 95.6 MiB/s | 195.7 KiB | 00m00s [65/95] Installing perl-overloading-0:0 100% | 5.4 MiB/s | 5.6 KiB | 00m00s [66/95] Installing perl-mro-0:1.29-523. 100% | 80.7 MiB/s | 82.7 KiB | 00m00s [67/95] Installing perl-base-0:2.27-523 100% | 0.0 B/s | 13.0 KiB | 00m00s [68/95] Installing perl-Fcntl-0:1.20-52 100% | 91.7 MiB/s | 93.9 KiB | 00m00s [69/95] Installing perl-Text-ParseWords 100% | 14.2 MiB/s | 14.6 KiB | 00m00s [70/95] Installing perl-Getopt-Long-1:2 100% | 143.8 MiB/s | 147.2 KiB | 00m00s [71/95] Installing perl-Storable-1:3.37 100% | 119.5 MiB/s | 244.8 KiB | 00m00s [72/95] Installing perl-overload-0:1.40 100% | 70.3 MiB/s | 72.0 KiB | 00m00s [73/95] Installing perl-Getopt-Std-0:1. 100% | 0.0 B/s | 11.8 KiB | 00m00s [74/95] Installing perl-vars-0:1.05-523 100% | 0.0 B/s | 4.3 KiB | 00m00s [75/95] Installing perl-Errno-0:1.38-52 100% | 0.0 B/s | 8.8 KiB | 00m00s [76/95] Installing perl-File-Basename-0 100% | 0.0 B/s | 14.6 KiB | 00m00s [77/95] Installing perl-MIME-Base64-0:3 100% | 94.0 MiB/s | 96.3 KiB | 00m00s [78/95] Installing perl-parent-1:0.244- 100% | 10.7 MiB/s | 11.0 KiB | 00m00s [79/95] Installing perl-Scalar-List-Uti 100% | 76.5 MiB/s | 156.7 KiB | 00m00s [80/95] Installing perl-constant-0:1.33 100% | 26.7 MiB/s | 27.4 KiB | 00m00s [81/95] Installing perl-Encode-4:3.21-5 100% | 146.7 MiB/s | 4.8 MiB | 00m00s [82/95] Installing perl-DynaLoader-0:1. 100% | 31.7 MiB/s | 32.5 KiB | 00m00s [83/95] Installing perl-PathTools-0:3.9 100% | 111.6 MiB/s | 228.6 KiB | 00m00s [84/95] Installing perl-Carp-0:1.54-520 100% | 46.6 MiB/s | 47.7 KiB | 00m00s [85/95] Installing perl-Exporter-0:5.79 100% | 18.1 MiB/s | 55.6 KiB | 00m00s [86/95] Installing perl-libs-4:5.42.2-5 100% | 199.2 MiB/s | 11.8 MiB | 00m00s [87/95] Installing perl-interpreter-4:5 100% | 8.2 MiB/s | 176.5 KiB | 00m00s [88/95] Installing perl-TermReadKey-0:2 100% | 53.8 MiB/s | 110.2 KiB | 00m00s [89/95] Installing perl-Error-1:0.17030 100% | 39.0 MiB/s | 80.0 KiB | 00m00s [90/95] Installing perl-lib-0:0.65-523. 100% | 8.7 MiB/s | 8.9 KiB | 00m00s [91/95] Installing git-0:2.53.0-1.fc43. 100% | 56.4 MiB/s | 57.7 KiB | 00m00s [92/95] Installing perl-Git-0:2.53.0-1. 100% | 63.8 MiB/s | 65.4 KiB | 00m00s [93/95] Installing cargo-0:1.94.1-1.fc4 100% | 214.7 MiB/s | 20.0 MiB | 00m00s [94/95] Installing gcc-plugin-annobin-0 100% | 4.3 MiB/s | 70.8 KiB | 00m00s [95/95] Installing annobin-plugin-gcc-0 100% | 6.1 MiB/s | 1.0 MiB | 00m00s Complete! Updating crates.io index Downloading crates ... Downloaded block2 v0.6.2 Downloaded ident_case v1.0.1 Downloaded convert_case v0.10.0 Downloaded derive_more v2.1.1 Downloaded num-traits v0.2.19 Downloaded quote v1.0.45 Downloaded notify v8.2.0 Downloaded errno v0.3.14 Downloaded redox_syscall v0.7.3 Downloaded quick-error v2.0.1 Downloaded redox_syscall v0.5.18 Downloaded winapi-util v0.1.11 Downloaded powerfmt v0.2.0 Downloaded windows-targets v0.53.5 Downloaded rustc_version v0.4.1 Downloaded windows-implement v0.56.0 Downloaded windows-strings v0.5.1 Downloaded toml_datetime v0.6.11 Downloaded windows-link v0.2.1 Downloaded windows-targets v0.48.5 Downloaded unicase v2.9.0 Downloaded unicode-truncate v2.0.1 Downloaded zmij v1.0.21 Downloaded zopfli v0.8.3 Downloaded typenum v1.19.0 Downloaded zune-core v0.5.1 Downloaded unicode-segmentation v1.12.0 Downloaded quick-xml v0.38.4 Downloaded png v0.18.1 Downloaded yaml_serde v0.10.4 Downloaded zune-jpeg v0.5.13 Downloaded zip v2.4.2 Downloaded vcpkg v0.2.15 Downloaded winnow v0.7.15 Downloaded time v0.3.47 Downloaded unicode-width v0.2.0 Downloaded syn v2.0.117 Downloaded objc2 v0.6.4 Downloaded image v0.25.10 Downloaded regex-syntax v0.8.10 Downloaded objc2-foundation v0.3.2 Downloaded rustix v0.38.44 Downloaded windows_aarch64_gnullvm v0.48.5 Downloaded windows_i686_gnullvm v0.52.6 Downloaded windows_x86_64_gnullvm v0.48.5 Downloaded windows_aarch64_gnullvm v0.52.6 Downloaded rustix v1.1.4 Downloaded ratatui-widgets v0.3.0 Downloaded portable-atomic v1.13.1 Downloaded rusqlite v0.39.0 Downloaded windows_x86_64_gnullvm v0.52.6 Downloaded objc2-core-foundation v0.3.2 Downloaded lofty v0.23.3 Downloaded serde_json v1.0.149 Downloaded pest v2.8.6 Downloaded libyaml-rs v0.3.0 Downloaded onig_sys v69.9.1 Downloaded flate2 v1.1.9 Downloaded pulldown-cmark v0.13.1 Downloaded libc v0.2.183 Downloaded yaml-rust v0.4.5 Downloaded windows_i686_msvc v0.48.5 Downloaded windows_x86_64_gnullvm v0.53.1 Downloaded windows_x86_64_msvc v0.48.5 Downloaded windows_x86_64_msvc v0.53.1 Downloaded windows_x86_64_msvc v0.52.6 Downloaded windows_i686_gnu v0.52.6 Downloaded windows_x86_64_gnu v0.52.6 Downloaded windows_aarch64_msvc v0.53.1 Downloaded windows_i686_gnu v0.48.5 Downloaded windows_x86_64_gnu v0.53.1 Downloaded windows_i686_msvc v0.52.6 Downloaded windows_i686_msvc v0.53.1 Downloaded windows_i686_gnullvm v0.53.1 Downloaded windows_aarch64_msvc v0.52.6 Downloaded windows_aarch64_gnullvm v0.53.1 Downloaded syntect v5.3.0 Downloaded winapi v0.3.9 Downloaded windows_i686_gnu v0.53.1 Downloaded pxfm v0.1.28 Downloaded windows_x86_64_gnu v0.48.5 Downloaded windows_aarch64_msvc v0.48.5 Downloaded windows-targets v0.52.6 Downloaded windows-result v0.4.1 Downloaded windows-result v0.1.2 Downloaded windows-implement v0.60.2 Downloaded serde v1.0.228 Downloaded ratatui-core v0.1.0 Downloaded toml_edit v0.22.27 Downloaded tar v0.4.45 Downloaded serde_core v1.0.228 Downloaded proc-macro2 v1.0.106 Downloaded pest_meta v2.8.6 Downloaded foldhash v0.2.0 Downloaded xattr v1.6.1 Downloaded wasm-bindgen-macro-support v0.2.114 Downloaded wasm-bindgen v0.2.114 Downloaded uuid v1.22.0 Downloaded unicode-ident v1.0.24 Downloaded trash v5.2.5 Downloaded signal-hook v0.3.18 Downloaded serde_derive v1.0.228 Downloaded ryu v1.0.23 Downloaded pkg-config v0.3.32 Downloaded pest_generator v2.8.6 Downloaded pest_derive v2.8.6 Downloaded parking_lot v0.12.5 Downloaded once_cell v1.21.4 Downloaded moxcms v0.8.1 Downloaded walkdir v2.5.0 Downloaded smallvec v1.15.1 Downloaded onig v6.5.1 Downloaded objc2-encode v4.1.0 Downloaded ucd-trie v0.1.7 Downloaded toml v0.8.23 Downloaded thiserror v1.0.69 Downloaded sha2 v0.10.9 Downloaded semver v1.0.27 Downloaded js-sys v0.3.91 Downloaded hashbrown v0.16.1 Downloaded dirs v5.0.1 Downloaded thiserror-impl v2.0.18 Downloaded thiserror-impl v1.0.69 Downloaded strum_macros v0.27.2 Downloaded static_assertions v1.1.0 Downloaded simd-adler32 v0.3.8 Downloaded signal-hook-registry v1.4.8 Downloaded rustversion v1.0.22 Downloaded rsqlite-vfs v0.1.0 Downloaded parking_lot_core v0.9.12 Downloaded memchr v2.8.0 Downloaded itertools v0.14.0 Downloaded windows-interface v0.56.0 Downloaded wasi v0.11.1+wasi-snapshot-preview1 Downloaded urlencoding v2.1.3 Downloaded thiserror v2.0.18 Downloaded shlex v1.3.0 Downloaded paste v1.0.15 Downloaded libredox v0.1.14 Downloaded kqueue v1.1.1 Downloaded gif v0.14.1 Downloaded fallible-streaming-iterator v0.1.9 Downloaded linux-raw-sys v0.4.15 Downloaded windows-interface v0.59.3 Downloaded toml_write v0.1.2 Downloaded strum v0.27.2 Downloaded serde_spanned v0.6.9 Downloaded plain v0.2.3 Downloaded mio v1.1.1 Downloaded itoa v1.0.17 Downloaded indexmap v2.13.0 Downloaded time-core v0.1.8 Downloaded windows-sys v0.59.0 Downloaded strsim v0.11.1 Downloaded redox_users v0.4.6 Downloaded option-ext v0.2.0 Downloaded iana-time-zone-haiku v0.1.2 Downloaded derive_more-impl v2.1.1 Downloaded windows-core v0.62.2 Downloaded windows-sys v0.60.2 Downloaded windows-core v0.56.0 Downloaded weezl v0.1.12 Downloaded wasm-bindgen-shared v0.2.114 Downloaded windows-sys v0.61.2 Downloaded windows-sys v0.48.0 Downloaded signal-hook-mio v0.2.5 Downloaded scopeguard v1.2.0 Downloaded ratatui v0.30.0 Downloaded lru v0.16.3 Downloaded log v0.4.29 Downloaded line-clipping v0.3.5 Downloaded iana-time-zone v0.1.65 Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 Downloaded hashlink v0.11.0 Downloaded getrandom v0.2.17 Downloaded winapi-i686-pc-windows-gnu v0.4.0 Downloaded linux-raw-sys v0.12.1 Downloaded dispatch2 v0.3.1 Downloaded digest v0.10.7 Downloaded crossterm v0.29.0 Downloaded core-foundation-sys v0.8.7 Downloaded wasm-bindgen-macro v0.2.114 Downloaded version_check v0.9.5 Downloaded same-file v1.0.6 Downloaded percent-encoding v2.3.2 Downloaded ogg_pager v0.7.1 Downloaded litrs v1.0.0 Downloaded generic-array v0.14.7 Downloaded fallible-iterator v0.3.0 Downloaded dirs-sys v0.4.1 Downloaded deranged v0.5.8 Downloaded darling v0.23.0 Downloaded kasuari v0.4.11 Downloaded find-msvc-tools v0.1.9 Downloaded document-features v0.2.12 Downloaded json5 v0.4.1 Downloaded inotify-sys v0.1.5 Downloaded num_threads v0.1.7 Downloaded lock_api v0.4.14 Downloaded heck v0.5.0 Downloaded filetime v0.2.27 Downloaded fdeflate v0.3.7 Downloaded ratatui-crossterm v0.1.0 Downloaded notify-types v2.1.0 Downloaded inotify v0.11.1 Downloaded indoc v2.0.7 Downloaded getopts v0.2.24 Downloaded fnv v1.0.7 Downloaded derive_arbitrary v1.4.2 Downloaded castaway v0.2.4 Downloaded linked-hash-map v0.5.6 Downloaded kqueue-sys v1.0.4 Downloaded image-webp v0.2.4 Downloaded equivalent v1.0.2 Downloaded displaydoc v0.2.5 Downloaded pulldown-cmark-escape v0.11.0 Downloaded num-conv v0.2.1 Downloaded bitflags v2.11.0 Downloaded darling_macro v0.23.0 Downloaded darling_core v0.23.0 Downloaded bytemuck v1.25.0 Downloaded miniz_oxide v0.8.9 Downloaded lofty_attr v0.12.0 Downloaded instability v0.3.11 Downloaded fsevent-sys v4.1.0 Downloaded color_quant v1.1.0 Downloaded cfb v0.10.0 Downloaded cc v1.2.57 Downloaded byteorder-lite v0.1.0 Downloaded byteorder v1.5.0 Downloaded bumpalo v3.20.2 Downloaded anyhow v1.0.102 Downloaded allocator-api2 v0.2.21 Downloaded either v1.15.0 Downloaded data-encoding v2.10.0 Downloaded crypto-common v0.1.7 Downloaded crossterm_winapi v0.9.1 Downloaded crossterm v0.28.1 Downloaded crc32fast v1.5.0 Downloaded cpufeatures v0.2.17 Downloaded compact_str v0.9.0 Downloaded chrono v0.4.44 Downloaded bitflags v1.3.2 Downloaded base64 v0.22.1 Downloaded arbitrary v1.4.2 Downloaded android_system_properties v0.1.5 Downloaded crossbeam-utils v0.8.21 Downloaded bincode v1.3.3 Downloaded cfg-if v1.0.4 Downloaded block-buffer v0.10.4 Downloaded adler2 v2.0.1 Downloaded autocfg v1.5.0 Downloaded libsqlite3-sys v0.37.0 Downloaded sqlite-wasm-rs v0.5.2 Downloaded windows v0.56.0 Vendoring adler2 v2.0.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1) to /tmp/tmp.21JLupyUEe/vendor/adler2 Vendoring allocator-api2 v0.2.21 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21) to /tmp/tmp.21JLupyUEe/vendor/allocator-api2 Vendoring android_system_properties v0.1.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android_system_properties-0.1.5) to /tmp/tmp.21JLupyUEe/vendor/android_system_properties Vendoring anyhow v1.0.102 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102) to /tmp/tmp.21JLupyUEe/vendor/anyhow Vendoring arbitrary v1.4.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.4.2) to /tmp/tmp.21JLupyUEe/vendor/arbitrary Vendoring autocfg v1.5.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0) to /tmp/tmp.21JLupyUEe/vendor/autocfg Vendoring base64 v0.22.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1) to /tmp/tmp.21JLupyUEe/vendor/base64 Vendoring bincode v1.3.3 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-1.3.3) to /tmp/tmp.21JLupyUEe/vendor/bincode Vendoring bitflags v1.3.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2) to /tmp/tmp.21JLupyUEe/vendor/bitflags-1.3.2 Vendoring bitflags v2.11.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0) to /tmp/tmp.21JLupyUEe/vendor/bitflags Vendoring block-buffer v0.10.4 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4) to /tmp/tmp.21JLupyUEe/vendor/block-buffer Vendoring block2 v0.6.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block2-0.6.2) to /tmp/tmp.21JLupyUEe/vendor/block2 Vendoring bumpalo v3.20.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.2) to /tmp/tmp.21JLupyUEe/vendor/bumpalo Vendoring bytemuck v1.25.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.25.0) to /tmp/tmp.21JLupyUEe/vendor/bytemuck Vendoring byteorder v1.5.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0) to /tmp/tmp.21JLupyUEe/vendor/byteorder Vendoring byteorder-lite v0.1.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-lite-0.1.0) to /tmp/tmp.21JLupyUEe/vendor/byteorder-lite Vendoring castaway v0.2.4 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.4) to /tmp/tmp.21JLupyUEe/vendor/castaway Vendoring cc v1.2.57 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.57) to /tmp/tmp.21JLupyUEe/vendor/cc Vendoring cfb v0.10.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfb-0.10.0) to /tmp/tmp.21JLupyUEe/vendor/cfb Vendoring cfg-if v1.0.4 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4) to /tmp/tmp.21JLupyUEe/vendor/cfg-if Vendoring chrono v0.4.44 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.44) to /tmp/tmp.21JLupyUEe/vendor/chrono Vendoring color_quant v1.1.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color_quant-1.1.0) to /tmp/tmp.21JLupyUEe/vendor/color_quant Vendoring compact_str v0.9.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.9.0) to /tmp/tmp.21JLupyUEe/vendor/compact_str Vendoring convert_case v0.10.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.10.0) to /tmp/tmp.21JLupyUEe/vendor/convert_case Vendoring core-foundation-sys v0.8.7 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-sys-0.8.7) to /tmp/tmp.21JLupyUEe/vendor/core-foundation-sys Vendoring cpufeatures v0.2.17 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17) to /tmp/tmp.21JLupyUEe/vendor/cpufeatures Vendoring crc32fast v1.5.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0) to /tmp/tmp.21JLupyUEe/vendor/crc32fast Vendoring crossbeam-utils v0.8.21 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21) to /tmp/tmp.21JLupyUEe/vendor/crossbeam-utils Vendoring crossterm v0.28.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1) to /tmp/tmp.21JLupyUEe/vendor/crossterm-0.28.1 Vendoring crossterm v0.29.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0) to /tmp/tmp.21JLupyUEe/vendor/crossterm Vendoring crossterm_winapi v0.9.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm_winapi-0.9.1) to /tmp/tmp.21JLupyUEe/vendor/crossterm_winapi Vendoring crypto-common v0.1.7 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7) to /tmp/tmp.21JLupyUEe/vendor/crypto-common Vendoring darling v0.23.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0) to /tmp/tmp.21JLupyUEe/vendor/darling Vendoring darling_core v0.23.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0) to /tmp/tmp.21JLupyUEe/vendor/darling_core Vendoring darling_macro v0.23.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0) to /tmp/tmp.21JLupyUEe/vendor/darling_macro Vendoring data-encoding v2.10.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.10.0) to /tmp/tmp.21JLupyUEe/vendor/data-encoding Vendoring deranged v0.5.8 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.8) to /tmp/tmp.21JLupyUEe/vendor/deranged Vendoring derive_arbitrary v1.4.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_arbitrary-1.4.2) to /tmp/tmp.21JLupyUEe/vendor/derive_arbitrary Vendoring derive_more v2.1.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1) to /tmp/tmp.21JLupyUEe/vendor/derive_more Vendoring derive_more-impl v2.1.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1) to /tmp/tmp.21JLupyUEe/vendor/derive_more-impl Vendoring digest v0.10.7 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7) to /tmp/tmp.21JLupyUEe/vendor/digest Vendoring dirs v5.0.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-5.0.1) to /tmp/tmp.21JLupyUEe/vendor/dirs Vendoring dirs-sys v0.4.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1) to /tmp/tmp.21JLupyUEe/vendor/dirs-sys Vendoring dispatch2 v0.3.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dispatch2-0.3.1) to /tmp/tmp.21JLupyUEe/vendor/dispatch2 Vendoring displaydoc v0.2.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5) to /tmp/tmp.21JLupyUEe/vendor/displaydoc Vendoring document-features v0.2.12 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.12) to /tmp/tmp.21JLupyUEe/vendor/document-features Vendoring either v1.15.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0) to /tmp/tmp.21JLupyUEe/vendor/either Vendoring equivalent v1.0.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2) to /tmp/tmp.21JLupyUEe/vendor/equivalent Vendoring errno v0.3.14 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14) to /tmp/tmp.21JLupyUEe/vendor/errno Vendoring fallible-iterator v0.3.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.3.0) to /tmp/tmp.21JLupyUEe/vendor/fallible-iterator Vendoring fallible-streaming-iterator v0.1.9 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-streaming-iterator-0.1.9) to /tmp/tmp.21JLupyUEe/vendor/fallible-streaming-iterator Vendoring fdeflate v0.3.7 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fdeflate-0.3.7) to /tmp/tmp.21JLupyUEe/vendor/fdeflate Vendoring filetime v0.2.27 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.27) to /tmp/tmp.21JLupyUEe/vendor/filetime Vendoring find-msvc-tools v0.1.9 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9) to /tmp/tmp.21JLupyUEe/vendor/find-msvc-tools Vendoring flate2 v1.1.9 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9) to /tmp/tmp.21JLupyUEe/vendor/flate2 Vendoring fnv v1.0.7 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7) to /tmp/tmp.21JLupyUEe/vendor/fnv Vendoring foldhash v0.2.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0) to /tmp/tmp.21JLupyUEe/vendor/foldhash Vendoring fsevent-sys v4.1.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fsevent-sys-4.1.0) to /tmp/tmp.21JLupyUEe/vendor/fsevent-sys Vendoring generic-array v0.14.7 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7) to /tmp/tmp.21JLupyUEe/vendor/generic-array Vendoring getopts v0.2.24 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getopts-0.2.24) to /tmp/tmp.21JLupyUEe/vendor/getopts Vendoring getrandom v0.2.17 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17) to /tmp/tmp.21JLupyUEe/vendor/getrandom Vendoring gif v0.14.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gif-0.14.1) to /tmp/tmp.21JLupyUEe/vendor/gif Vendoring hashbrown v0.16.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1) to /tmp/tmp.21JLupyUEe/vendor/hashbrown Vendoring hashlink v0.11.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.11.0) to /tmp/tmp.21JLupyUEe/vendor/hashlink Vendoring heck v0.5.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0) to /tmp/tmp.21JLupyUEe/vendor/heck Vendoring iana-time-zone v0.1.65 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65) to /tmp/tmp.21JLupyUEe/vendor/iana-time-zone Vendoring iana-time-zone-haiku v0.1.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-haiku-0.1.2) to /tmp/tmp.21JLupyUEe/vendor/iana-time-zone-haiku Vendoring ident_case v1.0.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1) to /tmp/tmp.21JLupyUEe/vendor/ident_case Vendoring image v0.25.10 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.25.10) to /tmp/tmp.21JLupyUEe/vendor/image Vendoring image-webp v0.2.4 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-webp-0.2.4) to /tmp/tmp.21JLupyUEe/vendor/image-webp Vendoring indexmap v2.13.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0) to /tmp/tmp.21JLupyUEe/vendor/indexmap Vendoring indoc v2.0.7 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.7) to /tmp/tmp.21JLupyUEe/vendor/indoc Vendoring inotify v0.11.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inotify-0.11.1) to /tmp/tmp.21JLupyUEe/vendor/inotify Vendoring inotify-sys v0.1.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inotify-sys-0.1.5) to /tmp/tmp.21JLupyUEe/vendor/inotify-sys Vendoring instability v0.3.11 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11) to /tmp/tmp.21JLupyUEe/vendor/instability Vendoring itertools v0.14.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0) to /tmp/tmp.21JLupyUEe/vendor/itertools Vendoring itoa v1.0.17 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17) to /tmp/tmp.21JLupyUEe/vendor/itoa Vendoring js-sys v0.3.91 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.91) to /tmp/tmp.21JLupyUEe/vendor/js-sys Vendoring json5 v0.4.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/json5-0.4.1) to /tmp/tmp.21JLupyUEe/vendor/json5 Vendoring kasuari v0.4.11 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kasuari-0.4.11) to /tmp/tmp.21JLupyUEe/vendor/kasuari Vendoring kqueue v1.1.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kqueue-1.1.1) to /tmp/tmp.21JLupyUEe/vendor/kqueue Vendoring kqueue-sys v1.0.4 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kqueue-sys-1.0.4) to /tmp/tmp.21JLupyUEe/vendor/kqueue-sys Vendoring libc v0.2.183 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.183) to /tmp/tmp.21JLupyUEe/vendor/libc Vendoring libredox v0.1.14 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libredox-0.1.14) to /tmp/tmp.21JLupyUEe/vendor/libredox Vendoring libsqlite3-sys v0.37.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.37.0) to /tmp/tmp.21JLupyUEe/vendor/libsqlite3-sys Vendoring libyaml-rs v0.3.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libyaml-rs-0.3.0) to /tmp/tmp.21JLupyUEe/vendor/libyaml-rs Vendoring line-clipping v0.3.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/line-clipping-0.3.5) to /tmp/tmp.21JLupyUEe/vendor/line-clipping Vendoring linked-hash-map v0.5.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6) to /tmp/tmp.21JLupyUEe/vendor/linked-hash-map Vendoring linux-raw-sys v0.4.15 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.15) to /tmp/tmp.21JLupyUEe/vendor/linux-raw-sys-0.4.15 Vendoring linux-raw-sys v0.12.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.12.1) to /tmp/tmp.21JLupyUEe/vendor/linux-raw-sys Vendoring litrs v1.0.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-1.0.0) to /tmp/tmp.21JLupyUEe/vendor/litrs Vendoring lock_api v0.4.14 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14) to /tmp/tmp.21JLupyUEe/vendor/lock_api Vendoring lofty v0.23.3 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lofty-0.23.3) to /tmp/tmp.21JLupyUEe/vendor/lofty Vendoring lofty_attr v0.12.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lofty_attr-0.12.0) to /tmp/tmp.21JLupyUEe/vendor/lofty_attr Vendoring log v0.4.29 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29) to /tmp/tmp.21JLupyUEe/vendor/log Vendoring lru v0.16.3 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.16.3) to /tmp/tmp.21JLupyUEe/vendor/lru Vendoring memchr v2.8.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.8.0) to /tmp/tmp.21JLupyUEe/vendor/memchr Vendoring miniz_oxide v0.8.9 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9) to /tmp/tmp.21JLupyUEe/vendor/miniz_oxide Vendoring mio v1.1.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1) to /tmp/tmp.21JLupyUEe/vendor/mio Vendoring moxcms v0.8.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moxcms-0.8.1) to /tmp/tmp.21JLupyUEe/vendor/moxcms Vendoring notify v8.2.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/notify-8.2.0) to /tmp/tmp.21JLupyUEe/vendor/notify Vendoring notify-types v2.1.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/notify-types-2.1.0) to /tmp/tmp.21JLupyUEe/vendor/notify-types Vendoring num-conv v0.2.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.1) to /tmp/tmp.21JLupyUEe/vendor/num-conv Vendoring num-traits v0.2.19 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19) to /tmp/tmp.21JLupyUEe/vendor/num-traits Vendoring num_threads v0.1.7 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7) to /tmp/tmp.21JLupyUEe/vendor/num_threads Vendoring objc2 v0.6.4 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/objc2-0.6.4) to /tmp/tmp.21JLupyUEe/vendor/objc2 Vendoring objc2-core-foundation v0.3.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/objc2-core-foundation-0.3.2) to /tmp/tmp.21JLupyUEe/vendor/objc2-core-foundation Vendoring objc2-encode v4.1.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/objc2-encode-4.1.0) to /tmp/tmp.21JLupyUEe/vendor/objc2-encode Vendoring objc2-foundation v0.3.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/objc2-foundation-0.3.2) to /tmp/tmp.21JLupyUEe/vendor/objc2-foundation Vendoring ogg_pager v0.7.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ogg_pager-0.7.1) to /tmp/tmp.21JLupyUEe/vendor/ogg_pager Vendoring once_cell v1.21.4 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.4) to /tmp/tmp.21JLupyUEe/vendor/once_cell Vendoring onig v6.5.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/onig-6.5.1) to /tmp/tmp.21JLupyUEe/vendor/onig Vendoring onig_sys v69.9.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/onig_sys-69.9.1) to /tmp/tmp.21JLupyUEe/vendor/onig_sys Vendoring option-ext v0.2.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0) to /tmp/tmp.21JLupyUEe/vendor/option-ext Vendoring parking_lot v0.12.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5) to /tmp/tmp.21JLupyUEe/vendor/parking_lot Vendoring parking_lot_core v0.9.12 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12) to /tmp/tmp.21JLupyUEe/vendor/parking_lot_core Vendoring paste v1.0.15 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15) to /tmp/tmp.21JLupyUEe/vendor/paste Vendoring percent-encoding v2.3.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2) to /tmp/tmp.21JLupyUEe/vendor/percent-encoding Vendoring pest v2.8.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.6) to /tmp/tmp.21JLupyUEe/vendor/pest Vendoring pest_derive v2.8.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.6) to /tmp/tmp.21JLupyUEe/vendor/pest_derive Vendoring pest_generator v2.8.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.6) to /tmp/tmp.21JLupyUEe/vendor/pest_generator Vendoring pest_meta v2.8.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.6) to /tmp/tmp.21JLupyUEe/vendor/pest_meta Vendoring pkg-config v0.3.32 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32) to /tmp/tmp.21JLupyUEe/vendor/pkg-config Vendoring plain v0.2.3 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3) to /tmp/tmp.21JLupyUEe/vendor/plain Vendoring png v0.18.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/png-0.18.1) to /tmp/tmp.21JLupyUEe/vendor/png Vendoring portable-atomic v1.13.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1) to /tmp/tmp.21JLupyUEe/vendor/portable-atomic Vendoring powerfmt v0.2.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0) to /tmp/tmp.21JLupyUEe/vendor/powerfmt Vendoring proc-macro2 v1.0.106 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106) to /tmp/tmp.21JLupyUEe/vendor/proc-macro2 Vendoring pulldown-cmark v0.13.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pulldown-cmark-0.13.1) to /tmp/tmp.21JLupyUEe/vendor/pulldown-cmark Vendoring pulldown-cmark-escape v0.11.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pulldown-cmark-escape-0.11.0) to /tmp/tmp.21JLupyUEe/vendor/pulldown-cmark-escape Vendoring pxfm v0.1.28 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pxfm-0.1.28) to /tmp/tmp.21JLupyUEe/vendor/pxfm Vendoring quick-error v2.0.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-2.0.1) to /tmp/tmp.21JLupyUEe/vendor/quick-error Vendoring quick-xml v0.38.4 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.38.4) to /tmp/tmp.21JLupyUEe/vendor/quick-xml Vendoring quote v1.0.45 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45) to /tmp/tmp.21JLupyUEe/vendor/quote Vendoring ratatui v0.30.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.30.0) to /tmp/tmp.21JLupyUEe/vendor/ratatui Vendoring ratatui-core v0.1.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-core-0.1.0) to /tmp/tmp.21JLupyUEe/vendor/ratatui-core Vendoring ratatui-crossterm v0.1.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-crossterm-0.1.0) to /tmp/tmp.21JLupyUEe/vendor/ratatui-crossterm Vendoring ratatui-widgets v0.3.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-widgets-0.3.0) to /tmp/tmp.21JLupyUEe/vendor/ratatui-widgets Vendoring redox_syscall v0.5.18 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/redox_syscall-0.5.18) to /tmp/tmp.21JLupyUEe/vendor/redox_syscall-0.5.18 Vendoring redox_syscall v0.7.3 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/redox_syscall-0.7.3) to /tmp/tmp.21JLupyUEe/vendor/redox_syscall Vendoring redox_users v0.4.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/redox_users-0.4.6) to /tmp/tmp.21JLupyUEe/vendor/redox_users Vendoring regex-syntax v0.8.10 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.10) to /tmp/tmp.21JLupyUEe/vendor/regex-syntax Vendoring rsqlite-vfs v0.1.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsqlite-vfs-0.1.0) to /tmp/tmp.21JLupyUEe/vendor/rsqlite-vfs Vendoring rusqlite v0.39.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0) to /tmp/tmp.21JLupyUEe/vendor/rusqlite Vendoring rustc_version v0.4.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1) to /tmp/tmp.21JLupyUEe/vendor/rustc_version Vendoring rustix v0.38.44 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44) to /tmp/tmp.21JLupyUEe/vendor/rustix-0.38.44 Vendoring rustix v1.1.4 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4) to /tmp/tmp.21JLupyUEe/vendor/rustix Vendoring rustversion v1.0.22 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22) to /tmp/tmp.21JLupyUEe/vendor/rustversion Vendoring ryu v1.0.23 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.23) to /tmp/tmp.21JLupyUEe/vendor/ryu Vendoring same-file v1.0.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6) to /tmp/tmp.21JLupyUEe/vendor/same-file Vendoring scopeguard v1.2.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0) to /tmp/tmp.21JLupyUEe/vendor/scopeguard Vendoring semver v1.0.27 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27) to /tmp/tmp.21JLupyUEe/vendor/semver Vendoring serde v1.0.228 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228) to /tmp/tmp.21JLupyUEe/vendor/serde Vendoring serde_core v1.0.228 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228) to /tmp/tmp.21JLupyUEe/vendor/serde_core Vendoring serde_derive v1.0.228 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228) to /tmp/tmp.21JLupyUEe/vendor/serde_derive Vendoring serde_json v1.0.149 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149) to /tmp/tmp.21JLupyUEe/vendor/serde_json Vendoring serde_spanned v0.6.9 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9) to /tmp/tmp.21JLupyUEe/vendor/serde_spanned Vendoring sha2 v0.10.9 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9) to /tmp/tmp.21JLupyUEe/vendor/sha2 Vendoring shlex v1.3.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0) to /tmp/tmp.21JLupyUEe/vendor/shlex Vendoring signal-hook v0.3.18 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18) to /tmp/tmp.21JLupyUEe/vendor/signal-hook Vendoring signal-hook-mio v0.2.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.5) to /tmp/tmp.21JLupyUEe/vendor/signal-hook-mio Vendoring signal-hook-registry v1.4.8 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8) to /tmp/tmp.21JLupyUEe/vendor/signal-hook-registry Vendoring simd-adler32 v0.3.8 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8) to /tmp/tmp.21JLupyUEe/vendor/simd-adler32 Vendoring smallvec v1.15.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1) to /tmp/tmp.21JLupyUEe/vendor/smallvec Vendoring sqlite-wasm-rs v0.5.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-wasm-rs-0.5.2) to /tmp/tmp.21JLupyUEe/vendor/sqlite-wasm-rs Vendoring static_assertions v1.1.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0) to /tmp/tmp.21JLupyUEe/vendor/static_assertions Vendoring strsim v0.11.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1) to /tmp/tmp.21JLupyUEe/vendor/strsim Vendoring strum v0.27.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2) to /tmp/tmp.21JLupyUEe/vendor/strum Vendoring strum_macros v0.27.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2) to /tmp/tmp.21JLupyUEe/vendor/strum_macros Vendoring syn v2.0.117 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117) to /tmp/tmp.21JLupyUEe/vendor/syn Vendoring syntect v5.3.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syntect-5.3.0) to /tmp/tmp.21JLupyUEe/vendor/syntect Vendoring tar v0.4.45 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.45) to /tmp/tmp.21JLupyUEe/vendor/tar Vendoring thiserror v1.0.69 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69) to /tmp/tmp.21JLupyUEe/vendor/thiserror-1.0.69 Vendoring thiserror v2.0.18 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18) to /tmp/tmp.21JLupyUEe/vendor/thiserror Vendoring thiserror-impl v1.0.69 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69) to /tmp/tmp.21JLupyUEe/vendor/thiserror-impl-1.0.69 Vendoring thiserror-impl v2.0.18 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18) to /tmp/tmp.21JLupyUEe/vendor/thiserror-impl Vendoring time v0.3.47 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47) to /tmp/tmp.21JLupyUEe/vendor/time Vendoring time-core v0.1.8 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8) to /tmp/tmp.21JLupyUEe/vendor/time-core Vendoring toml v0.8.23 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23) to /tmp/tmp.21JLupyUEe/vendor/toml Vendoring toml_datetime v0.6.11 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11) to /tmp/tmp.21JLupyUEe/vendor/toml_datetime Vendoring toml_edit v0.22.27 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27) to /tmp/tmp.21JLupyUEe/vendor/toml_edit Vendoring toml_write v0.1.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2) to /tmp/tmp.21JLupyUEe/vendor/toml_write Vendoring trash v5.2.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trash-5.2.5) to /tmp/tmp.21JLupyUEe/vendor/trash Vendoring typenum v1.19.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0) to /tmp/tmp.21JLupyUEe/vendor/typenum Vendoring ucd-trie v0.1.7 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7) to /tmp/tmp.21JLupyUEe/vendor/ucd-trie Vendoring unicase v2.9.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0) to /tmp/tmp.21JLupyUEe/vendor/unicase Vendoring unicode-ident v1.0.24 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24) to /tmp/tmp.21JLupyUEe/vendor/unicode-ident Vendoring unicode-segmentation v1.12.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0) to /tmp/tmp.21JLupyUEe/vendor/unicode-segmentation Vendoring unicode-truncate v2.0.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-2.0.1) to /tmp/tmp.21JLupyUEe/vendor/unicode-truncate Vendoring unicode-width v0.2.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0) to /tmp/tmp.21JLupyUEe/vendor/unicode-width Vendoring urlencoding v2.1.3 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlencoding-2.1.3) to /tmp/tmp.21JLupyUEe/vendor/urlencoding Vendoring uuid v1.22.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.22.0) to /tmp/tmp.21JLupyUEe/vendor/uuid Vendoring vcpkg v0.2.15 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15) to /tmp/tmp.21JLupyUEe/vendor/vcpkg Vendoring version_check v0.9.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5) to /tmp/tmp.21JLupyUEe/vendor/version_check Vendoring walkdir v2.5.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0) to /tmp/tmp.21JLupyUEe/vendor/walkdir Vendoring wasi v0.11.1+wasi-snapshot-preview1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasi-0.11.1+wasi-snapshot-preview1) to /tmp/tmp.21JLupyUEe/vendor/wasi Vendoring wasm-bindgen v0.2.114 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.114) to /tmp/tmp.21JLupyUEe/vendor/wasm-bindgen Vendoring wasm-bindgen-macro v0.2.114 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.114) to /tmp/tmp.21JLupyUEe/vendor/wasm-bindgen-macro Vendoring wasm-bindgen-macro-support v0.2.114 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.114) to /tmp/tmp.21JLupyUEe/vendor/wasm-bindgen-macro-support Vendoring wasm-bindgen-shared v0.2.114 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.114) to /tmp/tmp.21JLupyUEe/vendor/wasm-bindgen-shared Vendoring weezl v0.1.12 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/weezl-0.1.12) to /tmp/tmp.21JLupyUEe/vendor/weezl Vendoring winapi v0.3.9 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-0.3.9) to /tmp/tmp.21JLupyUEe/vendor/winapi Vendoring winapi-i686-pc-windows-gnu v0.4.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-i686-pc-windows-gnu-0.4.0) to /tmp/tmp.21JLupyUEe/vendor/winapi-i686-pc-windows-gnu Vendoring winapi-util v0.1.11 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11) to /tmp/tmp.21JLupyUEe/vendor/winapi-util Vendoring winapi-x86_64-pc-windows-gnu v0.4.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-x86_64-pc-windows-gnu-0.4.0) to /tmp/tmp.21JLupyUEe/vendor/winapi-x86_64-pc-windows-gnu Vendoring windows v0.56.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.56.0) to /tmp/tmp.21JLupyUEe/vendor/windows Vendoring windows-core v0.56.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-core-0.56.0) to /tmp/tmp.21JLupyUEe/vendor/windows-core-0.56.0 Vendoring windows-core v0.62.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-core-0.62.2) to /tmp/tmp.21JLupyUEe/vendor/windows-core Vendoring windows-implement v0.56.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-implement-0.56.0) to /tmp/tmp.21JLupyUEe/vendor/windows-implement-0.56.0 Vendoring windows-implement v0.60.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-implement-0.60.2) to /tmp/tmp.21JLupyUEe/vendor/windows-implement Vendoring windows-interface v0.56.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-interface-0.56.0) to /tmp/tmp.21JLupyUEe/vendor/windows-interface-0.56.0 Vendoring windows-interface v0.59.3 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-interface-0.59.3) to /tmp/tmp.21JLupyUEe/vendor/windows-interface Vendoring windows-link v0.2.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1) to /tmp/tmp.21JLupyUEe/vendor/windows-link Vendoring windows-result v0.1.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-result-0.1.2) to /tmp/tmp.21JLupyUEe/vendor/windows-result-0.1.2 Vendoring windows-result v0.4.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-result-0.4.1) to /tmp/tmp.21JLupyUEe/vendor/windows-result Vendoring windows-strings v0.5.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-strings-0.5.1) to /tmp/tmp.21JLupyUEe/vendor/windows-strings Vendoring windows-sys v0.48.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.48.0) to /tmp/tmp.21JLupyUEe/vendor/windows-sys-0.48.0 Vendoring windows-sys v0.59.0 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.59.0) to /tmp/tmp.21JLupyUEe/vendor/windows-sys-0.59.0 Vendoring windows-sys v0.60.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2) to /tmp/tmp.21JLupyUEe/vendor/windows-sys-0.60.2 Vendoring windows-sys v0.61.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2) to /tmp/tmp.21JLupyUEe/vendor/windows-sys Vendoring windows-targets v0.48.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.48.5) to /tmp/tmp.21JLupyUEe/vendor/windows-targets-0.48.5 Vendoring windows-targets v0.52.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.52.6) to /tmp/tmp.21JLupyUEe/vendor/windows-targets-0.52.6 Vendoring windows-targets v0.53.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5) to /tmp/tmp.21JLupyUEe/vendor/windows-targets Vendoring windows_aarch64_gnullvm v0.48.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.48.5) to /tmp/tmp.21JLupyUEe/vendor/windows_aarch64_gnullvm-0.48.5 Vendoring windows_aarch64_gnullvm v0.52.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.52.6) to /tmp/tmp.21JLupyUEe/vendor/windows_aarch64_gnullvm-0.52.6 Vendoring windows_aarch64_gnullvm v0.53.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1) to /tmp/tmp.21JLupyUEe/vendor/windows_aarch64_gnullvm Vendoring windows_aarch64_msvc v0.48.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.48.5) to /tmp/tmp.21JLupyUEe/vendor/windows_aarch64_msvc-0.48.5 Vendoring windows_aarch64_msvc v0.52.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.52.6) to /tmp/tmp.21JLupyUEe/vendor/windows_aarch64_msvc-0.52.6 Vendoring windows_aarch64_msvc v0.53.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1) to /tmp/tmp.21JLupyUEe/vendor/windows_aarch64_msvc Vendoring windows_i686_gnu v0.48.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.48.5) to /tmp/tmp.21JLupyUEe/vendor/windows_i686_gnu-0.48.5 Vendoring windows_i686_gnu v0.52.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.52.6) to /tmp/tmp.21JLupyUEe/vendor/windows_i686_gnu-0.52.6 Vendoring windows_i686_gnu v0.53.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1) to /tmp/tmp.21JLupyUEe/vendor/windows_i686_gnu Vendoring windows_i686_gnullvm v0.52.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.52.6) to /tmp/tmp.21JLupyUEe/vendor/windows_i686_gnullvm-0.52.6 Vendoring windows_i686_gnullvm v0.53.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1) to /tmp/tmp.21JLupyUEe/vendor/windows_i686_gnullvm Vendoring windows_i686_msvc v0.48.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.48.5) to /tmp/tmp.21JLupyUEe/vendor/windows_i686_msvc-0.48.5 Vendoring windows_i686_msvc v0.52.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.52.6) to /tmp/tmp.21JLupyUEe/vendor/windows_i686_msvc-0.52.6 Vendoring windows_i686_msvc v0.53.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1) to /tmp/tmp.21JLupyUEe/vendor/windows_i686_msvc Vendoring windows_x86_64_gnu v0.48.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.48.5) to /tmp/tmp.21JLupyUEe/vendor/windows_x86_64_gnu-0.48.5 Vendoring windows_x86_64_gnu v0.52.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.52.6) to /tmp/tmp.21JLupyUEe/vendor/windows_x86_64_gnu-0.52.6 Vendoring windows_x86_64_gnu v0.53.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1) to /tmp/tmp.21JLupyUEe/vendor/windows_x86_64_gnu Vendoring windows_x86_64_gnullvm v0.48.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.48.5) to /tmp/tmp.21JLupyUEe/vendor/windows_x86_64_gnullvm-0.48.5 Vendoring windows_x86_64_gnullvm v0.52.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.52.6) to /tmp/tmp.21JLupyUEe/vendor/windows_x86_64_gnullvm-0.52.6 Vendoring windows_x86_64_gnullvm v0.53.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1) to /tmp/tmp.21JLupyUEe/vendor/windows_x86_64_gnullvm Vendoring windows_x86_64_msvc v0.48.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.48.5) to /tmp/tmp.21JLupyUEe/vendor/windows_x86_64_msvc-0.48.5 Vendoring windows_x86_64_msvc v0.52.6 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.52.6) to /tmp/tmp.21JLupyUEe/vendor/windows_x86_64_msvc-0.52.6 Vendoring windows_x86_64_msvc v0.53.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1) to /tmp/tmp.21JLupyUEe/vendor/windows_x86_64_msvc Vendoring winnow v0.7.15 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.15) to /tmp/tmp.21JLupyUEe/vendor/winnow Vendoring xattr v1.6.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.6.1) to /tmp/tmp.21JLupyUEe/vendor/xattr Vendoring yaml-rust v0.4.5 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yaml-rust-0.4.5) to /tmp/tmp.21JLupyUEe/vendor/yaml-rust Vendoring yaml_serde v0.10.4 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yaml_serde-0.10.4) to /tmp/tmp.21JLupyUEe/vendor/yaml_serde Vendoring zip v2.4.2 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-2.4.2) to /tmp/tmp.21JLupyUEe/vendor/zip Vendoring zmij v1.0.21 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21) to /tmp/tmp.21JLupyUEe/vendor/zmij Vendoring zopfli v0.8.3 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.3) to /tmp/tmp.21JLupyUEe/vendor/zopfli Vendoring zune-core v0.5.1 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-core-0.5.1) to /tmp/tmp.21JLupyUEe/vendor/zune-core Vendoring zune-jpeg v0.5.13 (/builddir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-jpeg-0.5.13) to /tmp/tmp.21JLupyUEe/vendor/zune-jpeg To use vendored sources, add this to your .cargo/config.toml for this project: setting SOURCE_DATE_EPOCH=1775865600 Wrote: /mnt/safe-resultdir-mp2kziwy/elio-1.0.0-1.src.rpm make[1]: Leaving directory '/mnt/workdir-i2nhwf4v/elio/packaging/fedora' stderr: INFO: mock.py version 6.7 starting (python version = 3.14.2, NVR = mock-6.7-1.fc43), args: /usr/libexec/mock/mock --uniqueext 1775905777.478431 -r /var/lib/copr-rpmbuild/workspace/safe-resultdir-mp2kziwy/mock-source-build.cfg '--plugin-option=bind_mount:dirs=(("/var/lib/copr-rpmbuild/workspace/workdir-i2nhwf4v", "/mnt/workdir-i2nhwf4v"), ("/var/lib/copr-rpmbuild/workspace/safe-resultdir-mp2kziwy", "/mnt/safe-resultdir-mp2kziwy"))' --chroot 'set -x && cd /mnt/workdir-i2nhwf4v/elio && echo -e "[safe] directory = /mnt/workdir-i2nhwf4v/elio directory = /mnt/workdir-i2nhwf4v/elio/*" > ~/.gitconfig && make -f /mnt/workdir-i2nhwf4v/elio/.copr/Makefile srpm outdir="/mnt/safe-resultdir-mp2kziwy" spec="/mnt/workdir-i2nhwf4v/elio/packaging/fedora/elio.spec"' Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.7 INFO: Mock Version: 6.7 Start: chroot init INFO: mounting tmpfs at /var/lib/mock/make-srpm-method-1775905777.478431/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (fallback) Start: installing minimal buildroot with dnf5 Finish: installing minimal buildroot with dnf5 Start: creating root cache Finish: creating root cache Finish: chroot init INFO: Installed packages: INFO: add-determinism-0.6.0-3.fc43.aarch64 alternatives-1.33-3.fc43.aarch64 ansible-srpm-macros-1-18.1.fc43.noarch audit-libs-4.1.4-1.fc43.aarch64 bash-5.3.0-2.fc43.aarch64 binutils-2.45.1-4.fc43.aarch64 build-reproducibility-srpm-macros-0.6.0-3.fc43.noarch bzip2-1.0.8-21.fc43.aarch64 bzip2-libs-1.0.8-21.fc43.aarch64 ca-certificates-2025.2.80_v9.0.304-1.2.fc43.noarch coreutils-9.7-8.fc43.aarch64 coreutils-common-9.7-8.fc43.aarch64 cpio-2.15-6.fc43.aarch64 crypto-policies-20251125-1.git63291f8.fc43.noarch curl-8.15.0-5.fc43.aarch64 cyrus-sasl-lib-2.1.28-33.fc43.aarch64 debugedit-5.2-3.fc43.aarch64 diffutils-3.12-3.fc43.aarch64 dnf5-5.2.18.0-2.fc43.aarch64 dwz-0.16-2.fc43.aarch64 ed-1.22.2-1.fc43.aarch64 efi-srpm-macros-6-4.fc43.noarch elfutils-0.194-1.fc43.aarch64 elfutils-debuginfod-client-0.194-1.fc43.aarch64 elfutils-default-yama-scope-0.194-1.fc43.noarch elfutils-libelf-0.194-1.fc43.aarch64 elfutils-libs-0.194-1.fc43.aarch64 fedora-gpg-keys-43-1.noarch fedora-release-43-26.noarch fedora-release-common-43-26.noarch fedora-release-identity-basic-43-26.noarch fedora-repos-43-1.noarch file-5.46-9.fc43.aarch64 file-libs-5.46-9.fc43.aarch64 filesystem-3.18-50.fc43.aarch64 filesystem-srpm-macros-3.18-50.fc43.noarch findutils-4.10.0-6.fc43.aarch64 fmt-11.2.0-3.fc43.aarch64 fonts-srpm-macros-2.0.5-23.fc43.noarch forge-srpm-macros-0.4.0-3.fc43.noarch fpc-srpm-macros-1.3-15.fc43.noarch gap-srpm-macros-2-1.fc43.noarch gawk-5.3.2-2.fc43.aarch64 gdb-minimal-17.1-4.fc43.aarch64 gdbm-libs-1.23-10.fc43.aarch64 ghc-srpm-macros-1.9.2-3.fc43.noarch glib2-2.86.4-2.fc43.aarch64 glibc-2.42-10.fc43.aarch64 glibc-common-2.42-10.fc43.aarch64 glibc-gconv-extra-2.42-10.fc43.aarch64 glibc-minimal-langpack-2.42-10.fc43.aarch64 gmp-6.3.0-4.fc43.aarch64 gnat-srpm-macros-7-1.fc43.noarch gnulib-l10n-20241231-1.fc43.noarch gnupg2-2.4.9-5.fc43.aarch64 gnupg2-dirmngr-2.4.9-5.fc43.aarch64 gnupg2-gpg-agent-2.4.9-5.fc43.aarch64 gnupg2-gpgconf-2.4.9-5.fc43.aarch64 gnupg2-keyboxd-2.4.9-5.fc43.aarch64 gnupg2-verify-2.4.9-5.fc43.aarch64 gnutls-3.8.12-1.fc43.aarch64 go-srpm-macros-3.8.0-1.fc43.noarch gpg-pubkey-c6e7f081cf80e13146676e88829b606631645531-66b6dccf gpgverify-2.2-3.fc43.noarch grep-3.12-2.fc43.aarch64 gzip-1.13-4.fc43.aarch64 ima-evm-utils-libs-1.6.2-6.fc43.aarch64 info-7.2-7.fc43.aarch64 jansson-2.14-3.fc43.aarch64 java-srpm-macros-1-7.fc43.noarch json-c-0.18-7.fc43.aarch64 kernel-srpm-macros-1.0-27.fc43.noarch keyutils-libs-1.6.3-6.fc43.aarch64 krb5-libs-1.22.2-3.fc43.aarch64 libacl-2.3.2-4.fc43.aarch64 libarchive-3.8.4-1.fc43.aarch64 libassuan-2.5.7-4.fc43.aarch64 libattr-2.5.2-6.fc43.aarch64 libblkid-2.41.4-7.fc43.aarch64 libbrotli-1.2.0-1.fc43.aarch64 libcap-2.76-3.fc43.aarch64 libcap-ng-0.9.2-1.fc43.aarch64 libcom_err-1.47.3-2.fc43.aarch64 libcurl-8.15.0-5.fc43.aarch64 libdnf5-5.2.18.0-2.fc43.aarch64 libdnf5-cli-5.2.18.0-2.fc43.aarch64 libeconf-0.7.9-2.fc43.aarch64 libevent-2.1.12-16.fc43.aarch64 libfdisk-2.41.4-7.fc43.aarch64 libffi-3.5.2-1.fc43.aarch64 libfsverity-1.6-3.fc43.aarch64 libgcc-15.2.1-7.fc43.aarch64 libgcrypt-1.11.1-3.fc43.aarch64 libgomp-15.2.1-7.fc43.aarch64 libgpg-error-1.55-2.fc43.aarch64 libidn2-2.3.8-2.fc43.aarch64 libksba-1.6.7-4.fc43.aarch64 liblastlog2-2.41.4-7.fc43.aarch64 libmodulemd-2.15.2-4.fc43.aarch64 libmount-2.41.4-7.fc43.aarch64 libnghttp2-1.66.0-2.fc43.aarch64 libpkgconf-2.3.0-3.fc43.aarch64 libpsl-0.21.5-6.fc43.aarch64 librepo-1.20.0-4.fc43.aarch64 libselinux-3.9-5.fc43.aarch64 libsemanage-3.9-4.fc43.aarch64 libsepol-3.9-2.fc43.aarch64 libsmartcols-2.41.4-7.fc43.aarch64 libsolv-0.7.36-2.fc43.aarch64 libssh-0.11.4-1.fc43.aarch64 libssh-config-0.11.4-1.fc43.noarch libstdc++-15.2.1-7.fc43.aarch64 libtasn1-4.21.0-1.fc43.aarch64 libtool-ltdl-2.5.4-8.fc43.aarch64 libunistring-1.1-10.fc43.aarch64 libusb1-1.0.29-4.fc43.aarch64 libuuid-2.41.4-7.fc43.aarch64 libverto-0.3.2-11.fc43.aarch64 libxcrypt-4.5.2-1.fc43.aarch64 libxml2-2.12.10-5.fc43.aarch64 libyaml-0.2.5-17.fc43.aarch64 libzstd-1.5.7-2.fc43.aarch64 lua-libs-5.4.8-4.fc43.aarch64 lua-srpm-macros-1-16.fc43.noarch lz4-libs-1.10.0-3.fc43.aarch64 make-4.4.1-11.fc43.aarch64 mpfr-4.2.2-2.fc43.aarch64 ncurses-base-6.5-7.20250614.fc43.noarch ncurses-libs-6.5-7.20250614.fc43.aarch64 nettle-3.10.1-2.fc43.aarch64 npth-1.8-3.fc43.aarch64 ocaml-srpm-macros-11-2.fc43.noarch openblas-srpm-macros-2-20.fc43.noarch openldap-2.6.13-1.fc43.aarch64 openssl-libs-3.5.4-2.fc43.aarch64 p11-kit-0.26.2-1.fc43.aarch64 p11-kit-trust-0.26.2-1.fc43.aarch64 package-notes-srpm-macros-0.5-15.fc43.noarch pam-libs-1.7.1-4.fc43.aarch64 patch-2.8-2.fc43.aarch64 pcre2-10.47-1.fc43.aarch64 pcre2-syntax-10.47-1.fc43.noarch perl-srpm-macros-1-60.fc43.noarch pkgconf-2.3.0-3.fc43.aarch64 pkgconf-m4-2.3.0-3.fc43.noarch pkgconf-pkg-config-2.3.0-3.fc43.aarch64 popt-1.19-9.fc43.aarch64 publicsuffix-list-dafsa-20260116-1.fc43.noarch pyproject-srpm-macros-1.18.7-1.fc43.noarch python-srpm-macros-3.14-5.fc43.noarch qt5-srpm-macros-5.15.18-1.fc43.noarch qt6-srpm-macros-6.10.3-1.fc43.noarch readline-8.3-2.fc43.aarch64 redhat-rpm-config-343-11.fc43.noarch rpm-6.0.1-1.fc43.aarch64 rpm-build-6.0.1-1.fc43.aarch64 rpm-build-libs-6.0.1-1.fc43.aarch64 rpm-libs-6.0.1-1.fc43.aarch64 rpm-sequoia-1.10.1-1.fc43.aarch64 rpm-sign-libs-6.0.1-1.fc43.aarch64 rust-srpm-macros-28.4-1.fc43.noarch sdbus-cpp-2.1.0-3.fc43.aarch64 sed-4.9-5.fc43.aarch64 setup-2.15.0-26.fc43.noarch shadow-utils-4.18.0-3.fc43.aarch64 sqlite-libs-3.50.2-2.fc43.aarch64 systemd-libs-258.7-1.fc43.aarch64 systemd-standalone-sysusers-258.7-1.fc43.aarch64 tar-1.35-6.fc43.aarch64 tpm2-tss-4.1.3-8.fc43.aarch64 tree-sitter-srpm-macros-0.4.2-1.fc43.noarch unzip-6.0-67.fc43.aarch64 util-linux-2.41.4-7.fc43.aarch64 util-linux-core-2.41.4-7.fc43.aarch64 which-2.23-3.fc43.aarch64 xxhash-libs-0.8.3-3.fc43.aarch64 xz-5.8.1-4.fc43.aarch64 xz-libs-5.8.1-4.fc43.aarch64 zchunk-libs-1.5.1-3.fc43.aarch64 zig-srpm-macros-1-5.fc43.noarch zip-3.0-44.fc43.aarch64 zlib-ng-compat-2.3.3-2.fc43.aarch64 zstd-1.5.7-2.fc43.aarch64 INFO: Running in chroot: ['set -x && cd /mnt/workdir-i2nhwf4v/elio && echo -e "[safe]\ndirectory = /mnt/workdir-i2nhwf4v/elio\ndirectory = /mnt/workdir-i2nhwf4v/elio/*" > ~/.gitconfig && make -f /mnt/workdir-i2nhwf4v/elio/.copr/Makefile srpm outdir="/mnt/safe-resultdir-mp2kziwy" spec="/mnt/workdir-i2nhwf4v/elio/packaging/fedora/elio.spec"'] Start: unpacking root cache Finish: unpacking root cache Start: chroot ['set -x && cd /mnt/workdir-i2nhwf4v/elio && echo -e "[safe]\ndirectory = /mnt/workdir-i2nhwf4v/elio\ndirectory = /mnt/workdir-i2nhwf4v/elio/*" > ~/.gitconfig && make -f /mnt/workdir-i2nhwf4v/elio/.copr/Makefile srpm outdir="/mnt/safe-resultdir-mp2kziwy" spec="/mnt/workdir-i2nhwf4v/elio/packaging/fedora/elio.spec"'] Finish: chroot ['set -x && cd /mnt/workdir-i2nhwf4v/elio && echo -e "[safe]\ndirectory = /mnt/workdir-i2nhwf4v/elio\ndirectory = /mnt/workdir-i2nhwf4v/elio/*" > ~/.gitconfig && make -f /mnt/workdir-i2nhwf4v/elio/.copr/Makefile srpm outdir="/mnt/safe-resultdir-mp2kziwy" spec="/mnt/workdir-i2nhwf4v/elio/packaging/fedora/elio.spec"'] Finish: run INFO: unmounting tmpfs. Output: ['elio-1.0.0.tar.gz', 'vendor-1.0.0.tar.zst', 'mock-source-build.cfg', 'elio-1.0.0-1.src.rpm'] Running SRPMResults tool Package info: { "name": "elio", "epoch": null, "version": "1.0.0", "release": "1", "exclusivearch": [], "excludearch": [] } SRPMResults finished