[INFO] cloning repository https://github.com/matthiaskrgr/cargo-cache [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matthiaskrgr/cargo-cache" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthiaskrgr%2Fcargo-cache", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthiaskrgr%2Fcargo-cache'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 51711b699c10ceeabd10f77f44cc9494e94f2cf9 [INFO] testing matthiaskrgr/cargo-cache against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthiaskrgr%2Fcargo-cache" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matthiaskrgr/cargo-cache on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/matthiaskrgr/cargo-cache [INFO] finished tweaking git repo https://github.com/matthiaskrgr/cargo-cache [INFO] tweaked toml for git repo https://github.com/matthiaskrgr/cargo-cache written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/matthiaskrgr/cargo-cache already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_derive v1.0.128 [INFO] [stderr] Downloaded rustc_tools_util v0.2.0 [INFO] [stderr] Downloaded cargo-platform v0.1.2 [INFO] [stderr] Downloaded remove_dir_all v0.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9cf27b7b6eec5b7bc56b3be5797b34cca30696dee06486ddc8218b8dca6348d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c9cf27b7b6eec5b7bc56b3be5797b34cca30696dee06486ddc8218b8dca6348d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9cf27b7b6eec5b7bc56b3be5797b34cca30696dee06486ddc8218b8dca6348d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9cf27b7b6eec5b7bc56b3be5797b34cca30696dee06486ddc8218b8dca6348d", kill_on_drop: false }` [INFO] [stdout] c9cf27b7b6eec5b7bc56b3be5797b34cca30696dee06486ddc8218b8dca6348d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e8dcfd54f84364c31cbc6734514a67b6c1dbd8f78c8fcc4ab9aa79ee2ea6dc0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0e8dcfd54f84364c31cbc6734514a67b6c1dbd8f78c8fcc4ab9aa79ee2ea6dc0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Compiling serde v1.0.128 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling camino v1.0.5 [INFO] [stderr] Compiling rustc_tools_util v0.2.0 [INFO] [stderr] Compiling cargo-cache v0.6.3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling remove_dir_all v0.7.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling libgit2-sys v0.12.22+1.1.0 [INFO] [stderr] Compiling git2 v0.13.21 [INFO] [stderr] Compiling cargo-platform v0.1.2 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling cargo_metadata v0.13.1 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 48s [INFO] running `Command { std: "docker" "inspect" "0e8dcfd54f84364c31cbc6734514a67b6c1dbd8f78c8fcc4ab9aa79ee2ea6dc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e8dcfd54f84364c31cbc6734514a67b6c1dbd8f78c8fcc4ab9aa79ee2ea6dc0", kill_on_drop: false }` [INFO] [stdout] 0e8dcfd54f84364c31cbc6734514a67b6c1dbd8f78c8fcc4ab9aa79ee2ea6dc0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3736377111c71c753acf36838589b1d9ecf77032c9890658fa4f286aa9ff881b [INFO] running `Command { std: "docker" "start" "-a" "3736377111c71c753acf36838589b1d9ecf77032c9890658fa4f286aa9ff881b", kill_on_drop: false }` [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling pretty_assertions v0.7.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling cargo-cache v0.6.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 25.12s [INFO] running `Command { std: "docker" "inspect" "3736377111c71c753acf36838589b1d9ecf77032c9890658fa4f286aa9ff881b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3736377111c71c753acf36838589b1d9ecf77032c9890658fa4f286aa9ff881b", kill_on_drop: false }` [INFO] [stdout] 3736377111c71c753acf36838589b1d9ecf77032c9890658fa4f286aa9ff881b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b87e652efcc960821b747cebd6cf3fc0bff98734e8a8ae31ad16c9b07b98de1b [INFO] running `Command { std: "docker" "start" "-a" "b87e652efcc960821b747cebd6cf3fc0bff98734e8a8ae31ad16c9b07b98de1b", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cargo_cache-d73f4bff4b2c0460) [INFO] [stdout] [INFO] [stdout] running 90 tests [INFO] [stdout] test clean_unref::clitests::crate_name_crate_some ... ok [INFO] [stdout] test clean_unref::clitests::sourcekind_inner ... ok [INFO] [stdout] test commands::trim::parse_size_limit::size_limit ... ok [INFO] [stdout] test clean_unref::clitests::crate_name_git_none ... ok [INFO] [stdout] test clean_unref::clitests::crate_name_crate_none ... ok [INFO] [stdout] test dirsizes::libtests::test_DirSizes ... ok [INFO] [stdout] test clean_unref::clitests::crate_name_git_some ... ok [INFO] [stdout] test dirsizes::libtests::test_DirSizes_actually_empty ... ok [INFO] [stdout] test dirsizes::libtests::test_DirSizes_gigs ... ok [INFO] [stdout] test dirsizes::libtests::test_DirSizes_almost_empty ... ok [INFO] [stdout] test date::libtests::parse_dates_panic3 - should panic ... ok [INFO] [stdout] test date::libtests::parse_dates_panic1 - should panic ... ok [INFO] [stdout] test date::libtests::parse_dates_panic2 - should panic ... ok [INFO] [stdout] test git::gittest::test_fsck_repo ... FAILED [INFO] [stdout] test git::gittest::test_gc_repo ... FAILED [INFO] [stdout] test commands::trim::parse_size_limit::size_limit_none_panics - should panic ... ok [INFO] [stdout] test library::libtests::test_DirInfo ... ok [INFO] [stdout] test remove::libtests::test_parse_version ... ok [INFO] [stdout] test tables::format_table_tests::empty ... ok [INFO] [stdout] test tables::format_table_tests::matrix ... ok [INFO] [stdout] test library::libtests::test_CargoCachePaths_gen ... ok [INFO] [stdout] test tables::format_table_tests::one_cell ... ok [INFO] [stdout] test tables::format_table_tests::one_column ... ok [INFO] [stdout] test tables::format_table_tests::one_row ... ok [INFO] [stdout] test top_items::binaries::bininfo_struct::bininfo_new ... ok [INFO] [stdout] test top_items::binaries::bininfo_struct::bininfo_new_name_dot ... ok [INFO] [stdout] test top_items::binaries::bininfo_struct::bininfo_size_str_large_size ... ok [INFO] [stdout] test top_items::binaries::bininfo_struct::bininfo_size_str_small_size ... ok [INFO] [stdout] test top_items::binaries::bininfo_struct::bininfo_sort_stable ... ok [INFO] [stdout] test top_items::binaries::top_crates_binaries::stats_from_file_desc_multiple ... ok [INFO] [stdout] test top_items::binaries::top_crates_binaries::stats_from_file_desc_none ... ok [INFO] [stdout] test top_items::binaries::top_crates_binaries::stats_from_file_desc_one ... ok [INFO] [stdout] test top_items::binaries::bininfo_struct::bininfo_new_cargo_cache_exe ... ok [INFO] [stdout] test top_items::binaries::bininfo_struct::bininfo_new_cargo_cache ... ok [INFO] [stdout] test top_items::binaries::top_crates_binaries::stats_from_file_desc_same_name_3_one ... ok [INFO] [stdout] test top_items::binaries::top_crates_binaries::stats_from_file_desc_same_name_2_one ... ok [INFO] [stdout] test top_items::binaries::top_crates_binaries::stats_from_file_desc_two ... ok [INFO] [stdout] test top_items::git_bare_repos::top_crates_git_repos_bare::name_from_pb_alacritty ... ok [INFO] [stdout] test top_items::git_bare_repos::top_crates_git_repos_bare::stats_from_file_desc_multi ... ok [INFO] [stdout] test top_items::git_bare_repos::top_crates_git_repos_bare::stats_from_file_desc_multiple ... ok [INFO] [stdout] test top_items::git_bare_repos::top_crates_git_repos_bare::stats_from_file_desc_none ... ok [INFO] [stdout] test top_items::git_bare_repos::top_crates_git_repos_bare::stats_from_file_desc_same_name_2_one ... ok [INFO] [stdout] test top_items::git_bare_repos::top_crates_git_repos_bare::stats_from_file_desc_same_name_3_one ... ok [INFO] [stdout] test top_items::git_bare_repos::top_crates_git_repos_bare::stats_from_file_desc_same_name_3_one_2 ... ok [INFO] [stdout] test date::libtests::parse_dates ... ok [INFO] [stdout] test top_items::git_bare_repos::top_crates_git_repos_bare::stats_from_file_desc_two ... ok [INFO] [stdout] test top_items::git_bare_repos::top_crates_git_repos_bare::name_from_pb_cargo_cache ... ok [INFO] [stdout] test top_items::git_bare_repos::top_crates_git_repos_bare::stats_from_file_desc_one ... ok [INFO] [stdout] test top_items::git_checkouts::top_crates_git_checkouts::name_from_pb_alacritty ... ok [INFO] [stdout] test top_items::binaries::bininfo_struct::bininfo_sort ... ok [INFO] [stdout] test top_items::git_checkouts::top_crates_git_checkouts::stats_from_file_desc_multi ... ok [INFO] [stdout] test top_items::git_checkouts::top_crates_git_checkouts::stats_from_file_desc_multiple ... ok [INFO] [stdout] test top_items::git_checkouts::top_crates_git_checkouts::stats_from_file_desc_one ... ok [INFO] [stdout] test top_items::git_checkouts::top_crates_git_checkouts::stats_from_file_desc_same_name_2_one ... ok [INFO] [stdout] test top_items::git_checkouts::top_crates_git_checkouts::stats_from_file_desc_same_name_3_one_2 ... ok [INFO] [stdout] test top_items::registry_pkg_cache::top_crates_registry_pkg_cache::name_from_pb_alacritty ... ok [INFO] [stdout] test top_items::git_checkouts::top_crates_git_checkouts::stats_from_file_desc_same_name_3_one ... ok [INFO] [stdout] test top_items::git_checkouts::top_crates_git_checkouts::name_from_pb_cargo_cache ... ok [INFO] [stdout] test top_items::registry_pkg_cache::top_crates_registry_pkg_cache::name_from_pb_cargo_cache ... ok [INFO] [stdout] test top_items::registry_pkg_cache::top_crates_registry_pkg_cache::stats_from_file_desc_multi ... ok [INFO] [stdout] test top_items::registry_pkg_cache::top_crates_registry_pkg_cache::stats_from_file_desc_none ... ok [INFO] [stdout] test top_items::registry_pkg_cache::top_crates_registry_pkg_cache::stats_from_file_desc_multiple ... ok [INFO] [stdout] test top_items::registry_pkg_cache::top_crates_registry_pkg_cache::stats_from_file_desc_one ... ok [INFO] [stdout] test top_items::registry_pkg_cache::top_crates_registry_pkg_cache::stats_from_file_desc_same_name_2_one ... ok [INFO] [stdout] test top_items::git_checkouts::top_crates_git_checkouts::stats_from_file_desc_none ... ok [INFO] [stdout] test top_items::git_checkouts::top_crates_git_checkouts::stats_from_file_desc_two ... ok [INFO] [stdout] test top_items::registry_pkg_cache::top_crates_registry_pkg_cache::stats_from_file_desc_two ... ok [INFO] [stdout] test top_items::registry_pkg_cache::top_crates_registry_pkg_cache::stats_from_file_desc_same_name_3_one ... ok [INFO] [stdout] test top_items::registry_sources::top_crates_registry_sources::name_from_pb_cargo_cache ... ok [INFO] [stdout] test top_items::registry_sources::top_crates_registry_sources::stats_from_file_desc_multi ... ok [INFO] [stdout] test top_items::registry_pkg_cache::top_crates_registry_pkg_cache::stats_from_file_desc_same_name_3_one_2 ... ok [INFO] [stdout] test top_items::registry_sources::top_crates_registry_sources::stats_from_file_desc_multiple ... ok [INFO] [stdout] test top_items::registry_sources::top_crates_registry_sources::name_from_pb_alacritty ... ok [INFO] [stdout] test top_items::registry_sources::top_crates_registry_sources::stats_from_file_desc_one ... ok [INFO] [stdout] test top_items::registry_sources::top_crates_registry_sources::stats_from_file_desc_same_name_3_one_2 ... ok [INFO] [stdout] test top_items::registry_sources::top_crates_registry_sources::stats_from_file_desc_none ... ok [INFO] [stdout] test top_items::registry_sources::top_crates_registry_sources::stats_from_file_desc_two ... ok [INFO] [stdout] test top_items::registry_sources::top_crates_registry_sources::stats_from_file_desc_same_name_2_one ... ok [INFO] [stdout] test top_items::registry_sources::top_crates_registry_sources::stats_from_file_desc_same_name_3_one ... ok [INFO] [stdout] test cli::clitests::run_help_subcommand ... ok [INFO] [stdout] test commands::query::query_tests::query_subcmd_hyphen_short ... ok [INFO] [stdout] test cli::clitests::run_help_query ... ok [INFO] [stdout] test commands::query::query_tests::query_subcmd_hyphen_long ... ok [INFO] [stdout] test library::libtests::test_CargoCachePaths_paths ... FAILED [INFO] [stdout] test cli::clitests::run_help ... ok [INFO] [stdout] test library::libtests::test_CargoCachePaths_print ... FAILED [INFO] [stdout] test cli::clitests::all_versions_are_equal ... ok [INFO] [stdout] test cli::clitests::bare_dry_run_warns ... ok [INFO] [stdout] test commands::query::query_tests::query_subcmd_long has been running for over 60 seconds [INFO] [stdout] test commands::query::query_tests::query_subcmd_short has been running for over 60 seconds [INFO] [stdout] test commands::query::query_tests::query_subcmd_short ... ok [INFO] [stdout] test commands::query::query_tests::query_subcmd_long ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- git::gittest::test_fsck_repo stdout ---- [INFO] [stdout] thread 'git::gittest::test_fsck_repo' panicked at 'git_init did not succeed: 'Err(Os { code: 2, kind: NotFound, message: "No such file or directory" })'', src/git.rs:397:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558e3e46756c - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x558e3e46756c - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558e3e46756c - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x558e3e46756c - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x558e3e48cd9c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x558e3e463a25 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x558e3e469270 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x558e3e469270 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x558e3e469270 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x558e3e468e62 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x558e3e469924 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x558e3e469400 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x558e3e467a34 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x558e3e469369 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x558e3df4338b - std::panicking::begin_panic_fmt::h32ac317c038a272d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:460:5 [INFO] [stdout] 15: 0x558e3dfa1433 - cargo_cache::git::gittest::test_fsck_repo::hf112f048b6522459 [INFO] [stdout] at /opt/rustwide/workdir/src/git.rs:397:9 [INFO] [stdout] 16: 0x558e3dfa121a - cargo_cache::git::gittest::test_fsck_repo::{{closure}}::hc5f9936e067966fe [INFO] [stdout] at /opt/rustwide/workdir/src/git.rs:390:5 [INFO] [stdout] 17: 0x558e3df8420e - core::ops::function::FnOnce::call_once::h398fe1df0ce3b612 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x558e3e3b3883 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x558e3e3b3883 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x558e3e3b2308 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 21: 0x558e3e3b2308 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x558e3e3b2308 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 23: 0x558e3e3b2308 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 24: 0x558e3e3b2308 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 25: 0x558e3e3b2308 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x558e3e3b2308 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x558e3e37fe5e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x558e3e37fe5e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x558e3e3846f8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 30: 0x558e3e3846f8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x558e3e3846f8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 32: 0x558e3e3846f8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 33: 0x558e3e3846f8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 34: 0x558e3e3846f8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 35: 0x558e3e3846f8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x558e3e46f2a3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 37: 0x558e3e46f2a3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 38: 0x558e3e46f2a3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 39: 0x7eff19533609 - start_thread [INFO] [stdout] 40: 0x7eff19303293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- git::gittest::test_gc_repo stdout ---- [INFO] [stdout] thread 'git::gittest::test_gc_repo' panicked at 'git_init did not succeed: 'Err(Os { code: 2, kind: NotFound, message: "No such file or directory" })'', src/git.rs:311:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558e3e46756c - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x558e3e46756c - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558e3e46756c - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x558e3e46756c - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x558e3e48cd9c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x558e3e463a25 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x558e3e469270 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x558e3e469270 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x558e3e469270 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x558e3e468e62 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x558e3e469924 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x558e3e469400 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x558e3e467a34 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x558e3e469369 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x558e3df4338b - std::panicking::begin_panic_fmt::h32ac317c038a272d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:460:5 [INFO] [stdout] 15: 0x558e3dfa0353 - cargo_cache::git::gittest::test_gc_repo::hb965ed668bc4ff4e [INFO] [stdout] at /opt/rustwide/workdir/src/git.rs:311:9 [INFO] [stdout] 16: 0x558e3dfa013a - cargo_cache::git::gittest::test_gc_repo::{{closure}}::h148e19e7c7303604 [INFO] [stdout] at /opt/rustwide/workdir/src/git.rs:304:5 [INFO] [stdout] 17: 0x558e3df848ce - core::ops::function::FnOnce::call_once::h76803db77be6aa08 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x558e3e3b3883 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x558e3e3b3883 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x558e3e3b2308 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 21: 0x558e3e3b2308 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x558e3e3b2308 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 23: 0x558e3e3b2308 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 24: 0x558e3e3b2308 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 25: 0x558e3e3b2308 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x558e3e3b2308 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x558e3e37fe5e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x558e3e37fe5e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x558e3e3846f8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 30: 0x558e3e3846f8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x558e3e3846f8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 32: 0x558e3e3846f8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 33: 0x558e3e3846f8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 34: 0x558e3e3846f8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 35: 0x558e3e3846f8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x558e3e46f2a3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 37: 0x558e3e46f2a3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 38: 0x558e3e46f2a3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 39: 0x7eff19533609 - start_thread [INFO] [stdout] 40: 0x7eff19303293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- library::libtests::test_CargoCachePaths_paths stdout ---- [INFO] [stdout] thread 'library::libtests::test_CargoCachePaths_paths' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `["rustwide", "target", "cargo_home_cargo_cache_paths"]`, [INFO] [stdout] right: `["cargo-cache", "target", "cargo_home_cargo_cache_paths"]`', src/test_helpers.rs:72:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558e3e46756c - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x558e3e46756c - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558e3e46756c - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x558e3e46756c - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x558e3e48cd9c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x558e3e463a25 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x558e3e469270 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x558e3e469270 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x558e3e469270 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x558e3e468e62 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x558e3e469924 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x558e3e469400 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x558e3e467a34 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x558e3e469369 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x558e3df43fd1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x558e3e48b348 - core::panicking::assert_failed_inner::h62e8cb2847a6e7ec [INFO] [stdout] 16: 0x558e3e026d8a - core::panicking::assert_failed::ha0f7c43a9e5a6a9a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:140:5 [INFO] [stdout] 17: 0x558e3dfc3731 - cargo_cache::test_helpers::assert_path_end::hf37c038b8885ab88 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:72:5 [INFO] [stdout] 18: 0x558e3dfa38b6 - cargo_cache::library::libtests::test_CargoCachePaths_paths::hb69c809f21f7054d [INFO] [stdout] at /opt/rustwide/workdir/src/library.rs:806:9 [INFO] [stdout] 19: 0x558e3dfa347a - cargo_cache::library::libtests::test_CargoCachePaths_paths::{{closure}}::h822adc65b37eb00e [INFO] [stdout] at /opt/rustwide/workdir/src/library.rs:792:5 [INFO] [stdout] 20: 0x558e3df847ce - core::ops::function::FnOnce::call_once::h6e2cef9f6e0f8942 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558e3e3b3883 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558e3e3b3883 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 23: 0x558e3e3b2308 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 24: 0x558e3e3b2308 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558e3e3b2308 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 26: 0x558e3e3b2308 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 27: 0x558e3e3b2308 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 28: 0x558e3e3b2308 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 29: 0x558e3e3b2308 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 30: 0x558e3e37fe5e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 31: 0x558e3e37fe5e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 32: 0x558e3e3846f8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 33: 0x558e3e3846f8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558e3e3846f8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 35: 0x558e3e3846f8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 36: 0x558e3e3846f8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 37: 0x558e3e3846f8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 38: 0x558e3e3846f8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558e3e46f2a3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 40: 0x558e3e46f2a3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 41: 0x558e3e46f2a3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 42: 0x7eff19533609 - start_thread [INFO] [stdout] 43: 0x7eff19303293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- library::libtests::test_CargoCachePaths_print stdout ---- [INFO] [stdout] thread 'library::libtests::test_CargoCachePaths_print' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `["rustwide", "target", "cargo_home_cargo_cache_paths_print"]`, [INFO] [stdout] right: `["cargo-cache", "target", "cargo_home_cargo_cache_paths_print"]`', src/test_helpers.rs:72:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558e3e46756c - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x558e3e46756c - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558e3e46756c - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x558e3e46756c - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x558e3e48cd9c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x558e3e463a25 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x558e3e469270 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x558e3e469270 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x558e3e469270 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x558e3e468e62 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x558e3e469924 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x558e3e469400 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x558e3e467a34 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x558e3e469369 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x558e3df43fd1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x558e3e48b348 - core::panicking::assert_failed_inner::h62e8cb2847a6e7ec [INFO] [stdout] 16: 0x558e3e026d8a - core::panicking::assert_failed::ha0f7c43a9e5a6a9a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:140:5 [INFO] [stdout] 17: 0x558e3dfc3731 - cargo_cache::test_helpers::assert_path_end::hf37c038b8885ab88 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:72:5 [INFO] [stdout] 18: 0x558e3dfa4286 - cargo_cache::library::libtests::test_CargoCachePaths_print::he501591ac02d1f85 [INFO] [stdout] at /opt/rustwide/workdir/src/library.rs:868:9 [INFO] [stdout] 19: 0x558e3dfa3e4a - cargo_cache::library::libtests::test_CargoCachePaths_print::{{closure}}::h1d2cbe87f9f96d20 [INFO] [stdout] at /opt/rustwide/workdir/src/library.rs:855:5 [INFO] [stdout] 20: 0x558e3df8550e - core::ops::function::FnOnce::call_once::hfec078796da5b972 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558e3e3b3883 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558e3e3b3883 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 23: 0x558e3e3b2308 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 24: 0x558e3e3b2308 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558e3e3b2308 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 26: 0x558e3e3b2308 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 27: 0x558e3e3b2308 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 28: 0x558e3e3b2308 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 29: 0x558e3e3b2308 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 30: 0x558e3e37fe5e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 31: 0x558e3e37fe5e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 32: 0x558e3e3846f8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 33: 0x558e3e3846f8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558e3e3846f8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 35: 0x558e3e3846f8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 36: 0x558e3e3846f8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 37: 0x558e3e3846f8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 38: 0x558e3e3846f8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558e3e46f2a3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 40: 0x558e3e46f2a3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 41: 0x558e3e46f2a3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 42: 0x7eff19533609 - start_thread [INFO] [stdout] 43: 0x7eff19303293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] git::gittest::test_fsck_repo [INFO] [stdout] git::gittest::test_gc_repo [INFO] [stdout] library::libtests::test_CargoCachePaths_paths [INFO] [stdout] library::libtests::test_CargoCachePaths_print [INFO] [stdout] [INFO] [stdout] test result: FAILED. 86 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 223.10s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin cargo-cache' [INFO] running `Command { std: "docker" "inspect" "b87e652efcc960821b747cebd6cf3fc0bff98734e8a8ae31ad16c9b07b98de1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b87e652efcc960821b747cebd6cf3fc0bff98734e8a8ae31ad16c9b07b98de1b", kill_on_drop: false }` [INFO] [stdout] b87e652efcc960821b747cebd6cf3fc0bff98734e8a8ae31ad16c9b07b98de1b