Oct 15 07:48:03.024 INFO testing PhilipDaniels/stock_prices against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:48:03.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 07:48:03.515 INFO blam! c6416011b37e0b29d0c9ead513b0168b0adcd9fa9e45eec0cc7dabcd1728c66c Oct 15 07:48:03.518 INFO running `"docker" "start" "-a" "c6416011b37e0b29d0c9ead513b0168b0adcd9fa9e45eec0cc7dabcd1728c66c"` Oct 15 07:48:04.491 INFO kablam! usermod: no changes Oct 15 07:48:04.903 INFO kablam! Compiling memchr v2.0.1 Oct 15 07:48:04.915 INFO kablam! Compiling atty v0.2.11 Oct 15 07:48:04.927 INFO kablam! Compiling hyper-tls v0.1.3 Oct 15 07:48:05.665 INFO kablam! Compiling clap v2.32.0 Oct 15 07:48:06.179 INFO kablam! Compiling csv-core v0.1.4 Oct 15 07:48:08.184 INFO kablam! Compiling csv v1.0.0 Oct 15 07:48:13.837 INFO kablam! Compiling reqwest v0.8.6 Oct 15 07:48:27.711 INFO kablam! Compiling structopt v0.2.10 Oct 15 07:48:32.886 INFO kablam! Compiling stock_prices v0.1.0 (/source) Oct 15 07:48:37.590 INFO kablam! warning: unused `#[macro_use]` import Oct 15 07:48:37.590 INFO kablam! --> src/main.rs:6:1 Oct 15 07:48:37.590 INFO kablam! | Oct 15 07:48:37.590 INFO kablam! 6 | #[macro_use] extern crate structopt; Oct 15 07:48:37.591 INFO kablam! | ^^^^^^^^^^^^ Oct 15 07:48:37.591 INFO kablam! | Oct 15 07:48:37.591 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:48:37.591 INFO kablam! Oct 15 07:48:38.104 INFO kablam! warning: unused variable: `prices` Oct 15 07:48:38.104 INFO kablam! --> src/main.rs:213:13 Oct 15 07:48:38.104 INFO kablam! | Oct 15 07:48:38.105 INFO kablam! 213 | let mut prices: Vec = read_csv(&file, args.print).expect("Could not read price.csv"); Oct 15 07:48:38.105 INFO kablam! | ^^^^^^ help: consider using `_prices` instead Oct 15 07:48:38.105 INFO kablam! | Oct 15 07:48:38.106 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:48:38.106 INFO kablam! Oct 15 07:48:38.106 INFO kablam! warning: unused variable: `msg` Oct 15 07:48:38.107 INFO kablam! --> src/main.rs:123:54 Oct 15 07:48:38.107 INFO kablam! | Oct 15 07:48:38.107 INFO kablam! 123 | StockPriceError::CannotParseDocument(ref msg) => None, Oct 15 07:48:38.107 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 15 07:48:38.108 INFO kablam! Oct 15 07:48:38.201 INFO kablam! warning: variable does not need to be mutable Oct 15 07:48:38.202 INFO kablam! --> src/main.rs:213:9 Oct 15 07:48:38.202 INFO kablam! | Oct 15 07:48:38.202 INFO kablam! 213 | let mut prices: Vec = read_csv(&file, args.print).expect("Could not read price.csv"); Oct 15 07:48:38.203 INFO kablam! | ----^^^^^^ Oct 15 07:48:38.203 INFO kablam! | | Oct 15 07:48:38.203 INFO kablam! | help: remove this `mut` Oct 15 07:48:38.203 INFO kablam! | Oct 15 07:48:38.204 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:48:38.204 INFO kablam! Oct 15 07:48:38.279 INFO kablam! warning: function is never used: `serialize` Oct 15 07:48:38.283 INFO kablam! --> src/main.rs:465:5 Oct 15 07:48:38.283 INFO kablam! | Oct 15 07:48:38.283 INFO kablam! 465 | / pub fn serialize(date: &Date, serializer: S) -> Result Oct 15 07:48:38.283 INFO kablam! 466 | | where S: Serializer, Oct 15 07:48:38.283 INFO kablam! 467 | | { Oct 15 07:48:38.283 INFO kablam! 468 | | let s = format!("{}", date.format(FORMAT)); Oct 15 07:48:38.283 INFO kablam! 469 | | serializer.serialize_str(&s) Oct 15 07:48:38.283 INFO kablam! 470 | | } Oct 15 07:48:38.283 INFO kablam! | |_____^ Oct 15 07:48:38.283 INFO kablam! | Oct 15 07:48:38.283 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:48:38.283 INFO kablam! Oct 15 07:48:44.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.17s Oct 15 07:48:44.723 INFO kablam! su: No module specific data is present Oct 15 07:48:46.019 INFO running `"docker" "rm" "-f" "c6416011b37e0b29d0c9ead513b0168b0adcd9fa9e45eec0cc7dabcd1728c66c"` Oct 15 07:48:46.251 INFO blam! c6416011b37e0b29d0c9ead513b0168b0adcd9fa9e45eec0cc7dabcd1728c66c Oct 15 07:48:46.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 07:48:46.964 INFO blam! 84016ec5b40e4471677edbbe22dfe19fa4e13fb358cb86ddd37b966f25e72bc6 Oct 15 07:48:46.965 INFO running `"docker" "start" "-a" "84016ec5b40e4471677edbbe22dfe19fa4e13fb358cb86ddd37b966f25e72bc6"` Oct 15 07:48:48.015 INFO kablam! usermod: no changes Oct 15 07:48:48.199 INFO kablam! Compiling stock_prices v0.1.0 (/source) Oct 15 07:48:52.027 INFO kablam! warning: unused `#[macro_use]` import Oct 15 07:48:52.027 INFO kablam! --> src/main.rs:6:1 Oct 15 07:48:52.027 INFO kablam! | Oct 15 07:48:52.027 INFO kablam! 6 | #[macro_use] extern crate structopt; Oct 15 07:48:52.027 INFO kablam! | ^^^^^^^^^^^^ Oct 15 07:48:52.027 INFO kablam! | Oct 15 07:48:52.027 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:48:52.027 INFO kablam! Oct 15 07:48:52.027 INFO kablam! warning: unused import: `std::error::Error` Oct 15 07:48:52.027 INFO kablam! --> src/main.rs:492:9 Oct 15 07:48:52.027 INFO kablam! | Oct 15 07:48:52.027 INFO kablam! 492 | use std::error::Error; Oct 15 07:48:52.027 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 07:48:52.027 INFO kablam! Oct 15 07:48:52.027 INFO kablam! warning: unused import: `StockPriceError` Oct 15 07:48:52.027 INFO kablam! --> src/main.rs:493:9 Oct 15 07:48:52.027 INFO kablam! | Oct 15 07:48:52.027 INFO kablam! 493 | use StockPriceError; Oct 15 07:48:52.027 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 07:48:52.027 INFO kablam! Oct 15 07:48:52.448 INFO kablam! warning: unused variable: `prices` Oct 15 07:48:52.448 INFO kablam! --> src/main.rs:213:13 Oct 15 07:48:52.449 INFO kablam! | Oct 15 07:48:52.449 INFO kablam! 213 | let mut prices: Vec = read_csv(&file, args.print).expect("Could not read price.csv"); Oct 15 07:48:52.449 INFO kablam! | ^^^^^^ help: consider using `_prices` instead Oct 15 07:48:52.450 INFO kablam! | Oct 15 07:48:52.451 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:48:52.451 INFO kablam! Oct 15 07:48:52.451 INFO kablam! warning: unused variable: `msg` Oct 15 07:48:52.452 INFO kablam! --> src/main.rs:123:54 Oct 15 07:48:52.452 INFO kablam! | Oct 15 07:48:52.452 INFO kablam! 123 | StockPriceError::CannotParseDocument(ref msg) => None, Oct 15 07:48:52.453 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 15 07:48:52.453 INFO kablam! Oct 15 07:48:52.544 INFO kablam! warning: variable does not need to be mutable Oct 15 07:48:52.544 INFO kablam! --> src/main.rs:213:9 Oct 15 07:48:52.544 INFO kablam! | Oct 15 07:48:52.544 INFO kablam! 213 | let mut prices: Vec = read_csv(&file, args.print).expect("Could not read price.csv"); Oct 15 07:48:52.544 INFO kablam! | ----^^^^^^ Oct 15 07:48:52.544 INFO kablam! | | Oct 15 07:48:52.544 INFO kablam! | help: remove this `mut` Oct 15 07:48:52.544 INFO kablam! | Oct 15 07:48:52.547 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:48:52.547 INFO kablam! Oct 15 07:48:52.615 INFO kablam! warning: function is never used: `serialize` Oct 15 07:48:52.615 INFO kablam! --> src/main.rs:465:5 Oct 15 07:48:52.615 INFO kablam! | Oct 15 07:48:52.615 INFO kablam! 465 | / pub fn serialize(date: &Date, serializer: S) -> Result Oct 15 07:48:52.615 INFO kablam! 466 | | where S: Serializer, Oct 15 07:48:52.615 INFO kablam! 467 | | { Oct 15 07:48:52.615 INFO kablam! 468 | | let s = format!("{}", date.format(FORMAT)); Oct 15 07:48:52.615 INFO kablam! 469 | | serializer.serialize_str(&s) Oct 15 07:48:52.615 INFO kablam! 470 | | } Oct 15 07:48:52.615 INFO kablam! | |_____^ Oct 15 07:48:52.615 INFO kablam! | Oct 15 07:48:52.615 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:48:52.615 INFO kablam! Oct 15 07:48:56.127 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.09s Oct 15 07:48:56.139 INFO kablam! su: No module specific data is present Oct 15 07:48:57.023 INFO running `"docker" "rm" "-f" "84016ec5b40e4471677edbbe22dfe19fa4e13fb358cb86ddd37b966f25e72bc6"` Oct 15 07:48:57.271 INFO blam! 84016ec5b40e4471677edbbe22dfe19fa4e13fb358cb86ddd37b966f25e72bc6 Oct 15 07:48:57.277 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 07:48:57.819 INFO blam! e19f94fcac464ca6b92931741887286fc36278c9da8c921a056aa2488383953f Oct 15 07:48:57.825 INFO running `"docker" "start" "-a" "e19f94fcac464ca6b92931741887286fc36278c9da8c921a056aa2488383953f"` Oct 15 07:48:58.977 INFO kablam! usermod: no changes Oct 15 07:48:59.234 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 15 07:48:59.255 INFO kablam! Running /target/debug/deps/stock_prices-761c37954943d752 Oct 15 07:48:59.259 INFO blam! Oct 15 07:48:59.259 INFO blam! running 2 tests Oct 15 07:48:59.259 INFO blam! test tests::chomp_when_pattern_does_not_exist_returns_error ... ok Oct 15 07:48:59.259 INFO blam! test tests::chomp_when_pattern_exists_returns_following_text ... ok Oct 15 07:48:59.259 INFO blam! Oct 15 07:48:59.259 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:48:59.259 INFO blam! Oct 15 07:48:59.263 INFO kablam! su: No module specific data is present Oct 15 07:49:00.029 INFO running `"docker" "rm" "-f" "e19f94fcac464ca6b92931741887286fc36278c9da8c921a056aa2488383953f"` Oct 15 07:49:00.324 INFO blam! e19f94fcac464ca6b92931741887286fc36278c9da8c921a056aa2488383953f