[INFO] crate loop-rs 0.6.1 is already in cache [INFO] extracting crate loop-rs 0.6.1 into work/ex/pr-60444/sources/master#92b5e20ad59b183a2e6cd79423f54b8aa7ac9cbf/reg/loop-rs/0.6.1 [INFO] extracting crate loop-rs 0.6.1 into work/ex/pr-60444/sources/try#cf8e5a06b289fbcdaf75ca55c057b2cb09fff33b/reg/loop-rs/0.6.1 [INFO] validating manifest of loop-rs-0.6.1 on toolchain master#92b5e20ad59b183a2e6cd79423f54b8aa7ac9cbf [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+92b5e20ad59b183a2e6cd79423f54b8aa7ac9cbf-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of loop-rs-0.6.1 on toolchain try#cf8e5a06b289fbcdaf75ca55c057b2cb09fff33b [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+cf8e5a06b289fbcdaf75ca55c057b2cb09fff33b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing loop-rs-0.6.1 [INFO] finished frobbing loop-rs-0.6.1 [INFO] frobbed toml for loop-rs-0.6.1 written to work/ex/pr-60444/sources/master#92b5e20ad59b183a2e6cd79423f54b8aa7ac9cbf/reg/loop-rs/0.6.1/Cargo.toml [INFO] started frobbing loop-rs-0.6.1 [INFO] finished frobbing loop-rs-0.6.1 [INFO] frobbed toml for loop-rs-0.6.1 written to work/ex/pr-60444/sources/try#cf8e5a06b289fbcdaf75ca55c057b2cb09fff33b/reg/loop-rs/0.6.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+92b5e20ad59b183a2e6cd79423f54b8aa7ac9cbf-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+cf8e5a06b289fbcdaf75ca55c057b2cb09fff33b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+92b5e20ad59b183a2e6cd79423f54b8aa7ac9cbf-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+cf8e5a06b289fbcdaf75ca55c057b2cb09fff33b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking loop-rs-0.6.1 against try#cf8e5a06b289fbcdaf75ca55c057b2cb09fff33b for pr-60444 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60444/worker-4/try#cf8e5a06b289fbcdaf75ca55c057b2cb09fff33b:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60444/sources/try#cf8e5a06b289fbcdaf75ca55c057b2cb09fff33b/reg/loop-rs/0.6.1:/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" "+cf8e5a06b289fbcdaf75ca55c057b2cb09fff33b-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bba17bb90d6081238830d0406278d79459acf6766bb82081f2d3df1aa1804122 [INFO] running `"docker" "start" "-a" "bba17bb90d6081238830d0406278d79459acf6766bb82081f2d3df1aa1804122"` [INFO] [stderr] Checking subprocess v0.1.18 [INFO] [stderr] Checking loop-rs v0.6.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.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] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.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[E0631]: type mismatch in function arguments [INFO] [stderr] --> src/main.rs:216:10 [INFO] [stderr] | [INFO] [stderr] 216 | #[derive(StructOpt, Debug)] [INFO] [stderr] | ^^^^^^^^^ expected signature of `fn(&str) -> _` [INFO] [stderr] ... [INFO] [stderr] 322 | fn get_values(input: &&str) -> Vec { [INFO] [stderr] | ------------------------------------------ found signature of `for<'r, 's> fn(&'r &'s str) -> _` [INFO] [stderr] [INFO] [stderr] error[E0631]: type mismatch in function arguments [INFO] [stderr] --> src/main.rs:216:10 [INFO] [stderr] | [INFO] [stderr] 216 | #[derive(StructOpt, Debug)] [INFO] [stderr] | ^^^^^^^^^ expected signature of `fn(&str) -> _` [INFO] [stderr] ... [INFO] [stderr] 314 | fn get_error_code(input: &&str) -> ErrorCode { [INFO] [stderr] | -------------------------------------------- found signature of `for<'r, 's> fn(&'r &'s str) -> _` [INFO] [stderr] [INFO] [stderr] error[E0631]: type mismatch in function arguments [INFO] [stderr] --> src/main.rs:216:10 [INFO] [stderr] | [INFO] [stderr] 216 | #[derive(StructOpt, Debug)] [INFO] [stderr] | ^^^^^^^^^ expected signature of `fn(&str) -> _` [INFO] [stderr] ... [INFO] [stderr] 322 | fn get_values(input: &&str) -> Vec { [INFO] [stderr] | ------------------------------------------ found signature of `for<'r, 's> fn(&'r &'s str) -> _` [INFO] [stderr] [INFO] [stderr] error[E0631]: type mismatch in function arguments [INFO] [stderr] --> src/main.rs:216:10 [INFO] [stderr] | [INFO] [stderr] 216 | #[derive(StructOpt, Debug)] [INFO] [stderr] | ^^^^^^^^^ expected signature of `fn(&str) -> _` [INFO] [stderr] ... [INFO] [stderr] 314 | fn get_error_code(input: &&str) -> ErrorCode { [INFO] [stderr] | -------------------------------------------- found signature of `for<'r, 's> fn(&'r &'s str) -> _` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `loop-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `loop-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bba17bb90d6081238830d0406278d79459acf6766bb82081f2d3df1aa1804122"` [INFO] running `"docker" "rm" "-f" "bba17bb90d6081238830d0406278d79459acf6766bb82081f2d3df1aa1804122"` [INFO] [stdout] bba17bb90d6081238830d0406278d79459acf6766bb82081f2d3df1aa1804122