Oct 11 07:18:45.623 INFO testing CheukNgai/PageRank_Timely against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:18:45.623 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:18:45.623 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 07:18:48.924 INFO blam! 7f47ba8812a829d089a33d22046cab034aa13e4aed0ab034927dc29433b14acc Oct 11 07:18:48.926 INFO running `"docker" "start" "-a" "7f47ba8812a829d089a33d22046cab034aa13e4aed0ab034927dc29433b14acc"` Oct 11 07:18:49.562 INFO kablam! usermod: no changes Oct 11 07:18:49.715 INFO kablam! Compiling file v1.1.2 Oct 11 07:18:49.716 INFO kablam! Compiling timely_communication v0.6.0 Oct 11 07:18:52.220 INFO kablam! Compiling timely v0.6.0 Oct 11 07:18:57.012 INFO kablam! Compiling pagerank v0.1.0 (/source) Oct 11 07:18:58.556 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:18:58.556 INFO kablam! --> src/main.rs:197:13 Oct 11 07:18:58.556 INFO kablam! | Oct 11 07:18:58.556 INFO kablam! 197 | if (index == 0) { Oct 11 07:18:58.556 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:18:58.556 INFO kablam! | Oct 11 07:18:58.556 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:18:58.556 INFO kablam! Oct 11 07:18:58.731 INFO kablam! warning: unused variable: `diff` Oct 11 07:18:58.732 INFO kablam! --> src/main.rs:115:43 Oct 11 07:18:58.732 INFO kablam! | Oct 11 07:18:58.732 INFO kablam! 115 | for (dst, diff) in rank_changes.iter_mut() { Oct 11 07:18:58.732 INFO kablam! | ^^^^ help: consider using `_diff` instead Oct 11 07:18:58.733 INFO kablam! | Oct 11 07:18:58.733 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:18:58.733 INFO kablam! Oct 11 07:18:58.761 INFO kablam! warning: variable does not need to be mutable Oct 11 07:18:58.761 INFO kablam! --> src/main.rs:163:13 Oct 11 07:18:58.761 INFO kablam! | Oct 11 07:18:58.762 INFO kablam! 163 | let mut round = 0; Oct 11 07:18:58.762 INFO kablam! | ----^^^^^ Oct 11 07:18:58.762 INFO kablam! | | Oct 11 07:18:58.762 INFO kablam! | help: remove this `mut` Oct 11 07:18:58.763 INFO kablam! | Oct 11 07:18:58.763 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:18:58.763 INFO kablam! Oct 11 07:18:58.764 INFO kablam! warning: variable does not need to be mutable Oct 11 07:18:58.764 INFO kablam! --> src/main.rs:163:13 Oct 11 07:18:58.764 INFO kablam! | Oct 11 07:18:58.765 INFO kablam! 163 | let mut round = 0; Oct 11 07:18:58.765 INFO kablam! | ----^^^^^ Oct 11 07:18:58.765 INFO kablam! | | Oct 11 07:18:58.765 INFO kablam! | help: remove this `mut` Oct 11 07:18:58.766 INFO kablam! Oct 11 07:18:58.767 INFO kablam! warning: variable does not need to be mutable Oct 11 07:18:58.767 INFO kablam! --> src/main.rs:187:6 Oct 11 07:18:58.768 INFO kablam! | Oct 11 07:18:58.768 INFO kablam! 187 | let mut file = BufReader::new(&f); Oct 11 07:18:58.768 INFO kablam! | ----^^^^ Oct 11 07:18:58.768 INFO kablam! | | Oct 11 07:18:58.768 INFO kablam! | help: remove this `mut` Oct 11 07:18:58.768 INFO kablam! Oct 11 07:18:58.768 INFO kablam! warning: variable does not need to be mutable Oct 11 07:18:58.768 INFO kablam! --> src/main.rs:209:9 Oct 11 07:18:58.768 INFO kablam! | Oct 11 07:18:58.768 INFO kablam! 209 | let mut node_number = node_list.len(); Oct 11 07:18:58.768 INFO kablam! | ----^^^^^^^^^^^ Oct 11 07:18:58.768 INFO kablam! | | Oct 11 07:18:58.768 INFO kablam! | help: remove this `mut` Oct 11 07:18:58.768 INFO kablam! Oct 11 07:18:58.768 INFO kablam! warning: variable `default_PR` should have a snake case name such as `default_pr` Oct 11 07:18:58.768 INFO kablam! --> src/main.rs:24:13 Oct 11 07:18:58.768 INFO kablam! | Oct 11 07:18:58.768 INFO kablam! 24 | let default_PR:f32 = 1.0 / node_number as f32; Oct 11 07:18:58.768 INFO kablam! | ^^^^^^^^^^ Oct 11 07:18:58.768 INFO kablam! | Oct 11 07:18:58.768 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:18:58.768 INFO kablam! Oct 11 07:19:06.634 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.03s Oct 11 07:19:06.640 INFO kablam! su: No module specific data is present Oct 11 07:19:07.135 INFO running `"docker" "rm" "-f" "7f47ba8812a829d089a33d22046cab034aa13e4aed0ab034927dc29433b14acc"` Oct 11 07:19:07.540 INFO blam! 7f47ba8812a829d089a33d22046cab034aa13e4aed0ab034927dc29433b14acc Oct 11 07:19:07.548 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:19:07.548 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 07:19:08.014 INFO blam! e342a999d201423215c60e2b0dd83096466953715286a575971912a0f65366b0 Oct 11 07:19:08.018 INFO running `"docker" "start" "-a" "e342a999d201423215c60e2b0dd83096466953715286a575971912a0f65366b0"` Oct 11 07:19:09.333 INFO kablam! usermod: no changes Oct 11 07:19:09.436 INFO kablam! Compiling pagerank v0.1.0 (/source) Oct 11 07:19:11.080 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:19:11.081 INFO kablam! --> src/main.rs:197:13 Oct 11 07:19:11.081 INFO kablam! | Oct 11 07:19:11.081 INFO kablam! 197 | if (index == 0) { Oct 11 07:19:11.081 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:19:11.081 INFO kablam! | Oct 11 07:19:11.088 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:19:11.088 INFO kablam! Oct 11 07:19:11.249 INFO kablam! warning: unused variable: `diff` Oct 11 07:19:11.249 INFO kablam! --> src/main.rs:115:43 Oct 11 07:19:11.249 INFO kablam! | Oct 11 07:19:11.250 INFO kablam! 115 | for (dst, diff) in rank_changes.iter_mut() { Oct 11 07:19:11.250 INFO kablam! | ^^^^ help: consider using `_diff` instead Oct 11 07:19:11.250 INFO kablam! | Oct 11 07:19:11.251 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:19:11.251 INFO kablam! Oct 11 07:19:11.283 INFO kablam! warning: variable does not need to be mutable Oct 11 07:19:11.284 INFO kablam! --> src/main.rs:163:13 Oct 11 07:19:11.284 INFO kablam! | Oct 11 07:19:11.284 INFO kablam! 163 | let mut round = 0; Oct 11 07:19:11.285 INFO kablam! | ----^^^^^ Oct 11 07:19:11.285 INFO kablam! | | Oct 11 07:19:11.285 INFO kablam! | help: remove this `mut` Oct 11 07:19:11.285 INFO kablam! | Oct 11 07:19:11.286 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:19:11.286 INFO kablam! Oct 11 07:19:11.286 INFO kablam! warning: variable does not need to be mutable Oct 11 07:19:11.286 INFO kablam! --> src/main.rs:163:13 Oct 11 07:19:11.287 INFO kablam! | Oct 11 07:19:11.287 INFO kablam! 163 | let mut round = 0; Oct 11 07:19:11.287 INFO kablam! | ----^^^^^ Oct 11 07:19:11.288 INFO kablam! | | Oct 11 07:19:11.288 INFO kablam! | help: remove this `mut` Oct 11 07:19:11.288 INFO kablam! Oct 11 07:19:11.289 INFO kablam! warning: variable does not need to be mutable Oct 11 07:19:11.289 INFO kablam! --> src/main.rs:187:6 Oct 11 07:19:11.289 INFO kablam! | Oct 11 07:19:11.290 INFO kablam! 187 | let mut file = BufReader::new(&f); Oct 11 07:19:11.290 INFO kablam! | ----^^^^ Oct 11 07:19:11.290 INFO kablam! | | Oct 11 07:19:11.290 INFO kablam! | help: remove this `mut` Oct 11 07:19:11.291 INFO kablam! Oct 11 07:19:11.291 INFO kablam! warning: variable does not need to be mutable Oct 11 07:19:11.291 INFO kablam! --> src/main.rs:209:9 Oct 11 07:19:11.292 INFO kablam! | Oct 11 07:19:11.292 INFO kablam! 209 | let mut node_number = node_list.len(); Oct 11 07:19:11.292 INFO kablam! | ----^^^^^^^^^^^ Oct 11 07:19:11.292 INFO kablam! | | Oct 11 07:19:11.293 INFO kablam! | help: remove this `mut` Oct 11 07:19:11.293 INFO kablam! Oct 11 07:19:11.293 INFO kablam! warning: variable `default_PR` should have a snake case name such as `default_pr` Oct 11 07:19:11.294 INFO kablam! --> src/main.rs:24:13 Oct 11 07:19:11.294 INFO kablam! | Oct 11 07:19:11.294 INFO kablam! 24 | let default_PR:f32 = 1.0 / node_number as f32; Oct 11 07:19:11.295 INFO kablam! | ^^^^^^^^^^ Oct 11 07:19:11.295 INFO kablam! | Oct 11 07:19:11.295 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:19:11.295 INFO kablam! Oct 11 07:19:11.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.35s Oct 11 07:19:11.740 INFO kablam! su: No module specific data is present Oct 11 07:19:12.481 INFO running `"docker" "rm" "-f" "e342a999d201423215c60e2b0dd83096466953715286a575971912a0f65366b0"` Oct 11 07:19:12.717 INFO blam! e342a999d201423215c60e2b0dd83096466953715286a575971912a0f65366b0 Oct 11 07:19:12.735 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:19:12.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 07:19:13.168 INFO blam! 37e0aee5e541aa76bf1e86b512276d197baabc73386c8487d66a382b7ca62bf4 Oct 11 07:19:13.170 INFO running `"docker" "start" "-a" "37e0aee5e541aa76bf1e86b512276d197baabc73386c8487d66a382b7ca62bf4"` Oct 11 07:19:14.167 INFO kablam! usermod: no changes Oct 11 07:19:14.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 07:19:14.239 INFO kablam! Running /target/debug/deps/pagerank-3f2bf04873b072f9 Oct 11 07:19:14.260 INFO blam! Oct 11 07:19:14.260 INFO blam! running 0 tests Oct 11 07:19:14.260 INFO blam! Oct 11 07:19:14.260 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:19:14.260 INFO blam! Oct 11 07:19:14.265 INFO kablam! su: No module specific data is present Oct 11 07:19:14.954 INFO running `"docker" "rm" "-f" "37e0aee5e541aa76bf1e86b512276d197baabc73386c8487d66a382b7ca62bf4"` Oct 11 07:19:15.167 INFO blam! 37e0aee5e541aa76bf1e86b512276d197baabc73386c8487d66a382b7ca62bf4