[INFO] updating cached repository ThePerkinrex/pinst [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ThePerkinrex/pinst [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ThePerkinrex/pinst" "work/ex/beta-1.37-6/sources/1.36.0/gh/ThePerkinrex/pinst"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ThePerkinrex/pinst'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ThePerkinrex/pinst" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ThePerkinrex/pinst"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ThePerkinrex/pinst'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 279796273f4523b7e1ded4bb94c64ca2398e6fb3 [INFO] sha for GitHub repo ThePerkinrex/pinst: 279796273f4523b7e1ded4bb94c64ca2398e6fb3 [INFO] validating manifest of ThePerkinrex/pinst on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ThePerkinrex/pinst on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ThePerkinrex/pinst [INFO] finished frobbing ThePerkinrex/pinst [INFO] frobbed toml for ThePerkinrex/pinst written to work/ex/beta-1.37-6/sources/1.36.0/gh/ThePerkinrex/pinst/Cargo.toml [INFO] started frobbing ThePerkinrex/pinst [INFO] finished frobbing ThePerkinrex/pinst [INFO] frobbed toml for ThePerkinrex/pinst written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ThePerkinrex/pinst/Cargo.toml [INFO] crate ThePerkinrex/pinst already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ThePerkinrex/pinst/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.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ThePerkinrex/pinst against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ThePerkinrex/pinst:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 7ef3b15c3e76c576682fdf5786b7c03df362ff3ed3c54a76116acc812866971c [INFO] running `"docker" "start" "-a" "7ef3b15c3e76c576682fdf5786b7c03df362ff3ed3c54a76116acc812866971c"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling pinst v0.3.0-alpha (/opt/crater/workdir) [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling hyper-tls v0.1.4 [INFO] [stderr] Compiling reqwest v0.8.8 [INFO] [stderr] error[E0283]: type annotations required: cannot resolve `std::string::String: std::convert::From<&_>` [INFO] [stderr] --> src/main.rs:96:30 [INFO] [stderr] | [INFO] [stderr] 96 | let command:String = String::from(args.clone()[0].as_ref()); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0283`. [INFO] [stderr] error: Could not compile `pinst`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7ef3b15c3e76c576682fdf5786b7c03df362ff3ed3c54a76116acc812866971c"` [INFO] running `"docker" "rm" "-f" "7ef3b15c3e76c576682fdf5786b7c03df362ff3ed3c54a76116acc812866971c"` [INFO] [stdout] 7ef3b15c3e76c576682fdf5786b7c03df362ff3ed3c54a76116acc812866971c