Oct 14 17:12:46.425 INFO testing jarrett/rust-patterns against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:12:46.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 17:12:46.863 INFO blam! 305c5e3839925ad7462d5383cb9ba3705e7d63a0627e180a55b99e6f56d35fc4 Oct 14 17:12:46.865 INFO running `"docker" "start" "-a" "305c5e3839925ad7462d5383cb9ba3705e7d63a0627e180a55b99e6f56d35fc4"` Oct 14 17:12:47.793 INFO kablam! usermod: no changes Oct 14 17:12:47.859 INFO kablam! Compiling uuid v0.6.2 Oct 14 17:12:48.683 INFO kablam! Compiling rust-patterns v0.1.0 (/source) Oct 14 17:12:49.032 INFO kablam! warning: struct is never constructed: `Bar` Oct 14 17:12:49.032 INFO kablam! --> src/any.rs:13:1 Oct 14 17:12:49.033 INFO kablam! | Oct 14 17:12:49.033 INFO kablam! 13 | struct Bar; Oct 14 17:12:49.033 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:12:49.033 INFO kablam! | Oct 14 17:12:49.034 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:12:49.034 INFO kablam! Oct 14 17:12:49.034 INFO kablam! warning: struct is never constructed: `World` Oct 14 17:12:49.034 INFO kablam! --> src/mutability.rs:5:1 Oct 14 17:12:49.035 INFO kablam! | Oct 14 17:12:49.035 INFO kablam! 5 | struct World { Oct 14 17:12:49.035 INFO kablam! | ^^^^^^^^^^^^ Oct 14 17:12:49.035 INFO kablam! Oct 14 17:12:49.036 INFO kablam! warning: struct is never constructed: `Person` Oct 14 17:12:49.036 INFO kablam! --> src/mutability.rs:25:1 Oct 14 17:12:49.036 INFO kablam! | Oct 14 17:12:49.036 INFO kablam! 25 | struct Person { Oct 14 17:12:49.037 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:12:49.037 INFO kablam! Oct 14 17:12:49.037 INFO kablam! warning: method is never used: `attack` Oct 14 17:12:49.037 INFO kablam! --> src/mutability.rs:33:3 Oct 14 17:12:49.038 INFO kablam! | Oct 14 17:12:49.038 INFO kablam! 33 | pub fn attack(&self, other: &mut Person) { Oct 14 17:12:49.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.038 INFO kablam! Oct 14 17:12:49.039 INFO kablam! warning: method is never used: `attack_sibling` Oct 14 17:12:49.039 INFO kablam! --> src/mutability.rs:37:3 Oct 14 17:12:49.039 INFO kablam! | Oct 14 17:12:49.039 INFO kablam! 37 | pub fn attack_sibling(&self) -> Result<(), ()> { Oct 14 17:12:49.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.040 INFO kablam! Oct 14 17:12:49.040 INFO kablam! warning: method is never used: `health` Oct 14 17:12:49.040 INFO kablam! --> src/mutability.rs:46:3 Oct 14 17:12:49.041 INFO kablam! | Oct 14 17:12:49.041 INFO kablam! 46 | pub fn health(&self) -> u8 { self.health } Oct 14 17:12:49.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.041 INFO kablam! Oct 14 17:12:49.042 INFO kablam! warning: method is never used: `new` Oct 14 17:12:49.042 INFO kablam! --> src/mutability.rs:48:3 Oct 14 17:12:49.042 INFO kablam! | Oct 14 17:12:49.042 INFO kablam! 48 | pub fn new(armor: u8, strength: u8) -> Person { Oct 14 17:12:49.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.043 INFO kablam! Oct 14 17:12:49.043 INFO kablam! warning: method is never used: `receive_attack` Oct 14 17:12:49.043 INFO kablam! --> src/mutability.rs:52:3 Oct 14 17:12:49.044 INFO kablam! | Oct 14 17:12:49.044 INFO kablam! 52 | pub fn receive_attack(&mut self, strength: u8) { Oct 14 17:12:49.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.044 INFO kablam! Oct 14 17:12:49.044 INFO kablam! warning: method is never used: `set_sibling` Oct 14 17:12:49.044 INFO kablam! --> src/mutability.rs:56:3 Oct 14 17:12:49.044 INFO kablam! | Oct 14 17:12:49.044 INFO kablam! 56 | pub fn set_sibling(&mut self, sibling: &Rc>) { Oct 14 17:12:49.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.044 INFO kablam! Oct 14 17:12:49.044 INFO kablam! warning: type alias is never used: `EmitterRef` Oct 14 17:12:49.044 INFO kablam! --> src/events/pointer.rs:6:1 Oct 14 17:12:49.044 INFO kablam! | Oct 14 17:12:49.044 INFO kablam! 6 | type EmitterRef = Rc>; Oct 14 17:12:49.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.044 INFO kablam! Oct 14 17:12:49.044 INFO kablam! warning: struct is never constructed: `PackagedEvent` Oct 14 17:12:49.044 INFO kablam! --> src/events/pointer.rs:10:1 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 10 | struct PackagedEvent { Oct 14 17:12:49.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.045 INFO kablam! Oct 14 17:12:49.045 INFO kablam! warning: struct is never constructed: `Bar` Oct 14 17:12:49.045 INFO kablam! --> src/events/pointer.rs:17:1 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 17 | struct Bar { Oct 14 17:12:49.045 INFO kablam! | ^^^^^^^^^^ Oct 14 17:12:49.045 INFO kablam! Oct 14 17:12:49.045 INFO kablam! warning: method is never used: `cast` Oct 14 17:12:49.045 INFO kablam! --> src/events/pointer.rs:22:3 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 22 | / fn cast(&self, f: F) -> Option Oct 14 17:12:49.045 INFO kablam! 23 | | where U: 'static, F: FnOnce(&U) -> V Oct 14 17:12:49.045 INFO kablam! 24 | | { Oct 14 17:12:49.045 INFO kablam! 25 | | self.event.as_any().downcast_ref::().map(f) Oct 14 17:12:49.045 INFO kablam! 26 | | } Oct 14 17:12:49.045 INFO kablam! | |___^ Oct 14 17:12:49.045 INFO kablam! Oct 14 17:12:49.045 INFO kablam! warning: method is never used: `package` Oct 14 17:12:49.045 INFO kablam! --> src/events/pointer.rs:29:3 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 29 | fn package(events: &mut Events, emitter: &EmitterRef) -> Vec> { Oct 14 17:12:49.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.045 INFO kablam! Oct 14 17:12:49.045 INFO kablam! warning: struct is never constructed: `EntityRef` Oct 14 17:12:49.045 INFO kablam! --> src/events/uuid.rs:18:1 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 18 | struct EntityRef { Oct 14 17:12:49.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.045 INFO kablam! Oct 14 17:12:49.045 INFO kablam! warning: struct is never constructed: `PackagedEvent` Oct 14 17:12:49.045 INFO kablam! --> src/events/uuid.rs:25:1 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 25 | struct PackagedEvent { Oct 14 17:12:49.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.045 INFO kablam! Oct 14 17:12:49.045 INFO kablam! warning: struct is never constructed: `Bar` Oct 14 17:12:49.045 INFO kablam! --> src/events/uuid.rs:32:1 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 32 | struct Bar { Oct 14 17:12:49.045 INFO kablam! | ^^^^^^^^^^ Oct 14 17:12:49.045 INFO kablam! Oct 14 17:12:49.045 INFO kablam! warning: method is never used: `clone` Oct 14 17:12:49.045 INFO kablam! --> src/events/uuid.rs:41:3 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 41 | fn clone(&self) -> Self { Oct 14 17:12:49.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.045 INFO kablam! Oct 14 17:12:49.045 INFO kablam! warning: method is never used: `new` Oct 14 17:12:49.045 INFO kablam! --> src/events/uuid.rs:45:3 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 45 | fn new(uuid: Uuid) -> Self { Oct 14 17:12:49.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.045 INFO kablam! Oct 14 17:12:49.045 INFO kablam! warning: method is never used: `resolve` Oct 14 17:12:49.045 INFO kablam! --> src/events/uuid.rs:51:3 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 51 | / fn resolve<'a>( Oct 14 17:12:49.045 INFO kablam! 52 | | &self, registry: &'a HashMap> Oct 14 17:12:49.045 INFO kablam! 53 | | ) -> &'a Rc> { Oct 14 17:12:49.045 INFO kablam! 54 | | registry.get(&self.uuid).unwrap().downcast_ref::>>().unwrap() Oct 14 17:12:49.045 INFO kablam! 55 | | } Oct 14 17:12:49.045 INFO kablam! | |___^ Oct 14 17:12:49.045 INFO kablam! Oct 14 17:12:49.045 INFO kablam! warning: method is never used: `cast` Oct 14 17:12:49.045 INFO kablam! --> src/events/uuid.rs:59:3 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 59 | / fn cast(&self, f: F) -> Option Oct 14 17:12:49.045 INFO kablam! 60 | | where U: 'static, F: FnOnce(&U) -> V Oct 14 17:12:49.045 INFO kablam! 61 | | { Oct 14 17:12:49.045 INFO kablam! 62 | | self.event.as_any().downcast_ref::().map(f) Oct 14 17:12:49.045 INFO kablam! 63 | | } Oct 14 17:12:49.045 INFO kablam! | |___^ Oct 14 17:12:49.045 INFO kablam! Oct 14 17:12:49.045 INFO kablam! warning: method is never used: `package` Oct 14 17:12:49.045 INFO kablam! --> src/events/uuid.rs:66:3 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 66 | fn package(events: &mut Events, emitter: &EntityRef) -> Vec> { Oct 14 17:12:49.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.045 INFO kablam! Oct 14 17:12:49.045 INFO kablam! warning: method is never used: `new` Oct 14 17:12:49.045 INFO kablam! --> src/events/uuid.rs:74:3 Oct 14 17:12:49.045 INFO kablam! | Oct 14 17:12:49.045 INFO kablam! 74 | fn new() -> Bar { Oct 14 17:12:49.046 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:12:49.046 INFO kablam! Oct 14 17:12:49.046 INFO kablam! warning: struct is never constructed: `Events` Oct 14 17:12:49.046 INFO kablam! --> src/events/mod.rs:15:1 Oct 14 17:12:49.046 INFO kablam! | Oct 14 17:12:49.046 INFO kablam! 15 | struct Events { Oct 14 17:12:49.046 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:12:49.046 INFO kablam! Oct 14 17:12:49.046 INFO kablam! warning: struct is never constructed: `FooEvent` Oct 14 17:12:49.046 INFO kablam! --> src/events/mod.rs:20:1 Oct 14 17:12:49.046 INFO kablam! | Oct 14 17:12:49.046 INFO kablam! 20 | struct FooEvent { Oct 14 17:12:49.046 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:12:49.046 INFO kablam! Oct 14 17:12:49.046 INFO kablam! warning: method is never used: `emit` Oct 14 17:12:49.046 INFO kablam! --> src/events/mod.rs:29:3 Oct 14 17:12:49.046 INFO kablam! | Oct 14 17:12:49.046 INFO kablam! 29 | fn emit(&mut self, event: U) { Oct 14 17:12:49.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.046 INFO kablam! Oct 14 17:12:49.046 INFO kablam! warning: method is never used: `new` Oct 14 17:12:49.046 INFO kablam! --> src/events/mod.rs:33:3 Oct 14 17:12:49.046 INFO kablam! | Oct 14 17:12:49.046 INFO kablam! 33 | fn new() -> Events { Oct 14 17:12:49.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.046 INFO kablam! Oct 14 17:12:49.046 INFO kablam! warning: method is never used: `new` Oct 14 17:12:49.046 INFO kablam! --> src/events/mod.rs:41:3 Oct 14 17:12:49.046 INFO kablam! | Oct 14 17:12:49.046 INFO kablam! 41 | fn new(message: &str) -> FooEvent { Oct 14 17:12:49.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.046 INFO kablam! Oct 14 17:12:49.046 INFO kablam! warning: struct is never constructed: `Animal` Oct 14 17:12:49.046 INFO kablam! --> src/lifetimes.rs:1:1 Oct 14 17:12:49.046 INFO kablam! | Oct 14 17:12:49.046 INFO kablam! 1 | struct Animal { Oct 14 17:12:49.046 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:12:49.046 INFO kablam! Oct 14 17:12:49.046 INFO kablam! warning: method is never used: `borrow_name` Oct 14 17:12:49.046 INFO kablam! --> src/lifetimes.rs:6:3 Oct 14 17:12:49.046 INFO kablam! | Oct 14 17:12:49.046 INFO kablam! 6 | fn borrow_name<'a>(&'a self) -> &'a String { Oct 14 17:12:49.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:49.046 INFO kablam! Oct 14 17:12:49.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 14 17:12:49.411 INFO kablam! su: No module specific data is present Oct 14 17:12:50.063 INFO running `"docker" "rm" "-f" "305c5e3839925ad7462d5383cb9ba3705e7d63a0627e180a55b99e6f56d35fc4"` Oct 14 17:12:50.367 INFO blam! 305c5e3839925ad7462d5383cb9ba3705e7d63a0627e180a55b99e6f56d35fc4 Oct 14 17:12:50.373 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 17:12:50.917 INFO blam! 22527035a093e815c1a58c65c8aa780997a5446c19bfdd99f1e084651217acaa Oct 14 17:12:50.931 INFO running `"docker" "start" "-a" "22527035a093e815c1a58c65c8aa780997a5446c19bfdd99f1e084651217acaa"` Oct 14 17:12:52.169 INFO kablam! usermod: no changes Oct 14 17:12:52.272 INFO kablam! Compiling rust-patterns v0.1.0 (/source) Oct 14 17:12:54.139 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Oct 14 17:12:54.139 INFO kablam! su: No module specific data is present Oct 14 17:12:55.067 INFO running `"docker" "rm" "-f" "22527035a093e815c1a58c65c8aa780997a5446c19bfdd99f1e084651217acaa"` Oct 14 17:12:55.363 INFO blam! 22527035a093e815c1a58c65c8aa780997a5446c19bfdd99f1e084651217acaa Oct 14 17:12:55.379 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 17:12:55.881 INFO blam! 450bd2c3525815a113e74c6ce6451d2952f4e01da25f884129a9bb9b20b35fbe Oct 14 17:12:55.882 INFO running `"docker" "start" "-a" "450bd2c3525815a113e74c6ce6451d2952f4e01da25f884129a9bb9b20b35fbe"` Oct 14 17:12:56.928 INFO kablam! usermod: no changes Oct 14 17:12:57.025 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 17:12:57.027 INFO blam! Oct 14 17:12:57.027 INFO blam! running 5 tests Oct 14 17:12:57.028 INFO kablam! Running /target/debug/deps/rust_patterns-431dabe0b80e8eb0 Oct 14 17:12:57.035 INFO blam! test events::pointer::tests::example ... ok Oct 14 17:12:57.035 INFO blam! test events::uuid::tests::example ... ok Oct 14 17:12:57.039 INFO kablam! su: No module specific data is present Oct 14 17:12:57.039 INFO blam! test any::tests::example ... ok Oct 14 17:12:57.039 INFO blam! test lifetimes::tests::borrow_struct_field ... ok Oct 14 17:12:57.039 INFO blam! test mutability::tests::example ... ok Oct 14 17:12:57.039 INFO blam! Oct 14 17:12:57.039 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:12:57.039 INFO blam! Oct 14 17:12:58.139 INFO running `"docker" "rm" "-f" "450bd2c3525815a113e74c6ce6451d2952f4e01da25f884129a9bb9b20b35fbe"` Oct 14 17:12:58.451 INFO blam! 450bd2c3525815a113e74c6ce6451d2952f4e01da25f884129a9bb9b20b35fbe