Oct 14 13:11:49.059 INFO testing lrssnn/HockeyStat against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:11:49.059 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 13:11:49.697 INFO blam! 3033d709dd70acaff8549af898e7a851465e8183ba1340b61cec1a57c7995093 Oct 14 13:11:49.700 INFO running `"docker" "start" "-a" "3033d709dd70acaff8549af898e7a851465e8183ba1340b61cec1a57c7995093"` Oct 14 13:11:52.683 INFO kablam! usermod: no changes Oct 14 13:11:52.867 INFO kablam! Compiling libc v0.2.39 Oct 14 13:11:52.867 INFO kablam! Compiling svg v0.5.10 Oct 14 13:11:52.871 INFO kablam! Compiling openssl-probe v0.1.2 Oct 14 13:11:52.871 INFO kablam! Compiling proc-macro2 v0.2.3 Oct 14 13:11:52.871 INFO kablam! Compiling libz-sys v1.0.18 Oct 14 13:11:52.876 INFO kablam! Compiling curl-sys v0.4.1 Oct 14 13:11:59.996 INFO kablam! Compiling openssl-sys v0.9.27 Oct 14 13:11:59.998 INFO kablam! Compiling socket2 v0.3.3 Oct 14 13:12:00.000 INFO kablam! Compiling time v0.1.39 Oct 14 13:12:06.596 INFO kablam! Compiling plotlib v0.3.0 Oct 14 13:12:07.395 INFO kablam! Compiling quote v0.4.2 Oct 14 13:12:08.071 INFO kablam! Compiling chrono v0.4.0 Oct 14 13:12:08.544 INFO kablam! Compiling curl v0.4.11 Oct 14 13:12:10.645 INFO kablam! Compiling syn v0.12.14 Oct 14 13:12:27.615 INFO kablam! Compiling serde_derive_internals v0.20.0 Oct 14 13:12:31.772 INFO kablam! Compiling serde_derive v1.0.30 Oct 14 13:12:40.059 INFO kablam! Compiling HockeyStat v0.1.0 (/source) Oct 14 13:12:40.834 INFO kablam! warning: unused import: `plotlib::style::Line` Oct 14 13:12:40.834 INFO kablam! --> src/main.rs:11:5 Oct 14 13:12:40.835 INFO kablam! | Oct 14 13:12:40.835 INFO kablam! 11 | use plotlib::style::Line; Oct 14 13:12:40.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:40.836 INFO kablam! | Oct 14 13:12:40.837 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:12:40.837 INFO kablam! Oct 14 13:12:41.505 INFO kablam! warning: unused variable: `date` Oct 14 13:12:41.506 INFO kablam! --> src/main.rs:95:79 Oct 14 13:12:41.506 INFO kablam! | Oct 14 13:12:41.506 INFO kablam! 95 | fn update_team(teams: &mut HashMap, team: &ApiTeamResult, date: &String) { Oct 14 13:12:41.507 INFO kablam! | ^^^^ help: consider using `_date` instead Oct 14 13:12:41.507 INFO kablam! | Oct 14 13:12:41.507 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:12:41.508 INFO kablam! Oct 14 13:12:41.698 INFO kablam! warning: field is never used: `name` Oct 14 13:12:41.699 INFO kablam! --> src/main.rs:59:5 Oct 14 13:12:41.699 INFO kablam! | Oct 14 13:12:41.699 INFO kablam! 59 | name: String, Oct 14 13:12:41.700 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:12:41.700 INFO kablam! | Oct 14 13:12:41.700 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:12:41.701 INFO kablam! Oct 14 13:12:41.701 INFO kablam! warning: crate `HockeyStat` should have a snake case name such as `hockey_stat` Oct 14 13:12:41.701 INFO kablam! | Oct 14 13:12:41.701 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 13:12:41.702 INFO kablam! Oct 14 13:12:41.702 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:12:41.702 INFO kablam! --> src/main.rs:49:9 Oct 14 13:12:41.703 INFO kablam! | Oct 14 13:12:41.703 INFO kablam! 49 | file.write_all(format!("{}\n", team).as_bytes()); Oct 14 13:12:41.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:41.703 INFO kablam! | Oct 14 13:12:41.704 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 13:12:41.704 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:12:41.704 INFO kablam! Oct 14 13:12:41.705 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:12:41.705 INFO kablam! --> src/main.rs:51:13 Oct 14 13:12:41.705 INFO kablam! | Oct 14 13:12:41.705 INFO kablam! 51 | file.write_all(format!(",{}", score).as_bytes()); Oct 14 13:12:41.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:41.706 INFO kablam! | Oct 14 13:12:41.706 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:12:41.707 INFO kablam! Oct 14 13:12:41.707 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:12:41.707 INFO kablam! --> src/main.rs:53:9 Oct 14 13:12:41.707 INFO kablam! | Oct 14 13:12:41.708 INFO kablam! 53 | file.write_all(format!("\n").as_bytes()); Oct 14 13:12:41.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:41.708 INFO kablam! | Oct 14 13:12:41.708 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:12:41.709 INFO kablam! Oct 14 13:12:44.679 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.96s Oct 14 13:12:44.689 INFO kablam! su: No module specific data is present Oct 14 13:12:46.312 INFO running `"docker" "rm" "-f" "3033d709dd70acaff8549af898e7a851465e8183ba1340b61cec1a57c7995093"` Oct 14 13:12:46.699 INFO blam! 3033d709dd70acaff8549af898e7a851465e8183ba1340b61cec1a57c7995093 Oct 14 13:12:46.707 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 13:12:47.191 INFO blam! da6e2ac5145e9d9b2bdae2c731b8c622b206fd2f0f90893022149f4ac6306fcc Oct 14 13:12:47.194 INFO running `"docker" "start" "-a" "da6e2ac5145e9d9b2bdae2c731b8c622b206fd2f0f90893022149f4ac6306fcc"` Oct 14 13:12:49.518 INFO kablam! usermod: no changes Oct 14 13:12:49.679 INFO kablam! Compiling HockeyStat v0.1.0 (/source) Oct 14 13:12:50.395 INFO kablam! warning: unused import: `plotlib::style::Line` Oct 14 13:12:50.396 INFO kablam! --> src/main.rs:11:5 Oct 14 13:12:50.396 INFO kablam! | Oct 14 13:12:50.397 INFO kablam! 11 | use plotlib::style::Line; Oct 14 13:12:50.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:50.398 INFO kablam! | Oct 14 13:12:50.399 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:12:50.399 INFO kablam! Oct 14 13:12:50.912 INFO kablam! warning: unused variable: `date` Oct 14 13:12:50.912 INFO kablam! --> src/main.rs:95:79 Oct 14 13:12:50.913 INFO kablam! | Oct 14 13:12:50.914 INFO kablam! 95 | fn update_team(teams: &mut HashMap, team: &ApiTeamResult, date: &String) { Oct 14 13:12:50.914 INFO kablam! | ^^^^ help: consider using `_date` instead Oct 14 13:12:50.915 INFO kablam! | Oct 14 13:12:50.916 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:12:50.916 INFO kablam! Oct 14 13:12:51.088 INFO kablam! warning: field is never used: `name` Oct 14 13:12:51.089 INFO kablam! --> src/main.rs:59:5 Oct 14 13:12:51.089 INFO kablam! | Oct 14 13:12:51.089 INFO kablam! 59 | name: String, Oct 14 13:12:51.089 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:12:51.090 INFO kablam! | Oct 14 13:12:51.091 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:12:51.091 INFO kablam! Oct 14 13:12:51.092 INFO kablam! warning: crate `HockeyStat` should have a snake case name such as `hockey_stat` Oct 14 13:12:51.092 INFO kablam! | Oct 14 13:12:51.092 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 13:12:51.092 INFO kablam! Oct 14 13:12:51.094 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:12:51.094 INFO kablam! --> src/main.rs:49:9 Oct 14 13:12:51.094 INFO kablam! | Oct 14 13:12:51.094 INFO kablam! 49 | file.write_all(format!("{}\n", team).as_bytes()); Oct 14 13:12:51.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:51.094 INFO kablam! | Oct 14 13:12:51.094 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 13:12:51.094 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:12:51.094 INFO kablam! Oct 14 13:12:51.096 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:12:51.096 INFO kablam! --> src/main.rs:51:13 Oct 14 13:12:51.096 INFO kablam! | Oct 14 13:12:51.096 INFO kablam! 51 | file.write_all(format!(",{}", score).as_bytes()); Oct 14 13:12:51.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:51.096 INFO kablam! | Oct 14 13:12:51.096 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:12:51.096 INFO kablam! Oct 14 13:12:51.098 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:12:51.098 INFO kablam! --> src/main.rs:53:9 Oct 14 13:12:51.098 INFO kablam! | Oct 14 13:12:51.098 INFO kablam! 53 | file.write_all(format!("\n").as_bytes()); Oct 14 13:12:51.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:51.098 INFO kablam! | Oct 14 13:12:51.098 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:12:51.098 INFO kablam! Oct 14 13:12:51.668 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.12s Oct 14 13:12:51.679 INFO kablam! su: No module specific data is present Oct 14 13:12:53.355 INFO running `"docker" "rm" "-f" "da6e2ac5145e9d9b2bdae2c731b8c622b206fd2f0f90893022149f4ac6306fcc"` Oct 14 13:12:53.639 INFO blam! da6e2ac5145e9d9b2bdae2c731b8c622b206fd2f0f90893022149f4ac6306fcc Oct 14 13:12:53.641 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 13:12:54.175 INFO blam! 4dd43014d70c4dc0cc38d560f89c5234eae94fd8f35961e5136ce3f21776fffa Oct 14 13:12:54.178 INFO running `"docker" "start" "-a" "4dd43014d70c4dc0cc38d560f89c5234eae94fd8f35961e5136ce3f21776fffa"` Oct 14 13:12:56.299 INFO kablam! usermod: no changes Oct 14 13:12:56.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 14 13:12:56.484 INFO kablam! Running /target/debug/deps/HockeyStat-3eccbb4faa051995 Oct 14 13:12:56.487 INFO blam! Oct 14 13:12:56.487 INFO blam! running 0 tests Oct 14 13:12:56.487 INFO blam! Oct 14 13:12:56.487 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:12:56.487 INFO blam! Oct 14 13:12:56.488 INFO kablam! su: No module specific data is present Oct 14 13:12:57.535 INFO running `"docker" "rm" "-f" "4dd43014d70c4dc0cc38d560f89c5234eae94fd8f35961e5136ce3f21776fffa"` Oct 14 13:12:57.937 INFO blam! 4dd43014d70c4dc0cc38d560f89c5234eae94fd8f35961e5136ce3f21776fffa