[INFO] fetching crate monilog 0.1.1... [INFO] testing monilog-0.1.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate monilog 0.1.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate monilog 0.1.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clap v3.1.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9fac0326b09a56dfe63c552fb6efae813dd223d719ed5b29fb56df4630aed1e5 [INFO] running `Command { std: "docker" "start" "-a" "9fac0326b09a56dfe63c552fb6efae813dd223d719ed5b29fb56df4630aed1e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9fac0326b09a56dfe63c552fb6efae813dd223d719ed5b29fb56df4630aed1e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fac0326b09a56dfe63c552fb6efae813dd223d719ed5b29fb56df4630aed1e5", kill_on_drop: false }` [INFO] [stdout] 9fac0326b09a56dfe63c552fb6efae813dd223d719ed5b29fb56df4630aed1e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 59c3534e3f9671e4a604191a3757ef5247f062c0de04fe3cb0e3f96f1da19597 [INFO] running `Command { std: "docker" "start" "-a" "59c3534e3f9671e4a604191a3757ef5247f062c0de04fe3cb0e3f96f1da19597", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v3.1.8 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling monilog v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `clap::App`: Replaced with `Command` [INFO] [stdout] --> src/main.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | use clap::{ Arg, App }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `clap::App`: Replaced with `Command` [INFO] [stdout] --> src/main.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | let matches = App::new("monilog") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `clap::Arg::<'help>::with_name`: Replaced with `Arg::new` [INFO] [stdout] --> src/main.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | .arg(Arg::with_name("port") [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | .short("p") [INFO] [stdout] | ^^^ expected `char`, found `&str` [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `char` literal, use single quotes [INFO] [stdout] | [INFO] [stdout] 22 | .short('p') [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `clap::Arg::<'help>::multiple`: Split into `Arg::multiple_occurrences` (most likely what you want) and `Arg::multiple_values` [INFO] [stdout] --> src/main.rs:24:17 [INFO] [stdout] | [INFO] [stdout] 24 | .multiple(false) [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 `®ex::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 `®ex::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 `®ex::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 `®ex::Captures<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `monilog` due to 6 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "59c3534e3f9671e4a604191a3757ef5247f062c0de04fe3cb0e3f96f1da19597", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59c3534e3f9671e4a604191a3757ef5247f062c0de04fe3cb0e3f96f1da19597", kill_on_drop: false }` [INFO] [stdout] 59c3534e3f9671e4a604191a3757ef5247f062c0de04fe3cb0e3f96f1da19597