[INFO] updating cached repository https://github.com/modulitos/CtCI-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8bbaa49c3eca43a77cf1a2cea1b6f98071ad2c78 [INFO] testing modulitos/CtCI-rust against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmodulitos%2FCtCI-rust" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/modulitos/CtCI-rust on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/modulitos/CtCI-rust [INFO] finished tweaking git repo https://github.com/modulitos/CtCI-rust [INFO] tweaked toml for git repo https://github.com/modulitos/CtCI-rust written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/modulitos/CtCI-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 14b18994fc7f8d9d5194c882e1cefe9989940f9cadec69321e97780c48ec3898 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "14b18994fc7f8d9d5194c882e1cefe9989940f9cadec69321e97780c48ec3898", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "14b18994fc7f8d9d5194c882e1cefe9989940f9cadec69321e97780c48ec3898", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14b18994fc7f8d9d5194c882e1cefe9989940f9cadec69321e97780c48ec3898", kill_on_drop: false }` [INFO] [stdout] 14b18994fc7f8d9d5194c882e1cefe9989940f9cadec69321e97780c48ec3898 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eacdcf5beb8584966b2f67319969fd18c37cf638955cdac7438c857e1d31822c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "eacdcf5beb8584966b2f67319969fd18c37cf638955cdac7438c857e1d31822c", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.7 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling rust-solutions v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/linked_list/second.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | pub type Link = Option<(Box>)>; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::List` [INFO] [stdout] --> src/linked_list/second.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 167 | use super::List; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashSet` [INFO] [stdout] --> src/linked_list/third.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashSet` [INFO] [stdout] --> src/linked_list/fifth.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashSet` [INFO] [stdout] --> src/linked_list/refcell_singly.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/stack.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/binary_search_tree.rs:124:9 [INFO] [stdout] | [INFO] [stdout] 124 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Ord`, `Ordering` [INFO] [stdout] --> src/graph.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::{Ord, Ordering}; [INFO] [stdout] | ^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/graph.rs:178:9 [INFO] [stdout] | [INFO] [stdout] 178 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/binary_tree.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/binary_tree_refcell.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/binary_search_tree_refcell.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/linked_list/second.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `into_iter` [INFO] [stdout] --> src/linked_list/second.rs:71:12 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn into_iter(self) -> IntoIter { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter` [INFO] [stdout] --> src/linked_list/second.rs:76:12 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter_mut` [INFO] [stdout] --> src/linked_list/second.rs:84:12 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push` [INFO] [stdout] --> src/linked_list/second.rs:90:12 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn push(&mut self, elem: T) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peek` [INFO] [stdout] --> src/linked_list/second.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn peek(&self) -> Option<&T> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peek_mut` [INFO] [stdout] --> src/linked_list/second.rs:123:12 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn peek_mut(&mut self) -> Option<&mut T> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/linked_list/third.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `append` [INFO] [stdout] --> src/linked_list/third.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn append(&mut self, elem: T) -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tail` [INFO] [stdout] --> src/linked_list/third.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn tail(&self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `head` [INFO] [stdout] --> src/linked_list/third.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn head(&self) -> Option<&T> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter` [INFO] [stdout] --> src/linked_list/third.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/linked_list/fourth.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | fn new(elem: T) -> Rc> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/linked_list/fourth.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_front` [INFO] [stdout] --> src/linked_list/fourth.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn push_front(&mut self, elem: T) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peek_front` [INFO] [stdout] --> src/linked_list/fourth.rs:76:12 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn peek_front(&self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `prev` [INFO] [stdout] --> src/linked_list/brandon.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | prev: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tail` [INFO] [stdout] --> src/linked_list/brandon.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | fn tail(node: &NodeRef) -> Option> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/linked_list/brandon.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | fn remove(&mut self) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/linked_list/brandon.rs:64:8 [INFO] [stdout] | [INFO] [stdout] 64 | fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `append` [INFO] [stdout] --> src/linked_list/brandon.rs:68:8 [INFO] [stdout] | [INFO] [stdout] 68 | fn append(&mut self, new_value: T) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tail` [INFO] [stdout] --> src/linked_list/brandon.rs:85:8 [INFO] [stdout] | [INFO] [stdout] 85 | fn tail(&self) -> Option> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter` [INFO] [stdout] --> src/linked_list/brandon.rs:96:8 [INFO] [stdout] | [INFO] [stdout] 96 | fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `list_has_duplicates` [INFO] [stdout] --> src/linked_list/brandon.rs:102:8 [INFO] [stdout] | [INFO] [stdout] 102 | fn list_has_duplicates(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove_duplicates` [INFO] [stdout] --> src/linked_list/brandon.rs:117:8 [INFO] [stdout] | [INFO] [stdout] 117 | fn remove_duplicates(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `main` [INFO] [stdout] --> src/linked_list/brandon.rs:228:4 [INFO] [stdout] | [INFO] [stdout] 228 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/linked_list/fifth.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push` [INFO] [stdout] --> src/linked_list/fifth.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn push(&mut self, elem: T) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pop` [INFO] [stdout] --> src/linked_list/fifth.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn pop(&mut self) -> Option { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 41 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Matrix` [INFO] [stdout] --> src/bin/ch1-p8_zero-matrix.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | type Matrix<'a> = &'a mut [&'a mut [u32]]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `zero_matrix` [INFO] [stdout] --> src/bin/ch1-p8_zero-matrix.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn zero_matrix(matrix: Matrix) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `ch5_p6_conversion` [INFO] [stdout] --> src/bin/ch5-p6_conversion.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / fn determine_bits_basic(mut n1: u16, mut n2: u16) -> u8 { [INFO] [stdout] 8 | | let mut bits = 0; [INFO] [stdout] 9 | | while n1 > 0 || n2 > 0 { [INFO] [stdout] 10 | | // println!("n1: {:b}", n1); [INFO] [stdout] ... | [INFO] [stdout] 41 | | assert_eq!(determine_bits(0b11101_u16, 0b01111_u16), 2); [INFO] [stdout] 42 | | } [INFO] [stdout] | |_^ consider adding a `main` function to `src/bin/ch5-p6_conversion.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BTreeNode as Node`, `BinaryTree` [INFO] [stdout] --> src/bin/ch4-p10_check-subtree.rs:11:31 [INFO] [stdout] | [INFO] [stdout] 11 | use cracking::{BTree as Tree, BTreeNode as Node, BinaryTree}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/bin/ch4-p10_check-subtree.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-solutions`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/bin/ch4-p6_successor.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `ch4_p10_check_subtree` [INFO] [stdout] --> src/bin/ch4-p10_check-subtree.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / use cracking::{BTree as Tree, BTreeNode as Node, BinaryTree}; [INFO] [stdout] 12 | | [INFO] [stdout] 13 | | // Uses a string comparison approach - serialize the trees into [INFO] [stdout] 14 | | // strings, then check whether the substree's string is contained [INFO] [stdout] ... | [INFO] [stdout] 124 | | } [INFO] [stdout] 125 | | } [INFO] [stdout] | |_^ consider adding a `main` function to `src/bin/ch4-p10_check-subtree.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/bin/ch2-p5_sum-lists.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Node` [INFO] [stdout] --> src/bin/ch2-p7_check-intersection.rs:11:48 [INFO] [stdout] | [INFO] [stdout] 11 | use cracking::{SinglyLinkedList as LinkedList, Node}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cell::RefCell` [INFO] [stdout] --> src/bin/ch2-p7_check-intersection.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use std::cell::RefCell; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/bin/ch2-p7_check-intersection.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `ch2_p7_check_intersection` [INFO] [stdout] --> src/bin/ch2-p7_check-intersection.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / extern crate cracking; [INFO] [stdout] 11 | | use cracking::{SinglyLinkedList as LinkedList, Node}; [INFO] [stdout] 12 | | [INFO] [stdout] 13 | | use std::rc::Rc; [INFO] [stdout] ... | [INFO] [stdout] 145 | | } [INFO] [stdout] 146 | | } [INFO] [stdout] | |_^ consider adding a `main` function to `src/bin/ch2-p7_check-intersection.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/bin/ch4-p9_bst-sequences.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `ch4_p9_bst_sequences` [INFO] [stdout] --> src/bin/ch4-p9_bst-sequences.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / use cracking::{BinarySearchTree, Tree}; [INFO] [stdout] 20 | | use std::collections::HashSet; [INFO] [stdout] 21 | | [INFO] [stdout] 22 | | fn get_all_arrays(bst: BinarySearchTree) -> HashSet> [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_^ consider adding a `main` function to `src/bin/ch4-p9_bst-sequences.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `ch4_p6_successor` [INFO] [stdout] --> src/bin/ch4-p6_successor.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / use cracking::{RCBinarySearchTree as BinarySearchTree, RCTree as Tree}; [INFO] [stdout] 10 | | use std::rc::Rc; [INFO] [stdout] 11 | | [INFO] [stdout] 12 | | trait FindSuccessor { [INFO] [stdout] ... | [INFO] [stdout] 162 | | } [INFO] [stdout] 163 | | } [INFO] [stdout] | |_^ consider adding a `main` function to `src/bin/ch4-p6_successor.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/bin/ch4-p7_build-order.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `ch4_p7_build_order` [INFO] [stdout] --> src/bin/ch4-p7_build-order.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / use cracking::{Graph, IntoChar}; [INFO] [stdout] 21 | | use std::collections::HashSet; [INFO] [stdout] 22 | | use std::iter::FromIterator; [INFO] [stdout] 23 | | [INFO] [stdout] ... | [INFO] [stdout] 139 | | } [INFO] [stdout] 140 | | } [INFO] [stdout] | |_^ consider adding a `main` function to `src/bin/ch4-p7_build-order.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `urlify_2` [INFO] [stdout] --> src/bin/ch1-p2_urlify.rs:36:4 [INFO] [stdout] | [INFO] [stdout] 36 | fn urlify_2(url: &str) -> String { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/bin/ch4-p3_list-of-depths.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `map` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/bin/ch1-p4_palindrom-permutation.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 30 | if let Some(value) = map.get(&c) { [INFO] [stdout] | --- immutable borrow occurs here [INFO] [stdout] 31 | map.insert(c, value + 1); [INFO] [stdout] | ^^^ ----- immutable borrow later used here [INFO] [stdout] | | [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] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `ch4_p3_list_of_depths` [INFO] [stdout] --> src/bin/ch4-p3_list-of-depths.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / use cracking::{BinarySearchTree, Tree}; [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | trait ListOfDepths { [INFO] [stdout] 8 | | fn get_lists(&self) -> Vec>; [INFO] [stdout] ... | [INFO] [stdout] 167 | | } [INFO] [stdout] 168 | | } [INFO] [stdout] | |_^ consider adding a `main` function to `src/bin/ch4-p3_list-of-depths.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `ch7_p5_online_book_reader` [INFO] [stdout] --> src/bin/ch7-p5_online-book-reader.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / use std::collections::HashMap; [INFO] [stdout] 15 | | #[macro_use] [INFO] [stdout] 16 | | extern crate derive_more; [INFO] [stdout] 17 | | [INFO] [stdout] ... | [INFO] [stdout] 268 | | assert_eq!(reader.turn_page().current_page, Some(3)); [INFO] [stdout] 269 | | } [INFO] [stdout] | |_^ consider adding a `main` function to `src/bin/ch7-p5_online-book-reader.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `map` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/bin/ch1-p3_check-permutation.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 14 | if let Some(count) = map.get(&c) { [INFO] [stdout] | --- immutable borrow occurs here [INFO] [stdout] 15 | map.insert(c, count + 1); [INFO] [stdout] | ^^^ ----- immutable borrow later used here [INFO] [stdout] | | [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] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `partition` [INFO] [stdout] --> src/bin/ch2-p4_partition.rs:95:8 [INFO] [stdout] | [INFO] [stdout] 95 | fn partition(&mut self, partition_value: T) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `verify_partition` [INFO] [stdout] --> src/bin/ch2-p4_partition.rs:113:8 [INFO] [stdout] | [INFO] [stdout] 113 | fn verify_partition(&mut self, value: T) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "eacdcf5beb8584966b2f67319969fd18c37cf638955cdac7438c857e1d31822c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eacdcf5beb8584966b2f67319969fd18c37cf638955cdac7438c857e1d31822c", kill_on_drop: false }` [INFO] [stdout] eacdcf5beb8584966b2f67319969fd18c37cf638955cdac7438c857e1d31822c