[INFO] updating cached repository seankelly/capuchin [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/seankelly/capuchin [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/seankelly/capuchin" "work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/seankelly/capuchin"` [INFO] [stderr] Cloning into 'work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/seankelly/capuchin'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/seankelly/capuchin" "work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/seankelly/capuchin"` [INFO] [stderr] Cloning into 'work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/seankelly/capuchin'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bd7957dda8069c59d76fbadcbbc4d48fed49bf5b [INFO] sha for GitHub repo seankelly/capuchin: bd7957dda8069c59d76fbadcbbc4d48fed49bf5b [INFO] validating manifest of seankelly/capuchin on toolchain master#6ea4036cd20a4b1ab1d56e555108c21735ff6946 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of seankelly/capuchin on toolchain try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing seankelly/capuchin [INFO] finished frobbing seankelly/capuchin [INFO] frobbed toml for seankelly/capuchin written to work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/seankelly/capuchin/Cargo.toml [INFO] started frobbing seankelly/capuchin [INFO] finished frobbing seankelly/capuchin [INFO] frobbed toml for seankelly/capuchin written to work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/seankelly/capuchin/Cargo.toml [INFO] crate seankelly/capuchin already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking seankelly/capuchin against master#6ea4036cd20a4b1ab1d56e555108c21735ff6946 for pr-62181 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62181/worker-6/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/seankelly/capuchin:/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=forbid" "-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" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d3ddfd427e3b1e534686466e03e5bc417866b0e333098b43978ef0f79cc09c3e [INFO] running `"docker" "start" "-a" "d3ddfd427e3b1e534686466e03e5bc417866b0e333098b43978ef0f79cc09c3e"` [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking csv-core v0.1.2 [INFO] [stderr] Checking csv v1.0.0-beta.3 [INFO] [stderr] Checking capuchin v0.2.0 (/opt/crater/workdir) [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/databank.rs:618:16 [INFO] [stderr] | [INFO] [stderr] 618 | self.g += season.g.into(); [INFO] [stderr] | ^^ cannot infer type [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/databank.rs:618:16 [INFO] [stderr] | [INFO] [stderr] 618 | self.g += season.g.into(); [INFO] [stderr] | ^^ cannot infer type [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | / error_chain! { [INFO] [stderr] 19 | | foreign_links { [INFO] [stderr] 20 | | Io(csv::Error); [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0282`. [INFO] [stderr] error: Could not compile `capuchin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | / error_chain! { [INFO] [stderr] 19 | | foreign_links { [INFO] [stderr] 20 | | Io(csv::Error); [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0282`. [INFO] [stderr] error: Could not compile `capuchin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d3ddfd427e3b1e534686466e03e5bc417866b0e333098b43978ef0f79cc09c3e"` [INFO] running `"docker" "rm" "-f" "d3ddfd427e3b1e534686466e03e5bc417866b0e333098b43978ef0f79cc09c3e"` [INFO] [stdout] d3ddfd427e3b1e534686466e03e5bc417866b0e333098b43978ef0f79cc09c3e