Oct 15 11:57:21.018 INFO testing CheukNgai/PageRank_Timely against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:57:21.018 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:26.035 INFO blam! 3be83ce8af275bfad8fd0d2e4c5aa47d77c3d5ce36497667fff1867e7d8b78a3 Oct 15 11:57:26.041 INFO running `"docker" "start" "-a" "3be83ce8af275bfad8fd0d2e4c5aa47d77c3d5ce36497667fff1867e7d8b78a3"` Oct 15 11:57:26.767 INFO kablam! usermod: no changes Oct 15 11:57:26.916 INFO kablam! Compiling abomonation v0.5.0 Oct 15 11:57:26.917 INFO kablam! Compiling file v1.1.2 Oct 15 11:57:26.917 INFO kablam! Compiling timely_sort v0.1.6 Oct 15 11:57:26.917 INFO kablam! Compiling abomonation_derive v0.3.0 Oct 15 11:57:32.443 INFO kablam! Compiling timely_communication v0.6.0 Oct 15 11:57:36.556 INFO kablam! Compiling timely v0.6.0 Oct 15 11:57:42.289 INFO kablam! Compiling pagerank v0.1.0 (/source) Oct 15 11:57:43.107 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:57:43.108 INFO kablam! --> src/main.rs:197:13 Oct 15 11:57:43.109 INFO kablam! | Oct 15 11:57:43.109 INFO kablam! 197 | if (index == 0) { Oct 15 11:57:43.110 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:57:43.111 INFO kablam! | Oct 15 11:57:43.111 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:57:43.112 INFO kablam! Oct 15 11:57:43.351 INFO kablam! warning: unused variable: `diff` Oct 15 11:57:43.352 INFO kablam! --> src/main.rs:115:43 Oct 15 11:57:43.353 INFO kablam! | Oct 15 11:57:43.353 INFO kablam! 115 | for (dst, diff) in rank_changes.iter_mut() { Oct 15 11:57:43.354 INFO kablam! | ^^^^ help: consider using `_diff` instead Oct 15 11:57:43.355 INFO kablam! | Oct 15 11:57:43.355 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:57:43.356 INFO kablam! Oct 15 11:57:43.423 INFO kablam! warning: variable does not need to be mutable Oct 15 11:57:43.423 INFO kablam! --> src/main.rs:163:13 Oct 15 11:57:43.423 INFO kablam! | Oct 15 11:57:43.423 INFO kablam! 163 | let mut round = 0; Oct 15 11:57:43.425 INFO kablam! | ----^^^^^ Oct 15 11:57:43.425 INFO kablam! | | Oct 15 11:57:43.425 INFO kablam! | help: remove this `mut` Oct 15 11:57:43.431 INFO kablam! | Oct 15 11:57:43.431 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:57:43.431 INFO kablam! Oct 15 11:57:43.431 INFO kablam! warning: variable does not need to be mutable Oct 15 11:57:43.431 INFO kablam! --> src/main.rs:163:13 Oct 15 11:57:43.431 INFO kablam! | Oct 15 11:57:43.431 INFO kablam! 163 | let mut round = 0; Oct 15 11:57:43.431 INFO kablam! | ----^^^^^ Oct 15 11:57:43.431 INFO kablam! | | Oct 15 11:57:43.431 INFO kablam! | help: remove this `mut` Oct 15 11:57:43.431 INFO kablam! Oct 15 11:57:43.435 INFO kablam! warning: variable does not need to be mutable Oct 15 11:57:43.435 INFO kablam! --> src/main.rs:187:6 Oct 15 11:57:43.435 INFO kablam! | Oct 15 11:57:43.435 INFO kablam! 187 | let mut file = BufReader::new(&f); Oct 15 11:57:43.435 INFO kablam! | ----^^^^ Oct 15 11:57:43.435 INFO kablam! | | Oct 15 11:57:43.435 INFO kablam! | help: remove this `mut` Oct 15 11:57:43.435 INFO kablam! Oct 15 11:57:43.437 INFO kablam! warning: variable does not need to be mutable Oct 15 11:57:43.437 INFO kablam! --> src/main.rs:209:9 Oct 15 11:57:43.437 INFO kablam! | Oct 15 11:57:43.437 INFO kablam! 209 | let mut node_number = node_list.len(); Oct 15 11:57:43.437 INFO kablam! | ----^^^^^^^^^^^ Oct 15 11:57:43.437 INFO kablam! | | Oct 15 11:57:43.437 INFO kablam! | help: remove this `mut` Oct 15 11:57:43.437 INFO kablam! Oct 15 11:57:43.437 INFO kablam! warning: variable `default_PR` should have a snake case name such as `default_pr` Oct 15 11:57:43.437 INFO kablam! --> src/main.rs:24:13 Oct 15 11:57:43.437 INFO kablam! | Oct 15 11:57:43.437 INFO kablam! 24 | let default_PR:f32 = 1.0 / node_number as f32; Oct 15 11:57:43.437 INFO kablam! | ^^^^^^^^^^ Oct 15 11:57:43.437 INFO kablam! | Oct 15 11:57:43.437 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:57:43.437 INFO kablam! Oct 15 11:57:56.830 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.01s Oct 15 11:57:56.834 INFO kablam! su: No module specific data is present Oct 15 11:57:58.799 INFO running `"docker" "rm" "-f" "3be83ce8af275bfad8fd0d2e4c5aa47d77c3d5ce36497667fff1867e7d8b78a3"` Oct 15 11:57:59.076 INFO blam! 3be83ce8af275bfad8fd0d2e4c5aa47d77c3d5ce36497667fff1867e7d8b78a3 Oct 15 11:57:59.096 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.561 INFO blam! a644bd6bb834aa47461c39eac3fd1ff09abfce669a7c68b83edd989069b7ec95 Oct 15 11:57:59.563 INFO running `"docker" "start" "-a" "a644bd6bb834aa47461c39eac3fd1ff09abfce669a7c68b83edd989069b7ec95"` Oct 15 11:58:00.875 INFO kablam! usermod: no changes Oct 15 11:58:01.022 INFO kablam! Compiling pagerank v0.1.0 (/source) Oct 15 11:58:01.991 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:58:01.991 INFO kablam! --> src/main.rs:197:13 Oct 15 11:58:01.991 INFO kablam! | Oct 15 11:58:01.991 INFO kablam! 197 | if (index == 0) { Oct 15 11:58:01.991 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:58:01.991 INFO kablam! | Oct 15 11:58:01.991 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:58:01.991 INFO kablam! Oct 15 11:58:02.171 INFO kablam! warning: unused variable: `diff` Oct 15 11:58:02.171 INFO kablam! --> src/main.rs:115:43 Oct 15 11:58:02.171 INFO kablam! | Oct 15 11:58:02.171 INFO kablam! 115 | for (dst, diff) in rank_changes.iter_mut() { Oct 15 11:58:02.171 INFO kablam! | ^^^^ help: consider using `_diff` instead Oct 15 11:58:02.171 INFO kablam! | Oct 15 11:58:02.171 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:58:02.171 INFO kablam! Oct 15 11:58:02.201 INFO kablam! warning: variable does not need to be mutable Oct 15 11:58:02.201 INFO kablam! --> src/main.rs:163:13 Oct 15 11:58:02.202 INFO kablam! | Oct 15 11:58:02.202 INFO kablam! 163 | let mut round = 0; Oct 15 11:58:02.202 INFO kablam! | ----^^^^^ Oct 15 11:58:02.202 INFO kablam! | | Oct 15 11:58:02.202 INFO kablam! | help: remove this `mut` Oct 15 11:58:02.202 INFO kablam! | Oct 15 11:58:02.203 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:58:02.203 INFO kablam! Oct 15 11:58:02.203 INFO kablam! warning: variable does not need to be mutable Oct 15 11:58:02.203 INFO kablam! --> src/main.rs:163:13 Oct 15 11:58:02.203 INFO kablam! | Oct 15 11:58:02.203 INFO kablam! 163 | let mut round = 0; Oct 15 11:58:02.203 INFO kablam! | ----^^^^^ Oct 15 11:58:02.203 INFO kablam! | | Oct 15 11:58:02.203 INFO kablam! | help: remove this `mut` Oct 15 11:58:02.203 INFO kablam! Oct 15 11:58:02.211 INFO kablam! warning: variable does not need to be mutable Oct 15 11:58:02.211 INFO kablam! --> src/main.rs:187:6 Oct 15 11:58:02.211 INFO kablam! | Oct 15 11:58:02.211 INFO kablam! 187 | let mut file = BufReader::new(&f); Oct 15 11:58:02.211 INFO kablam! | ----^^^^ Oct 15 11:58:02.211 INFO kablam! | | Oct 15 11:58:02.211 INFO kablam! | help: remove this `mut` Oct 15 11:58:02.211 INFO kablam! Oct 15 11:58:02.211 INFO kablam! warning: variable does not need to be mutable Oct 15 11:58:02.211 INFO kablam! --> src/main.rs:209:9 Oct 15 11:58:02.211 INFO kablam! | Oct 15 11:58:02.211 INFO kablam! 209 | let mut node_number = node_list.len(); Oct 15 11:58:02.211 INFO kablam! | ----^^^^^^^^^^^ Oct 15 11:58:02.211 INFO kablam! | | Oct 15 11:58:02.211 INFO kablam! | help: remove this `mut` Oct 15 11:58:02.211 INFO kablam! Oct 15 11:58:02.211 INFO kablam! warning: variable `default_PR` should have a snake case name such as `default_pr` Oct 15 11:58:02.211 INFO kablam! --> src/main.rs:24:13 Oct 15 11:58:02.211 INFO kablam! | Oct 15 11:58:02.211 INFO kablam! 24 | let default_PR:f32 = 1.0 / node_number as f32; Oct 15 11:58:02.211 INFO kablam! | ^^^^^^^^^^ Oct 15 11:58:02.211 INFO kablam! | Oct 15 11:58:02.211 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:58:02.211 INFO kablam! Oct 15 11:58:02.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.87s Oct 15 11:58:02.794 INFO kablam! su: No module specific data is present Oct 15 11:58:03.943 INFO running `"docker" "rm" "-f" "a644bd6bb834aa47461c39eac3fd1ff09abfce669a7c68b83edd989069b7ec95"` Oct 15 11:58:04.257 INFO blam! a644bd6bb834aa47461c39eac3fd1ff09abfce669a7c68b83edd989069b7ec95 Oct 15 11:58:04.264 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.667 INFO blam! d9b8b099ec818d31461354dc25a9ab86e71ec15c60d73b6554884953acaa7ed1 Oct 15 11:58:04.683 INFO running `"docker" "start" "-a" "d9b8b099ec818d31461354dc25a9ab86e71ec15c60d73b6554884953acaa7ed1"` Oct 15 11:58:05.997 INFO kablam! usermod: no changes Oct 15 11:58:06.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 11:58:06.099 INFO kablam! Running /target/debug/deps/pagerank-3f2bf04873b072f9 Oct 15 11:58:06.102 INFO blam! Oct 15 11:58:06.103 INFO blam! running 0 tests Oct 15 11:58:06.103 INFO blam! Oct 15 11:58:06.103 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:58:06.103 INFO blam! Oct 15 11:58:06.107 INFO kablam! su: No module specific data is present Oct 15 11:58:06.743 INFO running `"docker" "rm" "-f" "d9b8b099ec818d31461354dc25a9ab86e71ec15c60d73b6554884953acaa7ed1"` Oct 15 11:58:06.985 INFO blam! d9b8b099ec818d31461354dc25a9ab86e71ec15c60d73b6554884953acaa7ed1