[INFO] fetching crate shredder 0.2.0... [INFO] testing shredder-0.2.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate shredder 0.2.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate shredder 0.2.0 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 crates.io crate shredder 0.2.0 [INFO] finished tweaking crates.io crate shredder 0.2.0 [INFO] tweaked toml for crates.io crate shredder 0.2.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 089e1e1e9654abfabb6e0ff8d520c1dc33bc9455d41a710d9d12438998ced2d5 [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" "089e1e1e9654abfabb6e0ff8d520c1dc33bc9455d41a710d9d12438998ced2d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "089e1e1e9654abfabb6e0ff8d520c1dc33bc9455d41a710d9d12438998ced2d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "089e1e1e9654abfabb6e0ff8d520c1dc33bc9455d41a710d9d12438998ced2d5", kill_on_drop: false }` [INFO] [stdout] 089e1e1e9654abfabb6e0ff8d520c1dc33bc9455d41a710d9d12438998ced2d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e3ba0d5a60217c6d26f0e86401e6fb00f1f0224267e54c02c95bdd3fa2431d5a [INFO] running `Command { std: "docker" "start" "-a" "e3ba0d5a60217c6d26f0e86401e6fb00f1f0224267e54c02c95bdd3fa2431d5a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling crossbeam-queue v0.3.4 [INFO] [stderr] Compiling crossbeam v0.8.1 [INFO] [stderr] Compiling dynqueue v0.3.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling shredder_derive v0.2.0 [INFO] [stderr] Compiling rental v0.5.6 [INFO] [stderr] Compiling shredder v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/wrappers.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / rental! { [INFO] [stdout] 10 | | mod gc_refcell_internals { [INFO] [stdout] 11 | | use crate::{Scan, GcGuard}; [INFO] [stdout] 12 | | use std::cell::{Ref, RefCell, RefMut}; [INFO] [stdout] ... | [INFO] [stdout] 27 | | } [INFO] [stdout] 28 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_back_compat)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/wrappers.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 130 | / rental! { [INFO] [stdout] 131 | | mod gc_mutex_internals { [INFO] [stdout] 132 | | use std::sync::{Mutex, MutexGuard}; [INFO] [stdout] 133 | | [INFO] [stdout] ... | [INFO] [stdout] 142 | | } [INFO] [stdout] 143 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/wrappers.rs:217:1 [INFO] [stdout] | [INFO] [stdout] 217 | / rental! { [INFO] [stdout] 218 | | mod gc_rwlock_internals { [INFO] [stdout] 219 | | use std::sync::{RwLock, MutexGuard, RwLockReadGuard, RwLockWriteGuard}; [INFO] [stdout] 220 | | [INFO] [stdout] ... | [INFO] [stdout] 236 | | } [INFO] [stdout] 237 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.30s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rental v0.5.6, shredder v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "e3ba0d5a60217c6d26f0e86401e6fb00f1f0224267e54c02c95bdd3fa2431d5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3ba0d5a60217c6d26f0e86401e6fb00f1f0224267e54c02c95bdd3fa2431d5a", kill_on_drop: false }` [INFO] [stdout] e3ba0d5a60217c6d26f0e86401e6fb00f1f0224267e54c02c95bdd3fa2431d5a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stdout] ca431a3a5c8aeb06982f834a39cd6e806e1c7f0ad9d7cb2b141f894727fecea8 [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" "ca431a3a5c8aeb06982f834a39cd6e806e1c7f0ad9d7cb2b141f894727fecea8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling trybuild v1.0.56 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/wrappers.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / rental! { [INFO] [stdout] 10 | | mod gc_refcell_internals { [INFO] [stdout] 11 | | use crate::{Scan, GcGuard}; [INFO] [stdout] 12 | | use std::cell::{Ref, RefCell, RefMut}; [INFO] [stdout] ... | [INFO] [stdout] 27 | | } [INFO] [stdout] 28 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_back_compat)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/wrappers.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 130 | / rental! { [INFO] [stdout] 131 | | mod gc_mutex_internals { [INFO] [stdout] 132 | | use std::sync::{Mutex, MutexGuard}; [INFO] [stdout] 133 | | [INFO] [stdout] ... | [INFO] [stdout] 142 | | } [INFO] [stdout] 143 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/wrappers.rs:217:1 [INFO] [stdout] | [INFO] [stdout] 217 | / rental! { [INFO] [stdout] 218 | | mod gc_rwlock_internals { [INFO] [stdout] 219 | | use std::sync::{RwLock, MutexGuard, RwLockReadGuard, RwLockWriteGuard}; [INFO] [stdout] 220 | | [INFO] [stdout] ... | [INFO] [stdout] 236 | | } [INFO] [stdout] 237 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling shredder v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `derive_trybuild` [INFO] [stdout] --> tests/derive_macro.rs:2:4 [INFO] [stdout] | [INFO] [stdout] 2 | fn derive_trybuild() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/wrappers.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / rental! { [INFO] [stdout] 10 | | mod gc_refcell_internals { [INFO] [stdout] 11 | | use crate::{Scan, GcGuard}; [INFO] [stdout] 12 | | use std::cell::{Ref, RefCell, RefMut}; [INFO] [stdout] ... | [INFO] [stdout] 27 | | } [INFO] [stdout] 28 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_back_compat)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/wrappers.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 130 | / rental! { [INFO] [stdout] 131 | | mod gc_mutex_internals { [INFO] [stdout] 132 | | use std::sync::{Mutex, MutexGuard}; [INFO] [stdout] 133 | | [INFO] [stdout] ... | [INFO] [stdout] 142 | | } [INFO] [stdout] 143 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/wrappers.rs:217:1 [INFO] [stdout] | [INFO] [stdout] 217 | / rental! { [INFO] [stdout] 218 | | mod gc_rwlock_internals { [INFO] [stdout] 219 | | use std::sync::{RwLock, MutexGuard, RwLockReadGuard, RwLockWriteGuard}; [INFO] [stdout] 220 | | [INFO] [stdout] ... | [INFO] [stdout] 236 | | } [INFO] [stdout] 237 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 43.51s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rental v0.5.6, shredder v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5` [INFO] running `Command { std: "docker" "inspect" "ca431a3a5c8aeb06982f834a39cd6e806e1c7f0ad9d7cb2b141f894727fecea8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca431a3a5c8aeb06982f834a39cd6e806e1c7f0ad9d7cb2b141f894727fecea8", kill_on_drop: false }` [INFO] [stdout] ca431a3a5c8aeb06982f834a39cd6e806e1c7f0ad9d7cb2b141f894727fecea8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1eb0c7c21f42d3e6fc9b46fcc680e3f2726a34eee196cdf1fe85b522e927888b [INFO] running `Command { std: "docker" "start" "-a" "1eb0c7c21f42d3e6fc9b46fcc680e3f2726a34eee196cdf1fe85b522e927888b", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: using `procedural-masquerade` crate [INFO] [stdout] running 26 tests [INFO] [stderr] --> src/wrappers.rs:9:1 [INFO] [stdout] test concurrency::lockout::test::exclusive_warrant_works_by_itself ... ok [INFO] [stderr] | [INFO] [stdout] test smart_ptr::gc::test::dyn_gc_ptr ... ok [INFO] [stderr] 9 | / rental! { [INFO] [stdout] test std_impls::test::cell_scans ... ok [INFO] [stderr] 10 | | mod gc_refcell_internals { [INFO] [stdout] test concurrency::lockout::test::warrant_prevents_exclusive_warrant ... ok [INFO] [stderr] 11 | | use crate::{Scan, GcGuard}; [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_i32 ... ok [INFO] [stderr] 12 | | use std::cell::{Ref, RefCell, RefMut}; [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_i8 ... ok [INFO] [stderr] ... | [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_isize ... ok [INFO] [stderr] 27 | | } [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_i128 ... ok [INFO] [stderr] 28 | | } [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_i64 ... ok [INFO] [stderr] | |_^ [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_i16 ... ok [INFO] [stderr] | [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_String ... ok [INFO] [stderr] = note: `#[warn(proc_macro_back_compat)]` on by default [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_f64 ... ok [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_u32 ... ok [INFO] [stderr] = note: for more information, see issue #83125 [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_f32 ... ok [INFO] [stderr] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_Instant ... ok [INFO] [stderr] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_u128 ... ok [INFO] [stderr] [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_u16 ... ok [INFO] [stderr] warning: using `procedural-masquerade` crate [INFO] [stdout] test std_impls::test::unpoisoned_rwlock_scans ... ok [INFO] [stderr] --> src/wrappers.rs:130:1 [INFO] [stdout] test std_impls::test::vec_scans_correctly ... ok [INFO] [stderr] | [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_u8 ... ok [INFO] [stderr] 130 | / rental! { [INFO] [stdout] test std_impls::test::unpoisoned_mutex_scans ... ok [INFO] [stderr] 131 | | mod gc_mutex_internals { [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_usize ... ok [INFO] [stderr] 132 | | use std::sync::{Mutex, MutexGuard}; [INFO] [stdout] test concurrency::lockout::test::multiple_warrants ... ok [INFO] [stderr] 133 | | [INFO] [stdout] test std_impls::value_types::test::finalize_no_panic_u64 ... ok [INFO] [stderr] ... | [INFO] [stderr] 142 | | } [INFO] [stderr] 143 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #83125 [INFO] [stderr] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stderr] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: using `procedural-masquerade` crate [INFO] [stderr] --> src/wrappers.rs:217:1 [INFO] [stderr] | [INFO] [stderr] 217 | / rental! { [INFO] [stderr] 218 | | mod gc_rwlock_internals { [INFO] [stderr] 219 | | use std::sync::{RwLock, MutexGuard, RwLockReadGuard, RwLockWriteGuard}; [INFO] [stderr] 220 | | [INFO] [stderr] ... | [INFO] [stderr] 236 | | } [INFO] [stderr] 237 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #83125 [INFO] [stderr] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stderr] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `shredder` (lib) generated 3 warnings [INFO] [stderr] warning: `shredder` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] warning: function is never used: `derive_trybuild` [INFO] [stderr] --> tests/derive_macro.rs:2:4 [INFO] [stderr] | [INFO] [stderr] 2 | fn derive_trybuild() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `shredder` (test "derive_macro") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rental v0.5.6, shredder v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6` [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/shredder-db6cef8451396528) [INFO] [stdout] test std_impls::test::poisoned_rwlock_scans ... ok [INFO] [stderr] Running tests/coerce.rs (/opt/rustwide/target/debug/deps/coerce-c6c9d1c8955cf22c) [INFO] [stdout] test std_impls::test::poisoned_mutex_scans ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/derive_macro.rs (/opt/rustwide/target/debug/deps/derive_macro-2fb461b811f19fe1) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/downcast.rs (/opt/rustwide/target/debug/deps/downcast-9ad446ca428142fb) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test cant_downcast_deref_gc_not_sub_test ... ok [INFO] [stdout] test can_downcast_deref_gc_sub_test ... ok [INFO] [stdout] test cant_downcast_not_sub_test ... ok [INFO] [stdout] test can_downcast_sub_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/finalize.rs (/opt/rustwide/target/debug/deps/finalize-a91331eb09831709) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test finalize_fields_derive_works ... ok [INFO] [stdout] test finalize_derive_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-c8c6b79bd789af07) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test atomic_compare_and_exchange_test ... ok [INFO] [stdout] test no_drop_functional ... ok [INFO] [stdout] test clone_directed_graph_chain_gc ... ok [INFO] [stdout] test finalizers_run ... ok [INFO] [stdout] test drop_run ... ok [INFO] [stdout] test scan_skip_problem ... ok [INFO] [stdout] test atomic_compare_and_swap_test ... ok [INFO] [stdout] test atomic_cycle ... ok [INFO] [stdout] test clone_directed_graph_node_gc ... ok [INFO] [stdout] test simple_atomic_cleanup ... ok [INFO] [stdout] test alloc_directed_graph_node_gc ... ok [INFO] [stderr] Running tests/readme.rs (/opt/rustwide/target/debug/deps/readme-78ef162e50428d53) [INFO] [stdout] test alloc_u32_gc ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test _main ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/stress.rs (/opt/rustwide/target/debug/deps/stress-42db1bb4133a56f9) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test stress_test has been running for over 60 seconds [INFO] [stdout] test stress_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 106.31s [INFO] [stdout] [INFO] [stderr] Running tests/unsized.rs (/opt/rustwide/target/debug/deps/unsized-8cf855116920d91e) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test from_box ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] [stderr] Doc-tests shredder [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test src/marker/gc_drop.rs - marker::gc_drop::GcDrop (line 14) ... ok [INFO] [stdout] test src/lib.rs - Finalize (line 274) ... ok [INFO] [stdout] test src/lib.rs - Scan (line 256) ... ok [INFO] [stdout] test src/lib.rs - Finalize (line 285) ... ok [INFO] [stdout] test src/scan.rs - scan::Scan (line 28) ... ok [INFO] [stdout] test src/marker/gc_deref.rs - marker::gc_deref::GcDeref (line 12) ... ok [INFO] [stdout] test src/lib.rs - Scan (line 234) ... ok [INFO] [stdout] test src/lib.rs - Scan (line 222) ... ok [INFO] [stdout] test src/scan.rs - scan::Scan (line 39) ... ok [INFO] [stdout] test src/marker/gc_drop.rs - marker::gc_drop::GcDrop (line 26) ... ok [INFO] [stdout] test src/scan.rs - scan::Scan (line 71) ... ok [INFO] [stdout] test src/scan.rs - scan::Scan (line 51) ... ok [INFO] [stdout] test src/lib.rs - number_of_tracked_allocations (line 99) ... ok [INFO] [stdout] test src/lib.rs - synchronize_destructors (line 172) ... ok [INFO] [stdout] test src/lib.rs - collect (line 158) ... ok [INFO] [stdout] test src/lib.rs - run_with_gc_cleanup (line 191) ... ok [INFO] [stdout] test src/lib.rs - set_gc_trigger_percent (line 135) ... ok [INFO] [stdout] test src/lib.rs - number_of_active_handles (line 113) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.83s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1eb0c7c21f42d3e6fc9b46fcc680e3f2726a34eee196cdf1fe85b522e927888b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1eb0c7c21f42d3e6fc9b46fcc680e3f2726a34eee196cdf1fe85b522e927888b", kill_on_drop: false }` [INFO] [stdout] 1eb0c7c21f42d3e6fc9b46fcc680e3f2726a34eee196cdf1fe85b522e927888b