[INFO] cloning repository dalance/git-skel [INFO] running `"git" "clone" "--bare" "git://github.com/dalance/git-skel.git" "work/cache/sources/gh/dalance/git-skel"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/dalance/git-skel'... [INFO] running `"git" "clone" "work/cache/sources/gh/dalance/git-skel" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dalance/git-skel"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dalance/git-skel'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dalance/git-skel" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/dalance/git-skel"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/dalance/git-skel'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1d48d5a13aa2a3e8f5e0ad5df0bc45fb065d3ffc [INFO] sha for GitHub repo dalance/git-skel: 1d48d5a13aa2a3e8f5e0ad5df0bc45fb065d3ffc [INFO] validating manifest of dalance/git-skel on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dalance/git-skel on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dalance/git-skel [INFO] finished frobbing dalance/git-skel [INFO] frobbed toml for dalance/git-skel written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dalance/git-skel/Cargo.toml [INFO] started frobbing dalance/git-skel [INFO] finished frobbing dalance/git-skel [INFO] frobbed toml for dalance/git-skel written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/dalance/git-skel/Cargo.toml [INFO] crate dalance/git-skel already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing dalance/git-skel against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dalance/git-skel:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 8246fae24b722bb21ebe1372625da68bd63a93e5dc0aaa34a00481178f51b6cc [INFO] running `"docker" "start" "-a" "8246fae24b722bb21ebe1372625da68bd63a93e5dc0aaa34a00481178f51b6cc"` [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.17 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling openssl-sys v0.9.43 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling tempfile v3.0.7 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling globset v0.4.2 [INFO] [stderr] Compiling console v0.7.5 [INFO] [stderr] Compiling structopt v0.2.15 [INFO] [stderr] Compiling ignore v0.4.6 [INFO] [stderr] Compiling git2 v0.8.0 [INFO] [stderr] Compiling git-skel v0.1.5-pre (/opt/crater/workdir) [INFO] [stderr] error[E0283]: type annotations required: cannot resolve `std::string::String: std::convert::From<&_>` [INFO] [stderr] --> src/main.rs:108:35 [INFO] [stderr] | [INFO] [stderr] 108 | .context(ErrorKind::RepoClone(String::from(config.url.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 `git-skel`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8246fae24b722bb21ebe1372625da68bd63a93e5dc0aaa34a00481178f51b6cc"` [INFO] running `"docker" "rm" "-f" "8246fae24b722bb21ebe1372625da68bd63a93e5dc0aaa34a00481178f51b6cc"` [INFO] [stdout] 8246fae24b722bb21ebe1372625da68bd63a93e5dc0aaa34a00481178f51b6cc