[INFO] fetching crate max-grrs 0.1.0...
[INFO] testing max-grrs-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate max-grrs 0.1.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate max-grrs 0.1.0
[INFO] finished tweaking crates.io crate max-grrs 0.1.0
[INFO] tweaked toml for crates.io crate max-grrs 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate max-grrs 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate max-grrs 0.1.0 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b9924afdf92a1bdf76149970b767e8c72aee87215910844a888ead36d572f84c
[INFO] running `Command { std: "docker" "start" "-a" "b9924afdf92a1bdf76149970b767e8c72aee87215910844a888ead36d572f84c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b9924afdf92a1bdf76149970b767e8c72aee87215910844a888ead36d572f84c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9924afdf92a1bdf76149970b767e8c72aee87215910844a888ead36d572f84c", kill_on_drop: false }`
[INFO] [stdout] b9924afdf92a1bdf76149970b767e8c72aee87215910844a888ead36d572f84c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 97a1a6bbe3c42ccd6da285766ce8e4d283a5b3b23a59fbfa5495aca5d71fd8c3
[INFO] running `Command { std: "docker" "start" "-a" "97a1a6bbe3c42ccd6da285766ce8e4d283a5b3b23a59fbfa5495aca5d71fd8c3", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling rustix v0.37.20
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.0
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling regex-syntax v0.7.2
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling tempfile v3.6.0
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling regex v1.8.4
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling clap_builder v4.3.4
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling clap_derive v4.3.2
[INFO] [stderr]    Compiling clap v4.3.4
[INFO] [stderr]    Compiling max-grrs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.76s
[INFO] running `Command { std: "docker" "inspect" "97a1a6bbe3c42ccd6da285766ce8e4d283a5b3b23a59fbfa5495aca5d71fd8c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97a1a6bbe3c42ccd6da285766ce8e4d283a5b3b23a59fbfa5495aca5d71fd8c3", kill_on_drop: false }`
[INFO] [stdout] 97a1a6bbe3c42ccd6da285766ce8e4d283a5b3b23a59fbfa5495aca5d71fd8c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 938490db4b5534f4088e5cb786521a72c9638bfb7834a4384f0d5371a2b2619a
[INFO] running `Command { std: "docker" "start" "-a" "938490db4b5534f4088e5cb786521a72c9638bfb7834a4384f0d5371a2b2619a", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling bstr v1.5.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling globset v0.4.10
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling predicates v3.0.3
[INFO] [stderr]    Compiling assert_cmd v2.0.11
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling assert_fs v1.0.13
[INFO] [stderr]    Compiling max-grrs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `assert_cmd`
[INFO] [stdout]  --> tests/cli.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use assert_cmd::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `assert_cmd`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `assert_cmd`, use `cargo add assert_cmd` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate assert_cmd;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `predicates`
[INFO] [stdout]  --> tests/cli.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use predicates::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `predicates`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `predicates`, use `cargo add predicates` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate predicates;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `assert_fs`
[INFO] [stdout]  --> tests/cli.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use assert_fs::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `assert_fs`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `assert_fs`, use `cargo add assert_fs` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate assert_fs;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `assert_cmd::prelude::*`, `predicates::prelude::*`, `assert_fs::prelude::*`
[INFO] [stdout]  --> tests/cli.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use assert_cmd::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2 | use predicates::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 3 | use std::process::Command;
[INFO] [stdout] 4 | use assert_fs::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `predicate`
[INFO] [stdout]   --> tests/cli.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 |     cmd.assert().failure().stderr(predicate::str::contains("Could not read file"));
[INFO] [stdout]    |                                   ^^^^^^^^^ use of unresolved module or unlinked crate `predicate`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 |     cmd.assert().failure().stderr(predicates::str::contains("Could not read file"));
[INFO] [stdout]    |                                            +
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::primitive::str;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `str`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -     cmd.assert().failure().stderr(predicate::str::contains("Could not read file"));
[INFO] [stdout] 10 +     cmd.assert().failure().stderr(str::contains("Could not read file"));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `predicate`
[INFO] [stdout]   --> tests/cli.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 |         .stdout(predicate::str::contains("This is a test\nThis is another test"));
[INFO] [stdout]    |                 ^^^^^^^^^ use of unresolved module or unlinked crate `predicate`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 24 |         .stdout(predicates::str::contains("This is a test\nThis is another test"));
[INFO] [stdout]    |                          +
[INFO] [stdout] help: consider importing this builtin type
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::primitive::str;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `str`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 24 -         .stdout(predicate::str::contains("This is a test\nThis is another test"));
[INFO] [stdout] 24 +         .stdout(str::contains("This is a test\nThis is another test"));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `cargo_bin` found for struct `Command` in the current scope
[INFO] [stdout]  --> tests/cli.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let mut cmd = Command::cargo_bin("max-grrs")?;
[INFO] [stdout]   |                            ^^^^^^^^^ function or associated item not found in `Command`
[INFO] [stdout]   |
[INFO] [stdout] note: if you're trying to build a new `Command`, consider using `Command::new` which returns `Command`
[INFO] [stdout]  --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/process.rs:666:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_str` found for struct `NamedTempFile` in the current scope
[INFO] [stdout]    --> tests/cli.rs:18:10
[INFO] [stdout]     |
[INFO] [stdout]  18 |     file.write_str("Hello, World!\nThis is a test\nThis is another test\nAnother line")?;
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_fs-1.0.13/src/fixture/tools.rs:117:8
[INFO] [stdout]     |
[INFO] [stdout] 117 |     fn write_str(&self, data: &str) -> Result<(), FixtureError>;
[INFO] [stdout]     |        --------- the method is available for `NamedTempFile` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `to_str` with a similar name, but with different arguments
[INFO] [stdout]    --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/path.rs:2428:4
[INFO] [stdout] help: trait `FileWriteStr` which provides `write_str` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use assert_fs::fixture::FileWriteStr;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `cargo_bin` found for struct `Command` in the current scope
[INFO] [stdout]   --> tests/cli.rs:20:28
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let mut cmd = Command::cargo_bin("grrs")?;
[INFO] [stdout]    |                            ^^^^^^^^^ function or associated item not found in `Command`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Command`, consider using `Command::new` which returns `Command`
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/process.rs:666:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `max-grrs` (test "cli") due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "938490db4b5534f4088e5cb786521a72c9638bfb7834a4384f0d5371a2b2619a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "938490db4b5534f4088e5cb786521a72c9638bfb7834a4384f0d5371a2b2619a", kill_on_drop: false }`
[INFO] [stdout] 938490db4b5534f4088e5cb786521a72c9638bfb7834a4384f0d5371a2b2619a
