[INFO] cloning repository https://github.com/chrisrhayden/skel [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chrisrhayden/skel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchrisrhayden%2Fskel"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchrisrhayden%2Fskel'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d637aa888f8936760fb34546b4f2ba8d7fa139b4 [INFO] checking chrisrhayden/skel against try#8a749131e7beb72f6edacefd2bdcbed3d67b2112 for pr-72331 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchrisrhayden%2Fskel" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chrisrhayden/skel on toolchain 8a749131e7beb72f6edacefd2bdcbed3d67b2112 [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/chrisrhayden/skel [INFO] finished tweaking git repo https://github.com/chrisrhayden/skel [INFO] tweaked toml for git repo https://github.com/chrisrhayden/skel written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/chrisrhayden/skel already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-1/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/clap-rs/clap/` [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4420757be53b00e2bac5fae1037585e100abcef6aee997a096057347840f06f9 [INFO] running `"docker" "start" "-a" "4420757be53b00e2bac5fae1037585e100abcef6aee997a096057347840f06f9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.23 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking ppv-lite86 v0.2.8 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking os_str_bytes v2.3.1 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.1 (https://github.com/clap-rs/clap/#31ebd7ef) [INFO] [stderr] Checking clap v3.0.0-beta.1 (https://github.com/clap-rs/clap/#31ebd7ef) [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking skel v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:37:18 [INFO] [stderr] | [INFO] [stderr] 37 | Arg::with_name("TYPE") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:43:18 [INFO] [stderr] | [INFO] [stderr] 43 | Arg::with_name("NAME") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:49:18 [INFO] [stderr] | [INFO] [stderr] 49 | Arg::with_name("project file") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:57:18 [INFO] [stderr] | [INFO] [stderr] 57 | Arg::with_name("different root") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:64:18 [INFO] [stderr] | [INFO] [stderr] 64 | Arg::with_name("different config") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:71:18 [INFO] [stderr] | [INFO] [stderr] 71 | Arg::with_name("no build") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:78:18 [INFO] [stderr] | [INFO] [stderr] 78 | Arg::with_name("no templating") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:84:18 [INFO] [stderr] | [INFO] [stderr] 84 | Arg::with_name("run build first") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:37:18 [INFO] [stderr] | [INFO] [stderr] 37 | Arg::with_name("TYPE") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:43:18 [INFO] [stderr] | [INFO] [stderr] 43 | Arg::with_name("NAME") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:49:18 [INFO] [stderr] | [INFO] [stderr] 49 | Arg::with_name("project file") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:57:18 [INFO] [stderr] | [INFO] [stderr] 57 | Arg::with_name("different root") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:64:18 [INFO] [stderr] | [INFO] [stderr] 64 | Arg::with_name("different config") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:71:18 [INFO] [stderr] | [INFO] [stderr] 71 | Arg::with_name("no build") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:78:18 [INFO] [stderr] | [INFO] [stderr] 78 | Arg::with_name("no templating") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for struct `clap::build::arg::Arg<'_>` in the current scope [INFO] [stderr] --> src/cli/parse_args.rs:84:18 [INFO] [stderr] | [INFO] [stderr] 84 | Arg::with_name("run build first") [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `clap::build::arg::Arg<'_>` [INFO] [stderr] | help: there is an associated function with a similar name: `get_name` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `skel`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `skel`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4420757be53b00e2bac5fae1037585e100abcef6aee997a096057347840f06f9"` [INFO] running `"docker" "rm" "-f" "4420757be53b00e2bac5fae1037585e100abcef6aee997a096057347840f06f9"` [INFO] [stdout] 4420757be53b00e2bac5fae1037585e100abcef6aee997a096057347840f06f9