Oct 14 15:50:11.990 INFO testing jzw2/rust-data-structures against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:50:11.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 15:50:12.352 INFO blam! 6a285c2345f9f810d5a525460d1f1e6afb756a1c637b0b0eab7130297259b4a1 Oct 14 15:50:12.354 INFO running `"docker" "start" "-a" "6a285c2345f9f810d5a525460d1f1e6afb756a1c637b0b0eab7130297259b4a1"` Oct 14 15:50:13.971 INFO kablam! usermod: no changes Oct 14 15:50:14.027 INFO kablam! Compiling rust-datastructures v0.1.0 (/source) Oct 14 15:50:14.319 INFO kablam! warning: unused variable: `key` Oct 14 15:50:14.319 INFO kablam! --> src/main.rs:21:20 Oct 14 15:50:14.319 INFO kablam! | Oct 14 15:50:14.319 INFO kablam! 21 | fn find(&self, key: usize) -> Option<&T> { Oct 14 15:50:14.319 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 15:50:14.319 INFO kablam! | Oct 14 15:50:14.319 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:50:14.319 INFO kablam! Oct 14 15:50:14.319 INFO kablam! warning: unused variable: `key` Oct 14 15:50:14.319 INFO kablam! --> src/main.rs:75:26 Oct 14 15:50:14.319 INFO kablam! | Oct 14 15:50:14.319 INFO kablam! 75 | fn delete(&mut self, key: usize) { Oct 14 15:50:14.319 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 15:50:14.319 INFO kablam! Oct 14 15:50:14.322 INFO kablam! warning: field is never used: `data` Oct 14 15:50:14.322 INFO kablam! --> src/main.rs:2:5 Oct 14 15:50:14.322 INFO kablam! | Oct 14 15:50:14.322 INFO kablam! 2 | data: Vec>, Oct 14 15:50:14.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 15:50:14.322 INFO kablam! | Oct 14 15:50:14.322 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:50:14.322 INFO kablam! Oct 14 15:50:14.322 INFO kablam! warning: field is never used: `root` Oct 14 15:50:14.322 INFO kablam! --> src/main.rs:4:5 Oct 14 15:50:14.322 INFO kablam! | Oct 14 15:50:14.322 INFO kablam! 4 | root: Option, Oct 14 15:50:14.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:50:14.322 INFO kablam! Oct 14 15:50:14.322 INFO kablam! warning: field is never used: `key` Oct 14 15:50:14.322 INFO kablam! --> src/main.rs:8:5 Oct 14 15:50:14.322 INFO kablam! | Oct 14 15:50:14.322 INFO kablam! 8 | key: usize, Oct 14 15:50:14.322 INFO kablam! | ^^^^^^^^^^ Oct 14 15:50:14.322 INFO kablam! Oct 14 15:50:14.322 INFO kablam! warning: field is never used: `value` Oct 14 15:50:14.322 INFO kablam! --> src/main.rs:9:5 Oct 14 15:50:14.322 INFO kablam! | Oct 14 15:50:14.322 INFO kablam! 9 | value: T, Oct 14 15:50:14.322 INFO kablam! | ^^^^^^^^ Oct 14 15:50:14.322 INFO kablam! Oct 14 15:50:14.322 INFO kablam! warning: field is never used: `left` Oct 14 15:50:14.322 INFO kablam! --> src/main.rs:10:5 Oct 14 15:50:14.322 INFO kablam! | Oct 14 15:50:14.322 INFO kablam! 10 | left: Option, Oct 14 15:50:14.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:50:14.322 INFO kablam! Oct 14 15:50:14.322 INFO kablam! warning: field is never used: `right` Oct 14 15:50:14.323 INFO kablam! --> src/main.rs:11:5 Oct 14 15:50:14.323 INFO kablam! | Oct 14 15:50:14.323 INFO kablam! 11 | right: Option, Oct 14 15:50:14.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 15:50:14.323 INFO kablam! Oct 14 15:50:14.323 INFO kablam! warning: method is never used: `new` Oct 14 15:50:14.323 INFO kablam! --> src/main.rs:18:5 Oct 14 15:50:14.323 INFO kablam! | Oct 14 15:50:14.323 INFO kablam! 18 | fn new() { Oct 14 15:50:14.323 INFO kablam! | ^^^^^^^^ Oct 14 15:50:14.323 INFO kablam! Oct 14 15:50:14.323 INFO kablam! warning: method is never used: `find` Oct 14 15:50:14.323 INFO kablam! --> src/main.rs:21:5 Oct 14 15:50:14.323 INFO kablam! | Oct 14 15:50:14.323 INFO kablam! 21 | fn find(&self, key: usize) -> Option<&T> { Oct 14 15:50:14.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:50:14.323 INFO kablam! Oct 14 15:50:14.323 INFO kablam! warning: method is never used: `insert` Oct 14 15:50:14.323 INFO kablam! --> src/main.rs:27:5 Oct 14 15:50:14.323 INFO kablam! | Oct 14 15:50:14.323 INFO kablam! 27 | fn insert(&mut self, key: usize, value: T) { Oct 14 15:50:14.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:50:14.323 INFO kablam! Oct 14 15:50:14.323 INFO kablam! warning: method is never used: `delete` Oct 14 15:50:14.323 INFO kablam! --> src/main.rs:75:5 Oct 14 15:50:14.323 INFO kablam! | Oct 14 15:50:14.323 INFO kablam! 75 | fn delete(&mut self, key: usize) { Oct 14 15:50:14.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:50:14.323 INFO kablam! Oct 14 15:50:14.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.76s Oct 14 15:50:14.759 INFO kablam! su: No module specific data is present Oct 14 15:50:15.516 INFO running `"docker" "rm" "-f" "6a285c2345f9f810d5a525460d1f1e6afb756a1c637b0b0eab7130297259b4a1"` Oct 14 15:50:15.811 INFO blam! 6a285c2345f9f810d5a525460d1f1e6afb756a1c637b0b0eab7130297259b4a1 Oct 14 15:50:15.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 15:50:16.389 INFO blam! e2b4cba3b346133bc84947e7b78b45a03fcdc68334980bb9e54423b903dcbedd Oct 14 15:50:16.391 INFO running `"docker" "start" "-a" "e2b4cba3b346133bc84947e7b78b45a03fcdc68334980bb9e54423b903dcbedd"` Oct 14 15:50:17.808 INFO kablam! usermod: no changes Oct 14 15:50:17.867 INFO kablam! Compiling rust-datastructures v0.1.0 (/source) Oct 14 15:50:18.155 INFO kablam! warning: unused variable: `key` Oct 14 15:50:18.155 INFO kablam! --> src/main.rs:21:20 Oct 14 15:50:18.155 INFO kablam! | Oct 14 15:50:18.155 INFO kablam! 21 | fn find(&self, key: usize) -> Option<&T> { Oct 14 15:50:18.155 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 15:50:18.155 INFO kablam! | Oct 14 15:50:18.155 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:50:18.155 INFO kablam! Oct 14 15:50:18.155 INFO kablam! warning: unused variable: `key` Oct 14 15:50:18.155 INFO kablam! --> src/main.rs:75:26 Oct 14 15:50:18.155 INFO kablam! | Oct 14 15:50:18.155 INFO kablam! 75 | fn delete(&mut self, key: usize) { Oct 14 15:50:18.155 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 15:50:18.155 INFO kablam! Oct 14 15:50:18.155 INFO kablam! warning: field is never used: `data` Oct 14 15:50:18.155 INFO kablam! --> src/main.rs:2:5 Oct 14 15:50:18.155 INFO kablam! | Oct 14 15:50:18.155 INFO kablam! 2 | data: Vec>, Oct 14 15:50:18.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 15:50:18.155 INFO kablam! | Oct 14 15:50:18.155 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:50:18.155 INFO kablam! Oct 14 15:50:18.155 INFO kablam! warning: field is never used: `root` Oct 14 15:50:18.155 INFO kablam! --> src/main.rs:4:5 Oct 14 15:50:18.156 INFO kablam! | Oct 14 15:50:18.156 INFO kablam! 4 | root: Option, Oct 14 15:50:18.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:50:18.156 INFO kablam! Oct 14 15:50:18.156 INFO kablam! warning: field is never used: `key` Oct 14 15:50:18.156 INFO kablam! --> src/main.rs:8:5 Oct 14 15:50:18.156 INFO kablam! | Oct 14 15:50:18.156 INFO kablam! 8 | key: usize, Oct 14 15:50:18.156 INFO kablam! | ^^^^^^^^^^ Oct 14 15:50:18.156 INFO kablam! Oct 14 15:50:18.156 INFO kablam! warning: field is never used: `value` Oct 14 15:50:18.156 INFO kablam! --> src/main.rs:9:5 Oct 14 15:50:18.156 INFO kablam! | Oct 14 15:50:18.156 INFO kablam! 9 | value: T, Oct 14 15:50:18.156 INFO kablam! | ^^^^^^^^ Oct 14 15:50:18.156 INFO kablam! Oct 14 15:50:18.156 INFO kablam! warning: field is never used: `left` Oct 14 15:50:18.156 INFO kablam! --> src/main.rs:10:5 Oct 14 15:50:18.156 INFO kablam! | Oct 14 15:50:18.156 INFO kablam! 10 | left: Option, Oct 14 15:50:18.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:50:18.156 INFO kablam! Oct 14 15:50:18.156 INFO kablam! warning: field is never used: `right` Oct 14 15:50:18.156 INFO kablam! --> src/main.rs:11:5 Oct 14 15:50:18.156 INFO kablam! | Oct 14 15:50:18.156 INFO kablam! 11 | right: Option, Oct 14 15:50:18.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 15:50:18.156 INFO kablam! Oct 14 15:50:18.156 INFO kablam! warning: method is never used: `new` Oct 14 15:50:18.156 INFO kablam! --> src/main.rs:18:5 Oct 14 15:50:18.156 INFO kablam! | Oct 14 15:50:18.156 INFO kablam! 18 | fn new() { Oct 14 15:50:18.156 INFO kablam! | ^^^^^^^^ Oct 14 15:50:18.156 INFO kablam! Oct 14 15:50:18.156 INFO kablam! warning: method is never used: `find` Oct 14 15:50:18.156 INFO kablam! --> src/main.rs:21:5 Oct 14 15:50:18.156 INFO kablam! | Oct 14 15:50:18.156 INFO kablam! 21 | fn find(&self, key: usize) -> Option<&T> { Oct 14 15:50:18.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:50:18.156 INFO kablam! Oct 14 15:50:18.156 INFO kablam! warning: method is never used: `insert` Oct 14 15:50:18.156 INFO kablam! --> src/main.rs:27:5 Oct 14 15:50:18.156 INFO kablam! | Oct 14 15:50:18.156 INFO kablam! 27 | fn insert(&mut self, key: usize, value: T) { Oct 14 15:50:18.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:50:18.156 INFO kablam! Oct 14 15:50:18.156 INFO kablam! warning: method is never used: `delete` Oct 14 15:50:18.156 INFO kablam! --> src/main.rs:75:5 Oct 14 15:50:18.156 INFO kablam! | Oct 14 15:50:18.156 INFO kablam! 75 | fn delete(&mut self, key: usize) { Oct 14 15:50:18.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:50:18.156 INFO kablam! Oct 14 15:50:18.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Oct 14 15:50:18.703 INFO kablam! su: No module specific data is present Oct 14 15:50:19.259 INFO running `"docker" "rm" "-f" "e2b4cba3b346133bc84947e7b78b45a03fcdc68334980bb9e54423b903dcbedd"` Oct 14 15:50:19.556 INFO blam! e2b4cba3b346133bc84947e7b78b45a03fcdc68334980bb9e54423b903dcbedd Oct 14 15:50:19.572 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 15:50:20.020 INFO blam! 0215177c4334904beebf1fb0d85bca686c797d6aa751211b0c7449fce6293188 Oct 14 15:50:20.022 INFO running `"docker" "start" "-a" "0215177c4334904beebf1fb0d85bca686c797d6aa751211b0c7449fce6293188"` Oct 14 15:50:21.091 INFO kablam! usermod: no changes Oct 14 15:50:21.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 15:50:21.144 INFO kablam! Running /target/debug/deps/rust_datastructures-1402e22566b69fc7 Oct 14 15:50:21.144 INFO blam! Oct 14 15:50:21.144 INFO kablam! su: No module specific data is present Oct 14 15:50:21.145 INFO blam! running 0 tests Oct 14 15:50:21.145 INFO blam! Oct 14 15:50:21.145 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:50:21.145 INFO blam! Oct 14 15:50:22.323 INFO running `"docker" "rm" "-f" "0215177c4334904beebf1fb0d85bca686c797d6aa751211b0c7449fce6293188"` Oct 14 15:50:22.640 INFO blam! 0215177c4334904beebf1fb0d85bca686c797d6aa751211b0c7449fce6293188