Oct 10 23:02:48.823 INFO testing floriama/agents against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:02:48.824 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:02:48.825 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 23:02:49.296 INFO blam! 9b9346423e8ca79e4df8d84292a917628cdcdc4c22ee8e94ff15d9899f1c7f94 Oct 10 23:02:49.308 INFO running `"docker" "start" "-a" "9b9346423e8ca79e4df8d84292a917628cdcdc4c22ee8e94ff15d9899f1c7f94"` Oct 10 23:02:50.856 INFO kablam! usermod: no changes Oct 10 23:02:51.128 INFO kablam! Compiling clap v2.30.0 Oct 10 23:02:51.128 INFO kablam! Compiling glium v0.20.0 Oct 10 23:02:51.128 INFO kablam! Compiling backtrace v0.3.5 Oct 10 23:02:51.128 INFO kablam! Compiling wayland-window v0.13.2 Oct 10 23:02:56.728 INFO kablam! Compiling winit v0.10.0 Oct 10 23:03:09.768 INFO kablam! Compiling glutin v0.12.2 Oct 10 23:03:54.078 INFO kablam! Compiling agents v0.1.0 (/source) Oct 10 23:03:57.533 INFO kablam! warning: variant is never constructed: `AddAgent` Oct 10 23:03:57.533 INFO kablam! --> src/network.rs:241:5 Oct 10 23:03:57.533 INFO kablam! | Oct 10 23:03:57.533 INFO kablam! 241 | AddAgent, Oct 10 23:03:57.533 INFO kablam! | ^^^^^^^^ Oct 10 23:03:57.533 INFO kablam! | Oct 10 23:03:57.533 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:03:57.533 INFO kablam! Oct 10 23:03:57.533 INFO kablam! warning: variant is never constructed: `RemoveAgent` Oct 10 23:03:57.533 INFO kablam! --> src/network.rs:242:5 Oct 10 23:03:57.533 INFO kablam! | Oct 10 23:03:57.533 INFO kablam! 242 | RemoveAgent(NodeIndex), Oct 10 23:03:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:03:57.533 INFO kablam! Oct 10 23:03:57.533 INFO kablam! warning: variant is never constructed: `AddRelation` Oct 10 23:03:57.533 INFO kablam! --> src/network.rs:243:5 Oct 10 23:03:57.533 INFO kablam! | Oct 10 23:03:57.533 INFO kablam! 243 | AddRelation(NodeIndex, NodeIndex), Oct 10 23:03:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:03:57.533 INFO kablam! Oct 10 23:03:57.533 INFO kablam! warning: method is never used: `num_edges` Oct 10 23:03:57.533 INFO kablam! --> src/graph.rs:102:5 Oct 10 23:03:57.533 INFO kablam! | Oct 10 23:03:57.533 INFO kablam! 102 | pub fn num_edges(&self) -> usize { Oct 10 23:03:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:03:57.533 INFO kablam! Oct 10 23:03:57.533 INFO kablam! warning: method is never used: `nodes_mut` Oct 10 23:03:57.533 INFO kablam! --> src/graph.rs:110:5 Oct 10 23:03:57.533 INFO kablam! | Oct 10 23:03:57.533 INFO kablam! 110 | pub fn nodes_mut(&mut self) -> Vec<&mut T> { Oct 10 23:03:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:03:57.533 INFO kablam! Oct 10 23:03:57.533 INFO kablam! warning: method is never used: `contains_edge` Oct 10 23:03:57.533 INFO kablam! --> src/graph.rs:286:5 Oct 10 23:03:57.533 INFO kablam! | Oct 10 23:03:57.533 INFO kablam! 286 | pub fn contains_edge(&self, source: NodeIndex, target: NodeIndex) -> bool { Oct 10 23:03:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:03:57.533 INFO kablam! Oct 10 23:03:57.534 INFO kablam! warning: method is never used: `edge_payload` Oct 10 23:03:57.534 INFO kablam! --> src/graph.rs:316:5 Oct 10 23:03:57.534 INFO kablam! | Oct 10 23:03:57.534 INFO kablam! 316 | pub fn edge_payload(&self, source: NodeIndex, target: NodeIndex) -> Option<&S> { Oct 10 23:03:57.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:03:57.534 INFO kablam! Oct 10 23:03:57.534 INFO kablam! warning: method is never used: `edge_payload_mut` Oct 10 23:03:57.534 INFO kablam! --> src/graph.rs:336:5 Oct 10 23:03:57.534 INFO kablam! | Oct 10 23:03:57.534 INFO kablam! 336 | pub fn edge_payload_mut(&mut self, source: NodeIndex, target: NodeIndex) -> Option<&mut S> { Oct 10 23:03:57.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:03:57.534 INFO kablam! Oct 10 23:04:04.568 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 13s Oct 10 23:04:04.572 INFO kablam! su: No module specific data is present Oct 10 23:04:05.186 INFO running `"docker" "rm" "-f" "9b9346423e8ca79e4df8d84292a917628cdcdc4c22ee8e94ff15d9899f1c7f94"` Oct 10 23:04:05.414 INFO blam! 9b9346423e8ca79e4df8d84292a917628cdcdc4c22ee8e94ff15d9899f1c7f94 Oct 10 23:04:05.415 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:04:05.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 23:04:05.862 INFO blam! dc57078e38a9a095c418d3fbe6ae2b4e572c38dc3b3ad1d7349bd5ddbac079c4 Oct 10 23:04:05.866 INFO running `"docker" "start" "-a" "dc57078e38a9a095c418d3fbe6ae2b4e572c38dc3b3ad1d7349bd5ddbac079c4"` Oct 10 23:04:07.048 INFO kablam! usermod: no changes Oct 10 23:04:07.264 INFO kablam! Compiling agents v0.1.0 (/source) Oct 10 23:04:10.886 INFO kablam! warning: variant is never constructed: `AddAgent` Oct 10 23:04:10.886 INFO kablam! --> src/network.rs:241:5 Oct 10 23:04:10.886 INFO kablam! | Oct 10 23:04:10.886 INFO kablam! 241 | AddAgent, Oct 10 23:04:10.886 INFO kablam! | ^^^^^^^^ Oct 10 23:04:10.886 INFO kablam! | Oct 10 23:04:10.886 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:04:10.886 INFO kablam! Oct 10 23:04:10.886 INFO kablam! warning: variant is never constructed: `RemoveAgent` Oct 10 23:04:10.886 INFO kablam! --> src/network.rs:242:5 Oct 10 23:04:10.886 INFO kablam! | Oct 10 23:04:10.886 INFO kablam! 242 | RemoveAgent(NodeIndex), Oct 10 23:04:10.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:04:10.886 INFO kablam! Oct 10 23:04:10.886 INFO kablam! warning: variant is never constructed: `AddRelation` Oct 10 23:04:10.886 INFO kablam! --> src/network.rs:243:5 Oct 10 23:04:10.886 INFO kablam! | Oct 10 23:04:10.886 INFO kablam! 243 | AddRelation(NodeIndex, NodeIndex), Oct 10 23:04:10.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:04:10.886 INFO kablam! Oct 10 23:04:13.902 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.80s Oct 10 23:04:13.916 INFO kablam! su: No module specific data is present Oct 10 23:04:14.509 INFO running `"docker" "rm" "-f" "dc57078e38a9a095c418d3fbe6ae2b4e572c38dc3b3ad1d7349bd5ddbac079c4"` Oct 10 23:04:14.896 INFO blam! dc57078e38a9a095c418d3fbe6ae2b4e572c38dc3b3ad1d7349bd5ddbac079c4 Oct 10 23:04:14.901 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:04:14.902 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 23:04:15.446 INFO blam! aba8d313c4f60bf38d4226273337d6230a7ff21878936265cfd0b2f4732b4b45 Oct 10 23:04:15.450 INFO running `"docker" "start" "-a" "aba8d313c4f60bf38d4226273337d6230a7ff21878936265cfd0b2f4732b4b45"` Oct 10 23:04:16.604 INFO kablam! usermod: no changes Oct 10 23:04:16.784 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 10 23:04:16.809 INFO kablam! Running /target/debug/deps/agents-27ae7e06e20480d6 Oct 10 23:04:16.832 INFO blam! Oct 10 23:04:16.832 INFO blam! running 13 tests Oct 10 23:04:16.832 INFO blam! test graph::tests::actual_payload ... ok Oct 10 23:04:16.832 INFO blam! test graph::tests::edges ... ok Oct 10 23:04:16.832 INFO blam! test graph::tests::double_edge ... ok Oct 10 23:04:16.832 INFO blam! test graph::tests::delete_nonexisting_node ... ok Oct 10 23:04:16.832 INFO blam! test graph::tests::construction ... ok Oct 10 23:04:16.832 INFO blam! test graph::tests::delete_nonexisting_edge ... ok Oct 10 23:04:16.833 INFO blam! test graph::tests::nodes_iter ... ok Oct 10 23:04:16.833 INFO blam! test graph::tests::contains ... ok Oct 10 23:04:16.833 INFO blam! test graph::tests::re_add_node ... ok Oct 10 23:04:16.833 INFO blam! test graph::tests::remove_both ... ok Oct 10 23:04:16.834 INFO blam! test graph::tests::remove_node ... ok Oct 10 23:04:16.841 INFO blam! test graph::tests::remove_edge ... ok Oct 10 23:04:17.244 INFO blam! test graph::tests::large_total_graph ... ok Oct 10 23:04:17.244 INFO blam! Oct 10 23:04:17.244 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:04:17.244 INFO blam! Oct 10 23:04:17.249 INFO kablam! su: No module specific data is present Oct 10 23:04:17.936 INFO running `"docker" "rm" "-f" "aba8d313c4f60bf38d4226273337d6230a7ff21878936265cfd0b2f4732b4b45"` Oct 10 23:04:18.212 INFO blam! aba8d313c4f60bf38d4226273337d6230a7ff21878936265cfd0b2f4732b4b45