[INFO] fetching crate monilog 0.1.1... [INFO] checking monilog-0.1.1 against master#d255c6a57c393db6221b1ff700daea478436f1cd for pr-122317 [INFO] extracting crate monilog 0.1.1 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate monilog 0.1.1 on toolchain d255c6a57c393db6221b1ff700daea478436f1cd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d255c6a57c393db6221b1ff700daea478436f1cd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate monilog 0.1.1 [INFO] finished tweaking crates.io crate monilog 0.1.1 [INFO] tweaked toml for crates.io crate monilog 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d255c6a57c393db6221b1ff700daea478436f1cd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d255c6a57c393db6221b1ff700daea478436f1cd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d255c6a57c393db6221b1ff700daea478436f1cd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 48fd1cb54e803b1780cf29f06b60c88700f1fcc629683d5e6c4a7b2bb420f6bc [INFO] running `Command { std: "docker" "start" "-a" "48fd1cb54e803b1780cf29f06b60c88700f1fcc629683d5e6c4a7b2bb420f6bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "48fd1cb54e803b1780cf29f06b60c88700f1fcc629683d5e6c4a7b2bb420f6bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48fd1cb54e803b1780cf29f06b60c88700f1fcc629683d5e6c4a7b2bb420f6bc", kill_on_drop: false }` [INFO] [stdout] 48fd1cb54e803b1780cf29f06b60c88700f1fcc629683d5e6c4a7b2bb420f6bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d255c6a57c393db6221b1ff700daea478436f1cd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76792521cbcc34d919034eea428c1f5ad127017fb6ca2a8b96da24527c2aef7f [INFO] running `Command { std: "docker" "start" "-a" "76792521cbcc34d919034eea428c1f5ad127017fb6ca2a8b96da24527c2aef7f", kill_on_drop: false }` [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking clap_builder v4.5.2 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking term v0.7.0 [INFO] [stderr] Checking clap v4.5.3 [INFO] [stderr] Checking monilog v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `clap::App` [INFO] [stdout] --> src/main.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | use clap::{ Arg, App }; [INFO] [stdout] | ^^^ no `App` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `AsRef` is imported redundantly [INFO] [stdout] --> src/main.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::convert::AsRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/d255c6a57c393db6221b1ff700daea478436f1cd/library/std/src/prelude/mod.rs:105:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `AsRef` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `clap::App` [INFO] [stdout] --> src/main.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | use clap::{ Arg, App }; [INFO] [stdout] | ^^^ no `App` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `AsRef` is imported redundantly [INFO] [stdout] --> src/main.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::convert::AsRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/d255c6a57c393db6221b1ff700daea478436f1cd/library/std/src/prelude/mod.rs:105:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `AsRef` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Arg` in the current scope [INFO] [stdout] --> src/main.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | .arg(Arg::with_name("port") [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Arg` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Arg`, consider using `Arg::new` which returns `Arg` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2/src/builder/arg.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn new(id: impl Into) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Arg` in the current scope [INFO] [stdout] --> src/main.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | .arg(Arg::with_name("port") [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Arg` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Arg`, consider using `Arg::new` which returns `Arg` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2/src/builder/arg.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn new(id: impl Into) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `at` found for reference `®ex::Captures<'_>` in the current scope [INFO] [stdout] --> src/main.rs:93:48 [INFO] [stdout] | [INFO] [stdout] 93 | print!("{} ", captures.at(1).unwrap()); [INFO] [stdout] | ^^ method not found in `&Captures<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `at` found for reference `®ex::Captures<'_>` in the current scope [INFO] [stdout] --> src/main.rs:93:48 [INFO] [stdout] | [INFO] [stdout] 93 | print!("{} ", captures.at(1).unwrap()); [INFO] [stdout] | ^^ method not found in `&Captures<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `at` found for reference `®ex::Captures<'_>` in the current scope [INFO] [stdout] --> src/main.rs:95:40 [INFO] [stdout] | [INFO] [stdout] 95 | match captures.at(2).unwrap() { [INFO] [stdout] | ^^ method not found in `&Captures<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `at` found for reference `®ex::Captures<'_>` in the current scope [INFO] [stdout] --> src/main.rs:95:40 [INFO] [stdout] | [INFO] [stdout] 95 | match captures.at(2).unwrap() { [INFO] [stdout] | ^^ method not found in `&Captures<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `at` found for reference `®ex::Captures<'_>` in the current scope [INFO] [stdout] --> src/main.rs:105:48 [INFO] [stdout] | [INFO] [stdout] 105 | print!("{} ", captures.at(2).unwrap()); [INFO] [stdout] | ^^ method not found in `&Captures<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `at` found for reference `®ex::Captures<'_>` in the current scope [INFO] [stdout] --> src/main.rs:105:48 [INFO] [stdout] | [INFO] [stdout] 105 | print!("{} ", captures.at(2).unwrap()); [INFO] [stdout] | ^^ method not found in `&Captures<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `at` found for reference `®ex::Captures<'_>` in the current scope [INFO] [stdout] --> src/main.rs:106:49 [INFO] [stdout] | [INFO] [stdout] 106 | print!("{}\n", captures.at(3).unwrap()); [INFO] [stdout] | ^^ method not found in `&Captures<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [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 `monilog` (bin "monilog") due to 7 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `at` found for reference `®ex::Captures<'_>` in the current scope [INFO] [stdout] --> src/main.rs:106:49 [INFO] [stdout] | [INFO] [stdout] 106 | print!("{}\n", captures.at(3).unwrap()); [INFO] [stdout] | ^^ method not found in `&Captures<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [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 `monilog` (bin "monilog" test) due to 7 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "76792521cbcc34d919034eea428c1f5ad127017fb6ca2a8b96da24527c2aef7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76792521cbcc34d919034eea428c1f5ad127017fb6ca2a8b96da24527c2aef7f", kill_on_drop: false }` [INFO] [stdout] 76792521cbcc34d919034eea428c1f5ad127017fb6ca2a8b96da24527c2aef7f [INFO] checking monilog-0.1.1 against try#1f7553361c08f8eafdc645e09215667278ab86f4 for pr-122317 [INFO] extracting crate monilog 0.1.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate monilog 0.1.1 on toolchain 1f7553361c08f8eafdc645e09215667278ab86f4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate monilog 0.1.1 [INFO] finished tweaking crates.io crate monilog 0.1.1 [INFO] tweaked toml for crates.io crate monilog 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [ERROR] error running command: no output for 300 seconds [INFO] checking monilog-0.1.1 against try#1f7553361c08f8eafdc645e09215667278ab86f4 for pr-122317 [INFO] extracting crate monilog 0.1.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate monilog 0.1.1 on toolchain 1f7553361c08f8eafdc645e09215667278ab86f4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate monilog 0.1.1 [INFO] finished tweaking crates.io crate monilog 0.1.1 [INFO] tweaked toml for crates.io crate monilog 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [ERROR] error running command: no output for 300 seconds [INFO] checking monilog-0.1.1 against try#1f7553361c08f8eafdc645e09215667278ab86f4 for pr-122317 [INFO] extracting crate monilog 0.1.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate monilog 0.1.1 on toolchain 1f7553361c08f8eafdc645e09215667278ab86f4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate monilog 0.1.1 [INFO] finished tweaking crates.io crate monilog 0.1.1 [INFO] tweaked toml for crates.io crate monilog 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [ERROR] error running command: no output for 300 seconds [INFO] checking monilog-0.1.1 against try#1f7553361c08f8eafdc645e09215667278ab86f4 for pr-122317 [INFO] extracting crate monilog 0.1.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate monilog 0.1.1 on toolchain 1f7553361c08f8eafdc645e09215667278ab86f4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate monilog 0.1.1 [INFO] finished tweaking crates.io crate monilog 0.1.1 [INFO] tweaked toml for crates.io crate monilog 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [ERROR] error running command: no output for 300 seconds [INFO] checking monilog-0.1.1 against try#1f7553361c08f8eafdc645e09215667278ab86f4 for pr-122317 [INFO] extracting crate monilog 0.1.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate monilog 0.1.1 on toolchain 1f7553361c08f8eafdc645e09215667278ab86f4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate monilog 0.1.1 [INFO] finished tweaking crates.io crate monilog 0.1.1 [INFO] tweaked toml for crates.io crate monilog 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7553361c08f8eafdc645e09215667278ab86f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [ERROR] error running command: no output for 300 seconds [ERROR] this task or one of its parent failed! [ERROR] no output for 300 seconds [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.