[INFO] cloning repository https://github.com/Banyc/primitive [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Banyc/primitive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBanyc%2Fprimitive", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBanyc%2Fprimitive'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9822cb46cd1e6a4977a6579396a09871f4ed7b05 [INFO] checking Banyc/primitive 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%2FBanyc%2Fprimitive" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Banyc/primitive [INFO] finished tweaking git repo https://github.com/Banyc/primitive [INFO] tweaked toml for git repo https://github.com/Banyc/primitive written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Banyc/primitive 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/Banyc/primitive 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 8e35f2db1ba9916b0679fe66748a3fe924025d15b3b5ff753f208223ea0038f0 [INFO] running `Command { std: "docker" "start" "-a" "8e35f2db1ba9916b0679fe66748a3fe924025d15b3b5ff753f208223ea0038f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8e35f2db1ba9916b0679fe66748a3fe924025d15b3b5ff753f208223ea0038f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e35f2db1ba9916b0679fe66748a3fe924025d15b3b5ff753f208223ea0038f0", kill_on_drop: false }` [INFO] [stdout] 8e35f2db1ba9916b0679fe66748a3fe924025d15b3b5ff753f208223ea0038f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 3475691b093d3fdb0c49f293c587210b62d0237c20767680772ca06a24dc7e0f [INFO] running `Command { std: "docker" "start" "-a" "3475691b093d3fdb0c49f293c587210b62d0237c20767680772ca06a24dc7e0f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Checking hashbrown v0.15.4 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking crossbeam-queue v0.3.12 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking atomic-memcpy v0.2.2 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking bytemuck v1.23.1 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking crossbeam v0.8.4 [INFO] [stderr] Checking lru v0.14.0 [INFO] [stderr] Checking indexmap v2.9.0 [INFO] [stderr] Checking lockfree-object-pool v0.1.6 [INFO] [stderr] Compiling syn v2.0.103 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Checking tokio v1.45.1 [INFO] [stderr] Checking primitive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/arena/stable_vec.rs:90:21 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn into_ref(self) -> SafePtr16 { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | impl Deref for SafePtrMut16 { [INFO] [stdout] | ---------------------------------------------------------------------- trait implemented here [INFO] [stdout] 98 | 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] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/arena/stable_vec.rs:133:21 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn into_ref(self) -> SafePtr24 { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | impl Deref for SafePtrMut24 { [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 141 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `primitive` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3475691b093d3fdb0c49f293c587210b62d0237c20767680772ca06a24dc7e0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3475691b093d3fdb0c49f293c587210b62d0237c20767680772ca06a24dc7e0f", kill_on_drop: false }` [INFO] [stdout] 3475691b093d3fdb0c49f293c587210b62d0237c20767680772ca06a24dc7e0f