[INFO] fetching crate synchronizer 0.1.1... [INFO] building synchronizer-0.1.1 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] extracting crate synchronizer 0.1.1 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate synchronizer 0.1.1 [INFO] finished tweaking crates.io crate synchronizer 0.1.1 [INFO] tweaked toml for crates.io crate synchronizer 0.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate synchronizer 0.1.1 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate synchronizer 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded indexmap v2.9.0 [INFO] [stderr] Downloaded syn v2.0.100 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 33eef3f985972c5faccea155b990921aa2e925752dede7d8dcf940be94c79f91 [INFO] running `Command { std: "docker" "start" "-a" "33eef3f985972c5faccea155b990921aa2e925752dede7d8dcf940be94c79f91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33eef3f985972c5faccea155b990921aa2e925752dede7d8dcf940be94c79f91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33eef3f985972c5faccea155b990921aa2e925752dede7d8dcf940be94c79f91", kill_on_drop: false }` [INFO] [stdout] 33eef3f985972c5faccea155b990921aa2e925752dede7d8dcf940be94c79f91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 297859ab3dce409bf605104cfbf646c1c5b62f18b6aba7ac406e63a9c5d65af7 [INFO] running `Command { std: "docker" "start" "-a" "297859ab3dce409bf605104cfbf646c1c5b62f18b6aba7ac406e63a9c5d65af7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling synchronizer v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: enum `ChecksError` is never used [INFO] [stdout] --> src/checks.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum ChecksError { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Dependencies` is never constructed [INFO] [stdout] --> src/checks.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct Dependencies; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `whicher`, `installed`, and `container` are never used [INFO] [stdout] --> src/checks.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 24 | impl Dependencies { [INFO] [stdout] | ----------------- associated items in this implementation [INFO] [stdout] 25 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | fn whicher(bin: &str) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | pub fn installed(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | pub fn container(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `SyncError` is never used [INFO] [stdout] --> src/error.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum SyncError { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Backend` is never used [INFO] [stdout] --> src/logic.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum Backend { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Synchronizer` is never constructed [INFO] [stdout] --> src/logic.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Synchronizer { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/logic.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl Synchronizer { [INFO] [stdout] | ----------------- associated function in this implementation [INFO] [stdout] 34 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ip` is never used [INFO] [stdout] --> src/logic.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn ip(addr: &str) -> Result { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.17s [INFO] running `Command { std: "docker" "inspect" "297859ab3dce409bf605104cfbf646c1c5b62f18b6aba7ac406e63a9c5d65af7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "297859ab3dce409bf605104cfbf646c1c5b62f18b6aba7ac406e63a9c5d65af7", kill_on_drop: false }` [INFO] [stdout] 297859ab3dce409bf605104cfbf646c1c5b62f18b6aba7ac406e63a9c5d65af7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bedd8ecc7ed96497e159bded8a0e13e91b2527da2d4e4eef710de6131002cb7b [INFO] running `Command { std: "docker" "start" "-a" "bedd8ecc7ed96497e159bded8a0e13e91b2527da2d4e4eef710de6131002cb7b", kill_on_drop: false }` [INFO] [stdout] warning: enum `ChecksError` is never used [INFO] [stdout] --> src/checks.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum ChecksError { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Dependencies` is never constructed [INFO] [stdout] --> src/checks.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct Dependencies; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `whicher`, `installed`, and `container` are never used [INFO] [stdout] --> src/checks.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 24 | impl Dependencies { [INFO] [stdout] | ----------------- associated items in this implementation [INFO] [stdout] 25 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | fn whicher(bin: &str) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | pub fn installed(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | pub fn container(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `SyncError` is never used [INFO] [stdout] --> src/error.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum SyncError { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Backend` is never used [INFO] [stdout] --> src/logic.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum Backend { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Synchronizer` is never constructed [INFO] [stdout] --> src/logic.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Synchronizer { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/logic.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl Synchronizer { [INFO] [stdout] | ----------------- associated function in this implementation [INFO] [stdout] 34 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ip` is never used [INFO] [stdout] --> src/logic.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn ip(addr: &str) -> Result { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling synchronizer v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: variants `NoHostsConfigured` and `DirectoryDoesntExist` are never constructed [INFO] [stdout] --> src/error.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum SyncError { [INFO] [stdout] | --------- variants in this enum [INFO] [stdout] 4 | NoHostsConfigured, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 5 | InvalidIPv4, [INFO] [stdout] 6 | DirectoryDoesntExist, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Synchronizer` is never constructed [INFO] [stdout] --> src/logic.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Synchronizer { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/logic.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl Synchronizer { [INFO] [stdout] | ----------------- associated function in this implementation [INFO] [stdout] 34 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `Command { std: "docker" "inspect" "bedd8ecc7ed96497e159bded8a0e13e91b2527da2d4e4eef710de6131002cb7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bedd8ecc7ed96497e159bded8a0e13e91b2527da2d4e4eef710de6131002cb7b", kill_on_drop: false }` [INFO] [stdout] bedd8ecc7ed96497e159bded8a0e13e91b2527da2d4e4eef710de6131002cb7b