Oct 15 15:49:27.397 INFO testing triadic-census-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:49:27.397 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 15:49:27.600 INFO blam! 6edec7794c635841eba32a0565e9323d017ffa648d2934585b3cca981ecc6e67 Oct 15 15:49:27.603 INFO running `"docker" "start" "-a" "6edec7794c635841eba32a0565e9323d017ffa648d2934585b3cca981ecc6e67"` Oct 15 15:49:28.041 INFO kablam! usermod: no changes Oct 15 15:49:28.077 INFO kablam! Compiling petgraph v0.2.10 Oct 15 15:49:29.943 INFO kablam! Compiling triadic-census v0.2.0 (/source) Oct 15 15:49:30.479 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:49:30.479 INFO kablam! --> src/lib.rs:357:50 Oct 15 15:49:30.479 INFO kablam! | Oct 15 15:49:30.479 INFO kablam! 357 | let vec_len = (n * n) / 64 + cmp::min(1, ((n * n) % 64)); Oct 15 15:49:30.479 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 15:49:30.479 INFO kablam! | Oct 15 15:49:30.479 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 15:49:30.479 INFO kablam! Oct 15 15:49:30.479 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:49:30.479 INFO kablam! --> src/lib.rs:411:50 Oct 15 15:49:30.479 INFO kablam! | Oct 15 15:49:30.479 INFO kablam! 411 | let vec_len = (n * n) / 64 + cmp::min(1, ((n * n) % 64)); Oct 15 15:49:30.479 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 15:49:30.479 INFO kablam! Oct 15 15:49:30.635 INFO kablam! warning: unused import: `IndexType` Oct 15 15:49:30.635 INFO kablam! --> src/lib.rs:8:34 Oct 15 15:49:30.635 INFO kablam! | Oct 15 15:49:30.635 INFO kablam! 8 | use petgraph::graph::{NodeIndex, IndexType}; Oct 15 15:49:30.635 INFO kablam! | ^^^^^^^^^ Oct 15 15:49:30.635 INFO kablam! | Oct 15 15:49:30.635 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:49:30.635 INFO kablam! Oct 15 15:49:30.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.74s Oct 15 15:49:30.815 INFO kablam! su: No module specific data is present Oct 15 15:49:31.351 INFO running `"docker" "rm" "-f" "6edec7794c635841eba32a0565e9323d017ffa648d2934585b3cca981ecc6e67"` Oct 15 15:49:31.535 INFO blam! 6edec7794c635841eba32a0565e9323d017ffa648d2934585b3cca981ecc6e67 Oct 15 15:49:31.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 15:49:31.845 INFO blam! fef556ce5a519a446f94b20f449be2383aee804eec34c9df50b58d4eccbf410d Oct 15 15:49:31.852 INFO running `"docker" "start" "-a" "fef556ce5a519a446f94b20f449be2383aee804eec34c9df50b58d4eccbf410d"` Oct 15 15:49:32.514 INFO kablam! usermod: no changes Oct 15 15:49:32.599 INFO kablam! Compiling triadic-census v0.2.0 (/source) Oct 15 15:49:33.143 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:49:33.143 INFO kablam! --> src/lib.rs:357:50 Oct 15 15:49:33.143 INFO kablam! | Oct 15 15:49:33.143 INFO kablam! 357 | let vec_len = (n * n) / 64 + cmp::min(1, ((n * n) % 64)); Oct 15 15:49:33.143 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 15:49:33.143 INFO kablam! | Oct 15 15:49:33.143 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 15:49:33.143 INFO kablam! Oct 15 15:49:33.143 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:49:33.143 INFO kablam! --> src/lib.rs:411:50 Oct 15 15:49:33.143 INFO kablam! | Oct 15 15:49:33.143 INFO kablam! 411 | let vec_len = (n * n) / 64 + cmp::min(1, ((n * n) % 64)); Oct 15 15:49:33.143 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 15:49:33.143 INFO kablam! Oct 15 15:49:33.413 INFO kablam! warning: unused import: `IndexType` Oct 15 15:49:33.413 INFO kablam! --> src/lib.rs:8:34 Oct 15 15:49:33.413 INFO kablam! | Oct 15 15:49:33.413 INFO kablam! 8 | use petgraph::graph::{NodeIndex, IndexType}; Oct 15 15:49:33.413 INFO kablam! | ^^^^^^^^^ Oct 15 15:49:33.413 INFO kablam! | Oct 15 15:49:33.413 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:49:33.413 INFO kablam! Oct 15 15:49:34.737 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.16s Oct 15 15:49:34.742 INFO kablam! su: No module specific data is present Oct 15 15:49:35.010 INFO running `"docker" "rm" "-f" "fef556ce5a519a446f94b20f449be2383aee804eec34c9df50b58d4eccbf410d"` Oct 15 15:49:35.117 INFO blam! fef556ce5a519a446f94b20f449be2383aee804eec34c9df50b58d4eccbf410d Oct 15 15:49:35.125 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 15:49:35.387 INFO blam! 7c8cd322a2749d7ec11a80bce28ea9af793d1063420e0e8dc54057ea1ec4b378 Oct 15 15:49:35.388 INFO running `"docker" "start" "-a" "7c8cd322a2749d7ec11a80bce28ea9af793d1063420e0e8dc54057ea1ec4b378"` Oct 15 15:49:35.875 INFO kablam! usermod: no changes Oct 15 15:49:35.908 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 15:49:35.915 INFO kablam! Running /target/debug/deps/triadic_census-4c4c9a23f691bd7e Oct 15 15:49:35.919 INFO blam! Oct 15 15:49:35.919 INFO blam! running 6 tests Oct 15 15:49:35.927 INFO blam! test test_circular_graph ... ok Oct 15 15:49:35.931 INFO blam! test test_line_graph ... ok Oct 15 15:49:35.931 INFO blam! test test_simple ... ok Oct 15 15:49:36.252 INFO blam! test bench_erdos_renyi_graph_opt_dense ... ok Oct 15 15:49:37.543 INFO blam! test bench_erdos_renyi_graph_opt_sparse ... ok Oct 15 15:49:38.307 INFO blam! test bench_erdos_renyi_graph ... ok Oct 15 15:49:38.307 INFO kablam! Doc-tests triadic-census Oct 15 15:49:38.307 INFO blam! Oct 15 15:49:38.307 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:49:38.307 INFO blam! Oct 15 15:49:39.007 INFO blam! Oct 15 15:49:39.007 INFO blam! running 0 tests Oct 15 15:49:39.007 INFO blam! Oct 15 15:49:39.007 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:49:39.007 INFO blam! Oct 15 15:49:39.016 INFO kablam! su: No module specific data is present Oct 15 15:49:39.331 INFO running `"docker" "rm" "-f" "7c8cd322a2749d7ec11a80bce28ea9af793d1063420e0e8dc54057ea1ec4b378"` Oct 15 15:49:39.475 INFO blam! 7c8cd322a2749d7ec11a80bce28ea9af793d1063420e0e8dc54057ea1ec4b378