Oct 14 20:37:52.726 INFO testing floriama/agents against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:37:52.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 20:37:53.247 INFO blam! 2f6c77d95e2d9a1d283f23f3149d622d431aee1b7fa3b17f2b15813b45a4e842 Oct 14 20:37:53.250 INFO running `"docker" "start" "-a" "2f6c77d95e2d9a1d283f23f3149d622d431aee1b7fa3b17f2b15813b45a4e842"` Oct 14 20:37:54.719 INFO kablam! usermod: no changes Oct 14 20:37:54.907 INFO kablam! Compiling khronos_api v2.1.0 Oct 14 20:37:54.927 INFO kablam! Compiling clap v2.30.0 Oct 14 20:37:54.952 INFO kablam! Compiling tempfile v2.2.0 Oct 14 20:37:54.964 INFO kablam! Compiling backtrace v0.3.5 Oct 14 20:37:56.501 INFO kablam! Compiling gl_generator v0.8.0 Oct 14 20:37:57.681 INFO kablam! Compiling wayland-window v0.13.2 Oct 14 20:38:00.551 INFO kablam! Compiling winit v0.10.0 Oct 14 20:38:03.703 INFO kablam! Compiling glutin v0.12.2 Oct 14 20:38:03.703 INFO kablam! Compiling glium v0.20.0 Oct 14 20:39:08.387 INFO kablam! Compiling agents v0.1.0 (/source) Oct 14 20:39:09.799 INFO kablam! warning: variant is never constructed: `AddAgent` Oct 14 20:39:09.800 INFO kablam! --> src/network.rs:241:5 Oct 14 20:39:09.800 INFO kablam! | Oct 14 20:39:09.801 INFO kablam! 241 | AddAgent, Oct 14 20:39:09.802 INFO kablam! | ^^^^^^^^ Oct 14 20:39:09.802 INFO kablam! | Oct 14 20:39:09.803 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:39:09.803 INFO kablam! Oct 14 20:39:09.804 INFO kablam! warning: variant is never constructed: `RemoveAgent` Oct 14 20:39:09.804 INFO kablam! --> src/network.rs:242:5 Oct 14 20:39:09.805 INFO kablam! | Oct 14 20:39:09.806 INFO kablam! 242 | RemoveAgent(NodeIndex), Oct 14 20:39:09.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:39:09.807 INFO kablam! Oct 14 20:39:09.807 INFO kablam! warning: variant is never constructed: `AddRelation` Oct 14 20:39:09.808 INFO kablam! --> src/network.rs:243:5 Oct 14 20:39:09.809 INFO kablam! | Oct 14 20:39:09.809 INFO kablam! 243 | AddRelation(NodeIndex, NodeIndex), Oct 14 20:39:09.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:39:09.810 INFO kablam! Oct 14 20:39:09.811 INFO kablam! warning: method is never used: `num_edges` Oct 14 20:39:09.811 INFO kablam! --> src/graph.rs:102:5 Oct 14 20:39:09.811 INFO kablam! | Oct 14 20:39:09.811 INFO kablam! 102 | pub fn num_edges(&self) -> usize { Oct 14 20:39:09.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:39:09.812 INFO kablam! Oct 14 20:39:09.812 INFO kablam! warning: method is never used: `nodes_mut` Oct 14 20:39:09.812 INFO kablam! --> src/graph.rs:110:5 Oct 14 20:39:09.812 INFO kablam! | Oct 14 20:39:09.812 INFO kablam! 110 | pub fn nodes_mut(&mut self) -> Vec<&mut T> { Oct 14 20:39:09.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:39:09.812 INFO kablam! Oct 14 20:39:09.812 INFO kablam! warning: method is never used: `contains_edge` Oct 14 20:39:09.812 INFO kablam! --> src/graph.rs:286:5 Oct 14 20:39:09.812 INFO kablam! | Oct 14 20:39:09.812 INFO kablam! 286 | pub fn contains_edge(&self, source: NodeIndex, target: NodeIndex) -> bool { Oct 14 20:39:09.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:39:09.812 INFO kablam! Oct 14 20:39:09.812 INFO kablam! warning: method is never used: `edge_payload` Oct 14 20:39:09.812 INFO kablam! --> src/graph.rs:316:5 Oct 14 20:39:09.819 INFO kablam! | Oct 14 20:39:09.819 INFO kablam! 316 | pub fn edge_payload(&self, source: NodeIndex, target: NodeIndex) -> Option<&S> { Oct 14 20:39:09.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:39:09.819 INFO kablam! Oct 14 20:39:09.819 INFO kablam! warning: method is never used: `edge_payload_mut` Oct 14 20:39:09.819 INFO kablam! --> src/graph.rs:336:5 Oct 14 20:39:09.819 INFO kablam! | Oct 14 20:39:09.819 INFO kablam! 336 | pub fn edge_payload_mut(&mut self, source: NodeIndex, target: NodeIndex) -> Option<&mut S> { Oct 14 20:39:09.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:39:09.819 INFO kablam! Oct 14 20:39:17.491 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 14 20:39:17.501 INFO kablam! su: No module specific data is present Oct 14 20:39:19.653 INFO running `"docker" "rm" "-f" "2f6c77d95e2d9a1d283f23f3149d622d431aee1b7fa3b17f2b15813b45a4e842"` Oct 14 20:39:20.023 INFO blam! 2f6c77d95e2d9a1d283f23f3149d622d431aee1b7fa3b17f2b15813b45a4e842 Oct 14 20:39:20.027 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 20:39:20.561 INFO blam! 54033461e5d0cc4191f16429d87ddc2f89588ebbcf1c83a0b40cde910a2da1bb Oct 14 20:39:20.567 INFO running `"docker" "start" "-a" "54033461e5d0cc4191f16429d87ddc2f89588ebbcf1c83a0b40cde910a2da1bb"` Oct 14 20:39:22.163 INFO kablam! usermod: no changes Oct 14 20:39:22.391 INFO kablam! Compiling agents v0.1.0 (/source) Oct 14 20:39:23.875 INFO kablam! warning: variant is never constructed: `AddAgent` Oct 14 20:39:23.875 INFO kablam! --> src/network.rs:241:5 Oct 14 20:39:23.875 INFO kablam! | Oct 14 20:39:23.876 INFO kablam! 241 | AddAgent, Oct 14 20:39:23.876 INFO kablam! | ^^^^^^^^ Oct 14 20:39:23.876 INFO kablam! | Oct 14 20:39:23.877 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:39:23.877 INFO kablam! Oct 14 20:39:23.877 INFO kablam! warning: variant is never constructed: `RemoveAgent` Oct 14 20:39:23.877 INFO kablam! --> src/network.rs:242:5 Oct 14 20:39:23.878 INFO kablam! | Oct 14 20:39:23.878 INFO kablam! 242 | RemoveAgent(NodeIndex), Oct 14 20:39:23.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:39:23.879 INFO kablam! Oct 14 20:39:23.880 INFO kablam! warning: variant is never constructed: `AddRelation` Oct 14 20:39:23.887 INFO kablam! --> src/network.rs:243:5 Oct 14 20:39:23.887 INFO kablam! | Oct 14 20:39:23.887 INFO kablam! 243 | AddRelation(NodeIndex, NodeIndex), Oct 14 20:39:23.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:39:23.888 INFO kablam! Oct 14 20:39:26.885 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.67s Oct 14 20:39:26.908 INFO kablam! su: No module specific data is present Oct 14 20:39:27.751 INFO running `"docker" "rm" "-f" "54033461e5d0cc4191f16429d87ddc2f89588ebbcf1c83a0b40cde910a2da1bb"` Oct 14 20:39:27.975 INFO blam! 54033461e5d0cc4191f16429d87ddc2f89588ebbcf1c83a0b40cde910a2da1bb Oct 14 20:39:27.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 20:39:28.451 INFO blam! 057ec398bd879aa8fb4760020547ac702fd3dc466820dddb90e2ca458e454028 Oct 14 20:39:28.463 INFO running `"docker" "start" "-a" "057ec398bd879aa8fb4760020547ac702fd3dc466820dddb90e2ca458e454028"` Oct 14 20:39:29.495 INFO kablam! usermod: no changes Oct 14 20:39:29.654 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 14 20:39:29.671 INFO kablam! Running /target/debug/deps/agents-bcff54605c2d1e32 Oct 14 20:39:29.675 INFO blam! Oct 14 20:39:29.675 INFO blam! running 13 tests Oct 14 20:39:29.717 INFO blam! test graph::tests::actual_payload ... ok Oct 14 20:39:29.717 INFO blam! test graph::tests::delete_nonexisting_edge ... ok Oct 14 20:39:29.717 INFO blam! test graph::tests::construction ... ok Oct 14 20:39:29.717 INFO blam! test graph::tests::contains ... ok Oct 14 20:39:29.723 INFO blam! test graph::tests::delete_nonexisting_node ... ok Oct 14 20:39:29.723 INFO blam! test graph::tests::re_add_node ... ok Oct 14 20:39:29.723 INFO blam! test graph::tests::remove_edge ... ok Oct 14 20:39:29.723 INFO blam! test graph::tests::nodes_iter ... ok Oct 14 20:39:29.723 INFO blam! test graph::tests::remove_both ... ok Oct 14 20:39:29.723 INFO blam! test graph::tests::double_edge ... ok Oct 14 20:39:29.723 INFO blam! test graph::tests::edges ... ok Oct 14 20:39:29.735 INFO blam! test graph::tests::remove_node ... ok Oct 14 20:39:30.148 INFO blam! test graph::tests::large_total_graph ... ok Oct 14 20:39:30.149 INFO blam! Oct 14 20:39:30.149 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:39:30.149 INFO blam! Oct 14 20:39:30.154 INFO kablam! su: No module specific data is present Oct 14 20:39:30.661 INFO running `"docker" "rm" "-f" "057ec398bd879aa8fb4760020547ac702fd3dc466820dddb90e2ca458e454028"` Oct 14 20:39:31.011 INFO blam! 057ec398bd879aa8fb4760020547ac702fd3dc466820dddb90e2ca458e454028