Oct 10 17:22:41.496 INFO testing nuclearpesto/rust-binary-tree against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:22:41.497 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:22:41.498 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:22:41.990 INFO blam! 395f310e989efb42bf472afab91ca227aa60ef269aec1b4f9c83418110dbc0f8 Oct 10 17:22:41.992 INFO running `"docker" "start" "-a" "395f310e989efb42bf472afab91ca227aa60ef269aec1b4f9c83418110dbc0f8"` Oct 10 17:22:43.612 INFO kablam! usermod: no changes Oct 10 17:22:43.676 INFO kablam! Compiling binarytree v0.1.0 (/source) Oct 10 17:22:44.280 INFO kablam! warning[E0170]: pattern binding `Less` is named the same as one of the variants of the type `std::cmp::Ordering` Oct 10 17:22:44.280 INFO kablam! --> src/main.rs:55:17 Oct 10 17:22:44.280 INFO kablam! | Oct 10 17:22:44.280 INFO kablam! 55 | Less => { Oct 10 17:22:44.280 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `std::cmp::Ordering::Less` Oct 10 17:22:44.280 INFO kablam! Oct 10 17:22:44.280 INFO kablam! warning[E0170]: pattern binding `Equal` is named the same as one of the variants of the type `std::cmp::Ordering` Oct 10 17:22:44.280 INFO kablam! --> src/main.rs:67:17 Oct 10 17:22:44.280 INFO kablam! | Oct 10 17:22:44.280 INFO kablam! 67 | Equal => { Oct 10 17:22:44.280 INFO kablam! | ^^^^^ help: to match on the variant, qualify the path: `std::cmp::Ordering::Equal` Oct 10 17:22:44.280 INFO kablam! Oct 10 17:22:44.280 INFO kablam! warning: unreachable pattern Oct 10 17:22:44.280 INFO kablam! --> src/main.rs:61:17 Oct 10 17:22:44.280 INFO kablam! | Oct 10 17:22:44.280 INFO kablam! 55 | Less => { Oct 10 17:22:44.280 INFO kablam! | ---- matches any value Oct 10 17:22:44.280 INFO kablam! ... Oct 10 17:22:44.280 INFO kablam! 61 | More => { Oct 10 17:22:44.280 INFO kablam! | ^^^^ unreachable pattern Oct 10 17:22:44.280 INFO kablam! | Oct 10 17:22:44.280 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 17:22:44.280 INFO kablam! Oct 10 17:22:44.280 INFO kablam! warning: unreachable pattern Oct 10 17:22:44.280 INFO kablam! --> src/main.rs:67:17 Oct 10 17:22:44.280 INFO kablam! | Oct 10 17:22:44.281 INFO kablam! 55 | Less => { Oct 10 17:22:44.281 INFO kablam! | ---- matches any value Oct 10 17:22:44.281 INFO kablam! ... Oct 10 17:22:44.281 INFO kablam! 67 | Equal => { Oct 10 17:22:44.281 INFO kablam! | ^^^^^ unreachable pattern Oct 10 17:22:44.281 INFO kablam! Oct 10 17:22:44.281 INFO kablam! warning: unused variable: `Less` Oct 10 17:22:44.281 INFO kablam! --> src/main.rs:55:17 Oct 10 17:22:44.281 INFO kablam! | Oct 10 17:22:44.281 INFO kablam! 55 | Less => { Oct 10 17:22:44.281 INFO kablam! | ^^^^ help: consider using `_Less` instead Oct 10 17:22:44.281 INFO kablam! | Oct 10 17:22:44.281 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:22:44.281 INFO kablam! Oct 10 17:22:44.296 INFO kablam! warning: unused variable: `More` Oct 10 17:22:44.296 INFO kablam! --> src/main.rs:61:17 Oct 10 17:22:44.296 INFO kablam! | Oct 10 17:22:44.296 INFO kablam! 61 | More => { Oct 10 17:22:44.296 INFO kablam! | ^^^^ help: consider using `_More` instead Oct 10 17:22:44.296 INFO kablam! Oct 10 17:22:44.296 INFO kablam! warning: unused variable: `Equal` Oct 10 17:22:44.296 INFO kablam! --> src/main.rs:67:17 Oct 10 17:22:44.296 INFO kablam! | Oct 10 17:22:44.296 INFO kablam! 67 | Equal => { Oct 10 17:22:44.296 INFO kablam! | ^^^^^ help: consider using `_Equal` instead Oct 10 17:22:44.296 INFO kablam! Oct 10 17:22:44.296 INFO kablam! warning: struct is never constructed: `BTree` Oct 10 17:22:44.296 INFO kablam! --> src/main.rs:4:5 Oct 10 17:22:44.296 INFO kablam! | Oct 10 17:22:44.296 INFO kablam! 4 | pub struct BTree { Oct 10 17:22:44.296 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 17:22:44.296 INFO kablam! | Oct 10 17:22:44.296 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:22:44.296 INFO kablam! Oct 10 17:22:44.296 INFO kablam! warning: method is never used: `insert` Oct 10 17:22:44.296 INFO kablam! --> src/main.rs:8:9 Oct 10 17:22:44.296 INFO kablam! | Oct 10 17:22:44.296 INFO kablam! 8 | pub fn insert(tree: &BTree, key: &str) -> BTree { Oct 10 17:22:44.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:44.296 INFO kablam! Oct 10 17:22:44.296 INFO kablam! warning: method is never used: `new` Oct 10 17:22:44.296 INFO kablam! --> src/main.rs:13:9 Oct 10 17:22:44.296 INFO kablam! | Oct 10 17:22:44.296 INFO kablam! 13 | pub fn new(key: &str) -> BTree { Oct 10 17:22:44.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:44.296 INFO kablam! Oct 10 17:22:44.296 INFO kablam! warning: struct is never constructed: `Node` Oct 10 17:22:44.296 INFO kablam! --> src/main.rs:21:5 Oct 10 17:22:44.296 INFO kablam! | Oct 10 17:22:44.296 INFO kablam! 21 | struct Node { Oct 10 17:22:44.296 INFO kablam! | ^^^^^^^^^^^ Oct 10 17:22:44.296 INFO kablam! Oct 10 17:22:44.296 INFO kablam! warning: method is never used: `insert` Oct 10 17:22:44.296 INFO kablam! --> src/main.rs:28:9 Oct 10 17:22:44.296 INFO kablam! | Oct 10 17:22:44.296 INFO kablam! 28 | pub fn insert(tree: &Option>, key: &str) -> (Option>) { Oct 10 17:22:44.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:44.297 INFO kablam! Oct 10 17:22:44.297 INFO kablam! warning: method is never used: `clone_node` Oct 10 17:22:44.297 INFO kablam! --> src/main.rs:35:9 Oct 10 17:22:44.297 INFO kablam! | Oct 10 17:22:44.297 INFO kablam! 35 | fn clone_node(node: &Option>) -> (Option>) { Oct 10 17:22:44.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:44.297 INFO kablam! Oct 10 17:22:44.297 INFO kablam! warning: method is never used: `new_leaf` Oct 10 17:22:44.297 INFO kablam! --> src/main.rs:41:9 Oct 10 17:22:44.297 INFO kablam! | Oct 10 17:22:44.297 INFO kablam! 41 | fn new_leaf(key: &str) -> (Option>) { Oct 10 17:22:44.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:44.297 INFO kablam! Oct 10 17:22:44.297 INFO kablam! warning: method is never used: `tree_by_key` Oct 10 17:22:44.297 INFO kablam! --> src/main.rs:49:9 Oct 10 17:22:44.297 INFO kablam! | Oct 10 17:22:44.297 INFO kablam! 49 | fn tree_by_key(tree: &Rc, key: &str) -> (Option>) { Oct 10 17:22:44.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:44.297 INFO kablam! Oct 10 17:22:44.297 INFO kablam! warning: variable `Less` should have a snake case name such as `less` Oct 10 17:22:44.297 INFO kablam! --> src/main.rs:55:17 Oct 10 17:22:44.297 INFO kablam! | Oct 10 17:22:44.297 INFO kablam! 55 | Less => { Oct 10 17:22:44.297 INFO kablam! | ^^^^ Oct 10 17:22:44.297 INFO kablam! | Oct 10 17:22:44.297 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 17:22:44.297 INFO kablam! Oct 10 17:22:44.297 INFO kablam! warning: variable `More` should have a snake case name such as `more` Oct 10 17:22:44.297 INFO kablam! --> src/main.rs:61:17 Oct 10 17:22:44.297 INFO kablam! | Oct 10 17:22:44.297 INFO kablam! 61 | More => { Oct 10 17:22:44.297 INFO kablam! | ^^^^ Oct 10 17:22:44.297 INFO kablam! Oct 10 17:22:44.297 INFO kablam! warning: variable `Equal` should have a snake case name such as `equal` Oct 10 17:22:44.297 INFO kablam! --> src/main.rs:67:17 Oct 10 17:22:44.297 INFO kablam! | Oct 10 17:22:44.297 INFO kablam! 67 | Equal => { Oct 10 17:22:44.297 INFO kablam! | ^^^^^ Oct 10 17:22:44.297 INFO kablam! Oct 10 17:22:44.734 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 10 17:22:44.737 INFO kablam! su: No module specific data is present Oct 10 17:22:45.665 INFO running `"docker" "rm" "-f" "395f310e989efb42bf472afab91ca227aa60ef269aec1b4f9c83418110dbc0f8"` Oct 10 17:22:45.984 INFO blam! 395f310e989efb42bf472afab91ca227aa60ef269aec1b4f9c83418110dbc0f8 Oct 10 17:22:45.984 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:22:45.985 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:22:46.636 INFO blam! 42fe74118cf36b40a9c701d9993e17feaf179170b229a5af65c2c6b75c764530 Oct 10 17:22:46.637 INFO running `"docker" "start" "-a" "42fe74118cf36b40a9c701d9993e17feaf179170b229a5af65c2c6b75c764530"` Oct 10 17:22:48.464 INFO kablam! usermod: no changes Oct 10 17:22:48.520 INFO kablam! Compiling binarytree v0.1.0 (/source) Oct 10 17:22:49.252 INFO kablam! warning[E0170]: pattern binding `Less` is named the same as one of the variants of the type `std::cmp::Ordering` Oct 10 17:22:49.252 INFO kablam! --> src/main.rs:55:17 Oct 10 17:22:49.252 INFO kablam! | Oct 10 17:22:49.252 INFO kablam! 55 | Less => { Oct 10 17:22:49.252 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `std::cmp::Ordering::Less` Oct 10 17:22:49.252 INFO kablam! Oct 10 17:22:49.252 INFO kablam! warning[E0170]: pattern binding `Equal` is named the same as one of the variants of the type `std::cmp::Ordering` Oct 10 17:22:49.252 INFO kablam! --> src/main.rs:67:17 Oct 10 17:22:49.252 INFO kablam! | Oct 10 17:22:49.252 INFO kablam! 67 | Equal => { Oct 10 17:22:49.252 INFO kablam! | ^^^^^ help: to match on the variant, qualify the path: `std::cmp::Ordering::Equal` Oct 10 17:22:49.252 INFO kablam! Oct 10 17:22:49.252 INFO kablam! warning: unreachable pattern Oct 10 17:22:49.252 INFO kablam! --> src/main.rs:61:17 Oct 10 17:22:49.252 INFO kablam! | Oct 10 17:22:49.252 INFO kablam! 55 | Less => { Oct 10 17:22:49.252 INFO kablam! | ---- matches any value Oct 10 17:22:49.252 INFO kablam! ... Oct 10 17:22:49.252 INFO kablam! 61 | More => { Oct 10 17:22:49.252 INFO kablam! | ^^^^ unreachable pattern Oct 10 17:22:49.252 INFO kablam! | Oct 10 17:22:49.252 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 17:22:49.252 INFO kablam! Oct 10 17:22:49.252 INFO kablam! warning: unreachable pattern Oct 10 17:22:49.252 INFO kablam! --> src/main.rs:67:17 Oct 10 17:22:49.252 INFO kablam! | Oct 10 17:22:49.252 INFO kablam! 55 | Less => { Oct 10 17:22:49.252 INFO kablam! | ---- matches any value Oct 10 17:22:49.252 INFO kablam! ... Oct 10 17:22:49.252 INFO kablam! 67 | Equal => { Oct 10 17:22:49.252 INFO kablam! | ^^^^^ unreachable pattern Oct 10 17:22:49.252 INFO kablam! Oct 10 17:22:49.252 INFO kablam! warning: unused variable: `Less` Oct 10 17:22:49.252 INFO kablam! --> src/main.rs:55:17 Oct 10 17:22:49.252 INFO kablam! | Oct 10 17:22:49.252 INFO kablam! 55 | Less => { Oct 10 17:22:49.252 INFO kablam! | ^^^^ help: consider using `_Less` instead Oct 10 17:22:49.252 INFO kablam! | Oct 10 17:22:49.252 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:22:49.252 INFO kablam! Oct 10 17:22:49.252 INFO kablam! warning: unused variable: `More` Oct 10 17:22:49.252 INFO kablam! --> src/main.rs:61:17 Oct 10 17:22:49.253 INFO kablam! | Oct 10 17:22:49.253 INFO kablam! 61 | More => { Oct 10 17:22:49.253 INFO kablam! | ^^^^ help: consider using `_More` instead Oct 10 17:22:49.253 INFO kablam! Oct 10 17:22:49.253 INFO kablam! warning: unused variable: `Equal` Oct 10 17:22:49.253 INFO kablam! --> src/main.rs:67:17 Oct 10 17:22:49.253 INFO kablam! | Oct 10 17:22:49.253 INFO kablam! 67 | Equal => { Oct 10 17:22:49.253 INFO kablam! | ^^^^^ help: consider using `_Equal` instead Oct 10 17:22:49.253 INFO kablam! Oct 10 17:22:49.268 INFO kablam! warning: variable `Less` should have a snake case name such as `less` Oct 10 17:22:49.268 INFO kablam! --> src/main.rs:55:17 Oct 10 17:22:49.268 INFO kablam! | Oct 10 17:22:49.268 INFO kablam! 55 | Less => { Oct 10 17:22:49.268 INFO kablam! | ^^^^ Oct 10 17:22:49.268 INFO kablam! | Oct 10 17:22:49.268 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 17:22:49.268 INFO kablam! Oct 10 17:22:49.268 INFO kablam! warning: variable `More` should have a snake case name such as `more` Oct 10 17:22:49.268 INFO kablam! --> src/main.rs:61:17 Oct 10 17:22:49.268 INFO kablam! | Oct 10 17:22:49.268 INFO kablam! 61 | More => { Oct 10 17:22:49.268 INFO kablam! | ^^^^ Oct 10 17:22:49.268 INFO kablam! Oct 10 17:22:49.268 INFO kablam! warning: variable `Equal` should have a snake case name such as `equal` Oct 10 17:22:49.268 INFO kablam! --> src/main.rs:67:17 Oct 10 17:22:49.268 INFO kablam! | Oct 10 17:22:49.268 INFO kablam! 67 | Equal => { Oct 10 17:22:49.268 INFO kablam! | ^^^^^ Oct 10 17:22:49.268 INFO kablam! Oct 10 17:22:50.004 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.52s Oct 10 17:22:50.008 INFO kablam! su: No module specific data is present Oct 10 17:22:51.088 INFO running `"docker" "rm" "-f" "42fe74118cf36b40a9c701d9993e17feaf179170b229a5af65c2c6b75c764530"` Oct 10 17:22:51.380 INFO blam! 42fe74118cf36b40a9c701d9993e17feaf179170b229a5af65c2c6b75c764530 Oct 10 17:22:51.386 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:22:51.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:22:51.831 INFO blam! 618a387cfe9ff0585dc05ab2792e5490c8a6c65c670663ea56dac60a55767120 Oct 10 17:22:51.832 INFO running `"docker" "start" "-a" "618a387cfe9ff0585dc05ab2792e5490c8a6c65c670663ea56dac60a55767120"` Oct 10 17:22:53.492 INFO kablam! usermod: no changes Oct 10 17:22:53.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 17:22:53.536 INFO blam! Oct 10 17:22:53.536 INFO kablam! Running /target/debug/deps/binarytree-9d5649e8435d7acc Oct 10 17:22:53.536 INFO blam! running 2 tests Oct 10 17:22:53.536 INFO blam! test tree::test::insert_one_works ... ok Oct 10 17:22:53.536 INFO blam! test tree::test::new_btree_works ... ok Oct 10 17:22:53.536 INFO blam! Oct 10 17:22:53.536 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:22:53.536 INFO blam! Oct 10 17:22:53.540 INFO kablam! su: No module specific data is present Oct 10 17:22:54.236 INFO running `"docker" "rm" "-f" "618a387cfe9ff0585dc05ab2792e5490c8a6c65c670663ea56dac60a55767120"` Oct 10 17:22:54.513 INFO blam! 618a387cfe9ff0585dc05ab2792e5490c8a6c65c670663ea56dac60a55767120