Oct 11 05:02:54.995 INFO testing PhilipDaniels/stock_prices against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:02:54.995 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:02:54.995 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:02:55.323 INFO blam! 34a3973fc0fc6bf685a089afff355c3211f1f422971f8db8ac6ac8dd00a53cea Oct 11 05:02:55.329 INFO running `"docker" "start" "-a" "34a3973fc0fc6bf685a089afff355c3211f1f422971f8db8ac6ac8dd00a53cea"` Oct 11 05:02:56.416 INFO kablam! usermod: no changes Oct 11 05:02:56.813 INFO kablam! Compiling csv v1.0.0 Oct 11 05:02:56.813 INFO kablam! Compiling structopt-derive v0.2.10 Oct 11 05:03:05.635 INFO kablam! Compiling structopt v0.2.10 Oct 11 05:03:07.265 INFO kablam! Compiling stock_prices v0.1.0 (/source) Oct 11 05:03:16.808 INFO kablam! warning: unused `#[macro_use]` import Oct 11 05:03:16.808 INFO kablam! --> src/main.rs:6:1 Oct 11 05:03:16.808 INFO kablam! | Oct 11 05:03:16.808 INFO kablam! 6 | #[macro_use] extern crate structopt; Oct 11 05:03:16.808 INFO kablam! | ^^^^^^^^^^^^ Oct 11 05:03:16.808 INFO kablam! | Oct 11 05:03:16.808 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:03:16.808 INFO kablam! Oct 11 05:03:17.396 INFO kablam! warning: unused variable: `prices` Oct 11 05:03:17.396 INFO kablam! --> src/main.rs:213:13 Oct 11 05:03:17.396 INFO kablam! | Oct 11 05:03:17.396 INFO kablam! 213 | let mut prices: Vec = read_csv(&file, args.print).expect("Could not read price.csv"); Oct 11 05:03:17.396 INFO kablam! | ^^^^^^ help: consider using `_prices` instead Oct 11 05:03:17.396 INFO kablam! | Oct 11 05:03:17.396 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:03:17.396 INFO kablam! Oct 11 05:03:17.398 INFO kablam! warning: unused variable: `msg` Oct 11 05:03:17.398 INFO kablam! --> src/main.rs:123:54 Oct 11 05:03:17.398 INFO kablam! | Oct 11 05:03:17.398 INFO kablam! 123 | StockPriceError::CannotParseDocument(ref msg) => None, Oct 11 05:03:17.398 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 11 05:03:17.398 INFO kablam! Oct 11 05:03:17.492 INFO kablam! warning: variable does not need to be mutable Oct 11 05:03:17.492 INFO kablam! --> src/main.rs:213:9 Oct 11 05:03:17.492 INFO kablam! | Oct 11 05:03:17.492 INFO kablam! 213 | let mut prices: Vec = read_csv(&file, args.print).expect("Could not read price.csv"); Oct 11 05:03:17.492 INFO kablam! | ----^^^^^^ Oct 11 05:03:17.492 INFO kablam! | | Oct 11 05:03:17.492 INFO kablam! | help: remove this `mut` Oct 11 05:03:17.492 INFO kablam! | Oct 11 05:03:17.492 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:03:17.492 INFO kablam! Oct 11 05:03:17.556 INFO kablam! warning: function is never used: `serialize` Oct 11 05:03:17.556 INFO kablam! --> src/main.rs:465:5 Oct 11 05:03:17.556 INFO kablam! | Oct 11 05:03:17.556 INFO kablam! 465 | / pub fn serialize(date: &Date, serializer: S) -> Result Oct 11 05:03:17.556 INFO kablam! 466 | | where S: Serializer, Oct 11 05:03:17.556 INFO kablam! 467 | | { Oct 11 05:03:17.556 INFO kablam! 468 | | let s = format!("{}", date.format(FORMAT)); Oct 11 05:03:17.556 INFO kablam! 469 | | serializer.serialize_str(&s) Oct 11 05:03:17.556 INFO kablam! 470 | | } Oct 11 05:03:17.556 INFO kablam! | |_____^ Oct 11 05:03:17.556 INFO kablam! | Oct 11 05:03:17.556 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:03:17.556 INFO kablam! Oct 11 05:03:24.024 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.58s Oct 11 05:03:24.042 INFO kablam! su: No module specific data is present Oct 11 05:03:24.753 INFO running `"docker" "rm" "-f" "34a3973fc0fc6bf685a089afff355c3211f1f422971f8db8ac6ac8dd00a53cea"` Oct 11 05:03:24.968 INFO blam! 34a3973fc0fc6bf685a089afff355c3211f1f422971f8db8ac6ac8dd00a53cea Oct 11 05:03:24.971 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:03:24.971 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:03:25.470 INFO blam! e26faa6326e21d414ce427f092b960a497bbf7f71b2a0956c9859475a3a43c33 Oct 11 05:03:25.471 INFO running `"docker" "start" "-a" "e26faa6326e21d414ce427f092b960a497bbf7f71b2a0956c9859475a3a43c33"` Oct 11 05:03:27.137 INFO kablam! usermod: no changes Oct 11 05:03:27.420 INFO kablam! Compiling stock_prices v0.1.0 (/source) Oct 11 05:03:35.400 INFO kablam! warning: unused `#[macro_use]` import Oct 11 05:03:35.400 INFO kablam! --> src/main.rs:6:1 Oct 11 05:03:35.400 INFO kablam! | Oct 11 05:03:35.400 INFO kablam! 6 | #[macro_use] extern crate structopt; Oct 11 05:03:35.400 INFO kablam! | ^^^^^^^^^^^^ Oct 11 05:03:35.400 INFO kablam! | Oct 11 05:03:35.400 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:03:35.400 INFO kablam! Oct 11 05:03:35.400 INFO kablam! warning: unused import: `std::error::Error` Oct 11 05:03:35.400 INFO kablam! --> src/main.rs:492:9 Oct 11 05:03:35.400 INFO kablam! | Oct 11 05:03:35.400 INFO kablam! 492 | use std::error::Error; Oct 11 05:03:35.400 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 05:03:35.400 INFO kablam! Oct 11 05:03:35.400 INFO kablam! warning: unused import: `StockPriceError` Oct 11 05:03:35.400 INFO kablam! --> src/main.rs:493:9 Oct 11 05:03:35.400 INFO kablam! | Oct 11 05:03:35.400 INFO kablam! 493 | use StockPriceError; Oct 11 05:03:35.400 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:03:35.400 INFO kablam! Oct 11 05:03:35.844 INFO kablam! warning: unused variable: `prices` Oct 11 05:03:35.844 INFO kablam! --> src/main.rs:213:13 Oct 11 05:03:35.844 INFO kablam! | Oct 11 05:03:35.844 INFO kablam! 213 | let mut prices: Vec = read_csv(&file, args.print).expect("Could not read price.csv"); Oct 11 05:03:35.844 INFO kablam! | ^^^^^^ help: consider using `_prices` instead Oct 11 05:03:35.844 INFO kablam! | Oct 11 05:03:35.844 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:03:35.844 INFO kablam! Oct 11 05:03:35.844 INFO kablam! warning: unused variable: `msg` Oct 11 05:03:35.844 INFO kablam! --> src/main.rs:123:54 Oct 11 05:03:35.844 INFO kablam! | Oct 11 05:03:35.844 INFO kablam! 123 | StockPriceError::CannotParseDocument(ref msg) => None, Oct 11 05:03:35.844 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 11 05:03:35.844 INFO kablam! Oct 11 05:03:35.936 INFO kablam! warning: variable does not need to be mutable Oct 11 05:03:35.936 INFO kablam! --> src/main.rs:213:9 Oct 11 05:03:35.936 INFO kablam! | Oct 11 05:03:35.936 INFO kablam! 213 | let mut prices: Vec = read_csv(&file, args.print).expect("Could not read price.csv"); Oct 11 05:03:35.936 INFO kablam! | ----^^^^^^ Oct 11 05:03:35.936 INFO kablam! | | Oct 11 05:03:35.936 INFO kablam! | help: remove this `mut` Oct 11 05:03:35.936 INFO kablam! | Oct 11 05:03:35.936 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:03:35.936 INFO kablam! Oct 11 05:03:35.992 INFO kablam! warning: function is never used: `serialize` Oct 11 05:03:35.992 INFO kablam! --> src/main.rs:465:5 Oct 11 05:03:35.992 INFO kablam! | Oct 11 05:03:35.992 INFO kablam! 465 | / pub fn serialize(date: &Date, serializer: S) -> Result Oct 11 05:03:35.992 INFO kablam! 466 | | where S: Serializer, Oct 11 05:03:35.992 INFO kablam! 467 | | { Oct 11 05:03:35.992 INFO kablam! 468 | | let s = format!("{}", date.format(FORMAT)); Oct 11 05:03:35.992 INFO kablam! 469 | | serializer.serialize_str(&s) Oct 11 05:03:35.992 INFO kablam! 470 | | } Oct 11 05:03:35.992 INFO kablam! | |_____^ Oct 11 05:03:35.992 INFO kablam! | Oct 11 05:03:35.992 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:03:35.992 INFO kablam! Oct 11 05:03:39.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.38s Oct 11 05:03:39.572 INFO kablam! su: No module specific data is present Oct 11 05:03:40.073 INFO running `"docker" "rm" "-f" "e26faa6326e21d414ce427f092b960a497bbf7f71b2a0956c9859475a3a43c33"` Oct 11 05:03:40.155 INFO blam! e26faa6326e21d414ce427f092b960a497bbf7f71b2a0956c9859475a3a43c33 Oct 11 05:03:40.158 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:03:40.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:03:40.349 INFO blam! 39dc268e34c0599b6d82a00418a4905bf1b1d8c090efa371751bdffbe134fb5d Oct 11 05:03:40.350 INFO running `"docker" "start" "-a" "39dc268e34c0599b6d82a00418a4905bf1b1d8c090efa371751bdffbe134fb5d"` Oct 11 05:03:40.780 INFO kablam! usermod: no changes Oct 11 05:03:40.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 11 05:03:40.975 INFO kablam! Running /target/debug/deps/stock_prices-761c37954943d752 Oct 11 05:03:40.988 INFO blam! Oct 11 05:03:40.988 INFO blam! running 2 tests Oct 11 05:03:40.988 INFO blam! test tests::chomp_when_pattern_does_not_exist_returns_error ... ok Oct 11 05:03:40.988 INFO blam! test tests::chomp_when_pattern_exists_returns_following_text ... ok Oct 11 05:03:40.988 INFO blam! Oct 11 05:03:40.988 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:03:40.988 INFO blam! Oct 11 05:03:40.989 INFO kablam! su: No module specific data is present Oct 11 05:03:41.450 INFO running `"docker" "rm" "-f" "39dc268e34c0599b6d82a00418a4905bf1b1d8c090efa371751bdffbe134fb5d"` Oct 11 05:03:41.670 INFO blam! 39dc268e34c0599b6d82a00418a4905bf1b1d8c090efa371751bdffbe134fb5d