Oct 15 11:57:20.236 INFO testing CheukNgai/PageRank_Timely against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:57:20.236 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 11:57:25.999 INFO blam! 07ad08f1f64cd7349f9f64890679164e34ce45a1c5f10ab3f679e63fea42277b Oct 15 11:57:26.008 INFO running `"docker" "start" "-a" "07ad08f1f64cd7349f9f64890679164e34ce45a1c5f10ab3f679e63fea42277b"` Oct 15 11:57:27.008 INFO kablam! usermod: no changes Oct 15 11:57:27.115 INFO kablam! Compiling abomonation v0.5.0 Oct 15 11:57:27.115 INFO kablam! Compiling timely_sort v0.1.6 Oct 15 11:57:27.115 INFO kablam! Compiling file v1.1.2 Oct 15 11:57:27.127 INFO kablam! Compiling abomonation_derive v0.3.0 Oct 15 11:57:32.827 INFO kablam! Compiling timely_communication v0.6.0 Oct 15 11:57:37.080 INFO kablam! Compiling timely v0.6.0 Oct 15 11:57:42.856 INFO kablam! Compiling pagerank v0.1.0 (/source) Oct 15 11:57:43.719 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:57:43.720 INFO kablam! --> src/main.rs:197:13 Oct 15 11:57:43.721 INFO kablam! | Oct 15 11:57:43.721 INFO kablam! 197 | if (index == 0) { Oct 15 11:57:43.722 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:57:43.723 INFO kablam! | Oct 15 11:57:43.723 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:57:43.724 INFO kablam! Oct 15 11:57:43.885 INFO kablam! warning: unused variable: `diff` Oct 15 11:57:43.886 INFO kablam! --> src/main.rs:115:43 Oct 15 11:57:43.886 INFO kablam! | Oct 15 11:57:43.887 INFO kablam! 115 | for (dst, diff) in rank_changes.iter_mut() { Oct 15 11:57:43.888 INFO kablam! | ^^^^ help: consider using `_diff` instead Oct 15 11:57:43.888 INFO kablam! | Oct 15 11:57:43.889 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:57:43.889 INFO kablam! Oct 15 11:57:43.918 INFO kablam! warning: variable does not need to be mutable Oct 15 11:57:43.918 INFO kablam! --> src/main.rs:163:13 Oct 15 11:57:43.919 INFO kablam! | Oct 15 11:57:43.920 INFO kablam! 163 | let mut round = 0; Oct 15 11:57:43.920 INFO kablam! | ----^^^^^ Oct 15 11:57:43.921 INFO kablam! | | Oct 15 11:57:43.922 INFO kablam! | help: remove this `mut` Oct 15 11:57:43.922 INFO kablam! | Oct 15 11:57:43.923 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:57:43.924 INFO kablam! Oct 15 11:57:43.924 INFO kablam! warning: variable does not need to be mutable Oct 15 11:57:43.924 INFO kablam! --> src/main.rs:163:13 Oct 15 11:57:43.924 INFO kablam! | Oct 15 11:57:43.924 INFO kablam! 163 | let mut round = 0; Oct 15 11:57:43.924 INFO kablam! | ----^^^^^ Oct 15 11:57:43.924 INFO kablam! | | Oct 15 11:57:43.924 INFO kablam! | help: remove this `mut` Oct 15 11:57:43.924 INFO kablam! Oct 15 11:57:43.924 INFO kablam! warning: variable does not need to be mutable Oct 15 11:57:43.926 INFO kablam! --> src/main.rs:187:6 Oct 15 11:57:43.926 INFO kablam! | Oct 15 11:57:43.926 INFO kablam! 187 | let mut file = BufReader::new(&f); Oct 15 11:57:43.926 INFO kablam! | ----^^^^ Oct 15 11:57:43.926 INFO kablam! | | Oct 15 11:57:43.926 INFO kablam! | help: remove this `mut` Oct 15 11:57:43.926 INFO kablam! Oct 15 11:57:43.926 INFO kablam! warning: variable does not need to be mutable Oct 15 11:57:43.926 INFO kablam! --> src/main.rs:209:9 Oct 15 11:57:43.928 INFO kablam! | Oct 15 11:57:43.928 INFO kablam! 209 | let mut node_number = node_list.len(); Oct 15 11:57:43.928 INFO kablam! | ----^^^^^^^^^^^ Oct 15 11:57:43.928 INFO kablam! | | Oct 15 11:57:43.928 INFO kablam! | help: remove this `mut` Oct 15 11:57:43.928 INFO kablam! Oct 15 11:57:43.928 INFO kablam! warning: variable `default_PR` should have a snake case name such as `default_pr` Oct 15 11:57:43.928 INFO kablam! --> src/main.rs:24:13 Oct 15 11:57:43.928 INFO kablam! | Oct 15 11:57:43.928 INFO kablam! 24 | let default_PR:f32 = 1.0 / node_number as f32; Oct 15 11:57:43.928 INFO kablam! | ^^^^^^^^^^ Oct 15 11:57:43.928 INFO kablam! | Oct 15 11:57:43.928 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:57:43.928 INFO kablam! Oct 15 11:57:56.768 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.73s Oct 15 11:57:56.774 INFO kablam! su: No module specific data is present Oct 15 11:57:58.768 INFO running `"docker" "rm" "-f" "07ad08f1f64cd7349f9f64890679164e34ce45a1c5f10ab3f679e63fea42277b"` Oct 15 11:57:59.051 INFO blam! 07ad08f1f64cd7349f9f64890679164e34ce45a1c5f10ab3f679e63fea42277b Oct 15 11:57:59.061 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 11:57:59.487 INFO blam! 8b903586c2e96e056648dad7966cb9b2ab1a4d18e679b2a610ec47bb53f09e17 Oct 15 11:57:59.490 INFO running `"docker" "start" "-a" "8b903586c2e96e056648dad7966cb9b2ab1a4d18e679b2a610ec47bb53f09e17"` Oct 15 11:58:00.391 INFO kablam! usermod: no changes Oct 15 11:58:00.487 INFO kablam! Compiling pagerank v0.1.0 (/source) Oct 15 11:58:01.479 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:58:01.480 INFO kablam! --> src/main.rs:197:13 Oct 15 11:58:01.480 INFO kablam! | Oct 15 11:58:01.480 INFO kablam! 197 | if (index == 0) { Oct 15 11:58:01.481 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:58:01.481 INFO kablam! | Oct 15 11:58:01.481 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:58:01.481 INFO kablam! Oct 15 11:58:01.681 INFO kablam! warning: unused variable: `diff` Oct 15 11:58:01.681 INFO kablam! --> src/main.rs:115:43 Oct 15 11:58:01.681 INFO kablam! | Oct 15 11:58:01.682 INFO kablam! 115 | for (dst, diff) in rank_changes.iter_mut() { Oct 15 11:58:01.682 INFO kablam! | ^^^^ help: consider using `_diff` instead Oct 15 11:58:01.682 INFO kablam! | Oct 15 11:58:01.683 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:58:01.683 INFO kablam! Oct 15 11:58:01.723 INFO kablam! warning: variable does not need to be mutable Oct 15 11:58:01.723 INFO kablam! --> src/main.rs:163:13 Oct 15 11:58:01.723 INFO kablam! | Oct 15 11:58:01.723 INFO kablam! 163 | let mut round = 0; Oct 15 11:58:01.723 INFO kablam! | ----^^^^^ Oct 15 11:58:01.723 INFO kablam! | | Oct 15 11:58:01.723 INFO kablam! | help: remove this `mut` Oct 15 11:58:01.723 INFO kablam! | Oct 15 11:58:01.723 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:58:01.723 INFO kablam! Oct 15 11:58:01.723 INFO kablam! warning: variable does not need to be mutable Oct 15 11:58:01.723 INFO kablam! --> src/main.rs:163:13 Oct 15 11:58:01.724 INFO kablam! | Oct 15 11:58:01.724 INFO kablam! 163 | let mut round = 0; Oct 15 11:58:01.724 INFO kablam! | ----^^^^^ Oct 15 11:58:01.724 INFO kablam! | | Oct 15 11:58:01.724 INFO kablam! | help: remove this `mut` Oct 15 11:58:01.724 INFO kablam! Oct 15 11:58:01.727 INFO kablam! warning: variable does not need to be mutable Oct 15 11:58:01.727 INFO kablam! --> src/main.rs:187:6 Oct 15 11:58:01.727 INFO kablam! | Oct 15 11:58:01.727 INFO kablam! 187 | let mut file = BufReader::new(&f); Oct 15 11:58:01.727 INFO kablam! | ----^^^^ Oct 15 11:58:01.727 INFO kablam! | | Oct 15 11:58:01.727 INFO kablam! | help: remove this `mut` Oct 15 11:58:01.727 INFO kablam! Oct 15 11:58:01.727 INFO kablam! warning: variable does not need to be mutable Oct 15 11:58:01.727 INFO kablam! --> src/main.rs:209:9 Oct 15 11:58:01.727 INFO kablam! | Oct 15 11:58:01.727 INFO kablam! 209 | let mut node_number = node_list.len(); Oct 15 11:58:01.727 INFO kablam! | ----^^^^^^^^^^^ Oct 15 11:58:01.727 INFO kablam! | | Oct 15 11:58:01.727 INFO kablam! | help: remove this `mut` Oct 15 11:58:01.727 INFO kablam! Oct 15 11:58:01.727 INFO kablam! warning: variable `default_PR` should have a snake case name such as `default_pr` Oct 15 11:58:01.727 INFO kablam! --> src/main.rs:24:13 Oct 15 11:58:01.727 INFO kablam! | Oct 15 11:58:01.727 INFO kablam! 24 | let default_PR:f32 = 1.0 / node_number as f32; Oct 15 11:58:01.727 INFO kablam! | ^^^^^^^^^^ Oct 15 11:58:01.727 INFO kablam! | Oct 15 11:58:01.727 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:58:01.727 INFO kablam! Oct 15 11:58:02.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.90s Oct 15 11:58:02.343 INFO kablam! su: No module specific data is present Oct 15 11:58:03.739 INFO running `"docker" "rm" "-f" "8b903586c2e96e056648dad7966cb9b2ab1a4d18e679b2a610ec47bb53f09e17"` Oct 15 11:58:03.975 INFO blam! 8b903586c2e96e056648dad7966cb9b2ab1a4d18e679b2a610ec47bb53f09e17 Oct 15 11:58:03.983 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 11:58:04.428 INFO blam! dd9e6efff32f69d28f6c1aa32864dbb2524f555642d783ae586aa41372730ea2 Oct 15 11:58:04.435 INFO running `"docker" "start" "-a" "dd9e6efff32f69d28f6c1aa32864dbb2524f555642d783ae586aa41372730ea2"` Oct 15 11:58:05.579 INFO kablam! usermod: no changes Oct 15 11:58:05.692 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 11:58:05.707 INFO kablam! Running /target/debug/deps/pagerank-706ea14fc5d4cbe6 Oct 15 11:58:05.710 INFO blam! Oct 15 11:58:05.710 INFO blam! running 0 tests Oct 15 11:58:05.711 INFO blam! Oct 15 11:58:05.711 INFO kablam! su: No module specific data is present Oct 15 11:58:05.711 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:58:05.711 INFO blam! Oct 15 11:58:06.379 INFO running `"docker" "rm" "-f" "dd9e6efff32f69d28f6c1aa32864dbb2524f555642d783ae586aa41372730ea2"` Oct 15 11:58:06.591 INFO blam! dd9e6efff32f69d28f6c1aa32864dbb2524f555642d783ae586aa41372730ea2