[INFO] fetching crate inpm-impl 0.2.1... [INFO] checking inpm-impl-0.2.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate inpm-impl 0.2.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate inpm-impl 0.2.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate inpm-impl 0.2.1 [INFO] finished tweaking crates.io crate inpm-impl 0.2.1 [INFO] tweaked toml for crates.io crate inpm-impl 0.2.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ed5d21ba6bdc2545a6e9fb01b0eb0c7c97c2c0ba953a548bfb4533379ad4152b [INFO] running `Command { std: "docker" "start" "-a" "ed5d21ba6bdc2545a6e9fb01b0eb0c7c97c2c0ba953a548bfb4533379ad4152b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed5d21ba6bdc2545a6e9fb01b0eb0c7c97c2c0ba953a548bfb4533379ad4152b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed5d21ba6bdc2545a6e9fb01b0eb0c7c97c2c0ba953a548bfb4533379ad4152b", kill_on_drop: false }` [INFO] [stdout] ed5d21ba6bdc2545a6e9fb01b0eb0c7c97c2c0ba953a548bfb4533379ad4152b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 143caa2f2bb3a8653864ae1bcea89524cb4069349f0dcd2f434f7cb3e5537167 [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" "143caa2f2bb3a8653864ae1bcea89524cb4069349f0dcd2f434f7cb3e5537167", kill_on_drop: false }` [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.56 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking proc-macro2 v1.0.24 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking quote v1.0.8 [INFO] [stderr] Checking inpm-impl v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::file::File` [INFO] [stdout] --> src/dir.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::file::File; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Span` [INFO] [stdout] --> src/dir.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | use proc_macro2::{Span, TokenStream}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> src/dir.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | use syn::{Error, Result}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::file::File` [INFO] [stdout] --> src/dir.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::file::File; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Span` [INFO] [stdout] --> src/dir.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | use proc_macro2::{Span, TokenStream}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> src/dir.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | use syn::{Error, Result}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `run_command` [INFO] [stdout] --> src/command.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn run_command(args: Vec<&str>, path: &std::path::Path) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `execute_command` [INFO] [stdout] --> src/command.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 12 | fn execute_command(command: &mut Command) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `verbose_command_error` [INFO] [stdout] --> src/command.rs:23:4 [INFO] [stdout] | [INFO] [stdout] 23 | fn verbose_command_error( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_disk` [INFO] [stdout] --> src/file.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn from_disk, P: Into>(root: Q, path: P) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `run_command` [INFO] [stdout] --> src/command.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn run_command(args: Vec<&str>, path: &std::path::Path) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `execute_command` [INFO] [stdout] --> src/command.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 12 | fn execute_command(command: &mut Command) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `verbose_command_error` [INFO] [stdout] --> src/command.rs:23:4 [INFO] [stdout] | [INFO] [stdout] 23 | fn verbose_command_error( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_disk` [INFO] [stdout] --> src/file.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn from_disk, P: Into>(root: Q, path: P) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.95s [INFO] running `Command { std: "docker" "inspect" "143caa2f2bb3a8653864ae1bcea89524cb4069349f0dcd2f434f7cb3e5537167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "143caa2f2bb3a8653864ae1bcea89524cb4069349f0dcd2f434f7cb3e5537167", kill_on_drop: false }` [INFO] [stdout] 143caa2f2bb3a8653864ae1bcea89524cb4069349f0dcd2f434f7cb3e5537167