[INFO] crate uppercut 0.1.1 is already in cache [INFO] checking uppercut-0.1.1 against master#1557fb031b272b4c5bfcc7de5df7eddc7b36a584 for pr-73166 [INFO] extracting crate uppercut 0.1.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate uppercut 0.1.1 on toolchain 1557fb031b272b4c5bfcc7de5df7eddc7b36a584 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate uppercut 0.1.1 [INFO] finished tweaking crates.io crate uppercut 0.1.1 [INFO] tweaked toml for crates.io crate uppercut 0.1.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate uppercut 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 011f146d68876643705f7e1a952f982ea6a25cc293f5312f7bbef745e4e1a7ae [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" "011f146d68876643705f7e1a952f982ea6a25cc293f5312f7bbef745e4e1a7ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "011f146d68876643705f7e1a952f982ea6a25cc293f5312f7bbef745e4e1a7ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "011f146d68876643705f7e1a952f982ea6a25cc293f5312f7bbef745e4e1a7ae", kill_on_drop: false }` [INFO] [stdout] 011f146d68876643705f7e1a952f982ea6a25cc293f5312f7bbef745e4e1a7ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e765366a283afe447a088bc6e892a25a811e20ea2d13092600a8bced1886dae2 [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" "e765366a283afe447a088bc6e892a25a811e20ea2d13092600a8bced1886dae2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Checking bencher v0.1.5 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking core_affinity v0.5.10 [INFO] [stderr] Checking uppercut v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> tests/../src/config.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(scheduler: SchedulerConfig) -> Config { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_total_threads` [INFO] [stdout] --> tests/../src/config.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn with_total_threads(total_threads: usize) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pool` [INFO] [stdout] --> tests/../src/core.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | pool: &'a ThreadPool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `spawn_default` [INFO] [stdout] --> tests/../src/core.rs:197:12 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn spawn_default(&self, address: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `stop` [INFO] [stdout] --> tests/../src/core.rs:209:12 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn stop(&self, address: &str) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `submit` [INFO] [stdout] --> tests/../src/core.rs:219:12 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn submit(&self, f: F) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> benches/../src/config.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(scheduler: SchedulerConfig) -> Config { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_total_threads` [INFO] [stdout] --> benches/../src/config.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn with_total_threads(total_threads: usize) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pool` [INFO] [stdout] --> benches/../src/core.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | pool: &'a ThreadPool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `spawn` [INFO] [stdout] --> benches/../src/core.rs:192:12 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn spawn Actor>(&self, address: &str, f: F) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `delay` [INFO] [stdout] --> benches/../src/core.rs:202:12 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn delay(&self, address: &str, envelope: Envelope, duration: Duration) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `stop` [INFO] [stdout] --> benches/../src/core.rs:209:12 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn stop(&self, address: &str) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `submit` [INFO] [stdout] --> benches/../src/core.rs:219:12 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn submit(&self, f: F) { [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 4.93s [INFO] running `Command { std: "docker" "inspect" "e765366a283afe447a088bc6e892a25a811e20ea2d13092600a8bced1886dae2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e765366a283afe447a088bc6e892a25a811e20ea2d13092600a8bced1886dae2", kill_on_drop: false }` [INFO] [stdout] e765366a283afe447a088bc6e892a25a811e20ea2d13092600a8bced1886dae2