[INFO] cloning repository https://github.com/isographlabs/isograph
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/isographlabs/isograph" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisographlabs%2Fisograph", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisographlabs%2Fisograph'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c09c9dbf89795441c3c88d83c7f276f0d4426d26
[INFO] checking isographlabs/isograph against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisographlabs%2Fisograph" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/isographlabs/isograph
[INFO] finished tweaking git repo https://github.com/isographlabs/isograph
[INFO] tweaked toml for git repo https://github.com/isographlabs/isograph written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/isographlabs/isograph 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/isographlabs/isograph 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d834c669e3874504a294293272d123f3dad4d51b13ba29d1749c1a833b1e1aae
[INFO] running `Command { std: "docker" "start" "-a" "d834c669e3874504a294293272d123f3dad4d51b13ba29d1749c1a833b1e1aae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d834c669e3874504a294293272d123f3dad4d51b13ba29d1749c1a833b1e1aae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d834c669e3874504a294293272d123f3dad4d51b13ba29d1749c1a833b1e1aae", kill_on_drop: false }`
[INFO] [stdout] d834c669e3874504a294293272d123f3dad4d51b13ba29d1749c1a833b1e1aae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 270bd93ddf487c191c756d9f5e5b2265263638d3d52de8eb512100b994565950
[INFO] running `Command { std: "docker" "start" "-a" "270bd93ddf487c191c756d9f5e5b2265263638d3d52de8eb512100b994565950", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking either v1.14.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking arbitrary v1.4.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]     Checking value-bag v1.10.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking lru v0.13.0
[INFO] [stderr]     Checking boxcar v0.2.10
[INFO] [stderr]     Checking u64_newtypes v0.5.3 (/opt/rustwide/workdir/crates/u64_newtypes)
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking bytes v1.10.0
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking string_key_newtype v0.5.3 (/opt/rustwide/workdir/crates/string_key_newtype)
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling typeid v1.0.2
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling rustix v0.37.28
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]     Checking dyn-clone v1.0.18
[INFO] [stderr]     Checking inventory v0.3.19
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking fluent-uri v0.1.4
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling bytecheck v0.6.12
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling rend v0.4.2
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling rkyv v0.7.45
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking uuid v1.15.1
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking bumpalo v3.19.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking terminal_size v0.2.6
[INFO] [stderr]     Checking unicode-id-start v1.3.1
[INFO] [stderr]     Checking if_chain v1.0.2
[INFO] [stderr]    Compiling deluxe-core v0.5.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]    Compiling swc_macros_common v1.0.1
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking better_scoped_tls v1.0.1
[INFO] [stderr]     Checking swc_visit v2.0.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling logos-derive v0.12.1
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling bytecheck_derive v0.6.12
[INFO] [stderr]     Checking ptr_meta v0.1.4
[INFO] [stderr]    Compiling rkyv_derive v0.7.45
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking logos v0.12.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling typetag-impl v0.2.20
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling impl_base_types_macro v0.5.3 (/opt/rustwide/workdir/crates/impl_base_types_macro)
[INFO] [stderr]    Compiling ast_node v2.0.0
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling from_variant v2.0.2
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling swc_eq_ignore_macros v1.0.1
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]     Checking serde_bytes v0.11.15
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking tinyvec v1.8.1
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking intern v0.0.4 (/opt/rustwide/workdir/relay-crates/intern)
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking erased-serde v0.4.5
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking typetag v0.2.20
[INFO] [stderr]     Checking lsp-types v0.94.1
[INFO] [stderr]     Checking lsp-types v0.97.0
[INFO] [stderr]     Checking triomphe v0.1.14
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]     Checking sourcemap v9.2.2
[INFO] [stderr]     Checking hstr v0.2.17
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking swc_allocator v1.0.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]    Compiling deluxe-macros v0.5.0
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking swc_atoms v2.0.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling is-macro v0.3.7
[INFO] [stderr]     Checking swc_common v2.0.1
[INFO] [stderr]    Compiling string_enum v1.0.2
[INFO] [stderr]     Checking signedsource v0.0.0 (/opt/rustwide/workdir/relay-crates/signedsource)
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling owo-colors v4.2.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking fixture-tests v0.0.0 (/opt/rustwide/workdir/relay-crates/fixture-tests)
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]    Compiling psm v0.1.25
[INFO] [stderr]    Compiling deluxe v0.5.0
[INFO] [stderr]    Compiling pico_macros v0.5.3 (/opt/rustwide/workdir/crates/pico_macros)
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]     Checking swc_ecma_ast v2.0.0
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking pico v0.5.3 (/opt/rustwide/workdir/crates/pico)
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]   --> crates/pico/src/with_serialize.rs:15:23
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub fn into_inner(self) -> T {
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | impl<T> Deref for WithSerialize<T> {
[INFO] [stdout]    | ---------------------------------- trait implemented here
[INFO] [stdout] 21 |     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 `pico` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]   --> crates/pico/src/with_serialize.rs:15:23
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub fn into_inner(self) -> T {
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | impl<T> Deref for WithSerialize<T> {
[INFO] [stdout]    | ---------------------------------- trait implemented here
[INFO] [stdout] 21 |     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 `pico` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "270bd93ddf487c191c756d9f5e5b2265263638d3d52de8eb512100b994565950", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "270bd93ddf487c191c756d9f5e5b2265263638d3d52de8eb512100b994565950", kill_on_drop: false }`
[INFO] [stdout] 270bd93ddf487c191c756d9f5e5b2265263638d3d52de8eb512100b994565950
