[INFO] updating cached repository aaronschif/prompt [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/aaronschif/prompt [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/aaronschif/prompt" "work/ex/pr-57617/sources/master#e2f221c75932de7a29845c8d6f1f73536ad00c41/gh/aaronschif/prompt"` [INFO] [stderr] Cloning into 'work/ex/pr-57617/sources/master#e2f221c75932de7a29845c8d6f1f73536ad00c41/gh/aaronschif/prompt'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aaronschif/prompt" "work/ex/pr-57617/sources/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff/gh/aaronschif/prompt"` [INFO] [stderr] Cloning into 'work/ex/pr-57617/sources/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff/gh/aaronschif/prompt'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] de1be1c07bb965b7e83af200831b280748dbf5c4 [INFO] sha for GitHub repo aaronschif/prompt: de1be1c07bb965b7e83af200831b280748dbf5c4 [INFO] validating manifest of aaronschif/prompt on toolchain master#e2f221c75932de7a29845c8d6f1f73536ad00c41 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e2f221c75932de7a29845c8d6f1f73536ad00c41-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of aaronschif/prompt on toolchain try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0bfb90d213a93e466b33d078a5b535a2a6f9c5ff-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing aaronschif/prompt [INFO] finished frobbing aaronschif/prompt [INFO] frobbed toml for aaronschif/prompt written to work/ex/pr-57617/sources/master#e2f221c75932de7a29845c8d6f1f73536ad00c41/gh/aaronschif/prompt/Cargo.toml [INFO] started frobbing aaronschif/prompt [INFO] finished frobbing aaronschif/prompt [INFO] frobbed toml for aaronschif/prompt written to work/ex/pr-57617/sources/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff/gh/aaronschif/prompt/Cargo.toml [INFO] crate aaronschif/prompt has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e2f221c75932de7a29845c8d6f1f73536ad00c41-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0bfb90d213a93e466b33d078a5b535a2a6f9c5ff-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking aaronschif/prompt against try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff for pr-57617 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57617/worker-1/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57617/sources/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff/gh/aaronschif/prompt:/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" "+0bfb90d213a93e466b33d078a5b535a2a6f9c5ff-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d120459675e1349ac1dbb58fe4e66751460839bb3fb07cfc663ad8f648cb165d [INFO] running `"docker" "start" "-a" "d120459675e1349ac1dbb58fe4e66751460839bb3fb07cfc663ad8f648cb165d"` [INFO] [stderr] Compiling cmake v0.1.29 [INFO] [stderr] Compiling openssl-sys v0.9.27 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling curl-sys v0.4.1 [INFO] [stderr] Compiling libssh2-sys v0.2.6 [INFO] [stderr] Compiling libgit2-sys v0.7.1 [INFO] [stderr] Checking git2 v0.7.0 [INFO] [stderr] Checking prompt v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/main.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / arg_enum!{ [INFO] [stderr] 22 | | #[derive(PartialEq, Debug)] [INFO] [stderr] 23 | | pub enum SupportedShells { [INFO] [stderr] 24 | | Zsh, [INFO] [stderr] 25 | | Fish [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error 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] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/main.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / arg_enum!{ [INFO] [stderr] 22 | | #[derive(PartialEq, Debug)] [INFO] [stderr] 23 | | pub enum SupportedShells { [INFO] [stderr] 24 | | Zsh, [INFO] [stderr] 25 | | Fish [INFO] [stderr] 26 | | } [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error 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] Finished dev [unoptimized + debuginfo] target(s) in 2m 46s [INFO] running `"docker" "inspect" "d120459675e1349ac1dbb58fe4e66751460839bb3fb07cfc663ad8f648cb165d"` [INFO] running `"docker" "rm" "-f" "d120459675e1349ac1dbb58fe4e66751460839bb3fb07cfc663ad8f648cb165d"` [INFO] [stdout] d120459675e1349ac1dbb58fe4e66751460839bb3fb07cfc663ad8f648cb165d