[INFO] cloning repository https://github.com/AlexSherbinin/rustyrpc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AlexSherbinin/rustyrpc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexSherbinin%2Frustyrpc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexSherbinin%2Frustyrpc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 664818328fbe97d30d0364cdce3c094379012beb
[INFO] documenting AlexSherbinin/rustyrpc against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexSherbinin%2Frustyrpc" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/AlexSherbinin/rustyrpc
[INFO] finished tweaking git repo https://github.com/AlexSherbinin/rustyrpc
[INFO] tweaked toml for git repo https://github.com/AlexSherbinin/rustyrpc written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AlexSherbinin/rustyrpc on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AlexSherbinin/rustyrpc 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dc95e0f23928cc92d415aab4b6e503985df7fa221736bfa7054448c1512a55db
[INFO] running `Command { std: "docker" "start" "-a" "dc95e0f23928cc92d415aab4b6e503985df7fa221736bfa7054448c1512a55db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc95e0f23928cc92d415aab4b6e503985df7fa221736bfa7054448c1512a55db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc95e0f23928cc92d415aab4b6e503985df7fa221736bfa7054448c1512a55db", kill_on_drop: false }`
[INFO] [stdout] dc95e0f23928cc92d415aab4b6e503985df7fa221736bfa7054448c1512a55db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 36b940999a151487ba1c371a9d72f8cc673ec0eb7e1e3342e01696952339d3b9
[INFO] running `Command { std: "docker" "start" "-a" "36b940999a151487ba1c371a9d72f8cc673ec0eb7e1e3342e01696952339d3b9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling ahash v0.7.7
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling bytecheck v0.6.11
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling rend v0.4.1
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking simdutf8 v0.1.4
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling rkyv v0.7.43
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking boxcar v0.2.4
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking indexmap v2.2.3
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling ring v0.17.7
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling bytecheck_derive v0.6.11
[INFO] [stderr]    Compiling ext-trait-proc_macros v1.0.1
[INFO] [stderr]    Compiling rkyv_derive v0.7.43
[INFO] [stderr]     Checking ptr_meta v0.1.4
[INFO] [stderr]     Checking ext-trait v1.0.1
[INFO] [stderr]     Checking extension-traits v1.0.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.4
[INFO] [stderr]    Compiling sealed v0.5.0
[INFO] [stderr]    Compiling derive-where v1.2.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking pin-project v1.1.4
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking quinn-udp v0.4.1
[INFO] [stderr]     Checking quinn-proto v0.10.6
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking async-scoped v0.9.0
[INFO] [stderr]     Checking quinn v0.10.2
[INFO] [stderr]  Documenting rustyrpc v0.1.0 (/opt/rustwide/workdir/rustyrpc)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]   --> rustyrpc/src/lib.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / #![feature(
[INFO] [stdout]  2 | |     trivial_bounds,
[INFO] [stdout]  3 | |     const_type_name,
[INFO] [stdout]  4 | |     async_closure,
[INFO] [stdout] ...  |
[INFO] [stdout] 10 | |     iterator_try_collect
[INFO] [stdout] 11 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the feature `let_chains` has been stable since `1.88.0` and no longer requires an attribute to enable
[INFO] [stdout]    = help: the feature `let_chains` has been stable since `1.88.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `suspicious_auto_trait_impls` has been removed: no longer needed, see issue #93367 <https://github.com/rust-lang/rust/issues/93367> for more information
[INFO] [stdout]   --> rustyrpc/src/format/rkyv/implementation.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[allow(suspicious_auto_trait_impls)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> rustyrpc/src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     warnings,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `suspicious_auto_trait_impls` has been removed: no longer needed, see issue #93367 <https://github.com/rust-lang/rust/issues/93367> for more information
[INFO] [stdout]   --> rustyrpc/src/format/rkyv/implementation.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[allow(suspicious_auto_trait_impls)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `suspicious_auto_trait_impls` has been removed: no longer needed, see issue #93367 <https://github.com/rust-lang/rust/issues/93367> for more information
[INFO] [stdout]   --> rustyrpc/src/format/rkyv/implementation.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[allow(suspicious_auto_trait_impls)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `suspicious_auto_trait_impls` has been removed: no longer needed, see issue #93367 <https://github.com/rust-lang/rust/issues/93367> for more information
[INFO] [stdout]   --> rustyrpc/src/format/rkyv/implementation.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[allow(suspicious_auto_trait_impls)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0366]: `!DefaultEncode` impls cannot be specialized
[INFO] [stdout]   --> rustyrpc/src/format/rkyv/implementation.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl !DefaultEncode for protocol::ServiceIdRequestResult {}
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `protocol::ServiceFound` is not a generic parameter
[INFO] [stdout] note: use the same sequence of generic lifetime, type and const parameters as the enum definition
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:557:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0366]: `!DefaultEncode` impls cannot be specialized
[INFO] [stdout]   --> rustyrpc/src/format/rkyv/implementation.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<'a> !DefaultEncode for protocol::ServiceCallRequestResult<'a> {}
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `&'a [u32]` is not a generic parameter
[INFO] [stdout] note: use the same sequence of generic lifetime, type and const parameters as the enum definition
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:557:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0366]: `!DefaultEncode` impls cannot be specialized
[INFO] [stdout]   --> rustyrpc/src/format/rkyv/implementation.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl !DefaultEncode for protocol::PrivateServiceDeallocateRequestResult {}
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `()` is not a generic parameter
[INFO] [stdout] note: use the same sequence of generic lifetime, type and const parameters as the enum definition
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:557:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0366]: `!DefaultEncode` impls cannot be specialized
[INFO] [stdout]   --> rustyrpc/src/format/rkyv/implementation.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl !DefaultEncode for Option<ServiceRef> {}
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `server::private_service::service_ref::ServiceRef` is not a generic parameter
[INFO] [stdout] note: use the same sequence of generic lifetime, type and const parameters as the enum definition
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/option.rs:599:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0366, E0554.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0366`.
[INFO] [stdout] 
[INFO] [stderr] error: could not document `rustyrpc`
[INFO] running `Command { std: "docker" "inspect" "36b940999a151487ba1c371a9d72f8cc673ec0eb7e1e3342e01696952339d3b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36b940999a151487ba1c371a9d72f8cc673ec0eb7e1e3342e01696952339d3b9", kill_on_drop: false }`
[INFO] [stdout] 36b940999a151487ba1c371a9d72f8cc673ec0eb7e1e3342e01696952339d3b9
