Oct 14 13:11:43.547 INFO testing lrssnn/HockeyStat against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:11:43.549 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:11:43.931 INFO blam! 9728d0979d40233dc677f43ba700a6bcf10d6079dd37cd9e32317aca9de5ecc3 Oct 14 13:11:43.943 INFO running `"docker" "start" "-a" "9728d0979d40233dc677f43ba700a6bcf10d6079dd37cd9e32317aca9de5ecc3"` Oct 14 13:11:45.366 INFO kablam! usermod: no changes Oct 14 13:11:45.531 INFO kablam! Compiling libc v0.2.39 Oct 14 13:11:45.531 INFO kablam! Compiling svg v0.5.10 Oct 14 13:11:45.547 INFO kablam! Compiling openssl-sys v0.9.27 Oct 14 13:11:45.547 INFO kablam! Compiling libz-sys v1.0.18 Oct 14 13:11:45.547 INFO kablam! Compiling curl-sys v0.4.1 Oct 14 13:11:45.551 INFO kablam! Compiling serde_json v1.0.11 Oct 14 13:11:45.551 INFO kablam! Compiling serde_derive v1.0.30 Oct 14 13:11:55.644 INFO kablam! Compiling time v0.1.39 Oct 14 13:11:55.761 INFO kablam! Compiling socket2 v0.3.3 Oct 14 13:11:55.991 INFO kablam! Compiling plotlib v0.3.0 Oct 14 13:12:02.835 INFO kablam! Compiling chrono v0.4.0 Oct 14 13:12:09.664 INFO kablam! Compiling curl v0.4.11 Oct 14 13:12:20.740 INFO kablam! Compiling HockeyStat v0.1.0 (/source) Oct 14 13:12:21.571 INFO kablam! warning: unused import: `plotlib::style::Line` Oct 14 13:12:21.572 INFO kablam! --> src/main.rs:11:5 Oct 14 13:12:21.572 INFO kablam! | Oct 14 13:12:21.572 INFO kablam! 11 | use plotlib::style::Line; Oct 14 13:12:21.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:21.572 INFO kablam! | Oct 14 13:12:21.572 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:12:21.572 INFO kablam! Oct 14 13:12:22.067 INFO kablam! warning: unused variable: `date` Oct 14 13:12:22.068 INFO kablam! --> src/main.rs:95:79 Oct 14 13:12:22.069 INFO kablam! | Oct 14 13:12:22.070 INFO kablam! 95 | fn update_team(teams: &mut HashMap, team: &ApiTeamResult, date: &String) { Oct 14 13:12:22.070 INFO kablam! | ^^^^ help: consider using `_date` instead Oct 14 13:12:22.071 INFO kablam! | Oct 14 13:12:22.071 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:12:22.072 INFO kablam! Oct 14 13:12:22.247 INFO kablam! warning: field is never used: `name` Oct 14 13:12:22.248 INFO kablam! --> src/main.rs:59:5 Oct 14 13:12:22.249 INFO kablam! | Oct 14 13:12:22.249 INFO kablam! 59 | name: String, Oct 14 13:12:22.250 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:12:22.251 INFO kablam! | Oct 14 13:12:22.251 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:12:22.252 INFO kablam! Oct 14 13:12:22.253 INFO kablam! warning: crate `HockeyStat` should have a snake case name such as `hockey_stat` Oct 14 13:12:22.254 INFO kablam! | Oct 14 13:12:22.255 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 13:12:22.255 INFO kablam! Oct 14 13:12:22.257 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:12:22.257 INFO kablam! --> src/main.rs:49:9 Oct 14 13:12:22.258 INFO kablam! | Oct 14 13:12:22.259 INFO kablam! 49 | file.write_all(format!("{}\n", team).as_bytes()); Oct 14 13:12:22.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:22.260 INFO kablam! | Oct 14 13:12:22.261 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 13:12:22.261 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:12:22.262 INFO kablam! Oct 14 13:12:22.263 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:12:22.263 INFO kablam! --> src/main.rs:51:13 Oct 14 13:12:22.264 INFO kablam! | Oct 14 13:12:22.264 INFO kablam! 51 | file.write_all(format!(",{}", score).as_bytes()); Oct 14 13:12:22.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:22.266 INFO kablam! | Oct 14 13:12:22.266 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:12:22.267 INFO kablam! Oct 14 13:12:22.268 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:12:22.268 INFO kablam! --> src/main.rs:53:9 Oct 14 13:12:22.269 INFO kablam! | Oct 14 13:12:22.269 INFO kablam! 53 | file.write_all(format!("\n").as_bytes()); Oct 14 13:12:22.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:22.271 INFO kablam! | Oct 14 13:12:22.272 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:12:22.272 INFO kablam! Oct 14 13:12:25.566 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.17s Oct 14 13:12:25.573 INFO kablam! su: No module specific data is present Oct 14 13:12:27.291 INFO running `"docker" "rm" "-f" "9728d0979d40233dc677f43ba700a6bcf10d6079dd37cd9e32317aca9de5ecc3"` Oct 14 13:12:27.611 INFO blam! 9728d0979d40233dc677f43ba700a6bcf10d6079dd37cd9e32317aca9de5ecc3 Oct 14 13:12:27.615 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:12:28.136 INFO blam! 2e850d2b1e540685ebf87f9c48b67c1d9046e5e19772c1e140520ffbfa982598 Oct 14 13:12:28.139 INFO running `"docker" "start" "-a" "2e850d2b1e540685ebf87f9c48b67c1d9046e5e19772c1e140520ffbfa982598"` Oct 14 13:12:30.970 INFO kablam! usermod: no changes Oct 14 13:12:31.144 INFO kablam! Compiling HockeyStat v0.1.0 (/source) Oct 14 13:12:31.915 INFO kablam! warning: unused import: `plotlib::style::Line` Oct 14 13:12:31.915 INFO kablam! --> src/main.rs:11:5 Oct 14 13:12:31.915 INFO kablam! | Oct 14 13:12:31.915 INFO kablam! 11 | use plotlib::style::Line; Oct 14 13:12:31.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:31.915 INFO kablam! | Oct 14 13:12:31.915 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:12:31.915 INFO kablam! Oct 14 13:12:32.419 INFO kablam! warning: unused variable: `date` Oct 14 13:12:32.420 INFO kablam! --> src/main.rs:95:79 Oct 14 13:12:32.420 INFO kablam! | Oct 14 13:12:32.421 INFO kablam! 95 | fn update_team(teams: &mut HashMap, team: &ApiTeamResult, date: &String) { Oct 14 13:12:32.422 INFO kablam! | ^^^^ help: consider using `_date` instead Oct 14 13:12:32.423 INFO kablam! | Oct 14 13:12:32.423 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:12:32.424 INFO kablam! Oct 14 13:12:32.607 INFO kablam! warning: field is never used: `name` Oct 14 13:12:32.608 INFO kablam! --> src/main.rs:59:5 Oct 14 13:12:32.609 INFO kablam! | Oct 14 13:12:32.610 INFO kablam! 59 | name: String, Oct 14 13:12:32.610 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:12:32.611 INFO kablam! | Oct 14 13:12:32.612 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:12:32.612 INFO kablam! Oct 14 13:12:32.613 INFO kablam! warning: crate `HockeyStat` should have a snake case name such as `hockey_stat` Oct 14 13:12:32.613 INFO kablam! | Oct 14 13:12:32.614 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 13:12:32.614 INFO kablam! Oct 14 13:12:32.614 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:12:32.614 INFO kablam! --> src/main.rs:49:9 Oct 14 13:12:32.614 INFO kablam! | Oct 14 13:12:32.615 INFO kablam! 49 | file.write_all(format!("{}\n", team).as_bytes()); Oct 14 13:12:32.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:32.615 INFO kablam! | Oct 14 13:12:32.615 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 13:12:32.615 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:12:32.615 INFO kablam! Oct 14 13:12:32.615 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:12:32.615 INFO kablam! --> src/main.rs:51:13 Oct 14 13:12:32.615 INFO kablam! | Oct 14 13:12:32.615 INFO kablam! 51 | file.write_all(format!(",{}", score).as_bytes()); Oct 14 13:12:32.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:32.615 INFO kablam! | Oct 14 13:12:32.615 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:12:32.615 INFO kablam! Oct 14 13:12:32.615 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:12:32.623 INFO kablam! --> src/main.rs:53:9 Oct 14 13:12:32.623 INFO kablam! | Oct 14 13:12:32.623 INFO kablam! 53 | file.write_all(format!("\n").as_bytes()); Oct 14 13:12:32.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:12:32.623 INFO kablam! | Oct 14 13:12:32.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:12:32.623 INFO kablam! Oct 14 13:12:33.100 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 14 13:12:33.115 INFO kablam! su: No module specific data is present Oct 14 13:12:34.737 INFO running `"docker" "rm" "-f" "2e850d2b1e540685ebf87f9c48b67c1d9046e5e19772c1e140520ffbfa982598"` Oct 14 13:12:35.007 INFO blam! 2e850d2b1e540685ebf87f9c48b67c1d9046e5e19772c1e140520ffbfa982598 Oct 14 13:12:35.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:12:35.607 INFO blam! c163d40f6baa833b2146147d2f88498e2031333bb88d33bd3d1a32a5e7f1e11c Oct 14 13:12:35.609 INFO running `"docker" "start" "-a" "c163d40f6baa833b2146147d2f88498e2031333bb88d33bd3d1a32a5e7f1e11c"` Oct 14 13:12:37.891 INFO kablam! usermod: no changes Oct 14 13:12:38.015 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 14 13:12:38.031 INFO kablam! Running /target/debug/deps/HockeyStat-8e164d6a6d702d0c Oct 14 13:12:38.031 INFO blam! Oct 14 13:12:38.031 INFO blam! running 0 tests Oct 14 13:12:38.031 INFO blam! Oct 14 13:12:38.031 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:12:38.031 INFO blam! Oct 14 13:12:38.035 INFO kablam! su: No module specific data is present Oct 14 13:12:39.354 INFO running `"docker" "rm" "-f" "c163d40f6baa833b2146147d2f88498e2031333bb88d33bd3d1a32a5e7f1e11c"` Oct 14 13:12:39.723 INFO blam! c163d40f6baa833b2146147d2f88498e2031333bb88d33bd3d1a32a5e7f1e11c