[INFO] cloning repository https://github.com/Sang-it/wave
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Sang-it/wave" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSang-it%2Fwave", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSang-it%2Fwave'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ae5fe404826c1e2343ff97b52b3b25b5bc67225b
[INFO] checking Sang-it/wave against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied-retry-0
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSang-it%2Fwave" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Sang-it/wave
[INFO] finished tweaking git repo https://github.com/Sang-it/wave
[INFO] tweaked toml for git repo https://github.com/Sang-it/wave written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Sang-it/wave on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Sang-it/wave 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" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 83d573d779dc5446d636d1dddc047667a5a3b43953318a01c532903650b4d5ab
[INFO] running `Command { std: "docker" "start" "-a" "83d573d779dc5446d636d1dddc047667a5a3b43953318a01c532903650b4d5ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "83d573d779dc5446d636d1dddc047667a5a3b43953318a01c532903650b4d5ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83d573d779dc5446d636d1dddc047667a5a3b43953318a01c532903650b4d5ab", kill_on_drop: false }`
[INFO] [stdout] 83d573d779dc5446d636d1dddc047667a5a3b43953318a01c532903650b4d5ab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Dinherent-method-on-receiver" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 539e877e027f2852dcd74f193283667f9146974f8e5b566e3fdf5b352209c30e
[INFO] running `Command { std: "docker" "start" "-a" "539e877e027f2852dcd74f193283667f9146974f8e5b566e3fdf5b352209c30e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.76
[INFO] [stderr]    Compiling serde v1.0.195
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]     Checking linux-raw-sys v0.4.12
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking is_ci v1.1.1
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking index_vec v0.1.3
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]    Compiling serde_json v1.0.111
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking unicode-id-start v1.1.2
[INFO] [stderr]     Checking bumpalo v3.14.0
[INFO] [stderr]     Checking castaway v0.2.2
[INFO] [stderr]     Checking wave_index v0.1.0 (/opt/rustwide/workdir/crates/wave_index)
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking ryu-js v1.0.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling serde_derive v1.0.195
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking compact_str v0.7.1
[INFO] [stderr]     Checking wave_allocator v0.1.0 (/opt/rustwide/workdir/crates/wave_allocator)
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]   --> crates/wave_allocator/src/arena.rs:17:18
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn unbox(self) -> T {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 | impl<'alloc, T: ?Sized> ops::Deref for Box<'alloc, T> {
[INFO] [stdout]    | ----------------------------------------------------- trait implemented here
[INFO] [stdout] 29 |     type Target = T;
[INFO] [stdout]    |     ----------- with `Target` set here
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wave_allocator` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "539e877e027f2852dcd74f193283667f9146974f8e5b566e3fdf5b352209c30e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "539e877e027f2852dcd74f193283667f9146974f8e5b566e3fdf5b352209c30e", kill_on_drop: false }`
[INFO] [stdout] 539e877e027f2852dcd74f193283667f9146974f8e5b566e3fdf5b352209c30e
