[INFO] cloning repository https://github.com/archlinux/alpm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/archlinux/alpm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farchlinux%2Falpm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farchlinux%2Falpm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 723cea009248684eddcd96dcd85a1538eebd2bfd
[INFO] testing archlinux/alpm against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farchlinux%2Falpm" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/archlinux/alpm
[INFO] finished tweaking git repo https://github.com/archlinux/alpm
[INFO] tweaked toml for git repo https://github.com/archlinux/alpm written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/archlinux/alpm on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/archlinux/alpm already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 406755fcd26cebd2040a7ea32b606552100d3fd2a674b753eea440958d28053b
[INFO] running `Command { std: "docker" "start" "-a" "406755fcd26cebd2040a7ea32b606552100d3fd2a674b753eea440958d28053b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "406755fcd26cebd2040a7ea32b606552100d3fd2a674b753eea440958d28053b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "406755fcd26cebd2040a7ea32b606552100d3fd2a674b753eea440958d28053b", kill_on_drop: false }`
[INFO] [stdout] 406755fcd26cebd2040a7ea32b606552100d3fd2a674b753eea440958d28053b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bdee6aa1530453e085ee8249d47166c00ed65efeb52408c5c659a31e18ffedd7
[INFO] running `Command { std: "docker" "start" "-a" "bdee6aa1530453e085ee8249d47166c00ed65efeb52408c5c659a31e18ffedd7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.173
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling testresult v0.4.1
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling spdx v0.12.0
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling zstd-safe v7.2.3
[INFO] [stderr]    Compiling rustls v0.23.28
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling libbz2-rs-sys v0.2.1
[INFO] [stderr]    Compiling webpki-roots v1.0.0
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling pyo3-build-config v0.26.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling bzip2 v0.6.0
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling console v0.16.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling unit-prefix v0.5.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling toml_writer v1.0.2
[INFO] [stderr]    Compiling unindent v0.2.4
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling alpm-db v0.1.0 (/opt/rustwide/workdir/alpm-db)
[INFO] [stderr]    Compiling indicatif v0.18.0
[INFO] [stderr]    Compiling alpm-repo v0.1.0 (/opt/rustwide/workdir/alpm-repo)
[INFO] [stderr]    Compiling pyo3-ffi v0.26.0
[INFO] [stderr]    Compiling pyo3-macros-backend v0.26.0
[INFO] [stderr]    Compiling pyo3 v0.26.0
[INFO] [stderr]    Compiling alpm-state-repo v0.1.0 (/opt/rustwide/workdir/alpm-state-repo)
[INFO] [stderr]    Compiling alpm-repo-db v0.1.0 (/opt/rustwide/workdir/alpm-repo-db)
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling toml_parser v1.0.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.14+zstd.1.5.7
[INFO] [stderr]    Compiling liblzma-sys v0.4.4
[INFO] [stderr]    Compiling terminal_size v0.4.2
[INFO] [stderr]    Compiling which v8.0.0
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling xattr v1.5.0
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling scroll_derive v0.13.1
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling scroll v0.13.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde_with_macros v3.14.0
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling goblin v0.10.1
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.3
[INFO] [stderr]    Compiling strum v0.27.1
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling pyo3-macros v0.26.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling liblzma v0.4.1
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling alpm-parsers v0.2.0 (/opt/rustwide/workdir/alpm-parsers)
[INFO] [stderr]    Compiling serde_with v3.14.0
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling clap-verbosity v2.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling toml v0.9.5
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling alpm-types v0.7.0 (/opt/rustwide/workdir/alpm-types)
[INFO] [stderr]    Compiling reqwest v0.12.20
[INFO] [stderr]    Compiling alpm-lint-config v0.1.0 (/opt/rustwide/workdir/alpm-lint-config)
[INFO] [stderr]    Compiling alpm-common v0.1.1 (/opt/rustwide/workdir/alpm-common)
[INFO] [stderr]    Compiling alpm-pkgbuild v0.1.0 (/opt/rustwide/workdir/alpm-pkgbuild)
[INFO] [stderr]    Compiling alpm-mtree v0.2.1 (/opt/rustwide/workdir/alpm-mtree)
[INFO] [stderr]    Compiling alpm-buildinfo v0.3.0 (/opt/rustwide/workdir/alpm-buildinfo)
[INFO] [stderr]    Compiling alpm-pkginfo v0.3.0 (/opt/rustwide/workdir/alpm-pkginfo)
[INFO] [stderr]    Compiling alpm-srcinfo v0.3.0 (/opt/rustwide/workdir/alpm-srcinfo)
[INFO] [stderr]    Compiling alpm-package v0.2.0 (/opt/rustwide/workdir/alpm-package)
[INFO] [stderr]    Compiling alpm-soname v0.1.0 (/opt/rustwide/workdir/alpm-soname)
[INFO] [stderr]    Compiling python-alpm v0.1.0 (/opt/rustwide/workdir/python-alpm)
[INFO] [stderr]    Compiling dev-scripts v0.0.0 (/opt/rustwide/workdir/dev-scripts)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
[INFO] running `Command { std: "docker" "inspect" "bdee6aa1530453e085ee8249d47166c00ed65efeb52408c5c659a31e18ffedd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdee6aa1530453e085ee8249d47166c00ed65efeb52408c5c659a31e18ffedd7", kill_on_drop: false }`
[INFO] [stdout] bdee6aa1530453e085ee8249d47166c00ed65efeb52408c5c659a31e18ffedd7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dfb7ac95f5e0dffb652f3a8b2bd522a80e1f784e18b94122308e7a7eef4715ed
[INFO] running `Command { std: "docker" "start" "-a" "dfb7ac95f5e0dffb652f3a8b2bd522a80e1f784e18b94122308e7a7eef4715ed", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling alpm-types v0.7.0 (/opt/rustwide/workdir/alpm-types)
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling camino v1.1.10
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling cargo-platform v0.1.8
[INFO] [stderr]    Compiling rustc-demangle v0.1.25
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling sysinfo v0.26.9
[INFO] [stderr]    Compiling whoami v1.6.0
[INFO] [stderr]    Compiling alpm-lint-config v0.1.0 (/opt/rustwide/workdir/alpm-lint-config)
[INFO] [stderr]    Compiling alpm-repo-db v0.1.0 (/opt/rustwide/workdir/alpm-repo-db)
[INFO] [stderr]    Compiling alpm-repo v0.1.0 (/opt/rustwide/workdir/alpm-repo)
[INFO] [stderr]    Compiling alpm-state-repo v0.1.0 (/opt/rustwide/workdir/alpm-state-repo)
[INFO] [stderr]    Compiling cargo_metadata v0.14.2
[INFO] [stderr]    Compiling alpm-db v0.1.0 (/opt/rustwide/workdir/alpm-db)
[INFO] [stderr]    Compiling proptest v1.8.0
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling insta v1.43.1
[INFO] [stderr]    Compiling alpm-common v0.1.1 (/opt/rustwide/workdir/alpm-common)
[INFO] [stderr]    Compiling alpm-pkgbuild v0.1.0 (/opt/rustwide/workdir/alpm-pkgbuild)
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling alpm-mtree v0.2.1 (/opt/rustwide/workdir/alpm-mtree)
[INFO] [stderr]    Compiling alpm-buildinfo v0.3.0 (/opt/rustwide/workdir/alpm-buildinfo)
[INFO] [stderr]    Compiling alpm-pkginfo v0.3.0 (/opt/rustwide/workdir/alpm-pkginfo)
[INFO] [stderr]    Compiling alpm-srcinfo v0.3.0 (/opt/rustwide/workdir/alpm-srcinfo)
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling alpm-package v0.2.0 (/opt/rustwide/workdir/alpm-package)
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling alpm-soname v0.1.0 (/opt/rustwide/workdir/alpm-soname)
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling testdir v0.9.3
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling alpm-parsers v0.2.0 (/opt/rustwide/workdir/alpm-parsers)
[INFO] [stderr]    Compiling reqwest v0.12.20
[INFO] [stderr]    Compiling python-alpm v0.1.0 (/opt/rustwide/workdir/python-alpm)
[INFO] [stderr]    Compiling dev-scripts v0.0.0 (/opt/rustwide/workdir/dev-scripts)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s
[INFO] running `Command { std: "docker" "inspect" "dfb7ac95f5e0dffb652f3a8b2bd522a80e1f784e18b94122308e7a7eef4715ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfb7ac95f5e0dffb652f3a8b2bd522a80e1f784e18b94122308e7a7eef4715ed", kill_on_drop: false }`
[INFO] [stdout] dfb7ac95f5e0dffb652f3a8b2bd522a80e1f784e18b94122308e7a7eef4715ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cbf81649c5b6344d22ebf600bef539a0e0eaed8ca37544ecbde4fdb64e0cca65
[INFO] running `Command { std: "docker" "start" "-a" "cbf81649c5b6344d22ebf600bef539a0e0eaed8ca37544ecbde4fdb64e0cca65", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alpm_buildinfo-5c347b08a54c4d5f)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test build_info::v1::tests::buildinfov1 ... ok
[INFO] [stdout] test build_info::v1::tests::buildinfov1_from_str_duplicate_fail::case_1 ... ok
[INFO] [stdout] test build_info::v1::tests::buildinfov1_from_str_duplicate_fail::case_3 ... ok
[INFO] [stdout] test build_info::v1::tests::buildinfov1_from_str_duplicate_fail::case_2 ... ok
[INFO] [stdout] test build_info::v1::tests::buildinfov1_from_str_duplicate_fail::case_4 ... ok
[INFO] [stdout] test build_info::v1::tests::buildinfov1_from_str_duplicate_fail::case_8 ... ok
[INFO] [stdout] test build_info::v1::tests::buildinfov1_from_str_duplicate_fail::case_5 ... ok
[INFO] [stdout] test build_info::v1::tests::buildinfov1_from_str_duplicate_fail::case_9 ... ok
[INFO] [stdout] test build_info::v1::tests::buildinfov1_invalid_schemaversion ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str::case_1 ... ok
[INFO] [stdout] test build_info::v1::tests::buildinfov1_from_str_duplicate_fail::case_6 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str::case_2 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str_duplicate_fail::case_02 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str_duplicate_fail::case_03 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str_duplicate_fail::case_04 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str_duplicate_fail::case_07 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str_duplicate_fail::case_12 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_invalid_schemaversion ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str_duplicate_fail::case_09 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str_duplicate_fail::case_01 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str_duplicate_fail::case_11 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str_duplicate_fail::case_08 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str_duplicate_fail::case_10 ... ok
[INFO] [stdout] test build_info::v1::tests::buildinfov1_from_str_duplicate_fail::case_7 ... ok
[INFO] [stdout] test build_info::v1::tests::buildinfov1_from_str ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str_duplicate_fail::case_05 ... ok
[INFO] [stdout] test build_info::v2::tests::buildinfov2_from_str_duplicate_fail::case_06 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/alpm_buildinfo-e0121920fbc6580b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-57e28571e4212e9d)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test wrong_schema_buildinfov1_as_v2 ... ok
[INFO] [stdout] test validate_valid_buildinfov2 ... ok
[INFO] [stdout] test validate_valid_buildinfov1 ... ok
[INFO] [stdout] test wrong_schema_buildinfov2_as_v1 ... ok
[INFO] [stdout] test format_buildinfo_and_serialize_as_json::case_1_buildinfov1_as_json ... ok
[INFO] [stdout] test write_buildinfo::case_3_buildinfov2_all_fields ... ok
[INFO] [stdout] test write_buildinfo::case_4_buildinfov2_optional_fields ... ok
[INFO] [stdout] test write_buildinfo::case_1_buildinfov1_all_fields ... ok
[INFO] [stdout] test write_buildinfo::case_2_buildinfov1_optional_fields ... ok
[INFO] [stdout] test format_buildinfo_and_serialize_as_json::case_2_buildinfov2_as_json ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alpm_common-c8cad5a8be8394fc)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test package::input::test::input_path_new ... ok
[INFO] [stdout] test package::input::test::input_paths_new ... ok
[INFO] [stdout] test package::input::test::relative_data_files_collect_successfully ... ok
[INFO] [stdout] test package::input::test::relative_files_are_collected_successfully_without_filter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alpm_db-43d2100f293e56c1)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alpm_lint_config-dc3bcf1f4d7ac84d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alpm_mtree-85101b80cf120acb)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test mtree::v2::tests::test_normalize_mtree_path_failure::case_1 ... ok
[INFO] [stdout] test mtree::v2::tests::test_normalize_mtree_path_failure::case_2 ... ok
[INFO] [stdout] test mtree::v2::tests::test_normalize_mtree_path_success::case_1 ... ok
[INFO] [stdout] test path_decoder::tests::test_decode_utf8_chars::case_2 ... ok
[INFO] [stdout] test mtree::v2::tests::test_normalize_mtree_path_success::case_2 ... ok
[INFO] [stdout] test path_decoder::tests::test_decode_utf8_chars::case_3 ... ok
[INFO] [stdout] test path_decoder::tests::test_decode_utf8_chars::case_4 ... ok
[INFO] [stdout] test path_decoder::tests::test_decode_utf8_chars::case_6 ... ok
[INFO] [stdout] test mtree::v2::tests::test_path_metadata_success ... ok
[INFO] [stdout] test path_decoder::tests::test_decode_utf8_chars::case_5 ... ok
[INFO] [stdout] test path_decoder::tests::test_decode_utf8_chars_invalid_escape::case_1 ... ok
[INFO] [stdout] test path_decoder::tests::test_decode_utf8_chars_invalid_escape::case_3 ... ok
[INFO] [stdout] test path_decoder::tests::test_decode_utf8_chars_invalid_escape::case_2 ... ok
[INFO] [stdout] test path_decoder::tests::test_decode_utf8_chars_invalid_escape::case_4 ... ok
[INFO] [stdout] test path_decoder::tests::test_decode_utf8_chars::case_1 ... ok
[INFO] [stdout] test mtree::v2::tests::test_path_metadata_failure ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/alpm_mtree-bcab370276d912cf)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/correct_syntax.rs (/opt/rustwide/target/debug/deps/correct_syntax-2426ab29cc119e17)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test ensure_correct_syntax::case_4_tests_correct_syntax_inputs_utf_8_mtree ... ok
[INFO] [stdout] test ensure_correct_syntax::case_2_tests_correct_syntax_inputs_multiple_set_mtree ... ok
[INFO] [stdout] test ensure_correct_syntax::case_3_tests_correct_syntax_inputs_simple_set_mtree ... ok
[INFO] [stderr]      Running tests/create.rs (/opt/rustwide/target/debug/deps/create-8c4295413df34d9e)
[INFO] [stdout] test ensure_correct_syntax::case_1_tests_correct_syntax_inputs_all_types_mtree ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test create_mtreev1_from_input ... FAILED
[INFO] [stdout] test create_mtreev2_from_input ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- create_mtreev1_from_input stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'create_mtreev1_from_input' (169) panicked at alpm-mtree/tests/create.rs:63:22:
[INFO] [stdout] error: alpm_mtree::error::Error - File creation error:
[INFO] [stdout] The command "bsdtar" could not be found:
[INFO] [stdout] cannot find binary path
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x627b09c7aa92 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x627b09c7aa92 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x627b09c7aa92 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x627b09c7aa92 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x627b09c8be8f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x627b09c8be8f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x627b09c441f1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x627b09c441f1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x627b09c512e2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x627b09c56a9f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x627b09c56931 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x627b09b17afe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x627b09b17afe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x627b09c5715f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x627b09c5715f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x627b09c56fba - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x627b09c51419 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x627b09c37f2d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x627b09c93dd0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x627b09af5da2 - <testresult::TestError as core::convert::From<T>>::from::h107d27dea8f34e7f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/testresult-0.4.1/src/lib.rs:24:9
[INFO] [stdout]   20:     0x627b09ae69eb - <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual::hfe87b141534d348f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:2177:27
[INFO] [stdout]   21:     0x627b09af4767 - create::create_mtreev1_from_input::create_mtreev1_from_input::h637e159321eb45a5
[INFO] [stdout]                                at /opt/rustwide/workdir/alpm-mtree/tests/create.rs:63:22
[INFO] [stdout]   22:     0x627b09af45a6 - create::create_mtreev1_from_input::h27eae23dffde8064
[INFO] [stdout]                                at /opt/rustwide/workdir/alpm-mtree/tests/create.rs:55:1
[INFO] [stdout]   23:     0x627b09af4a77 - create::create_mtreev1_from_input::{{closure}}::hb44ec68d6fb1b926
[INFO] [stdout]                                at /opt/rustwide/workdir/alpm-mtree/tests/create.rs:56:35
[INFO] [stdout]   24:     0x627b09aeebc6 - core::ops::function::FnOnce::call_once::h0cbeb22fbdab03d6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x627b09b178bb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x627b09b178bb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x627b09b2d525 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x627b09b2d525 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x627b09b2d525 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x627b09b2d525 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x627b09b2d525 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x627b09b2d525 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x627b09b2d525 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x627b09b03d14 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x627b09b03d14 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x627b09b075da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x627b09b075da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x627b09b075da - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x627b09b075da - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x627b09b075da - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x627b09b075da - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x627b09b075da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x627b09c4c38f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   44:     0x627b09c4c38f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   45:     0x7efd596f6aa4 - <unknown>
[INFO] [stdout]   46:     0x7efd59783a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- create_mtreev2_from_input stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'create_mtreev2_from_input' (170) panicked at alpm-mtree/tests/create.rs:85:22:
[INFO] [stdout] error: alpm_mtree::error::Error - File creation error:
[INFO] [stdout] The command "bsdtar" could not be found:
[INFO] [stdout] cannot find binary path
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x627b09c7aa92 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x627b09c7aa92 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x627b09c7aa92 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x627b09c7aa92 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x627b09c8be8f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x627b09c8be8f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x627b09c441f1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x627b09c441f1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x627b09c512e2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x627b09c56a9f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x627b09c56931 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x627b09b17afe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x627b09b17afe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x627b09c5715f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x627b09c5715f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x627b09c56fba - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x627b09c51419 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x627b09c37f2d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x627b09c93dd0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x627b09af5da2 - <testresult::TestError as core::convert::From<T>>::from::h107d27dea8f34e7f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/testresult-0.4.1/src/lib.rs:24:9
[INFO] [stdout]   20:     0x627b09ae69eb - <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual::hfe87b141534d348f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:2177:27
[INFO] [stdout]   21:     0x627b09af4c57 - create::create_mtreev2_from_input::create_mtreev2_from_input::h267767409efba916
[INFO] [stdout]                                at /opt/rustwide/workdir/alpm-mtree/tests/create.rs:85:22
[INFO] [stdout]   22:     0x627b09af4a96 - create::create_mtreev2_from_input::h5e200fe495485bad
[INFO] [stdout]                                at /opt/rustwide/workdir/alpm-mtree/tests/create.rs:76:1
[INFO] [stdout]   23:     0x627b09af4f67 - create::create_mtreev2_from_input::{{closure}}::h8649ea53330fb9cb
[INFO] [stdout]                                at /opt/rustwide/workdir/alpm-mtree/tests/create.rs:77:35
[INFO] [stdout]   24:     0x627b09aeec06 - core::ops::function::FnOnce::call_once::h0f281cddab17365d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x627b09b178bb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x627b09b178bb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x627b09b2d525 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x627b09b2d525 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x627b09b2d525 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x627b09b2d525 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x627b09b2d525 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x627b09b2d525 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x627b09b2d525 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x627b09b03d14 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x627b09b03d14 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x627b09b075da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x627b09b075da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x627b09b075da - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x627b09b075da - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x627b09b075da - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x627b09b075da - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x627b09b075da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x627b09c4c38f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   44:     0x627b09c4c38f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   45:     0x7efd596f6aa4 - <unknown>
[INFO] [stdout]   46:     0x7efd59783a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     create_mtreev1_from_input
[INFO] [stdout]     create_mtreev2_from_input
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p alpm-mtree --test create`
[INFO] running `Command { std: "docker" "inspect" "cbf81649c5b6344d22ebf600bef539a0e0eaed8ca37544ecbde4fdb64e0cca65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbf81649c5b6344d22ebf600bef539a0e0eaed8ca37544ecbde4fdb64e0cca65", kill_on_drop: false }`
[INFO] [stdout] cbf81649c5b6344d22ebf600bef539a0e0eaed8ca37544ecbde4fdb64e0cca65
