Oct 27 04:42:37.141 INFO checking floriama/agents against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:42:37.143 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 04:42:37.686 INFO blam! 2f80c66fe951c2df73fa1d49ac22c11a4f5ab24895f9ec02c23b0223c707ec30 Oct 27 04:42:37.689 INFO running `"docker" "start" "-a" "2f80c66fe951c2df73fa1d49ac22c11a4f5ab24895f9ec02c23b0223c707ec30"` Oct 27 04:42:40.415 INFO kablam! usermod: no changes Oct 27 04:42:40.703 INFO kablam! Checking glutin v0.12.2 Oct 27 04:42:42.991 INFO kablam! Checking glium v0.20.0 Oct 27 04:42:57.011 INFO kablam! Checking agents v0.1.0 (/source) Oct 27 04:43:00.431 INFO kablam! warning: variant is never constructed: `AddAgent` Oct 27 04:43:00.431 INFO kablam! --> src/network.rs:241:5 Oct 27 04:43:00.431 INFO kablam! | Oct 27 04:43:00.431 INFO kablam! 241 | AddAgent, Oct 27 04:43:00.431 INFO kablam! | ^^^^^^^^ Oct 27 04:43:00.431 INFO kablam! | Oct 27 04:43:00.432 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:43:00.432 INFO kablam! Oct 27 04:43:00.432 INFO kablam! warning: variant is never constructed: `RemoveAgent` Oct 27 04:43:00.432 INFO kablam! --> src/network.rs:242:5 Oct 27 04:43:00.432 INFO kablam! | Oct 27 04:43:00.432 INFO kablam! 242 | RemoveAgent(NodeIndex), Oct 27 04:43:00.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:43:00.432 INFO kablam! Oct 27 04:43:00.432 INFO kablam! warning: variant is never constructed: `AddRelation` Oct 27 04:43:00.433 INFO kablam! --> src/network.rs:243:5 Oct 27 04:43:00.433 INFO kablam! | Oct 27 04:43:00.433 INFO kablam! 243 | AddRelation(NodeIndex, NodeIndex), Oct 27 04:43:00.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:43:00.433 INFO kablam! Oct 27 04:43:00.433 INFO kablam! warning: method is never used: `num_edges` Oct 27 04:43:00.433 INFO kablam! --> src/graph.rs:102:5 Oct 27 04:43:00.433 INFO kablam! | Oct 27 04:43:00.433 INFO kablam! 102 | pub fn num_edges(&self) -> usize { Oct 27 04:43:00.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:43:00.433 INFO kablam! Oct 27 04:43:00.433 INFO kablam! warning: method is never used: `nodes_mut` Oct 27 04:43:00.433 INFO kablam! --> src/graph.rs:110:5 Oct 27 04:43:00.433 INFO kablam! | Oct 27 04:43:00.433 INFO kablam! 110 | pub fn nodes_mut(&mut self) -> Vec<&mut T> { Oct 27 04:43:00.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:43:00.433 INFO kablam! Oct 27 04:43:00.433 INFO kablam! warning: method is never used: `contains_edge` Oct 27 04:43:00.433 INFO kablam! --> src/graph.rs:286:5 Oct 27 04:43:00.433 INFO kablam! | Oct 27 04:43:00.433 INFO kablam! 286 | pub fn contains_edge(&self, source: NodeIndex, target: NodeIndex) -> bool { Oct 27 04:43:00.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:43:00.433 INFO kablam! Oct 27 04:43:00.433 INFO kablam! warning: method is never used: `edge_payload` Oct 27 04:43:00.433 INFO kablam! --> src/graph.rs:316:5 Oct 27 04:43:00.433 INFO kablam! | Oct 27 04:43:00.433 INFO kablam! 316 | pub fn edge_payload(&self, source: NodeIndex, target: NodeIndex) -> Option<&S> { Oct 27 04:43:00.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:43:00.433 INFO kablam! Oct 27 04:43:00.433 INFO kablam! warning: method is never used: `edge_payload_mut` Oct 27 04:43:00.433 INFO kablam! --> src/graph.rs:336:5 Oct 27 04:43:00.433 INFO kablam! | Oct 27 04:43:00.433 INFO kablam! 336 | pub fn edge_payload_mut(&mut self, source: NodeIndex, target: NodeIndex) -> Option<&mut S> { Oct 27 04:43:00.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:43:00.433 INFO kablam! Oct 27 04:43:00.516 INFO kablam! warning: variant is never constructed: `AddAgent` Oct 27 04:43:00.516 INFO kablam! --> src/network.rs:241:5 Oct 27 04:43:00.517 INFO kablam! | Oct 27 04:43:00.517 INFO kablam! 241 | AddAgent, Oct 27 04:43:00.517 INFO kablam! | ^^^^^^^^ Oct 27 04:43:00.517 INFO kablam! | Oct 27 04:43:00.517 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:43:00.517 INFO kablam! Oct 27 04:43:00.518 INFO kablam! warning: variant is never constructed: `RemoveAgent` Oct 27 04:43:00.519 INFO kablam! --> src/network.rs:242:5 Oct 27 04:43:00.519 INFO kablam! | Oct 27 04:43:00.519 INFO kablam! 242 | RemoveAgent(NodeIndex), Oct 27 04:43:00.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:43:00.519 INFO kablam! Oct 27 04:43:00.519 INFO kablam! warning: variant is never constructed: `AddRelation` Oct 27 04:43:00.520 INFO kablam! --> src/network.rs:243:5 Oct 27 04:43:00.520 INFO kablam! | Oct 27 04:43:00.520 INFO kablam! 243 | AddRelation(NodeIndex, NodeIndex), Oct 27 04:43:00.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:43:00.520 INFO kablam! Oct 27 04:43:00.603 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.13s Oct 27 04:43:00.612 INFO kablam! su: No module specific data is present Oct 27 04:43:02.011 INFO running `"docker" "rm" "-f" "2f80c66fe951c2df73fa1d49ac22c11a4f5ab24895f9ec02c23b0223c707ec30"` Oct 27 04:43:02.307 INFO blam! 2f80c66fe951c2df73fa1d49ac22c11a4f5ab24895f9ec02c23b0223c707ec30