[INFO] fetching crate rtos 0.0.1... [INFO] building rtos-0.0.1 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] extracting crate rtos 0.0.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate rtos 0.0.1 [INFO] finished tweaking crates.io crate rtos 0.0.1 [INFO] tweaked toml for crates.io crate rtos 0.0.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rtos 0.0.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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] eb161449b24301c9a8d138b06c3cfce1332f60ce5aad9213b43830e7d8e90189 [INFO] running `Command { std: "docker" "start" "-a" "eb161449b24301c9a8d138b06c3cfce1332f60ce5aad9213b43830e7d8e90189", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eb161449b24301c9a8d138b06c3cfce1332f60ce5aad9213b43830e7d8e90189", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb161449b24301c9a8d138b06c3cfce1332f60ce5aad9213b43830e7d8e90189", kill_on_drop: false }` [INFO] [stdout] eb161449b24301c9a8d138b06c3cfce1332f60ce5aad9213b43830e7d8e90189 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 001b9740514fd681d986fe4463ef09630fd982df826f2471d3a220bce8e0c556 [INFO] running `Command { std: "docker" "start" "-a" "001b9740514fd681d986fe4463ef09630fd982df826f2471d3a220bce8e0c556", kill_on_drop: false }` [INFO] [stderr] Compiling rtos v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `entrypoint` [INFO] [stdout] --> src/task.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn spawn(&self, entrypoint: impl FnOnce() -> ()) -> TaskHandle { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entrypoint` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idle_hook` [INFO] [stdout] --> src/lib.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn start(idle_hook: impl FnMut()) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_idle_hook` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Priority` is never used [INFO] [stdout] --> src/task.rs:1:6 [INFO] [stdout] | [INFO] [stdout] 1 | enum Priority { [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 `TaskHandle` is never constructed [INFO] [stdout] --> src/task.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct TaskHandle {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Builder` is never constructed [INFO] [stdout] --> src/task.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Builder { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `spawn` are never used [INFO] [stdout] --> src/task.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 26 | impl Builder { [INFO] [stdout] | ------------ associated items in this implementation [INFO] [stdout] 27 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | pub fn spawn(&self, entrypoint: impl FnOnce() -> ()) -> TaskHandle { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `spawn` is never used [INFO] [stdout] --> src/task.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn spawn(entrypoint: impl FnOnce() -> ()) -> TaskHandle { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] running `Command { std: "docker" "inspect" "001b9740514fd681d986fe4463ef09630fd982df826f2471d3a220bce8e0c556", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "001b9740514fd681d986fe4463ef09630fd982df826f2471d3a220bce8e0c556", kill_on_drop: false }` [INFO] [stdout] 001b9740514fd681d986fe4463ef09630fd982df826f2471d3a220bce8e0c556 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 916b25651d8b12c9e7c9103bb60c28325f7279f1372d2734c91b642d467a5a27 [INFO] running `Command { std: "docker" "start" "-a" "916b25651d8b12c9e7c9103bb60c28325f7279f1372d2734c91b642d467a5a27", kill_on_drop: false }` [INFO] [stdout] warning: unused variable: `entrypoint` [INFO] [stdout] --> src/task.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn spawn(&self, entrypoint: impl FnOnce() -> ()) -> TaskHandle { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entrypoint` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idle_hook` [INFO] [stdout] --> src/lib.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn start(idle_hook: impl FnMut()) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_idle_hook` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Priority` is never used [INFO] [stdout] --> src/task.rs:1:6 [INFO] [stdout] | [INFO] [stdout] 1 | enum Priority { [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 `TaskHandle` is never constructed [INFO] [stdout] --> src/task.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct TaskHandle {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Builder` is never constructed [INFO] [stdout] --> src/task.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Builder { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rtos v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated items `new` and `spawn` are never used [INFO] [stdout] --> src/task.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 26 | impl Builder { [INFO] [stdout] | ------------ associated items in this implementation [INFO] [stdout] 27 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | pub fn spawn(&self, entrypoint: impl FnOnce() -> ()) -> TaskHandle { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `spawn` is never used [INFO] [stdout] --> src/task.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn spawn(entrypoint: impl FnOnce() -> ()) -> TaskHandle { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `entrypoint` [INFO] [stdout] --> src/task.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn spawn(&self, entrypoint: impl FnOnce() -> ()) -> TaskHandle { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entrypoint` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idle_hook` [INFO] [stdout] --> src/lib.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn start(idle_hook: impl FnMut()) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_idle_hook` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Priority` is never used [INFO] [stdout] --> src/task.rs:1:6 [INFO] [stdout] | [INFO] [stdout] 1 | enum Priority { [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 `TaskHandle` is never constructed [INFO] [stdout] --> src/task.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct TaskHandle {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Builder` is never constructed [INFO] [stdout] --> src/task.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Builder { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `spawn` are never used [INFO] [stdout] --> src/task.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 26 | impl Builder { [INFO] [stdout] | ------------ associated items in this implementation [INFO] [stdout] 27 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | pub fn spawn(&self, entrypoint: impl FnOnce() -> ()) -> TaskHandle { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `spawn` is never used [INFO] [stdout] --> src/task.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn spawn(entrypoint: impl FnOnce() -> ()) -> TaskHandle { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "916b25651d8b12c9e7c9103bb60c28325f7279f1372d2734c91b642d467a5a27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "916b25651d8b12c9e7c9103bb60c28325f7279f1372d2734c91b642d467a5a27", kill_on_drop: false }` [INFO] [stdout] 916b25651d8b12c9e7c9103bb60c28325f7279f1372d2734c91b642d467a5a27