[INFO] cloning repository https://github.com/phnx47/pkg-install [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/phnx47/pkg-install" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphnx47%2Fpkg-install", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphnx47%2Fpkg-install'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3a8eca127df815ecfcc8acb2df9e0d647f7bdfac [INFO] checking phnx47/pkg-install against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphnx47%2Fpkg-install" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/phnx47/pkg-install on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/phnx47/pkg-install [INFO] finished tweaking git repo https://github.com/phnx47/pkg-install [INFO] tweaked toml for git repo https://github.com/phnx47/pkg-install written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/phnx47/pkg-install already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c7faaa3d6e71c80e389a6839ce28377e696a6fe75c841d1222b6e2476262fbf2 [INFO] running `Command { std: "docker" "start" "-a" "c7faaa3d6e71c80e389a6839ce28377e696a6fe75c841d1222b6e2476262fbf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7faaa3d6e71c80e389a6839ce28377e696a6fe75c841d1222b6e2476262fbf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7faaa3d6e71c80e389a6839ce28377e696a6fe75c841d1222b6e2476262fbf2", kill_on_drop: false }` [INFO] [stdout] c7faaa3d6e71c80e389a6839ce28377e696a6fe75c841d1222b6e2476262fbf2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0dff15792728079ee2f9a6ee43af20e911831f0d0b2f34acbddf1436cb50632 [INFO] running `Command { std: "docker" "start" "-a" "b0dff15792728079ee2f9a6ee43af20e911831f0d0b2f34acbddf1436cb50632", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Compiling backtrace-sys v0.1.33 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling enum-utils-from-str v0.1.2 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking nix v0.17.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking colored v1.9.3 [INFO] [stderr] Compiling backtrace v0.3.45 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Checking regex v1.3.5 [INFO] [stderr] Checking console v0.10.0 [INFO] [stderr] Checking Inflector v0.11.4 [INFO] [stderr] Checking indicatif v0.14.0 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling enum-utils v0.1.2 [INFO] [stderr] Compiling structopt-derive v0.4.7 [INFO] [stderr] Checking structopt v0.3.14 [INFO] [stderr] Checking serde_json v1.0.52 [INFO] [stderr] Checking pkg-install v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/phase.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[enumeration(case_insensitive)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 14 | #[enumeration(rename_all = "kebab-case")] [INFO] [stdout] 15 | #[derive(Debug, Deserialize, enum_utils::FromStr)] [INFO] [stdout] | ------------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/phase.rs:14:3 [INFO] [stdout] | [INFO] [stdout] 14 | #[enumeration(rename_all = "kebab-case")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 15 | #[derive(Debug, Deserialize, enum_utils::FromStr)] [INFO] [stdout] | ------------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/phase.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[enumeration(case_insensitive)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 14 | #[enumeration(rename_all = "kebab-case")] [INFO] [stdout] 15 | #[derive(Debug, Deserialize, enum_utils::FromStr)] [INFO] [stdout] | ------------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/phase.rs:14:3 [INFO] [stdout] | [INFO] [stdout] 14 | #[enumeration(rename_all = "kebab-case")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 15 | #[derive(Debug, Deserialize, enum_utils::FromStr)] [INFO] [stdout] | ------------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.64s [INFO] running `Command { std: "docker" "inspect" "b0dff15792728079ee2f9a6ee43af20e911831f0d0b2f34acbddf1436cb50632", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0dff15792728079ee2f9a6ee43af20e911831f0d0b2f34acbddf1436cb50632", kill_on_drop: false }` [INFO] [stdout] b0dff15792728079ee2f9a6ee43af20e911831f0d0b2f34acbddf1436cb50632