[INFO] cloning repository https://github.com/mihai-dinculescu/cargo-wipe [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mihai-dinculescu/cargo-wipe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihai-dinculescu%2Fcargo-wipe", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihai-dinculescu%2Fcargo-wipe'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 370ef90ec1d16acb6197591117d44bc2b668ffb3 [INFO] testing mihai-dinculescu/cargo-wipe against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihai-dinculescu%2Fcargo-wipe" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mihai-dinculescu/cargo-wipe on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mihai-dinculescu/cargo-wipe [INFO] finished tweaking git repo https://github.com/mihai-dinculescu/cargo-wipe [INFO] tweaked toml for git repo https://github.com/mihai-dinculescu/cargo-wipe written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/mihai-dinculescu/cargo-wipe already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded number_prefix v0.4.0 [INFO] [stderr] Downloaded num-format v0.4.0 [INFO] [stderr] Downloaded parameterized v0.3.1 [INFO] [stderr] Downloaded parameterized-macro v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd8a7d95d7587b3cecec5b350534314a082f44746ea39fef7f34eaba186db1c9 [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" "dd8a7d95d7587b3cecec5b350534314a082f44746ea39fef7f34eaba186db1c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd8a7d95d7587b3cecec5b350534314a082f44746ea39fef7f34eaba186db1c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd8a7d95d7587b3cecec5b350534314a082f44746ea39fef7f34eaba186db1c9", kill_on_drop: false }` [INFO] [stdout] dd8a7d95d7587b3cecec5b350534314a082f44746ea39fef7f34eaba186db1c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef3ebe79aae4bb3db34ea9575595bb7a6f53cbb05c622ee5e282b8f09b713dc3 [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" "ef3ebe79aae4bb3db34ea9575595bb7a6f53cbb05c622ee5e282b8f09b713dc3", kill_on_drop: false }` [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling structopt v0.3.25 [INFO] [stderr] Compiling cargo-wipe v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.42s [INFO] running `Command { std: "docker" "inspect" "ef3ebe79aae4bb3db34ea9575595bb7a6f53cbb05c622ee5e282b8f09b713dc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef3ebe79aae4bb3db34ea9575595bb7a6f53cbb05c622ee5e282b8f09b713dc3", kill_on_drop: false }` [INFO] [stdout] ef3ebe79aae4bb3db34ea9575595bb7a6f53cbb05c622ee5e282b8f09b713dc3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "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] 410f5a90a1fc9a40d2feeb5b235f66131aeee09037b54b9d878ccc82d670f127 [INFO] running `Command { std: "docker" "start" "-a" "410f5a90a1fc9a40d2feeb5b235f66131aeee09037b54b9d878ccc82d670f127", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling parameterized-macro v0.3.1 [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 parameterized v0.3.1 [INFO] [stderr] Compiling cargo-wipe v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.56s [INFO] running `Command { std: "docker" "inspect" "410f5a90a1fc9a40d2feeb5b235f66131aeee09037b54b9d878ccc82d670f127", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "410f5a90a1fc9a40d2feeb5b235f66131aeee09037b54b9d878ccc82d670f127", kill_on_drop: false }` [INFO] [stdout] 410f5a90a1fc9a40d2feeb5b235f66131aeee09037b54b9d878ccc82d670f127 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] faf276bf942d674616118cac53eab45fde7d2f062095ecde3696348647846fbc [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" "faf276bf942d674616118cac53eab45fde7d2f062095ecde3696348647846fbc", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cargo_wipe-8f36e543712d3ee1) [INFO] [stdout] running 48 tests [INFO] [stdout] test dir_helpers::tests::size_formatted_flex::case_0 ... ok [INFO] [stdout] test dir_helpers::tests::size_formatted_flex::case_1 ... ok [INFO] [stdout] test dir_helpers::tests::size_formatted_flex::case_2 ... ok [INFO] [stdout] test tests::command::language_enum_to_string::case_0 ... ok [INFO] [stdout] test tests::command::language_enum_to_directory_enum::case_3 ... ok [INFO] [stdout] test tests::command::language_enum_to_directory_enum::case_2 ... ok [INFO] [stdout] test dir_helpers::tests::size_formatted_flex::case_5 ... ok [INFO] [stdout] test tests::command::language_string_to_enum::case_1 ... ok [INFO] [stdout] test tests::command::language_string_to_enum_error::case_0 ... ok [INFO] [stdout] test tests::command::language_string_to_enum::case_2 ... ok [INFO] [stdout] test tests::command::language_string_to_enum_error::case_1 ... ok [INFO] [stdout] test tests::command::directory_enum_to_string::case_1 ... ok [INFO] [stdout] test tests::command::language_enum_to_directory_enum::case_0 ... ok [INFO] [stdout] test tests::command::language_enum_to_directory_enum::case_1 ... ok [INFO] [stdout] test tests::command::language_string_to_enum::case_4 ... ok [INFO] [stdout] test tests::command::language_string_to_enum::case_3 ... ok [INFO] [stdout] test tests::wipe::run_no_hits::case_1 ... ok [INFO] [stdout] test tests::wipe::run_with_hits::case_3 ... ok [INFO] [stdout] test tests::wipe::run_no_hits::case_0 ... ok [INFO] [stdout] test tests::command::language_enum_to_string::case_1 ... ok [INFO] [stdout] test tests::wipe::run_no_hits::case_3 ... ok [INFO] [stdout] test tests::wipe::run_with_ignores::case_2 ... ok [INFO] [stdout] test tests::command::language_string_to_enum::case_0 ... ok [INFO] [stdout] test dir_helpers::tests::size_formatted_flex::case_4 ... ok [INFO] [stdout] test tests::command::language_string_to_enum::case_5 ... ok [INFO] [stdout] test dir_helpers::tests::size_formatted_flex::case_3 ... ok [INFO] [stdout] test tests::wipe::run_with_hits::case_0 ... ok [INFO] [stdout] test tests::wipe::run_with_ignores::case_3 ... ok [INFO] [stdout] test tests::wipe::run_with_hits::case_2 ... ok [INFO] [stdout] test tests::wipe::run_no_hits::case_2 ... ok [INFO] [stdout] test tests::wipe::run_with_ignores::case_0 ... ok [INFO] [stdout] test tests::wipe::run_with_hits::case_1 ... ok [INFO] [stdout] test tests::command::directory_enum_to_string::case_0 ... ok [INFO] [stdout] test tests::wipe::run_with_ignores::case_1 ... ok [INFO] [stdout] test tests::wipe_params::node::case_1 ... ok [INFO] [stdout] test tests::wipe_params::rust::case_4 ... ok [INFO] [stdout] test tests::wipe_params::node::case_0 ... ok [INFO] [stdout] test tests::wipe_params::rust::case_1 ... ok [INFO] [stdout] test tests::wipe_params::node::case_2 ... ok [INFO] [stdout] test tests::wipe_params::rust::case_2 ... ok [INFO] [stdout] test tests::wipe_permissions::wipe_permissions_tests::node_with_inaccessible_folders::case_0 ... ok [INFO] [stdout] test tests::wipe_params::node::case_3 ... ok [INFO] [stdout] test tests::wipe_params::node::case_4 ... ok [INFO] [stdout] test tests::wipe_params::rust::case_3 ... ok [INFO] [stdout] test tests::wipe_params::rust::case_0 ... ok [INFO] [stdout] test tests::wipe_permissions::wipe_permissions_tests::node_with_inaccessible_folders::case_1 ... FAILED [INFO] [stdout] test tests::wipe_permissions::wipe_permissions_tests::rust_with_inaccessible_folders::case_1 ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--bin cargo-wipe' [INFO] [stdout] test tests::wipe_permissions::wipe_permissions_tests::rust_with_inaccessible_folders::case_0 ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::wipe_permissions::wipe_permissions_tests::node_with_inaccessible_folders::case_1 stdout ---- [INFO] [stdout] [WIPING] Recursively searching for all "node_modules" folders in /tmp/.cargo-wipe-tests/yLtd35jWoJQ3ypNy... [INFO] [stdout] [INFO] [stdout]  Files # Size (MB) Path [INFO] [stdout] 0 0 /tmp/.cargo-wipe-tests/yLtd35jWoJQ3ypNy/J78kemQvVm5eXRRv/node_modules [INFO] [stdout] 0 0 /tmp/.cargo-wipe-tests/yLtd35jWoJQ3ypNy/LszsFd55ddjg3MLb/node_modules [INFO] [stdout] 0 0 /tmp/.cargo-wipe-tests/yLtd35jWoJQ3ypNy/T2BaVwLlPAQRIK16/node_modules [INFO] [stdout] [INFO] [stdout]  Files # Size /tmp/.cargo-wipe-tests/yLtd35jWoJQ3ypNy [INFO] [stdout]  0 0 bytes Previously [INFO] [stdout]  0 0 bytes Wiped [INFO] [stdout]  0 0 bytes Now [INFO] [stdout] [INFO] [stdout] All clear! [INFO] [stdout] [INFO] [stdout] thread 'tests::wipe_permissions::wipe_permissions_tests::node_with_inaccessible_folders::case_1' panicked at 'assertion failed: path.exists()', src/tests/wipe_permissions.rs:96:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5563a9cc705c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5563a9cc705c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5563a9cc705c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5563a9cc705c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5563a9cedcbc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5563a9cc2748 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5563a9cc9327 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5563a9cc9327 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5563a9cc9327 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5563a9cc905b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5563a9cc9a7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5563a9cc9729 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x5563a9cc7524 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5563a9cc9479 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5563a9be35a3 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5563a9be346d - core::panicking::panic::h33838847634b5d2d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x5563a9bf4ea8 - cargo_wipe::tests::wipe_permissions::wipe_permissions_tests::node_with_inaccessible_folders::case_1::hc8b3226b528d4d62 [INFO] [stdout] at /opt/rustwide/workdir/src/tests/wipe_permissions.rs:96:17 [INFO] [stdout] 17: 0x5563a9bf479a - cargo_wipe::tests::wipe_permissions::wipe_permissions_tests::node_with_inaccessible_folders::case_1::{{closure}}::hd838827aafb07a42 [INFO] [stdout] at /opt/rustwide/workdir/src/tests/wipe_permissions.rs:59:5 [INFO] [stdout] 18: 0x5563a9bf671e - core::ops::function::FnOnce::call_once::h8592cd5cf28860cf [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5563a9c471c3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5563a9c471c3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 21: 0x5563a9c45ef1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x5563a9c45ef1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x5563a9c45ef1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x5563a9c45ef1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x5563a9c45ef1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x5563a9c45ef1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 27: 0x5563a9c45ef1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x5563a9c4f7d1 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x5563a9c4f7d1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x5563a9c1bf2f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x5563a9c1bf2f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x5563a9c1bf2f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x5563a9c1bf2f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x5563a9c1bf2f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x5563a9c1bf2f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x5563a9c1bf2f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x5563a9cd05c3 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x5563a9cd05c3 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x5563a9cd05c3 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7effe8c12609 - start_thread [INFO] [stdout] 41: 0x7effe8e9d293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::wipe_permissions::wipe_permissions_tests::rust_with_inaccessible_folders::case_1 stdout ---- [INFO] [stdout] [WIPING] Recursively searching for all "target" folders in /tmp/.cargo-wipe-tests/Juy2yQD8hEKjJFpJ... [INFO] [stdout] [INFO] [stdout]  Files # Size (MB) Path [INFO] [stdout] 1 0 /tmp/.cargo-wipe-tests/Juy2yQD8hEKjJFpJ/BEUdO1zUlB1VQnui/target [INFO] [stdout] 1 0 /tmp/.cargo-wipe-tests/Juy2yQD8hEKjJFpJ/oxplcugPv9Y7aY2o/target [INFO] [stdout] 1 0 /tmp/.cargo-wipe-tests/Juy2yQD8hEKjJFpJ/IEItbxwZ9unIKH5f/target [INFO] [stdout] [INFO] [stdout]  Files # Size /tmp/.cargo-wipe-tests/Juy2yQD8hEKjJFpJ [INFO] [stdout]  3 0 bytes Previously [INFO] [stdout]  3 0 bytes Wiped [INFO] [stdout]  0 0 bytes Now [INFO] [stdout] [INFO] [stdout] All clear! [INFO] [stdout] [INFO] [stdout] thread 'tests::wipe_permissions::wipe_permissions_tests::rust_with_inaccessible_folders::case_1' panicked at 'assertion failed: !output.contains(&expected)', src/tests/wipe_permissions.rs:46:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5563a9cc705c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5563a9cc705c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5563a9cc705c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5563a9cc705c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5563a9cedcbc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5563a9cc2748 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5563a9cc9327 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5563a9cc9327 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5563a9cc9327 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5563a9cc905b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5563a9cc9a7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5563a9cc9729 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x5563a9cc7524 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5563a9cc9479 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5563a9be35a3 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5563a9be346d - core::panicking::panic::h33838847634b5d2d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x5563a9befea0 - cargo_wipe::tests::wipe_permissions::wipe_permissions_tests::rust_with_inaccessible_folders::case_1::h3c1210c4e7db411d [INFO] [stdout] at /opt/rustwide/workdir/src/tests/wipe_permissions.rs:46:17 [INFO] [stdout] 17: 0x5563a9bef7da - cargo_wipe::tests::wipe_permissions::wipe_permissions_tests::rust_with_inaccessible_folders::case_1::{{closure}}::h3ad4437a1e903764 [INFO] [stdout] at /opt/rustwide/workdir/src/tests/wipe_permissions.rs:11:5 [INFO] [stdout] 18: 0x5563a9bf633e - core::ops::function::FnOnce::call_once::h3f6446ec3ab950a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5563a9c471c3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5563a9c471c3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 21: 0x5563a9c45ef1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x5563a9c45ef1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x5563a9c45ef1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x5563a9c45ef1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x5563a9c45ef1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x5563a9c45ef1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 27: 0x5563a9c45ef1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x5563a9c4f7d1 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x5563a9c4f7d1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x5563a9c1bf2f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x5563a9c1bf2f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x5563a9c1bf2f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x5563a9c1bf2f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x5563a9c1bf2f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x5563a9c1bf2f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x5563a9c1bf2f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x5563a9cd05c3 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x5563a9cd05c3 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x5563a9cd05c3 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7effe8c12609 - start_thread [INFO] [stdout] 41: 0x7effe8e9d293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::wipe_permissions::wipe_permissions_tests::rust_with_inaccessible_folders::case_0 stdout ---- [INFO] [stdout] [DRY RUN] Recursively searching for all "target" folders in /tmp/.cargo-wipe-tests/Lo3r28kLxEMj6DqE... [INFO] [stdout] [INFO] [stdout]  Files # Size (MB) Path [INFO] [stdout] 1 0 /tmp/.cargo-wipe-tests/Lo3r28kLxEMj6DqE/cz3QKg3l7a9vEcV5/target [INFO] [stdout] 1 0 /tmp/.cargo-wipe-tests/Lo3r28kLxEMj6DqE/3Dpdf4XrMob2Wmpa/target [INFO] [stdout] 1 0 /tmp/.cargo-wipe-tests/Lo3r28kLxEMj6DqE/PjYZsH40Rw17WeQA/target [INFO] [stdout] [INFO] [stdout]  Files # Size /tmp/.cargo-wipe-tests/Lo3r28kLxEMj6DqE [INFO] [stdout]  3 0 bytes Currently [INFO] [stdout]  3 0 bytes Can wipe [INFO] [stdout]  0 0 bytes After wipe [INFO] [stdout] [INFO] [stdout] Run cargo wipe target -w to wipe all folders found. USE WITH CAUTION! [INFO] [stdout] [INFO] [stdout] thread 'tests::wipe_permissions::wipe_permissions_tests::rust_with_inaccessible_folders::case_0' panicked at 'assertion failed: !output.contains(&expected)', src/tests/wipe_permissions.rs:46:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5563a9cc705c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5563a9cc705c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5563a9cc705c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5563a9cc705c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5563a9cedcbc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5563a9cc2748 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5563a9cc9327 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5563a9cc9327 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5563a9cc9327 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5563a9cc905b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5563a9cc9a7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5563a9cc9729 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x5563a9cc7524 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5563a9cc9479 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5563a9be35a3 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5563a9be346d - core::panicking::panic::h33838847634b5d2d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x5563a9bef5e0 - cargo_wipe::tests::wipe_permissions::wipe_permissions_tests::rust_with_inaccessible_folders::case_0::hf866b074dfc2f76f [INFO] [stdout] at /opt/rustwide/workdir/src/tests/wipe_permissions.rs:46:17 [INFO] [stdout] 17: 0x5563a9beef1a - cargo_wipe::tests::wipe_permissions::wipe_permissions_tests::rust_with_inaccessible_folders::case_0::{{closure}}::h92a7fb008fcc0607 [INFO] [stdout] at /opt/rustwide/workdir/src/tests/wipe_permissions.rs:11:5 [INFO] [stdout] 18: 0x5563a9bf6d4e - core::ops::function::FnOnce::call_once::hff867f2a02560f32 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5563a9c471c3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5563a9c471c3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 21: 0x5563a9c45ef1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x5563a9c45ef1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x5563a9c45ef1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x5563a9c45ef1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x5563a9c45ef1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x5563a9c45ef1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 27: 0x5563a9c45ef1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x5563a9c4f7d1 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x5563a9c4f7d1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x5563a9c1bf2f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x5563a9c1bf2f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x5563a9c1bf2f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x5563a9c1bf2f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x5563a9c1bf2f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x5563a9c1bf2f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x5563a9c1bf2f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x5563a9cd05c3 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x5563a9cd05c3 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x5563a9cd05c3 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7effe8c12609 - start_thread [INFO] [stdout] 41: 0x7effe8e9d293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::wipe_permissions::wipe_permissions_tests::node_with_inaccessible_folders::case_1 [INFO] [stdout] tests::wipe_permissions::wipe_permissions_tests::rust_with_inaccessible_folders::case_0 [INFO] [stdout] tests::wipe_permissions::wipe_permissions_tests::rust_with_inaccessible_folders::case_1 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 45 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "faf276bf942d674616118cac53eab45fde7d2f062095ecde3696348647846fbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faf276bf942d674616118cac53eab45fde7d2f062095ecde3696348647846fbc", kill_on_drop: false }` [INFO] [stdout] faf276bf942d674616118cac53eab45fde7d2f062095ecde3696348647846fbc