From https://github.com/archlinux/svntogit-community * branch packages/xsv -> FETCH_HEAD * [new branch] packages/xsv -> community/packages/xsv Cloning into 'xsv'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 132k 100 132k 0 0 386k 0 --:--:-- --:--:-- --:--:-- 387k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8547k 100 8547k 0 0 19.6M 0 --:--:-- --:--:-- --:--:-- 19.5M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 421k 0 --:--:-- --:--:-- --:--:-- 421k :: Starting full system upgrade... there is nothing to do ==> Making package: xsv 0.13.0-2 (Sat Aug 31 19:25:00 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (2) llvm-libs-15.0.7-3 rust-1:1.71.0-1 Total Download Size: 112.91 MiB Total Installed Size: 567.46 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29.2M 100 29.2M 0 0 93.6M 0 --:--:-- --:--:-- --:--:-- 93.7M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 31 83.6M 31 26.7M 0 0 94.7M 0 --:--:-- --:--:-- --:--:-- 94.4M 100 83.6M 100 83.6M 0 0 98.7M 0 --:--:-- --:--:-- --:--:-- 98.6M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing llvm-libs... installing rust... Optional dependencies for rust gdb: rust-gdb script lldb: rust-lldb script :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Cloning xsv git repo... Cloning into bare repository '/tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/xsv'... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with b2sums... xsv ... Skipped ==> Extracting sources... -> Creating working copy of xsv git repo... Cloning into 'xsv'... done. Switched to a new branch 'makepkg' ==> Starting prepare()... warning: An explicit [[test]] section is specified in Cargo.toml which currently disables Cargo from automatically inferring other test targets. This inference behavior will change in the Rust 2018 edition and the following files will be included as a test target: * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_partition.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/workdir.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_table.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_stats.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_split.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_sort.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_slice.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_select.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_search.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_join.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_index.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_headers.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_frequency.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_fmt.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_flatten.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_fixlengths.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_count.rs * /tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv/tests/test_cat.rs This is likely to break cargo build or cargo test as these files may not be ready to be compiled as a test target today. You can future-proof yourself and disable this warning by adding `autotests = false` to your [package] section. You may also move the files to a location where Cargo would not automatically infer them to be a target, such as in subfolders. For more information on this warning you can consult https://github.com/rust-lang/cargo/issues/5330 Updating crates.io index error: failed to get `byteorder` as a dependency of package `xsv v0.13.0 (/tmp/archlinux-ci/xsv-archlinuxrb-build-OnJMXSp0/xsv/trunk/src/xsv)` Caused by: failed to query replaced source registry `crates-io` Caused by: download of config.json failed Caused by: failed to download from `https://index.crates.io/config.json` Caused by: [60] SSL peer certificate or SSH remote key was not OK (SSL certificate problem: certificate has expired) ==> ERROR: A failure occurred in prepare(). Aborting...