[INFO] cloning repository https://github.com/danielschemmel/rust-cli-template [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danielschemmel/rust-cli-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielschemmel%2Frust-cli-template", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielschemmel%2Frust-cli-template'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 08592f9c1f5a410bf22cdd7efd47394bc70af97c [INFO] checking danielschemmel/rust-cli-template against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielschemmel%2Frust-cli-template" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/danielschemmel/rust-cli-template on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/danielschemmel/rust-cli-template [INFO] finished tweaking git repo https://github.com/danielschemmel/rust-cli-template [INFO] tweaked toml for git repo https://github.com/danielschemmel/rust-cli-template written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/danielschemmel/rust-cli-template already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40a6289c45693527631cc76fb3812fd09fb2708b966397fd3999544201552769 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "40a6289c45693527631cc76fb3812fd09fb2708b966397fd3999544201552769", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40a6289c45693527631cc76fb3812fd09fb2708b966397fd3999544201552769", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40a6289c45693527631cc76fb3812fd09fb2708b966397fd3999544201552769", kill_on_drop: false }` [INFO] [stdout] 40a6289c45693527631cc76fb3812fd09fb2708b966397fd3999544201552769 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 096fb3c3709d48126be495f948d184d031d79cecca8b839ed04a7e8188a1c34a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "096fb3c3709d48126be495f948d184d031d79cecca8b839ed04a7e8188a1c34a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling libc v0.2.106 [INFO] [stderr] Compiling serde_json v1.0.69 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling camino v1.0.5 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Compiling format-buf v1.0.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Compiling tinyvec v1.5.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling pretty_assertions v0.7.2 [INFO] [stderr] Compiling anyhow v1.0.45 [INFO] [stderr] Checking pretty_assertions v1.0.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling tokio v1.13.0 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Checking tracing-log v0.1.2 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling cc v1.0.71 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Compiling lzma-sys v0.1.17 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling libgit2-sys v0.12.24+1.3.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking nix v0.23.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling xz2 v0.1.6 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking tracing-subscriber v0.3.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Checking structopt v0.3.25 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling cargo-platform v0.1.2 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling cargo_metadata v0.13.1 [INFO] [stderr] Compiling build-info-common v0.0.24 [INFO] [stderr] Checking ctrlc v3.2.1 [INFO] [stderr] Compiling git2 v0.13.23 [INFO] [stderr] Compiling build-info-proc v0.0.24 [INFO] [stderr] Compiling build-info-build v0.0.24 [INFO] [stderr] Checking build-info v0.0.24 [INFO] [stderr] Compiling application v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `file` [INFO] [stdout] --> src/cli.rs:22:2 [INFO] [stdout] | [INFO] [stdout] 22 | file: std::path::PathBuf, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `blubber` [INFO] [stdout] --> src/cli.rs:25:2 [INFO] [stdout] | [INFO] [stdout] 25 | blubber: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `port` [INFO] [stdout] --> src/cli.rs:28:2 [INFO] [stdout] | [INFO] [stdout] 28 | port: u16, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `address` [INFO] [stdout] --> src/cli.rs:31:2 [INFO] [stdout] | [INFO] [stdout] 31 | address: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `file` [INFO] [stdout] --> src/cli.rs:22:2 [INFO] [stdout] | [INFO] [stdout] 22 | file: std::path::PathBuf, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `blubber` [INFO] [stdout] --> src/cli.rs:25:2 [INFO] [stdout] | [INFO] [stdout] 25 | blubber: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `port` [INFO] [stdout] --> src/cli.rs:28:2 [INFO] [stdout] | [INFO] [stdout] 28 | port: u16, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `address` [INFO] [stdout] --> src/cli.rs:31:2 [INFO] [stdout] | [INFO] [stdout] 31 | address: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 48s [INFO] running `Command { std: "docker" "inspect" "096fb3c3709d48126be495f948d184d031d79cecca8b839ed04a7e8188a1c34a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "096fb3c3709d48126be495f948d184d031d79cecca8b839ed04a7e8188a1c34a", kill_on_drop: false }` [INFO] [stdout] 096fb3c3709d48126be495f948d184d031d79cecca8b839ed04a7e8188a1c34a