[INFO] fetching crate ni 0.1.0... [INFO] testing ni-0.1.0 against beta-2022-04-10 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 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 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" "+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] [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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a9b00bdb3c56f5bed6680830e35b8ad61b3ebeb4572af5448e896758591aeb2 [INFO] running `Command { std: "docker" "start" "-a" "3a9b00bdb3c56f5bed6680830e35b8ad61b3ebeb4572af5448e896758591aeb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a9b00bdb3c56f5bed6680830e35b8ad61b3ebeb4572af5448e896758591aeb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a9b00bdb3c56f5bed6680830e35b8ad61b3ebeb4572af5448e896758591aeb2", kill_on_drop: false }` [INFO] [stdout] 3a9b00bdb3c56f5bed6680830e35b8ad61b3ebeb4572af5448e896758591aeb2 [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c61c6cda7dbef5d72bd892fca0f7c29f12413fcfc3e57c58700b08f21229e551 [INFO] running `Command { std: "docker" "start" "-a" "c61c6cda7dbef5d72bd892fca0f7c29f12413fcfc3e57c58700b08f21229e551", 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.35s [INFO] running `Command { std: "docker" "inspect" "c61c6cda7dbef5d72bd892fca0f7c29f12413fcfc3e57c58700b08f21229e551", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c61c6cda7dbef5d72bd892fca0f7c29f12413fcfc3e57c58700b08f21229e551", kill_on_drop: false }` [INFO] [stdout] c61c6cda7dbef5d72bd892fca0f7c29f12413fcfc3e57c58700b08f21229e551 [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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d248b7f012158ac5521dc2b4ed644886a112ca27a727bd6adca53c76b10329ae [INFO] running `Command { std: "docker" "start" "-a" "d248b7f012158ac5521dc2b4ed644886a112ca27a727bd6adca53c76b10329ae", 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] [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.76s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/ni-76f2b666734a6c09) [INFO] running `Command { std: "docker" "inspect" "d248b7f012158ac5521dc2b4ed644886a112ca27a727bd6adca53c76b10329ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d248b7f012158ac5521dc2b4ed644886a112ca27a727bd6adca53c76b10329ae", kill_on_drop: false }` [INFO] [stdout] d248b7f012158ac5521dc2b4ed644886a112ca27a727bd6adca53c76b10329ae [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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7845da96dba9e143a85b0d31cfc8bcb815d4b4317a15fd57ebbad081de1b401d [INFO] running `Command { std: "docker" "start" "-a" "7845da96dba9e143a85b0d31cfc8bcb815d4b4317a15fd57ebbad081de1b401d", 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.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ni-76f2b666734a6c09) [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_first_offset ... ok [INFO] [stdout] test decoder::decoder::tests::decode_bin_both_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_ifa ... ok [INFO] [stdout] test decoder::decoder::tests::decode_fls ... 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_shl ... ok [INFO] [stdout] test decoder::decoder::tests::decode_un_short ... ok [INFO] [stdout] test decoder::decoder::tests::decode_ret ... ok [INFO] [stdout] test decoder::decoder::tests::decode_un_first_offset ... ok [INFO] [stdout] test decoder::decoder::tests::decode_unexpected_end ... ok [INFO] [stdout] test decoder::decoder::tests::decode_un_long ... 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_long ... ok [INFO] [stdout] test encoder::encoder::tests::encode_in ... 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_cnv ... ok [INFO] [stdout] test executor::executor::tests::executor_cmp ... ok [INFO] [stdout] test executor::executor::tests::executor_cpy ... ok [INFO] [stdout] test executor::executor::tests::executor_call_fn ... ok [INFO] [stdout] test executor::executor::tests::executor_glb ... ok [INFO] [stdout] test executor::executor::tests::executor_div ... 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_hello ... ok [INFO] [stdout] test executor::executor::tests::executor_go ... ok [INFO] [stdout] test executor::executor::tests::executor_iff ... ok [INFO] [stdout] test executor::executor::tests::executor_ifa ... ok [INFO] [stdout] test executor::executor::tests::executor_mul_from_in ... ok [INFO] [stdout] test executor::executor::tests::executor_ina ... ok [INFO] [stdout] test executor::executor::tests::executor_set_get_val ... ok [INFO] [stdout] test executor::executor::tests::executor_ift ... ok [INFO] [stdout] test executor::executor::tests::executor_shl ... 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 executor::memory::tests::memory_set_get_heap ... ok [INFO] [stdout] test executor::memory::tests::memory_copy_segmentation_fault ... ok [INFO] [stdout] test nil::layout_builder::tests::layout_error ... ok [INFO] [stdout] test executor::memory::tests::memory_copy_move ... ok [INFO] [stdout] test executor::memory::tests::memory_update ... ok [INFO] [stdout] test executor::memory::tests::memory_copy_wrong_range ... 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_copy ... ok [INFO] [stdout] test executor::executor::tests::executor_zer ... ok [INFO] [stdout] test executor::executor::tests::executor_set ... ok [INFO] [stdout] test executor::executor::tests::executor_shr ... ok [INFO] [stdout] test executor::executor::tests::executor_mul ... 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] [stderr] Doc-tests ni [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" "7845da96dba9e143a85b0d31cfc8bcb815d4b4317a15fd57ebbad081de1b401d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7845da96dba9e143a85b0d31cfc8bcb815d4b4317a15fd57ebbad081de1b401d", kill_on_drop: false }` [INFO] [stdout] 7845da96dba9e143a85b0d31cfc8bcb815d4b4317a15fd57ebbad081de1b401d