[INFO] fetching crate ni 0.1.0... [INFO] testing ni-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate ni 0.1.0 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate ni 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ni 0.1.0 [INFO] finished tweaking crates.io crate ni 0.1.0 [INFO] tweaked toml for crates.io crate ni 0.1.0 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 731f008d8f7e42d5a1d6622dd3c10d616650534417e3ba1806ce015d1ef05706 [INFO] running `Command { std: "docker" "start" "-a" "731f008d8f7e42d5a1d6622dd3c10d616650534417e3ba1806ce015d1ef05706", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "731f008d8f7e42d5a1d6622dd3c10d616650534417e3ba1806ce015d1ef05706", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "731f008d8f7e42d5a1d6622dd3c10d616650534417e3ba1806ce015d1ef05706", kill_on_drop: false }` [INFO] [stdout] 731f008d8f7e42d5a1d6622dd3c10d616650534417e3ba1806ce015d1ef05706 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0c2d617081da75b961cbace784714c305ff3f4e0bc8b14e600a48d5e94d5439 [INFO] running `Command { std: "docker" "start" "-a" "b0c2d617081da75b961cbace784714c305ff3f4e0bc8b14e600a48d5e94d5439", kill_on_drop: false }` [INFO] [stderr] Compiling ni v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `count` [INFO] [stdout] --> src/executor/files.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | count: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Files` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/executor/files.rs:61:10 [INFO] [stdout] | [INFO] [stdout] 61 | #[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: associated constant is never used: `LIMIT` [INFO] [stdout] --> src/executor/files.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | pub const LIMIT: usize = 64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `open` [INFO] [stdout] --> src/executor/files.rs:79:12 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn open(&mut self, file: F) -> Result [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `close` [INFO] [stdout] --> src/executor/files.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn close(&mut self, idx: UWord) -> Result, FilesError> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update` [INFO] [stdout] --> src/executor/memory.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn update(&mut self, ptr: UWord, f: F) -> Result<(), MemoryError> [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `types` [INFO] [stdout] --> src/nil/layout.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub(super) types: View>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Layout` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nil/layout.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[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: `name` [INFO] [stdout] --> src/nil/layout.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub(super) name: &'n str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nil/layout.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ptr` [INFO] [stdout] --> src/nil/layout.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub(super) ptr: UWord, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nil/layout.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.80s [INFO] running `Command { std: "docker" "inspect" "b0c2d617081da75b961cbace784714c305ff3f4e0bc8b14e600a48d5e94d5439", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0c2d617081da75b961cbace784714c305ff3f4e0bc8b14e600a48d5e94d5439", kill_on_drop: false }` [INFO] [stdout] b0c2d617081da75b961cbace784714c305ff3f4e0bc8b14e600a48d5e94d5439 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ecd4531538c4c99989b38216261c16389c2995fce4ad119ada7994d80b824c28 [INFO] running `Command { std: "docker" "start" "-a" "ecd4531538c4c99989b38216261c16389c2995fce4ad119ada7994d80b824c28", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `count` [INFO] [stdout] --> src/executor/files.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | count: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Files` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/executor/files.rs:61:10 [INFO] [stdout] | [INFO] [stdout] 61 | #[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] [stderr] Compiling ni v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated constant is never used: `LIMIT` [INFO] [stdout] --> src/executor/files.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | pub const LIMIT: usize = 64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `open` [INFO] [stdout] --> src/executor/files.rs:79:12 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn open(&mut self, file: F) -> Result [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `close` [INFO] [stdout] --> src/executor/files.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn close(&mut self, idx: UWord) -> Result, FilesError> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update` [INFO] [stdout] --> src/executor/memory.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn update(&mut self, ptr: UWord, f: F) -> Result<(), MemoryError> [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `types` [INFO] [stdout] --> src/nil/layout.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub(super) types: View>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Layout` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nil/layout.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[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: `name` [INFO] [stdout] --> src/nil/layout.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub(super) name: &'n str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nil/layout.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ptr` [INFO] [stdout] --> src/nil/layout.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub(super) ptr: UWord, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nil/layout.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `types` [INFO] [stdout] --> src/nil/layout.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub(super) types: View>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Layout` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nil/layout.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[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: `name` [INFO] [stdout] --> src/nil/layout.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub(super) name: &'n str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nil/layout.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ptr` [INFO] [stdout] --> src/nil/layout.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub(super) ptr: UWord, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nil/layout.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (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 test [unoptimized + debuginfo] target(s) in 4.17s [INFO] running `Command { std: "docker" "inspect" "ecd4531538c4c99989b38216261c16389c2995fce4ad119ada7994d80b824c28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecd4531538c4c99989b38216261c16389c2995fce4ad119ada7994d80b824c28", kill_on_drop: false }` [INFO] [stdout] ecd4531538c4c99989b38216261c16389c2995fce4ad119ada7994d80b824c28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d538a879b1133b75e6a2d9c99337d61747d6eb87252b9518511ceb6e7d4940c7 [INFO] running `Command { std: "docker" "start" "-a" "d538a879b1133b75e6a2d9c99337d61747d6eb87252b9518511ceb6e7d4940c7", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `count` [INFO] [stderr] --> src/executor/files.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | count: usize, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Files` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/executor/files.rs:61:10 [INFO] [stderr] | [INFO] [stderr] 61 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated constant is never used: `LIMIT` [INFO] [stderr] --> src/executor/files.rs:69:5 [INFO] [stderr] | [INFO] [stderr] 69 | pub const LIMIT: usize = 64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `open` [INFO] [stderr] --> src/executor/files.rs:79:12 [INFO] [stderr] | [INFO] [stderr] 79 | pub fn open(&mut self, file: F) -> Result [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `close` [INFO] [stderr] --> src/executor/files.rs:119:12 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn close(&mut self, idx: UWord) -> Result, FilesError> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `update` [INFO] [stderr] --> src/executor/memory.rs:154:12 [INFO] [stderr] | [INFO] [stderr] 154 | pub fn update(&mut self, ptr: UWord, f: F) -> Result<(), MemoryError> [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `types` [INFO] [stderr] --> src/nil/layout.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | pub(super) types: View>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Layout` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nil/layout.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> src/nil/layout.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | pub(super) name: &'n str, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Field` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nil/layout.rs:26:16 [INFO] [stderr] | [INFO] [stderr] 26 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ptr` [INFO] [stderr] --> src/nil/layout.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | pub(super) ptr: UWord, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Field` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nil/layout.rs:26:16 [INFO] [stderr] | [INFO] [stderr] 26 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `ni` (lib) generated 8 warnings [INFO] [stderr] warning: field is never read: `types` [INFO] [stderr] --> src/nil/layout.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | pub(super) types: View>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Layout` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nil/layout.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `ni` (lib test) generated 3 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ni-4c94327c224736fb) [INFO] [stdout] [INFO] [stdout] running 77 tests [INFO] [stdout] test common::tests::op_size_of ... ok [INFO] [stdout] test decoder::decoder::tests::decode_app ... ok [INFO] [stdout] test decoder::decoder::tests::decode_bin_both_offset ... ok [INFO] [stdout] test decoder::decoder::tests::decode_bin_first_offset ... ok [INFO] [stdout] test decoder::decoder::tests::decode_bin_long ... ok [INFO] [stdout] test decoder::decoder::tests::decode_bin_second_offset ... ok [INFO] [stdout] test decoder::decoder::tests::decode_bin_short ... ok [INFO] [stdout] test decoder::decoder::tests::decode_cnv ... ok [INFO] [stdout] test decoder::decoder::tests::decode_cpy ... ok [INFO] [stdout] test decoder::decoder::tests::decode_fls ... ok [INFO] [stdout] test decoder::decoder::tests::decode_ifa ... ok [INFO] [stdout] test decoder::decoder::tests::decode_ife ... ok [INFO] [stdout] test decoder::decoder::tests::decode_in ... ok [INFO] [stdout] test decoder::decoder::tests::decode_incorrect_variant ... ok [INFO] [stdout] test decoder::decoder::tests::decode_out ... ok [INFO] [stdout] test decoder::decoder::tests::decode_par ... ok [INFO] [stdout] test decoder::decoder::tests::decode_ret ... ok [INFO] [stdout] test decoder::decoder::tests::decode_shl ... ok [INFO] [stdout] test decoder::decoder::tests::decode_un_first_offset ... ok [INFO] [stdout] test decoder::decoder::tests::decode_un_long ... ok [INFO] [stdout] test decoder::decoder::tests::decode_un_short ... ok [INFO] [stdout] test decoder::decoder::tests::decode_unexpected_end ... ok [INFO] [stdout] test decoder::decoder::tests::decode_unknown_op_code ... ok [INFO] [stdout] test encoder::encoder::tests::encode_app ... ok [INFO] [stdout] test encoder::encoder::tests::encode_bin_both_offset ... ok [INFO] [stdout] test encoder::encoder::tests::encode_bin_first_offset ... ok [INFO] [stdout] test encoder::encoder::tests::encode_bin_long ... ok [INFO] [stdout] test encoder::encoder::tests::encode_bin_second_offset ... ok [INFO] [stdout] test encoder::encoder::tests::encode_bin_short ... ok [INFO] [stdout] test encoder::encoder::tests::encode_cnv ... ok [INFO] [stdout] test encoder::encoder::tests::encode_cpy ... ok [INFO] [stdout] test encoder::encoder::tests::encode_emp ... ok [INFO] [stdout] test encoder::encoder::tests::encode_fls ... ok [INFO] [stdout] test encoder::encoder::tests::encode_ife ... ok [INFO] [stdout] test encoder::encoder::tests::encode_in ... ok [INFO] [stdout] test encoder::encoder::tests::encode_long ... ok [INFO] [stdout] test encoder::encoder::tests::encode_out ... ok [INFO] [stdout] test encoder::encoder::tests::encode_par ... ok [INFO] [stdout] test encoder::encoder::tests::encode_ret ... ok [INFO] [stdout] test encoder::encoder::tests::encode_shl ... ok [INFO] [stdout] test encoder::encoder::tests::encode_short ... ok [INFO] [stdout] test encoder::encoder::tests::encode_un_first_offset ... ok [INFO] [stdout] test executor::executor::tests::executor_add ... ok [INFO] [stdout] test executor::executor::tests::executor_call_fn ... ok [INFO] [stdout] test executor::executor::tests::executor_cmp ... ok [INFO] [stdout] test executor::executor::tests::executor_cnv ... ok [INFO] [stdout] test executor::executor::tests::executor_cpy ... ok [INFO] [stdout] test executor::executor::tests::executor_div ... ok [INFO] [stdout] test executor::executor::tests::executor_glb ... ok [INFO] [stdout] test executor::executor::tests::executor_go ... ok [INFO] [stdout] test executor::executor::tests::executor_gcd ... ok [INFO] [stdout] test executor::executor::tests::executor_ife ... ok [INFO] [stdout] test executor::executor::tests::executor_ifa ... ok [INFO] [stdout] test executor::executor::tests::executor_hello ... ok [INFO] [stdout] test executor::executor::tests::executor_zer ... ok [INFO] [stdout] test executor::memory::tests::memory_copy ... ok [INFO] [stdout] test executor::memory::tests::memory_copy_move ... ok [INFO] [stdout] test executor::executor::tests::executor_set_get_val ... ok [INFO] [stdout] test executor::memory::tests::memory_copy_wrong_range ... ok [INFO] [stdout] test executor::memory::tests::memory_append ... ok [INFO] [stdout] test executor::memory::tests::memory_set_get_stack ... ok [INFO] [stdout] test executor::memory::tests::memory_set_zeros ... ok [INFO] [stdout] test nil::layout_builder::tests::layout_error ... ok [INFO] [stdout] test executor::executor::tests::executor_ina ... ok [INFO] [stdout] test executor::files::tests::files_open ... ok [INFO] [stdout] test nil::layout::tests::layout ... ok [INFO] [stdout] test nil::layout_builder::tests::layout_builder ... ok [INFO] [stdout] test executor::memory::tests::memory_set_get_heap ... ok [INFO] [stdout] test executor::memory::tests::memory_update ... ok [INFO] [stdout] test executor::executor::tests::executor_shr ... ok [INFO] [stdout] test executor::memory::tests::memory_copy_segmentation_fault ... ok [INFO] [stdout] test executor::executor::tests::executor_mul ... ok [INFO] [stdout] test executor::executor::tests::executor_set ... ok [INFO] [stdout] test executor::executor::tests::executor_iff ... ok [INFO] [stdout] test executor::executor::tests::executor_ift ... ok [INFO] [stdout] test executor::executor::tests::executor_shl ... ok [INFO] [stderr] Doc-tests ni [INFO] [stdout] test executor::executor::tests::executor_mul_from_in ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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] running `Command { std: "docker" "inspect" "d538a879b1133b75e6a2d9c99337d61747d6eb87252b9518511ceb6e7d4940c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d538a879b1133b75e6a2d9c99337d61747d6eb87252b9518511ceb6e7d4940c7", kill_on_drop: false }` [INFO] [stdout] d538a879b1133b75e6a2d9c99337d61747d6eb87252b9518511ceb6e7d4940c7