[INFO] cloning repository https://github.com/anchor-os/custom-biome-lint
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anchor-os/custom-biome-lint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanchor-os%2Fcustom-biome-lint", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanchor-os%2Fcustom-biome-lint'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] adfe19ae23654672f61d8cf01893578f01963737
[INFO] checking anchor-os/custom-biome-lint against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanchor-os%2Fcustom-biome-lint" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/anchor-os/custom-biome-lint
[INFO] finished tweaking git repo https://github.com/anchor-os/custom-biome-lint
[INFO] tweaked toml for git repo https://github.com/anchor-os/custom-biome-lint written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/anchor-os/custom-biome-lint on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/anchor-os/custom-biome-lint 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `custom-biome-lint` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] db0717687ddb6227529391b7fb406351de60faefd29e5ecfe2a87263f84f47cc
[INFO] running `Command { std: "docker" "start" "db0717687ddb6227529391b7fb406351de60faefd29e5ecfe2a87263f84f47cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db0717687ddb6227529391b7fb406351de60faefd29e5ecfe2a87263f84f47cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "db0717687ddb6227529391b7fb406351de60faefd29e5ecfe2a87263f84f47cc" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db0717687ddb6227529391b7fb406351de60faefd29e5ecfe2a87263f84f47cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "db0717687ddb6227529391b7fb406351de60faefd29e5ecfe2a87263f84f47cc" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `custom-biome-lint` (manifest) generated 1 warning
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling portable-atomic v1.15.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling camino v1.2.5
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling biome_diagnostics_categories v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.28
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]    Compiling caseless v0.2.2
[INFO] [stderr]    Compiling biome_markup v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling crossbeam-queue v0.3.13
[INFO] [stderr]    Compiling biome_unicode_table v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]    Compiling boxcar v0.2.14
[INFO] [stderr]    Compiling thin-vec v0.2.19
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling salsa-macro-rules v0.27.2
[INFO] [stderr]    Compiling inventory v0.3.24
[INFO] [stderr]    Compiling hashlink v0.12.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling drop_bomb v0.1.5
[INFO] [stderr]    Compiling intrusive-collections v0.10.3
[INFO] [stderr]     Checking rustc-hash v2.1.3
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]     Checking unicode-bom v2.0.3
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling biome_diagnostics_macros v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling salsa-macros v0.27.2
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]     Checking biome_text_size v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking biome_text_edit v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]     Checking biome_console v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]     Checking biome_rowan v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]    Compiling salsa v0.27.2
[INFO] [stderr]     Checking biome_string_case v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]     Checking biome_diagnostics v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]    Compiling biome_json_syntax v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]    Compiling biome_deserialize_macros v0.6.0 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]    Compiling biome_json_factory v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]     Checking biome_parser v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]     Checking biome_db v0.0.1 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]     Checking biome_languages v0.1.0 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]    Compiling biome_json_parser v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]    Compiling biome_deserialize v0.6.0 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]    Compiling biome_aria_metadata v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]     Checking biome_aria v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]     Checking biome_js_syntax v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]     Checking biome_js_factory v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]     Checking biome_js_parser v0.5.7 (https://github.com/biomejs/biome?rev=208146010946ce47fb9396b9a2d6c9b9226e2d25#20814601)
[INFO] [stderr]     Checking custom-biome-lint v0.4.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 8`
[INFO] running `Command { std: "docker" "inspect" "db0717687ddb6227529391b7fb406351de60faefd29e5ecfe2a87263f84f47cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db0717687ddb6227529391b7fb406351de60faefd29e5ecfe2a87263f84f47cc", kill_on_drop: false }`
[INFO] [stdout] db0717687ddb6227529391b7fb406351de60faefd29e5ecfe2a87263f84f47cc
