Oct 14 17:12:42.234 INFO testing jarrett/rust-patterns against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:12:42.234 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 17:12:42.867 INFO blam! 70dfd11bba36c56dcd9ffae515aa72bed3bce5338d33981edb3dfaeb01c8aa34 Oct 14 17:12:42.875 INFO running `"docker" "start" "-a" "70dfd11bba36c56dcd9ffae515aa72bed3bce5338d33981edb3dfaeb01c8aa34"` Oct 14 17:12:44.183 INFO kablam! usermod: no changes Oct 14 17:12:44.271 INFO kablam! Compiling uuid v0.6.2 Oct 14 17:12:45.227 INFO kablam! Compiling rust-patterns v0.1.0 (/source) Oct 14 17:12:45.584 INFO kablam! warning: struct is never constructed: `Bar` Oct 14 17:12:45.584 INFO kablam! --> src/any.rs:13:1 Oct 14 17:12:45.584 INFO kablam! | Oct 14 17:12:45.584 INFO kablam! 13 | struct Bar; Oct 14 17:12:45.584 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:12:45.584 INFO kablam! | Oct 14 17:12:45.584 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:12:45.584 INFO kablam! Oct 14 17:12:45.584 INFO kablam! warning: struct is never constructed: `World` Oct 14 17:12:45.584 INFO kablam! --> src/mutability.rs:5:1 Oct 14 17:12:45.584 INFO kablam! | Oct 14 17:12:45.584 INFO kablam! 5 | struct World { Oct 14 17:12:45.584 INFO kablam! | ^^^^^^^^^^^^ Oct 14 17:12:45.584 INFO kablam! Oct 14 17:12:45.584 INFO kablam! warning: struct is never constructed: `Person` Oct 14 17:12:45.584 INFO kablam! --> src/mutability.rs:25:1 Oct 14 17:12:45.584 INFO kablam! | Oct 14 17:12:45.584 INFO kablam! 25 | struct Person { Oct 14 17:12:45.584 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:12:45.584 INFO kablam! Oct 14 17:12:45.584 INFO kablam! warning: method is never used: `attack` Oct 14 17:12:45.584 INFO kablam! --> src/mutability.rs:33:3 Oct 14 17:12:45.584 INFO kablam! | Oct 14 17:12:45.584 INFO kablam! 33 | pub fn attack(&self, other: &mut Person) { Oct 14 17:12:45.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.584 INFO kablam! Oct 14 17:12:45.584 INFO kablam! warning: method is never used: `attack_sibling` Oct 14 17:12:45.584 INFO kablam! --> src/mutability.rs:37:3 Oct 14 17:12:45.584 INFO kablam! | Oct 14 17:12:45.584 INFO kablam! 37 | pub fn attack_sibling(&self) -> Result<(), ()> { Oct 14 17:12:45.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.584 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: method is never used: `health` Oct 14 17:12:45.585 INFO kablam! --> src/mutability.rs:46:3 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 46 | pub fn health(&self) -> u8 { self.health } Oct 14 17:12:45.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: method is never used: `new` Oct 14 17:12:45.585 INFO kablam! --> src/mutability.rs:48:3 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 48 | pub fn new(armor: u8, strength: u8) -> Person { Oct 14 17:12:45.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: method is never used: `receive_attack` Oct 14 17:12:45.585 INFO kablam! --> src/mutability.rs:52:3 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 52 | pub fn receive_attack(&mut self, strength: u8) { Oct 14 17:12:45.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: method is never used: `set_sibling` Oct 14 17:12:45.585 INFO kablam! --> src/mutability.rs:56:3 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 56 | pub fn set_sibling(&mut self, sibling: &Rc>) { Oct 14 17:12:45.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: type alias is never used: `EmitterRef` Oct 14 17:12:45.585 INFO kablam! --> src/events/pointer.rs:6:1 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 6 | type EmitterRef = Rc>; Oct 14 17:12:45.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: struct is never constructed: `PackagedEvent` Oct 14 17:12:45.585 INFO kablam! --> src/events/pointer.rs:10:1 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 10 | struct PackagedEvent { Oct 14 17:12:45.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: struct is never constructed: `Bar` Oct 14 17:12:45.585 INFO kablam! --> src/events/pointer.rs:17:1 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 17 | struct Bar { Oct 14 17:12:45.585 INFO kablam! | ^^^^^^^^^^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: method is never used: `cast` Oct 14 17:12:45.585 INFO kablam! --> src/events/pointer.rs:22:3 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 22 | / fn cast(&self, f: F) -> Option Oct 14 17:12:45.585 INFO kablam! 23 | | where U: 'static, F: FnOnce(&U) -> V Oct 14 17:12:45.585 INFO kablam! 24 | | { Oct 14 17:12:45.585 INFO kablam! 25 | | self.event.as_any().downcast_ref::().map(f) Oct 14 17:12:45.585 INFO kablam! 26 | | } Oct 14 17:12:45.585 INFO kablam! | |___^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: method is never used: `package` Oct 14 17:12:45.585 INFO kablam! --> src/events/pointer.rs:29:3 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 29 | fn package(events: &mut Events, emitter: &EmitterRef) -> Vec> { Oct 14 17:12:45.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: struct is never constructed: `EntityRef` Oct 14 17:12:45.585 INFO kablam! --> src/events/uuid.rs:18:1 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 18 | struct EntityRef { Oct 14 17:12:45.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: struct is never constructed: `PackagedEvent` Oct 14 17:12:45.585 INFO kablam! --> src/events/uuid.rs:25:1 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 25 | struct PackagedEvent { Oct 14 17:12:45.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: struct is never constructed: `Bar` Oct 14 17:12:45.585 INFO kablam! --> src/events/uuid.rs:32:1 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 32 | struct Bar { Oct 14 17:12:45.585 INFO kablam! | ^^^^^^^^^^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: method is never used: `clone` Oct 14 17:12:45.585 INFO kablam! --> src/events/uuid.rs:41:3 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.585 INFO kablam! 41 | fn clone(&self) -> Self { Oct 14 17:12:45.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.585 INFO kablam! Oct 14 17:12:45.585 INFO kablam! warning: method is never used: `new` Oct 14 17:12:45.585 INFO kablam! --> src/events/uuid.rs:45:3 Oct 14 17:12:45.585 INFO kablam! | Oct 14 17:12:45.586 INFO kablam! 45 | fn new(uuid: Uuid) -> Self { Oct 14 17:12:45.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.586 INFO kablam! Oct 14 17:12:45.586 INFO kablam! warning: method is never used: `resolve` Oct 14 17:12:45.586 INFO kablam! --> src/events/uuid.rs:51:3 Oct 14 17:12:45.586 INFO kablam! | Oct 14 17:12:45.586 INFO kablam! 51 | / fn resolve<'a>( Oct 14 17:12:45.586 INFO kablam! 52 | | &self, registry: &'a HashMap> Oct 14 17:12:45.586 INFO kablam! 53 | | ) -> &'a Rc> { Oct 14 17:12:45.586 INFO kablam! 54 | | registry.get(&self.uuid).unwrap().downcast_ref::>>().unwrap() Oct 14 17:12:45.586 INFO kablam! 55 | | } Oct 14 17:12:45.586 INFO kablam! | |___^ Oct 14 17:12:45.586 INFO kablam! Oct 14 17:12:45.586 INFO kablam! warning: method is never used: `cast` Oct 14 17:12:45.586 INFO kablam! --> src/events/uuid.rs:59:3 Oct 14 17:12:45.586 INFO kablam! | Oct 14 17:12:45.586 INFO kablam! 59 | / fn cast(&self, f: F) -> Option Oct 14 17:12:45.586 INFO kablam! 60 | | where U: 'static, F: FnOnce(&U) -> V Oct 14 17:12:45.586 INFO kablam! 61 | | { Oct 14 17:12:45.586 INFO kablam! 62 | | self.event.as_any().downcast_ref::().map(f) Oct 14 17:12:45.586 INFO kablam! 63 | | } Oct 14 17:12:45.586 INFO kablam! | |___^ Oct 14 17:12:45.586 INFO kablam! Oct 14 17:12:45.586 INFO kablam! warning: method is never used: `package` Oct 14 17:12:45.586 INFO kablam! --> src/events/uuid.rs:66:3 Oct 14 17:12:45.586 INFO kablam! | Oct 14 17:12:45.586 INFO kablam! 66 | fn package(events: &mut Events, emitter: &EntityRef) -> Vec> { Oct 14 17:12:45.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.586 INFO kablam! Oct 14 17:12:45.586 INFO kablam! warning: method is never used: `new` Oct 14 17:12:45.586 INFO kablam! --> src/events/uuid.rs:74:3 Oct 14 17:12:45.586 INFO kablam! | Oct 14 17:12:45.586 INFO kablam! 74 | fn new() -> Bar { Oct 14 17:12:45.586 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:12:45.586 INFO kablam! Oct 14 17:12:45.586 INFO kablam! warning: struct is never constructed: `Events` Oct 14 17:12:45.586 INFO kablam! --> src/events/mod.rs:15:1 Oct 14 17:12:45.586 INFO kablam! | Oct 14 17:12:45.586 INFO kablam! 15 | struct Events { Oct 14 17:12:45.586 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:12:45.586 INFO kablam! Oct 14 17:12:45.586 INFO kablam! warning: struct is never constructed: `FooEvent` Oct 14 17:12:45.586 INFO kablam! --> src/events/mod.rs:20:1 Oct 14 17:12:45.586 INFO kablam! | Oct 14 17:12:45.586 INFO kablam! 20 | struct FooEvent { Oct 14 17:12:45.586 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:12:45.586 INFO kablam! Oct 14 17:12:45.586 INFO kablam! warning: method is never used: `emit` Oct 14 17:12:45.586 INFO kablam! --> src/events/mod.rs:29:3 Oct 14 17:12:45.586 INFO kablam! | Oct 14 17:12:45.586 INFO kablam! 29 | fn emit(&mut self, event: U) { Oct 14 17:12:45.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.586 INFO kablam! Oct 14 17:12:45.586 INFO kablam! warning: method is never used: `new` Oct 14 17:12:45.586 INFO kablam! --> src/events/mod.rs:33:3 Oct 14 17:12:45.586 INFO kablam! | Oct 14 17:12:45.586 INFO kablam! 33 | fn new() -> Events { Oct 14 17:12:45.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.586 INFO kablam! Oct 14 17:12:45.586 INFO kablam! warning: method is never used: `new` Oct 14 17:12:45.586 INFO kablam! --> src/events/mod.rs:41:3 Oct 14 17:12:45.586 INFO kablam! | Oct 14 17:12:45.586 INFO kablam! 41 | fn new(message: &str) -> FooEvent { Oct 14 17:12:45.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.586 INFO kablam! Oct 14 17:12:45.586 INFO kablam! warning: struct is never constructed: `Animal` Oct 14 17:12:45.586 INFO kablam! --> src/lifetimes.rs:1:1 Oct 14 17:12:45.586 INFO kablam! | Oct 14 17:12:45.586 INFO kablam! 1 | struct Animal { Oct 14 17:12:45.586 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:12:45.586 INFO kablam! Oct 14 17:12:45.586 INFO kablam! warning: method is never used: `borrow_name` Oct 14 17:12:45.586 INFO kablam! --> src/lifetimes.rs:6:3 Oct 14 17:12:45.586 INFO kablam! | Oct 14 17:12:45.586 INFO kablam! 6 | fn borrow_name<'a>(&'a self) -> &'a String { Oct 14 17:12:45.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:45.586 INFO kablam! Oct 14 17:12:45.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Oct 14 17:12:45.951 INFO kablam! su: No module specific data is present Oct 14 17:12:46.487 INFO running `"docker" "rm" "-f" "70dfd11bba36c56dcd9ffae515aa72bed3bce5338d33981edb3dfaeb01c8aa34"` Oct 14 17:12:46.643 INFO blam! 70dfd11bba36c56dcd9ffae515aa72bed3bce5338d33981edb3dfaeb01c8aa34 Oct 14 17:12:46.649 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 17:12:47.090 INFO blam! 06f005716d5119e18fbd6e6af88a688f742e2399ac199e63ef1c602be3d9bf20 Oct 14 17:12:47.111 INFO running `"docker" "start" "-a" "06f005716d5119e18fbd6e6af88a688f742e2399ac199e63ef1c602be3d9bf20"` Oct 14 17:12:48.017 INFO kablam! usermod: no changes Oct 14 17:12:48.084 INFO kablam! Compiling rust-patterns v0.1.0 (/source) Oct 14 17:12:49.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Oct 14 17:12:49.731 INFO kablam! su: No module specific data is present Oct 14 17:12:50.806 INFO running `"docker" "rm" "-f" "06f005716d5119e18fbd6e6af88a688f742e2399ac199e63ef1c602be3d9bf20"` Oct 14 17:12:51.239 INFO blam! 06f005716d5119e18fbd6e6af88a688f742e2399ac199e63ef1c602be3d9bf20 Oct 14 17:12:51.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 17:12:51.695 INFO blam! d4da93fe0076210c14cf89dfe93c9ac5b33e178de60414ebb8abf76ee750ca13 Oct 14 17:12:51.699 INFO running `"docker" "start" "-a" "d4da93fe0076210c14cf89dfe93c9ac5b33e178de60414ebb8abf76ee750ca13"` Oct 14 17:12:53.150 INFO kablam! usermod: no changes Oct 14 17:12:53.265 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 17:12:53.265 INFO kablam! Running /target/debug/deps/rust_patterns-9722081860d0388f Oct 14 17:12:53.275 INFO blam! Oct 14 17:12:53.275 INFO blam! running 5 tests Oct 14 17:12:53.275 INFO blam! test any::tests::example ... ok Oct 14 17:12:53.279 INFO blam! test lifetimes::tests::borrow_struct_field ... ok Oct 14 17:12:53.279 INFO blam! test mutability::tests::example ... ok Oct 14 17:12:53.279 INFO blam! test events::uuid::tests::example ... ok Oct 14 17:12:53.291 INFO blam! test events::pointer::tests::example ... ok Oct 14 17:12:53.291 INFO blam! Oct 14 17:12:53.291 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:12:53.291 INFO blam! Oct 14 17:12:53.303 INFO kablam! su: No module specific data is present Oct 14 17:12:53.999 INFO running `"docker" "rm" "-f" "d4da93fe0076210c14cf89dfe93c9ac5b33e178de60414ebb8abf76ee750ca13"` Oct 14 17:12:54.285 INFO blam! d4da93fe0076210c14cf89dfe93c9ac5b33e178de60414ebb8abf76ee750ca13