[INFO] fetching crate rustc-rayon-core 0.3.2... [INFO] testing rustc-rayon-core-0.3.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate rustc-rayon-core 0.3.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate rustc-rayon-core 0.3.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rustc-rayon-core 0.3.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate rustc-rayon-core 0.3.2 [INFO] tweaked toml for crates.io crate rustc-rayon-core 0.3.2 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62178b58a3935e7d141bcdabe9429870dc322dfd50f63c5ec038a43d203f0465 [INFO] running `Command { std: "docker" "start" "-a" "62178b58a3935e7d141bcdabe9429870dc322dfd50f63c5ec038a43d203f0465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62178b58a3935e7d141bcdabe9429870dc322dfd50f63c5ec038a43d203f0465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62178b58a3935e7d141bcdabe9429870dc322dfd50f63c5ec038a43d203f0465", kill_on_drop: false }` [INFO] [stdout] 62178b58a3935e7d141bcdabe9429870dc322dfd50f63c5ec038a43d203f0465 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2531eb99cc7a20602b6f7b1a12bc05ba1a0a2848d85416dd3499276ba4765943 [INFO] running `Command { std: "docker" "start" "-a" "2531eb99cc7a20602b6f7b1a12bc05ba1a0a2848d85416dd3499276ba4765943", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rustc-rayon-core v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:722:44 [INFO] [stdout] | [INFO] [stdout] 722 | ErrorKind::IOError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:731:23 [INFO] [stdout] | [INFO] [stdout] 731 | _ => self.description().fmt(f), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `old_state` [INFO] [stdout] --> src/log.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | old_state: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/log.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | state: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `old_state` [INFO] [stdout] --> src/log.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | old_state: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `new_state` [INFO] [stdout] --> src/log.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | new_state: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `yields` [INFO] [stdout] --> src/log.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | yields: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `yields` [INFO] [stdout] --> src/log.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | yields: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `victim` [INFO] [stdout] --> src/log.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | victim: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `count` [INFO] [stdout] --> src/log.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | count: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.75s [INFO] running `Command { std: "docker" "inspect" "2531eb99cc7a20602b6f7b1a12bc05ba1a0a2848d85416dd3499276ba4765943", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2531eb99cc7a20602b6f7b1a12bc05ba1a0a2848d85416dd3499276ba4765943", kill_on_drop: false }` [INFO] [stdout] 2531eb99cc7a20602b6f7b1a12bc05ba1a0a2848d85416dd3499276ba4765943 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c579d84d8604f60894ff0b202ab74e8220fa1cef79375e2484ac3406e949267e [INFO] running `Command { std: "docker" "start" "-a" "c579d84d8604f60894ff0b202ab74e8220fa1cef79375e2484ac3406e949267e", kill_on_drop: false }` [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:722:44 [INFO] [stdout] | [INFO] [stdout] 722 | ErrorKind::IOError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:731:23 [INFO] [stdout] | [INFO] [stdout] 731 | _ => self.description().fmt(f), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `old_state` [INFO] [stdout] --> src/log.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | old_state: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/log.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | state: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `old_state` [INFO] [stdout] --> src/log.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | old_state: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `new_state` [INFO] [stdout] --> src/log.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | new_state: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `yields` [INFO] [stdout] --> src/log.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | yields: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `yields` [INFO] [stdout] --> src/log.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | yields: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `victim` [INFO] [stdout] --> src/log.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | victim: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `count` [INFO] [stdout] --> src/log.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | count: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rustc-rayon-core v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `rayon_core` [INFO] [stdout] --> tests/init_zero_threads.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use rayon_core::ThreadPoolBuilder; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `rayon_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rayon_core` [INFO] [stdout] --> tests/simple_panic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use rayon_core::join; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `rayon_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rayon_core` [INFO] [stdout] --> tests/stack_overflow_crash.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use rayon_core::ThreadPoolBuilder; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `rayon_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustc-rayon-core` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0432]: unresolved import `rayon_core` [INFO] [stdout] --> tests/double_init_fail.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use rayon_core::ThreadPoolBuilder; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `rayon_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rayon_core` [INFO] [stdout] --> tests/scope_join.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | rayon_core::scope(|s| { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `rayon_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustc-rayon-core` due to 2 previous errors [INFO] [stdout] warning: unused import: `std::error::Error` [INFO] [stdout] --> tests/double_init_fail.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustc-rayon-core` due to 2 previous errors; 1 warning emitted [INFO] [stderr] error: could not compile `rustc-rayon-core` due to 2 previous errors [INFO] [stderr] error: could not compile `rustc-rayon-core` due to 2 previous errors [INFO] [stdout] error[E0432]: unresolved import `rayon_core` [INFO] [stdout] --> tests/scoped_threadpool.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use rayon_core::ThreadPoolBuilder; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `rayon_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustc-rayon-core` due to 2 previous errors [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:722:44 [INFO] [stdout] | [INFO] [stdout] 722 | ErrorKind::IOError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:731:23 [INFO] [stdout] | [INFO] [stdout] 731 | _ => self.description().fmt(f), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `old_state` [INFO] [stdout] --> src/log.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | old_state: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/log.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | state: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `old_state` [INFO] [stdout] --> src/log.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | old_state: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `new_state` [INFO] [stdout] --> src/log.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | new_state: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `yields` [INFO] [stdout] --> src/log.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | yields: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `yields` [INFO] [stdout] --> src/log.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | yields: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `victim` [INFO] [stdout] --> src/log.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | victim: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `count` [INFO] [stdout] --> src/log.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | count: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `worker` [INFO] [stdout] --> src/log.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | worker: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `owner_thread` [INFO] [stdout] --> src/log.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | owner_thread: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/log.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(debug_assertions, derive(Debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c579d84d8604f60894ff0b202ab74e8220fa1cef79375e2484ac3406e949267e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c579d84d8604f60894ff0b202ab74e8220fa1cef79375e2484ac3406e949267e", kill_on_drop: false }` [INFO] [stdout] c579d84d8604f60894ff0b202ab74e8220fa1cef79375e2484ac3406e949267e