[INFO] cloning repository https://github.com/thompsy/rust-linux-worker [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thompsy/rust-linux-worker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthompsy%2Frust-linux-worker", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthompsy%2Frust-linux-worker'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 844c2e8e564aeef88782f28e3c99f001244ea430 [INFO] checking thompsy/rust-linux-worker against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthompsy%2Frust-linux-worker" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/thompsy/rust-linux-worker [INFO] finished tweaking git repo https://github.com/thompsy/rust-linux-worker [INFO] tweaked toml for git repo https://github.com/thompsy/rust-linux-worker written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/thompsy/rust-linux-worker on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/thompsy/rust-linux-worker 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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd474eeb0c3bc1342ca0b6a0fc9f0c84f3d0a89f637446eb96b66e3381122081 [INFO] running `Command { std: "docker" "start" "-a" "dd474eeb0c3bc1342ca0b6a0fc9f0c84f3d0a89f637446eb96b66e3381122081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd474eeb0c3bc1342ca0b6a0fc9f0c84f3d0a89f637446eb96b66e3381122081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd474eeb0c3bc1342ca0b6a0fc9f0c84f3d0a89f637446eb96b66e3381122081", kill_on_drop: false }` [INFO] [stdout] dd474eeb0c3bc1342ca0b6a0fc9f0c84f3d0a89f637446eb96b66e3381122081 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc490f31b2ec5e1baeb028066321e67ace8e2e4c35423613825816ed42a4163e [INFO] running `Command { std: "docker" "start" "-a" "bc490f31b2ec5e1baeb028066321e67ace8e2e4c35423613825816ed42a4163e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Checking once_cell v1.21.1 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling rustix v1.0.2 [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling linux-raw-sys v0.9.2 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling prettyplease v0.2.31 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling multimap v0.10.0 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking clap_lex v0.7.4 [INFO] [stderr] Compiling tempfile v3.18.0 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking matchit v0.7.3 [INFO] [stderr] Checking clap_builder v4.5.32 [INFO] [stderr] Checking nix v0.20.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking humantime v2.2.0 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking uuid v0.4.0 [INFO] [stderr] Checking nix v0.22.3 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Checking env_logger v0.9.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling async-trait v0.1.87 [INFO] [stderr] Checking tokio v1.44.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Checking unshare v0.7.0 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling prost v0.13.5 [INFO] [stderr] Compiling prost-types v0.13.5 [INFO] [stderr] Checking clap v4.5.32 [INFO] [stderr] Compiling prost-build v0.13.5 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking axum-core v0.4.5 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Compiling tonic-build v0.12.3 [INFO] [stderr] Compiling rust-linux-worker v1.85.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking tokio-util v0.7.14 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking axum v0.7.9 [INFO] [stderr] Checking h2 v0.4.8 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking hyper-util v0.1.10 [INFO] [stderr] Checking hyper-timeout v0.5.2 [INFO] [stderr] Checking tonic v0.12.3 [INFO] [stdout] warning: unused import: `unshare::Command` [INFO] [stdout] --> src/job_manager.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use unshare::Command; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `unshare::Command` [INFO] [stdout] --> src/job_manager.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use unshare::Command; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `clap::AppSettings`, `clap::Clap` [INFO] [stdout] --> src/client.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::{AppSettings, Clap}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^ no `Clap` in the root [INFO] [stdout] | | [INFO] [stdout] | no `AppSettings` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `clap::AppSettings`, `clap::Clap` [INFO] [stdout] --> src/client.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::{AppSettings, Clap}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^ no `Clap` in the root [INFO] [stdout] | | [INFO] [stdout] | no `AppSettings` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> src/client.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[clap(version = "1.0", author = "Andrew Thompson ")] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `clap` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> src/client.rs:14:3 [INFO] [stdout] | [INFO] [stdout] 14 | #[clap(setting = AppSettings::ColoredHelp)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `clap` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> src/client.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[clap(version = "1.0", author = "Andrew Thompson ")] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `clap` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> src/client.rs:14:3 [INFO] [stdout] | [INFO] [stdout] 14 | #[clap(setting = AppSettings::ColoredHelp)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `clap` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> src/client.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[clap(subcommand)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `clap` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `clap` in this scope [INFO] [stdout] --> src/client.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[clap(subcommand)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `clap` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cmd` [INFO] [stdout] --> src/job_manager.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | let cmd = Arc::new(c); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cmd` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `Opts` in the current scope [INFO] [stdout] --> src/client.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 15 | struct Opts { [INFO] [stdout] | ----------- function or associated item `parse` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 60 | let opts: Opts = Opts::parse(); [INFO] [stdout] | ^^^^^ function or associated item not found in `Opts` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `parse`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Parser` [INFO] [stdout] candidate #2: `TypedValueParser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cmd` [INFO] [stdout] --> src/job_manager.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | let cmd = Arc::new(c); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cmd` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `Opts` in the current scope [INFO] [stdout] --> src/client.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 15 | struct Opts { [INFO] [stdout] | ----------- function or associated item `parse` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 60 | let opts: Opts = Opts::parse(); [INFO] [stdout] | ^^^^^ function or associated item not found in `Opts` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `parse`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Parser` [INFO] [stdout] candidate #2: `TypedValueParser` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-linux-worker` (bin "client") due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: fields `id` and `command` are never read [INFO] [stdout] --> src/job_manager.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 11 | struct Job { [INFO] [stdout] | --- fields in this struct [INFO] [stdout] 12 | /// id uniquely identifies the job [INFO] [stdout] 13 | id: Uuid, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 19 | command: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Job` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `command` are never read [INFO] [stdout] --> src/job_manager.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 11 | struct Job { [INFO] [stdout] | --- fields in this struct [INFO] [stdout] 12 | /// id uniquely identifies the job [INFO] [stdout] 13 | id: Uuid, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 19 | command: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Job` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-linux-worker` (bin "client" test) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "bc490f31b2ec5e1baeb028066321e67ace8e2e4c35423613825816ed42a4163e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc490f31b2ec5e1baeb028066321e67ace8e2e4c35423613825816ed42a4163e", kill_on_drop: false }` [INFO] [stdout] bc490f31b2ec5e1baeb028066321e67ace8e2e4c35423613825816ed42a4163e