[INFO] updating cached repository seankelly/baseball [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/seankelly/baseball [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/seankelly/baseball" "work/ex/beta-1.38-1/sources/1.37.0/gh/seankelly/baseball"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/seankelly/baseball'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/seankelly/baseball" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/seankelly/baseball"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/seankelly/baseball'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 181f040497b73e6129c1e3114593c8f7a0ff409e [INFO] sha for GitHub repo seankelly/baseball: 181f040497b73e6129c1e3114593c8f7a0ff409e [INFO] validating manifest of seankelly/baseball on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of seankelly/baseball on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing seankelly/baseball [INFO] removed path dependency retrosheet from seankelly/baseball [INFO] finished frobbing seankelly/baseball [INFO] frobbed toml for seankelly/baseball written to work/ex/beta-1.38-1/sources/1.37.0/gh/seankelly/baseball/Cargo.toml [INFO] started frobbing seankelly/baseball [INFO] removed path dependency retrosheet from seankelly/baseball [INFO] finished frobbing seankelly/baseball [INFO] frobbed toml for seankelly/baseball written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/seankelly/baseball/Cargo.toml [INFO] crate seankelly/baseball already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/seankelly/baseball/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing seankelly/baseball against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/seankelly/baseball:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 18e49e34c84d961ef10801bad25e4ceb7c29e6ea1600555a9af2d8d655eea326 [INFO] running `"docker" "start" "-a" "18e49e34c84d961ef10801bad25e4ceb7c29e6ea1600555a9af2d8d655eea326"` [INFO] [stderr] warning: dependency (retrosheet) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling retrosheet v0.2.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling bstr v0.2.7 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling baseball v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `retrosheet::chadwick` [INFO] [stderr] --> src/bin/futility.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use retrosheet::chadwick; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `chadwick` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `retrosheet::chadwick` [INFO] [stderr] --> src/bin/streak.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use retrosheet::chadwick; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `chadwick` in the root [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> src/bin/futility.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 125 | let home_id = &game.home_team; [INFO] [stderr] | ^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> src/bin/futility.rs:126:13 [INFO] [stderr] | [INFO] [stderr] 126 | let away_id = &game.visitor_team; [INFO] [stderr] | ^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `baseball`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0609]: no field `team_game_number` on type `&_` [INFO] [stderr] --> src/bin/streak.rs:78:28 [INFO] [stderr] | [INFO] [stderr] 78 | let a_game = a.team_game_number; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::clone::Clone` [INFO] [stderr] --> src/bin/streak.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::clone::Clone; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `baseball`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `retrosheet::transactions` [INFO] [stderr] --> src/bin/trade-trees.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | use retrosheet::transactions::Transaction; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `transactions` in `retrosheet` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `baseball`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "18e49e34c84d961ef10801bad25e4ceb7c29e6ea1600555a9af2d8d655eea326"` [INFO] running `"docker" "rm" "-f" "18e49e34c84d961ef10801bad25e4ceb7c29e6ea1600555a9af2d8d655eea326"` [INFO] [stdout] 18e49e34c84d961ef10801bad25e4ceb7c29e6ea1600555a9af2d8d655eea326