Oct 27 10:13:38.276 INFO checking PhilipDaniels/stock_prices against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:13:38.276 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 10:13:38.987 INFO blam! 9049a80f63cedfd1cb96331e79629b2e3286dc563177c0526c50324e4e7c5b68 Oct 27 10:13:38.989 INFO running `"docker" "start" "-a" "9049a80f63cedfd1cb96331e79629b2e3286dc563177c0526c50324e4e7c5b68"` Oct 27 10:13:40.063 INFO kablam! usermod: no changes Oct 27 10:13:40.427 INFO kablam! Checking memchr v2.0.1 Oct 27 10:13:40.427 INFO kablam! Checking tokio-reactor v0.1.2 Oct 27 10:13:40.447 INFO kablam! Checking serde_urlencoded v0.5.2 Oct 27 10:13:40.447 INFO kablam! Checking chrono v0.4.5 Oct 27 10:13:40.447 INFO kablam! Checking tokio-fs v0.1.2 Oct 27 10:13:40.447 INFO kablam! Checking structopt v0.2.10 Oct 27 10:13:42.904 INFO kablam! Checking csv-core v0.1.4 Oct 27 10:13:45.367 INFO kablam! Checking tokio-udp v0.1.1 Oct 27 10:13:45.367 INFO kablam! Checking tokio-tcp v0.1.0 Oct 27 10:13:46.318 INFO kablam! Checking csv v1.0.0 Oct 27 10:13:48.828 INFO kablam! Checking tokio v0.1.7 Oct 27 10:13:51.995 INFO kablam! Checking tokio-core v0.1.17 Oct 27 10:13:54.515 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 10:13:54.515 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 10:14:00.079 INFO kablam! Checking hyper v0.11.27 Oct 27 10:14:07.355 INFO kablam! Checking hyper-tls v0.1.3 Oct 27 10:14:10.535 INFO kablam! Checking reqwest v0.8.6 Oct 27 10:14:15.310 INFO kablam! Checking stock_prices v0.1.0 (/source) Oct 27 10:14:23.155 INFO kablam! warning: unused `#[macro_use]` import Oct 27 10:14:23.155 INFO kablam! --> src/main.rs:6:1 Oct 27 10:14:23.155 INFO kablam! | Oct 27 10:14:23.155 INFO kablam! 6 | #[macro_use] extern crate structopt; Oct 27 10:14:23.155 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:14:23.155 INFO kablam! | Oct 27 10:14:23.155 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:14:23.155 INFO kablam! Oct 27 10:14:23.272 INFO kablam! warning: unused `#[macro_use]` import Oct 27 10:14:23.272 INFO kablam! --> src/main.rs:6:1 Oct 27 10:14:23.273 INFO kablam! | Oct 27 10:14:23.274 INFO kablam! 6 | #[macro_use] extern crate structopt; Oct 27 10:14:23.274 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:14:23.275 INFO kablam! | Oct 27 10:14:23.276 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:14:23.276 INFO kablam! Oct 27 10:14:23.277 INFO kablam! warning: unused import: `std::error::Error` Oct 27 10:14:23.277 INFO kablam! --> src/main.rs:492:9 Oct 27 10:14:23.278 INFO kablam! | Oct 27 10:14:23.278 INFO kablam! 492 | use std::error::Error; Oct 27 10:14:23.279 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 10:14:23.279 INFO kablam! Oct 27 10:14:23.280 INFO kablam! warning: unused import: `StockPriceError` Oct 27 10:14:23.281 INFO kablam! --> src/main.rs:493:9 Oct 27 10:14:23.281 INFO kablam! | Oct 27 10:14:23.282 INFO kablam! 493 | use StockPriceError; Oct 27 10:14:23.282 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 10:14:23.283 INFO kablam! Oct 27 10:14:23.723 INFO kablam! warning: unused variable: `prices` Oct 27 10:14:23.723 INFO kablam! --> src/main.rs:213:13 Oct 27 10:14:23.723 INFO kablam! | Oct 27 10:14:23.723 INFO kablam! 213 | let mut prices: Vec = read_csv(&file, args.print).expect("Could not read price.csv"); Oct 27 10:14:23.723 INFO kablam! | ^^^^^^ help: consider using `_prices` instead Oct 27 10:14:23.723 INFO kablam! | Oct 27 10:14:23.723 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:14:23.723 INFO kablam! Oct 27 10:14:23.723 INFO kablam! warning: unused variable: `msg` Oct 27 10:14:23.723 INFO kablam! --> src/main.rs:123:54 Oct 27 10:14:23.723 INFO kablam! | Oct 27 10:14:23.723 INFO kablam! 123 | StockPriceError::CannotParseDocument(ref msg) => None, Oct 27 10:14:23.723 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 27 10:14:23.723 INFO kablam! Oct 27 10:14:23.831 INFO kablam! warning: variable does not need to be mutable Oct 27 10:14:23.831 INFO kablam! --> src/main.rs:213:9 Oct 27 10:14:23.831 INFO kablam! | Oct 27 10:14:23.831 INFO kablam! 213 | let mut prices: Vec = read_csv(&file, args.print).expect("Could not read price.csv"); Oct 27 10:14:23.831 INFO kablam! | ----^^^^^^ Oct 27 10:14:23.831 INFO kablam! | | Oct 27 10:14:23.831 INFO kablam! | help: remove this `mut` Oct 27 10:14:23.831 INFO kablam! | Oct 27 10:14:23.831 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:14:23.831 INFO kablam! Oct 27 10:14:23.899 INFO kablam! warning: function is never used: `serialize` Oct 27 10:14:23.899 INFO kablam! --> src/main.rs:465:5 Oct 27 10:14:23.899 INFO kablam! | Oct 27 10:14:23.899 INFO kablam! 465 | / pub fn serialize(date: &Date, serializer: S) -> Result Oct 27 10:14:23.899 INFO kablam! 466 | | where S: Serializer, Oct 27 10:14:23.899 INFO kablam! 467 | | { Oct 27 10:14:23.899 INFO kablam! 468 | | let s = format!("{}", date.format(FORMAT)); Oct 27 10:14:23.899 INFO kablam! 469 | | serializer.serialize_str(&s) Oct 27 10:14:23.899 INFO kablam! 470 | | } Oct 27 10:14:23.899 INFO kablam! | |_____^ Oct 27 10:14:23.899 INFO kablam! | Oct 27 10:14:23.899 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:14:23.899 INFO kablam! Oct 27 10:14:24.043 INFO kablam! warning: unused variable: `prices` Oct 27 10:14:24.043 INFO kablam! --> src/main.rs:213:13 Oct 27 10:14:24.043 INFO kablam! | Oct 27 10:14:24.043 INFO kablam! 213 | let mut prices: Vec = read_csv(&file, args.print).expect("Could not read price.csv"); Oct 27 10:14:24.043 INFO kablam! | ^^^^^^ help: consider using `_prices` instead Oct 27 10:14:24.043 INFO kablam! | Oct 27 10:14:24.043 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:14:24.043 INFO kablam! Oct 27 10:14:24.043 INFO kablam! warning: unused variable: `msg` Oct 27 10:14:24.043 INFO kablam! --> src/main.rs:123:54 Oct 27 10:14:24.043 INFO kablam! | Oct 27 10:14:24.043 INFO kablam! 123 | StockPriceError::CannotParseDocument(ref msg) => None, Oct 27 10:14:24.043 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 27 10:14:24.043 INFO kablam! Oct 27 10:14:24.187 INFO kablam! warning: variable does not need to be mutable Oct 27 10:14:24.187 INFO kablam! --> src/main.rs:213:9 Oct 27 10:14:24.187 INFO kablam! | Oct 27 10:14:24.187 INFO kablam! 213 | let mut prices: Vec = read_csv(&file, args.print).expect("Could not read price.csv"); Oct 27 10:14:24.187 INFO kablam! | ----^^^^^^ Oct 27 10:14:24.187 INFO kablam! | | Oct 27 10:14:24.187 INFO kablam! | help: remove this `mut` Oct 27 10:14:24.187 INFO kablam! | Oct 27 10:14:24.187 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:14:24.187 INFO kablam! Oct 27 10:14:24.299 INFO kablam! warning: function is never used: `serialize` Oct 27 10:14:24.299 INFO kablam! --> src/main.rs:465:5 Oct 27 10:14:24.299 INFO kablam! | Oct 27 10:14:24.299 INFO kablam! 465 | / pub fn serialize(date: &Date, serializer: S) -> Result Oct 27 10:14:24.299 INFO kablam! 466 | | where S: Serializer, Oct 27 10:14:24.299 INFO kablam! 467 | | { Oct 27 10:14:24.299 INFO kablam! 468 | | let s = format!("{}", date.format(FORMAT)); Oct 27 10:14:24.299 INFO kablam! 469 | | serializer.serialize_str(&s) Oct 27 10:14:24.299 INFO kablam! 470 | | } Oct 27 10:14:24.299 INFO kablam! | |_____^ Oct 27 10:14:24.299 INFO kablam! | Oct 27 10:14:24.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:14:24.299 INFO kablam! Oct 27 10:14:24.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.28s Oct 27 10:14:24.399 INFO kablam! su: No module specific data is present Oct 27 10:14:24.986 INFO running `"docker" "rm" "-f" "9049a80f63cedfd1cb96331e79629b2e3286dc563177c0526c50324e4e7c5b68"` Oct 27 10:14:25.274 INFO blam! 9049a80f63cedfd1cb96331e79629b2e3286dc563177c0526c50324e4e7c5b68