[INFO] cloning repository https://github.com/tolumide-ng/coding-challenge [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tolumide-ng/coding-challenge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftolumide-ng%2Fcoding-challenge", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftolumide-ng%2Fcoding-challenge'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f086f2c577d12dfbcf99f99bba55dae91f64d928 [INFO] testing tolumide-ng/coding-challenge against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftolumide-ng%2Fcoding-challenge" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tolumide-ng/coding-challenge 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 git repo https://github.com/tolumide-ng/coding-challenge [INFO] finished tweaking git repo https://github.com/tolumide-ng/coding-challenge [INFO] tweaked toml for git repo https://github.com/tolumide-ng/coding-challenge written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/tolumide-ng/coding-challenge already has a lockfile, it will not be regenerated [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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7cb3f0d3e2f455db1fcab116f1fd6e7b0f908c9ae1e8f1ae43ade47840116511 [INFO] running `Command { std: "docker" "start" "-a" "7cb3f0d3e2f455db1fcab116f1fd6e7b0f908c9ae1e8f1ae43ade47840116511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7cb3f0d3e2f455db1fcab116f1fd6e7b0f908c9ae1e8f1ae43ade47840116511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cb3f0d3e2f455db1fcab116f1fd6e7b0f908c9ae1e8f1ae43ade47840116511", kill_on_drop: false }` [INFO] [stdout] 7cb3f0d3e2f455db1fcab116f1fd6e7b0f908c9ae1e8f1ae43ade47840116511 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7728f4c9ff4cb3d50c4aab2d2c465f1dd82ab6a1e860e305b64a19edb29e30d5 [INFO] running `Command { std: "docker" "start" "-a" "7728f4c9ff4cb3d50c4aab2d2c465f1dd82ab6a1e860e305b64a19edb29e30d5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling data_structures v0.1.0 (/opt/rustwide/workdir/data_structures) [INFO] [stderr] Compiling dynamic_pg v0.1.0 (/opt/rustwide/workdir/dynamic_pg) [INFO] [stdout] warning: field is never read: `memo` [INFO] [stdout] --> dynamic_pg/src/dynamic_programming/all_construct.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | memo: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `AllConstructs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> dynamic_pg/src/dynamic_programming/all_construct.rs:12:14 [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: `aggregator` [INFO] [stdout] --> dynamic_pg/src/dynamic_programming/all_construct.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | aggregator: ReturnType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AllConstructs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> dynamic_pg/src/dynamic_programming/all_construct.rs:12:14 [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: `target` [INFO] [stdout] --> dynamic_pg/src/dynamic_programming/all_construct.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | target: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AllConstructs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> dynamic_pg/src/dynamic_programming/all_construct.rs:12:14 [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: unused variable: `pn` [INFO] [stdout] --> data_structures/src/recursion/same_tree.rs:108:15 [INFO] [stdout] | [INFO] [stdout] 108 | (Some(pn), None) => false, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_pn` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `qn` [INFO] [stdout] --> data_structures/src/recursion/same_tree.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | (None, Some(qn)) => false, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_qn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `store` as mutable because it is also borrowed as immutable [INFO] [stdout] --> data_structures/src/recursion/skyline_problem.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 83 | let last = &store[store.len() -1]; [INFO] [stdout] | ----- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 86 | store.push(Building::new(last.end, last.end, 0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `store` as mutable because it is also borrowed as immutable [INFO] [stdout] --> data_structures/src/recursion/skyline_problem.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 32 | let prev = &store[store.len() - 1]; [INFO] [stdout] | ----- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 62 | store.push(Building::new(prev.end, prev.end, 0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `realistic_size` [INFO] [stdout] --> data_structures/src/binary_tree/priority_queue.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | realistic_size: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BinaryHeap` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/binary_tree/priority_queue.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Debug, Clone)] [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: `deadlocks` [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | deadlocks: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Handler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[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: `target` [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | target: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Handler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[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: `expected` [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | expected: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Handler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[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: struct is never constructed: `Parenthesis` [INFO] [stdout] --> data_structures/src/recursion/generate_parenthesis.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | struct Parenthesis {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `generate_parenthesis` [INFO] [stdout] --> data_structures/src/recursion/generate_parenthesis.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn generate_parenthesis(n: i32) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `backtrack` [INFO] [stdout] --> data_structures/src/recursion/generate_parenthesis.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | fn backtrack( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cache` [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | cache: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UniqueBst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[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: `n` [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | n: i32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UniqueBst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[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: `stack` [INFO] [stdout] --> data_structures/src/queues_stacks/inorder_traversal.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | stack: Vec>>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Traversal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/inorder_traversal.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | #[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: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling others v0.1.0 (/opt/rustwide/workdir/others) [INFO] [stdout] warning: function is never used: `histogram_brute_force` [INFO] [stdout] --> others/src/the_algos/largest_rectangle_histogram.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn histogram_brute_force(heights: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `calculate_area` [INFO] [stdout] --> others/src/the_algos/largest_rectangle_histogram.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn calculate_area( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `histogram_stack_approach` [INFO] [stdout] --> others/src/the_algos/largest_rectangle_histogram.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn histogram_stack_approach(heights: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pn` [INFO] [stdout] --> data_structures/src/recursion/same_tree.rs:108:15 [INFO] [stdout] | [INFO] [stdout] 108 | (Some(pn), None) => false, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_pn` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `qn` [INFO] [stdout] --> data_structures/src/recursion/same_tree.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | (None, Some(qn)) => false, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_qn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `store` as mutable because it is also borrowed as immutable [INFO] [stdout] --> data_structures/src/recursion/skyline_problem.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 83 | let last = &store[store.len() -1]; [INFO] [stdout] | ----- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 86 | store.push(Building::new(last.end, last.end, 0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `store` as mutable because it is also borrowed as immutable [INFO] [stdout] --> data_structures/src/recursion/skyline_problem.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 32 | let prev = &store[store.len() - 1]; [INFO] [stdout] | ----- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 62 | store.push(Building::new(prev.end, prev.end, 0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `realistic_size` [INFO] [stdout] --> data_structures/src/binary_tree/priority_queue.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | realistic_size: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BinaryHeap` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/binary_tree/priority_queue.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Debug, Clone)] [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: `deadlocks` [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | deadlocks: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Handler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[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: `target` [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | target: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Handler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[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: `expected` [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | expected: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Handler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[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: struct is never constructed: `Parenthesis` [INFO] [stdout] --> data_structures/src/recursion/generate_parenthesis.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | struct Parenthesis {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `generate_parenthesis` [INFO] [stdout] --> data_structures/src/recursion/generate_parenthesis.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn generate_parenthesis(n: i32) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `backtrack` [INFO] [stdout] --> data_structures/src/recursion/generate_parenthesis.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | fn backtrack( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cache` [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | cache: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UniqueBst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[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: `n` [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | n: i32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UniqueBst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[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: `stack` [INFO] [stdout] --> data_structures/src/queues_stacks/inorder_traversal.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | stack: Vec>>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Traversal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/inorder_traversal.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | #[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: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.47s [INFO] running `Command { std: "docker" "inspect" "7728f4c9ff4cb3d50c4aab2d2c465f1dd82ab6a1e860e305b64a19edb29e30d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7728f4c9ff4cb3d50c4aab2d2c465f1dd82ab6a1e860e305b64a19edb29e30d5", kill_on_drop: false }` [INFO] [stdout] 7728f4c9ff4cb3d50c4aab2d2c465f1dd82ab6a1e860e305b64a19edb29e30d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66c9a7a2c661fc95e7f626523f4eb316afe04e9feef55bf10b10ff8e8f40888a [INFO] running `Command { std: "docker" "start" "-a" "66c9a7a2c661fc95e7f626523f4eb316afe04e9feef55bf10b10ff8e8f40888a", kill_on_drop: false }` [INFO] [stdout] warning: unused variable: `pn` [INFO] [stdout] --> data_structures/src/recursion/same_tree.rs:108:15 [INFO] [stdout] | [INFO] [stdout] 108 | (Some(pn), None) => false, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_pn` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `qn` [INFO] [stdout] --> data_structures/src/recursion/same_tree.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | (None, Some(qn)) => false, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_qn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `store` as mutable because it is also borrowed as immutable [INFO] [stdout] --> data_structures/src/recursion/skyline_problem.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 83 | let last = &store[store.len() -1]; [INFO] [stdout] | ----- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 86 | store.push(Building::new(last.end, last.end, 0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `store` as mutable because it is also borrowed as immutable [INFO] [stdout] --> data_structures/src/recursion/skyline_problem.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 32 | let prev = &store[store.len() - 1]; [INFO] [stdout] | ----- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 62 | store.push(Building::new(prev.end, prev.end, 0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `realistic_size` [INFO] [stdout] --> data_structures/src/binary_tree/priority_queue.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | realistic_size: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BinaryHeap` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/binary_tree/priority_queue.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Debug, Clone)] [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: `deadlocks` [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | deadlocks: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Handler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[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: `target` [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | target: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Handler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[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: `expected` [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | expected: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Handler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/open_the_lock.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[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 data_structures v0.1.0 (/opt/rustwide/workdir/data_structures) [INFO] [stdout] warning: struct is never constructed: `Parenthesis` [INFO] [stdout] --> data_structures/src/recursion/generate_parenthesis.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | struct Parenthesis {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling dynamic_pg v0.1.0 (/opt/rustwide/workdir/dynamic_pg) [INFO] [stdout] warning: associated function is never used: `generate_parenthesis` [INFO] [stdout] --> data_structures/src/recursion/generate_parenthesis.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn generate_parenthesis(n: i32) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling others v0.1.0 (/opt/rustwide/workdir/others) [INFO] [stdout] warning: associated function is never used: `backtrack` [INFO] [stdout] --> data_structures/src/recursion/generate_parenthesis.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | fn backtrack( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cache` [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | cache: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UniqueBst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[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: `n` [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | n: i32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UniqueBst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[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: `stack` [INFO] [stdout] --> data_structures/src/queues_stacks/inorder_traversal.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | stack: Vec>>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Traversal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/inorder_traversal.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | #[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: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `memo` [INFO] [stdout] --> dynamic_pg/src/dynamic_programming/all_construct.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | memo: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `AllConstructs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> dynamic_pg/src/dynamic_programming/all_construct.rs:12:14 [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: `aggregator` [INFO] [stdout] --> dynamic_pg/src/dynamic_programming/all_construct.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | aggregator: ReturnType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AllConstructs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> dynamic_pg/src/dynamic_programming/all_construct.rs:12:14 [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: `target` [INFO] [stdout] --> dynamic_pg/src/dynamic_programming/all_construct.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | target: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AllConstructs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> dynamic_pg/src/dynamic_programming/all_construct.rs:12:14 [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: unused variable: `pn` [INFO] [stdout] --> data_structures/src/recursion/same_tree.rs:108:15 [INFO] [stdout] | [INFO] [stdout] 108 | (Some(pn), None) => false, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_pn` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `qn` [INFO] [stdout] --> data_structures/src/recursion/same_tree.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | (None, Some(qn)) => false, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_qn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pn` [INFO] [stdout] --> data_structures/src/recursion/same_tree.rs:108:15 [INFO] [stdout] | [INFO] [stdout] 108 | (Some(pn), None) => false, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_pn` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `qn` [INFO] [stdout] --> data_structures/src/recursion/same_tree.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | (None, Some(qn)) => false, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_qn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `store` as mutable because it is also borrowed as immutable [INFO] [stdout] --> data_structures/src/recursion/skyline_problem.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 83 | let last = &store[store.len() -1]; [INFO] [stdout] | ----- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 86 | store.push(Building::new(last.end, last.end, 0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `store` as mutable because it is also borrowed as immutable [INFO] [stdout] --> data_structures/src/recursion/skyline_problem.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 32 | let prev = &store[store.len() - 1]; [INFO] [stdout] | ----- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 62 | store.push(Building::new(prev.end, prev.end, 0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `store` as mutable because it is also borrowed as immutable [INFO] [stdout] --> data_structures/src/recursion/skyline_problem.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 83 | let last = &store[store.len() -1]; [INFO] [stdout] | ----- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 86 | store.push(Building::new(last.end, last.end, 0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `store` as mutable because it is also borrowed as immutable [INFO] [stdout] --> data_structures/src/recursion/skyline_problem.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 32 | let prev = &store[store.len() - 1]; [INFO] [stdout] | ----- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 62 | store.push(Building::new(prev.end, prev.end, 0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `realistic_size` [INFO] [stdout] --> data_structures/src/binary_tree/priority_queue.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | realistic_size: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BinaryHeap` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/binary_tree/priority_queue.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Debug, Clone)] [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: `cache` [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | cache: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UniqueBst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[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: `n` [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | n: i32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UniqueBst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[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: `stack` [INFO] [stdout] --> data_structures/src/queues_stacks/inorder_traversal.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | stack: Vec>>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Traversal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/inorder_traversal.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | #[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: `realistic_size` [INFO] [stdout] --> data_structures/src/binary_tree/priority_queue.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | realistic_size: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BinaryHeap` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/binary_tree/priority_queue.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Debug, Clone)] [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: `cache` [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | cache: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UniqueBst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[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: `n` [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | n: i32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UniqueBst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/recursion/unique_binary_tree.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[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: `stack` [INFO] [stdout] --> data_structures/src/queues_stacks/inorder_traversal.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | stack: Vec>>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Traversal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> data_structures/src/queues_stacks/inorder_traversal.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | #[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: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.01s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/data_structures-9b1e14b7ed4f6639) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/data_structures-2b5a8fe65910ec06) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/dynamic_pg-ab7e7daa52eb863f) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/others-78b0c3d059849433) [INFO] running `Command { std: "docker" "inspect" "66c9a7a2c661fc95e7f626523f4eb316afe04e9feef55bf10b10ff8e8f40888a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66c9a7a2c661fc95e7f626523f4eb316afe04e9feef55bf10b10ff8e8f40888a", kill_on_drop: false }` [INFO] [stdout] 66c9a7a2c661fc95e7f626523f4eb316afe04e9feef55bf10b10ff8e8f40888a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] abe7c326315a71559e340e6047521ad1c331e61a37eb737239aea0b16934d644 [INFO] running `Command { std: "docker" "start" "-a" "abe7c326315a71559e340e6047521ad1c331e61a37eb737239aea0b16934d644", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `pn` [INFO] [stderr] --> data_structures/src/recursion/same_tree.rs:108:15 [INFO] [stderr] | [INFO] [stderr] 108 | (Some(pn), None) => false, [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_pn` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `qn` [INFO] [stderr] --> data_structures/src/recursion/same_tree.rs:109:21 [INFO] [stderr] | [INFO] [stderr] 109 | (None, Some(qn)) => false, [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_qn` [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `store` as mutable because it is also borrowed as immutable [INFO] [stderr] --> data_structures/src/recursion/skyline_problem.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 83 | let last = &store[store.len() -1]; [INFO] [stderr] | ----- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 86 | store.push(Building::new(last.end, last.end, 0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow later used here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `store` as mutable because it is also borrowed as immutable [INFO] [stderr] --> data_structures/src/recursion/skyline_problem.rs:62:21 [INFO] [stderr] | [INFO] [stderr] 32 | let prev = &store[store.len() - 1]; [INFO] [stderr] | ----- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 62 | store.push(Building::new(prev.end, prev.end, 0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow later used here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: field is never read: `realistic_size` [INFO] [stderr] --> data_structures/src/binary_tree/priority_queue.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | realistic_size: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `BinaryHeap` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> data_structures/src/binary_tree/priority_queue.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | #[derive(Debug, Clone)] [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: `deadlocks` [INFO] [stderr] --> data_structures/src/queues_stacks/open_the_lock.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | deadlocks: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Handler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> data_structures/src/queues_stacks/open_the_lock.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | #[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: `target` [INFO] [stderr] --> data_structures/src/queues_stacks/open_the_lock.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | target: String, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Handler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> data_structures/src/queues_stacks/open_the_lock.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | #[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: `expected` [INFO] [stderr] --> data_structures/src/queues_stacks/open_the_lock.rs:97:5 [INFO] [stderr] | [INFO] [stderr] 97 | expected: i32, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Handler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> data_structures/src/queues_stacks/open_the_lock.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | #[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: struct is never constructed: `Parenthesis` [INFO] [stderr] --> data_structures/src/recursion/generate_parenthesis.rs:1:8 [INFO] [stderr] | [INFO] [stderr] 1 | struct Parenthesis {} [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `generate_parenthesis` [INFO] [stderr] --> data_structures/src/recursion/generate_parenthesis.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn generate_parenthesis(n: i32) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `backtrack` [INFO] [stderr] --> data_structures/src/recursion/generate_parenthesis.rs:11:8 [INFO] [stderr] | [INFO] [stderr] 11 | fn backtrack( [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cache` [INFO] [stderr] --> data_structures/src/recursion/unique_binary_tree.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | cache: HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `UniqueBst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> data_structures/src/recursion/unique_binary_tree.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | #[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: `n` [INFO] [stderr] --> data_structures/src/recursion/unique_binary_tree.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | n: i32, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `UniqueBst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> data_structures/src/recursion/unique_binary_tree.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | #[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: `stack` [INFO] [stderr] --> data_structures/src/queues_stacks/inorder_traversal.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | stack: Vec>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Traversal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> data_structures/src/queues_stacks/inorder_traversal.rs:16:14 [INFO] [stderr] | [INFO] [stderr] 16 | #[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: `data_structures` (lib) generated 14 warnings [INFO] [stderr] warning: field is never read: `memo` [INFO] [stderr] --> dynamic_pg/src/dynamic_programming/all_construct.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | memo: HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `AllConstructs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> dynamic_pg/src/dynamic_programming/all_construct.rs:12:14 [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: `aggregator` [INFO] [stderr] --> dynamic_pg/src/dynamic_programming/all_construct.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | aggregator: ReturnType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `AllConstructs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> dynamic_pg/src/dynamic_programming/all_construct.rs:12:14 [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: `target` [INFO] [stderr] --> dynamic_pg/src/dynamic_programming/all_construct.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | target: String, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `AllConstructs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> dynamic_pg/src/dynamic_programming/all_construct.rs:12:14 [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: `data_structures` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] warning: `dynamic_pg` (bin "dynamic_pg" test) generated 3 warnings [INFO] [stderr] warning: `data_structures` (bin "data_structures" test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/data_structures-9b1e14b7ed4f6639) [INFO] [stdout] [INFO] [stdout] running 109 tests [INFO] [stdout] test binary_tree::in_order_traversal::test_inorder_traversal::double_element_recursive_inorder_test ... ok [INFO] [stdout] test binary_tree::in_order_traversal::test_inorder_traversal::one_element_recursive_inorder_test ... ok [INFO] [stdout] test binary_tree::in_order_traversal::test_inorder_traversal::recursive_inorder_test ... ok [INFO] [stdout] test binary_tree::level_order_traversal::breadth_first_search::single_elem_beadth_first_test ... ok [INFO] [stdout] test binary_tree::level_order_traversal::breadth_first_search::double_elem_breath_first_test ... ok [INFO] [stdout] test binary_tree::level_order_traversal::breadth_first_search::test_breadth_first_search ... ok [INFO] [stdout] test binary_tree::lowest_common_ancestor::test_lca::gets_none_if_unavailable ... ok [INFO] [stdout] test binary_tree::pre_order_traversal::test_preorder_traversal::iterative_preorder_test ... ok [INFO] [stdout] test binary_tree::post_order_traversal::test_post_order_traversal::test_post_order_traversal ... ok [INFO] [stdout] test binary_tree::priority_queue::test_min_priority::min_priority_order ... ok [INFO] [stdout] test binary_tree::pre_order_traversal::test_preorder_traversal::recursive_preorder_test ... ok [INFO] [stdout] test binary_tree::priority_queue::test_min_priority::min_priority_insertion ... ok [INFO] [stdout] test binary_tree::priority_queue::test_min_priority::order_after_removal ... ok [INFO] [stdout] test binary_tree::priority_queue::test_min_priority::test_change_priority ... ok [INFO] [stdout] test binary_tree::serialize_deserialize::serialize_deserialize_tests::test_deserialize ... ok [INFO] [stdout] test linked_lists::dnode::dtests::test_new_dnode_integer ... ok [INFO] [stdout] test linked_lists::dnode::dtests::test_new_dnode_string ... ok [INFO] [stdout] test linked_lists::doubly_linked_list::test_doubly_linked_list::insert_elemenet ... ok [INFO] [stdout] test binary_tree::serialize_deserialize::serialize_deserialize_tests::test_serialize ... ok [INFO] [stdout] test linked_lists::doubly_linked_list::test_doubly_linked_list::test_append_to_end ... ok [INFO] [stdout] test linked_lists::doubly_linked_list::test_doubly_linked_list::test_delete_nth_element ... ok [INFO] [stdout] test linked_lists::doubly_linked_list::test_doubly_linked_list::test_get_nth_element ... ok [INFO] [stdout] test linked_lists::doubly_linked_list::test_doubly_linked_list::test_new_empty_dlist ... ok [INFO] [stdout] test linked_lists::doubly_linked_list::test_doubly_linked_list::test_pop_head_multi_elem ... ok [INFO] [stdout] test linked_lists::doubly_linked_list::test_doubly_linked_list::test_pop_end_single_elem ... ok [INFO] [stdout] test linked_lists::doubly_linked_list::test_doubly_linked_list::test_pop_head_one_elem ... ok [INFO] [stdout] test linked_lists::linked_palindrome::linked_palindrom_tests::is_palindrome_eight ... ok [INFO] [stdout] test linked_lists::linked_palindrome::linked_palindrom_tests::is_palindrome_fifth ... ok [INFO] [stdout] test linked_lists::linked_palindrome::linked_palindrom_tests::is_palindrome_first ... ok [INFO] [stdout] test linked_lists::linked_palindrome::linked_palindrom_tests::is_palindrome_fourth ... ok [INFO] [stdout] test linked_lists::linked_palindrome::linked_palindrom_tests::is_palindrome_second ... ok [INFO] [stdout] test linked_lists::linked_palindrome::linked_palindrom_tests::is_palindrome_seventh ... ok [INFO] [stdout] test linked_lists::linked_palindrome::linked_palindrom_tests::is_palindrome_sixth ... ok [INFO] [stdout] test linked_lists::linked_palindrome::linked_palindrom_tests::is_palindrome_third ... ok [INFO] [stdout] test linked_lists::linked_rcs::test_linked_rcs_mod::test_append_list ... ok [INFO] [stdout] test linked_lists::linked_rcs::test_linked_rcs_mod::test_new_empty_list ... ok [INFO] [stdout] test linked_lists::node::tests::test_new_node ... ok [INFO] [stdout] test linked_lists::linked_rcs::test_linked_rcs_mod::test_new_list ... ok [INFO] [stdout] test linked_lists::nth_from_last::test_nth_pointer::get_nth_elem_empty ... ok [INFO] [stdout] test linked_lists::nth_from_last::test_nth_pointer::get_not_enough_nth_elem ... ok [INFO] [stdout] test linked_lists::nth_from_last::test_nth_pointer::get_nth_elem_from_end ... ok [INFO] [stdout] test linked_lists::odd_even_linked_lists::odd_even_linked_lists ... ok [INFO] [stdout] test linked_lists::reversed_linked_lists::premo_wayne ... ok [INFO] [stdout] test linked_lists::single_ll::test_singly_ll_mod::singly_ll ... ok [INFO] [stdout] test queues_stacks::circular_queue::test_queue::test_enqeue_rear ... ok [INFO] [stdout] test queues_stacks::circular_queue::test_queue::test_queue_edge_case ... ok [INFO] [stdout] test linked_lists::remove_linked_elements::remove_linked_elem ... ok [INFO] [stdout] test queues_stacks::daily_temperatures::test_daily_temps_cont::test_daily_temps ... ok [INFO] [stdout] test queues_stacks::flood_fill::test_flood_fill_cont::test_flood_fill ... ok [INFO] [stdout] test queues_stacks::keys_and_rooms::can_visit_all_rooms_cont::test_keys_and_rooms ... ok [INFO] [stdout] test queues_stacks::decode_string::test_decode_string_cont::test_decode_string ... ok [INFO] [stdout] test queues_stacks::min_stack::test_min_stack_cont::test_min_stack ... ok [INFO] [stdout] test queues_stacks::moving_data_stream::test_circular_queue::test_cq ... ok [INFO] [stdout] test queues_stacks::matrix_01::test_matrix_01_cont::test_matrix_01 ... ok [INFO] [stdout] test queues_stacks::number_of_islands_bfs::test_islands_number_bfs_cont::test_island_number_bfs ... ok [INFO] [stdout] test queues_stacks::number_of_islands_dfs::test_islands_number::test_island_number ... ok [INFO] [stdout] test queues_stacks::reverse_polish_notation::test_rpn_cont::test_rpn ... ok [INFO] [stdout] test queues_stacks::target_sum::test_target_sum_cont::test_dynamic_target_sum ... ok [INFO] [stdout] test queues_stacks::target_sum::test_target_sum_cont::test_target_sum ... ok [INFO] [stdout] test queues_stacks::target_sum::test_target_sum_cont::test_memoized_target_sum ... ok [INFO] [stdout] test queues_stacks::valid_parentheses::test_valid_parentheses_cont::test_valid_parentheses ... ok [INFO] [stdout] test queues_stacks::stack_with_queues::test::test_stack_with_queue ... ok [INFO] [stdout] test queues_stacks::walls_and_gates::test_walls::test_walls_and_gates ... ok [INFO] [stdout] test queues_stacks::perfect_squares::test_perfect_squares_cont::test_perfect_squares ... ok [INFO] [stdout] test queues_stacks::walls_and_gates_dfs::test_walls_dfs::test_walls_and_gates_dfs ... ok [INFO] [stdout] test recursion::climbing_stairs::test_climb_stairs_mod::test_climb_stairs ... ok [INFO] [stdout] test recursion::binary_tree_depth::test_max_depth_mod::test_max_depth_recursion ... ok [INFO] [stdout] test recursion::binary_tree_depth::test_max_depth_mod::test_max_depth_bfs ... ok [INFO] [stdout] test recursion::combination::test_combination_mod::test_combination ... ok [INFO] [stdout] test recursion::fibonacci::test_fibonacci_mod::test_fib_fast ... ok [INFO] [stdout] test recursion::fibonacci::test_fibonacci_mod::test_tail_optimised_fibonacci ... ok [INFO] [stdout] test recursion::create_bst::test_create_bst_mod::test_creates_bst ... ok [INFO] [stdout] test recursion::generate_parenthesis::test_generate_parenthesis_mod::test_generate_parenthesis ... ok [INFO] [stdout] test recursion::largest_histogram::test_largest_histogram_mod::test_largest_histogram ... ok [INFO] [stdout] test recursion::kth_largest_element::test_find_kth_largest_mod::test_find_kth_largest ... ok [INFO] [stdout] test recursion::merge_sort::test_merge_sort_mod::test_top_down_approach ... ok [INFO] [stdout] test recursion::kth_symbol_in_grammar::test_kth_grammar_mod::test_kth_grammar ... ok [INFO] [stdout] test recursion::merge_two_sorted_lists::merge_two_sorted_list_mod::test_merge_two_lists_approach_2 ... ok [INFO] [stdout] test recursion::fibonacci::test_fibonacci_mod::test_fib_memo ... ok [INFO] [stdout] test recursion::merge_two_sorted_lists::merge_two_sorted_list_mod::test_merge_lists ... ok [INFO] [stdout] test recursion::merge_two_sorted_lists::merge_two_sorted_list_mod::test_short_list ... ok [INFO] [stdout] test recursion::letter_combinations::test_letter_comb_mod::test_letter_comb ... ok [INFO] [stdout] test recursion::pascals_triangle::test_get_row_mod::test_get_row ... ok [INFO] [stdout] test recursion::pascals_triangle::test_get_row_mod::test_get_row_one ... ok [INFO] [stdout] test recursion::pascals_triangle::test_get_row_mod::test_get_row_inexistent ... ok [INFO] [stdout] test recursion::n_queens::test_n_queens_mod::n_queens_test ... ok [INFO] [stdout] test recursion::pascals_triangle::test_get_row_mod::test_get_row_zero ... ok [INFO] [stdout] test recursion::permutations::test_permute_mod::test_emoty_permute ... ok [INFO] [stdout] test recursion::pow_x_n::test_pow_x_n_mod::test_pow_x_n ... ok [INFO] [stdout] test recursion::quick_sort::test_quick_sort ... ok [INFO] [stdout] test recursion::permutations::test_permute_mod::test_permute ... ok [INFO] [stdout] test recursion::reverse_linked_list::test_reverse_list_cont::test_reverse_list ... ok [INFO] [stdout] test recursion::search_bst::test_search_bst_cont::test_search_bst ... ok [INFO] [stdout] test recursion::search_2d_matrix::test_search_matrix_mod::test_search_matrix ... ok [INFO] [stdout] test recursion::sort_an_array::test_sort_array_mod::test_sort_array ... ok [INFO] [stdout] test recursion::search_2d_matrix::test_search_matrix_mod::test_search_empty_matrix ... ok [INFO] [stdout] test recursion::reverse_string::test_reverse_string_cont::test_reverse_string ... ok [INFO] [stdout] test recursion::swap_node_pairs::test_swap_pairs_cont::test_swap_pairs ... ok [INFO] [stdout] test recursion::validate_bst::test_validate_bst_mod::test_invalid_bst ... ok [INFO] [stdout] test recursion::validate_bst::test_validate_bst_mod::test_multi_child ... ok [INFO] [stdout] test recursion::validate_bst::test_validate_bst_mod::test_valid_bst ... ok [INFO] [stdout] test recursion::swap_node_pairs::test_swap_pairs_cont::test_function_can_make_linked_list ... ok [INFO] [stdout] test recursion::validate_bst::test_validate_bst_mod::test_minimum_possible_node ... ok [INFO] [stdout] test recursion::validate_bst::test_validate_bst_mod::test_validate_possible_bst ... ok [INFO] [stdout] test recursion::validate_bst::test_validate_bst_mod::test_single_node ... ok [INFO] [stdout] test recursion::unique_binary_tree::test_unique_bsts_mod::test_unique_bsts ... ok [INFO] [stdout] test recursion::skyline_problem::test_skyline_mod::test_skyline ... FAILED [INFO] [stdout] test recursion::sudoku_player::test_sudoku_mod::test_sudoku ... ok [INFO] [stdout] test queues_stacks::open_the_lock::test_open_lock::test_the_open_lock ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- recursion::skyline_problem::test_skyline_mod::test_skyline stdout ---- [INFO] [stdout] the buildings [ [INFO] [stdout] [ [INFO] [stdout] 1, [INFO] [stdout] 1, [INFO] [stdout] ], [INFO] [stdout] [ [INFO] [stdout] 1, [INFO] [stdout] 2, [INFO] [stdout] ], [INFO] [stdout] [ [INFO] [stdout] 1, [INFO] [stdout] 3, [INFO] [stdout] ], [INFO] [stdout] [ [INFO] [stdout] 2, [INFO] [stdout] 0, [INFO] [stdout] ], [INFO] [stdout] ] [INFO] [stdout] thread 'recursion::skyline_problem::test_skyline_mod::test_skyline' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `3`, [INFO] [stdout] right: `4`', data_structures/src/recursion/skyline_problem.rs:141:10 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e79df3a20d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55e79df3a20d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e79df3a20d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55e79df3a20d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55e79df5d82c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55e79df36bd1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55e79df3bf55 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55e79df3bf55 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55e79df3bf55 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55e79df3bc44 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55e79df3c4a2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55e79df3c387 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55e79df3a6c4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55e79df3c0b9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55e79de164e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55e79df5b8e8 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55e79dea7bfa - core::panicking::assert_failed::h365e9d20426b6933 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55e79de7343c - data_structures::recursion::skyline_problem::test_skyline_mod::test_skyline::h1eaf5c55aa510c38 [INFO] [stdout] at /opt/rustwide/workdir/data_structures/src/recursion/skyline_problem.rs:141:10 [INFO] [stdout] 18: 0x55e79de730ea - data_structures::recursion::skyline_problem::test_skyline_mod::test_skyline::{{closure}}::hd45e2648d3a3eec6 [INFO] [stdout] at /opt/rustwide/workdir/data_structures/src/recursion/skyline_problem.rs:99:5 [INFO] [stdout] 19: 0x55e79dec90be - core::ops::function::FnOnce::call_once::he2edb257c14bdccc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55e79df15f73 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55e79df15f73 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55e79df14d29 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55e79df14d29 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55e79df14d29 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55e79df14d29 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55e79df14d29 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55e79df14d29 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55e79df14d29 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55e79dee0ede - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55e79dee0ede - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55e79dee6448 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55e79dee6448 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55e79dee6448 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55e79dee6448 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55e79dee6448 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55e79dee6448 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55e79dee6448 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55e79df40cb3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55e79df40cb3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55e79df40cb3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe39dd65609 - start_thread [INFO] [stdout] 42: 0x7fe39db35163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] recursion::skyline_problem::test_skyline_mod::test_skyline [INFO] [stdout] [INFO] [stdout] test result: FAILED. 108 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '-p data_structures --lib' [INFO] running `Command { std: "docker" "inspect" "abe7c326315a71559e340e6047521ad1c331e61a37eb737239aea0b16934d644", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abe7c326315a71559e340e6047521ad1c331e61a37eb737239aea0b16934d644", kill_on_drop: false }` [INFO] [stdout] abe7c326315a71559e340e6047521ad1c331e61a37eb737239aea0b16934d644