[INFO] cloning repository https://github.com/Aaron1011/skytable
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aaron1011/skytable" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaron1011%2Fskytable", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaron1011%2Fskytable'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8fb8d60b4f06925ca21a4340973bbdaf4f5611ee
[INFO] documenting Aaron1011/skytable 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%2FAaron1011%2Fskytable" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Aaron1011/skytable
[INFO] finished tweaking git repo https://github.com/Aaron1011/skytable
[INFO] tweaked toml for git repo https://github.com/Aaron1011/skytable written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Aaron1011/skytable 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/Aaron1011/skytable 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b446c5161586e1f67a87c481a64971b66e24c3e59529f6c0cc4bac9679f73a75
[INFO] running `Command { std: "docker" "start" "-a" "b446c5161586e1f67a87c481a64971b66e24c3e59529f6c0cc4bac9679f73a75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b446c5161586e1f67a87c481a64971b66e24c3e59529f6c0cc4bac9679f73a75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b446c5161586e1f67a87c481a64971b66e24c3e59529f6c0cc4bac9679f73a75", kill_on_drop: false }`
[INFO] [stdout] b446c5161586e1f67a87c481a64971b66e24c3e59529f6c0cc4bac9679f73a75
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/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] 17853aef063d3d500fbbf286739c97d766ac7a2ec7a80deda34157076199208a
[INFO] running `Command { std: "docker" "start" "-a" "17853aef063d3d500fbbf286739c97d766ac7a2ec7a80deda34157076199208a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]    Compiling syn v1.0.74
[INFO] [stderr]    Compiling cc v1.0.69
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling futures-core v0.3.15
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]     Checking futures-sink v0.3.15
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]     Checking futures-io v0.3.15
[INFO] [stderr]     Checking slab v0.4.3
[INFO] [stderr]    Compiling tokio v1.9.0
[INFO] [stderr]    Compiling openssl v0.10.35
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling tokio-openssl v0.6.2
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling fs_extra v1.2.0
[INFO] [stderr]    Compiling signal-hook v0.3.9
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking yaml-rust v0.3.5
[INFO] [stderr]     Checking mio v0.7.13
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking unicode-xid v0.2.2
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]    Compiling sysinfo v0.19.2
[INFO] [stderr]    Compiling serde_json v1.0.66
[INFO] [stderr]     Checking fd-lock v2.0.0
[INFO] [stderr]    Compiling openssl-src v111.15.0+1.1.1k
[INFO] [stderr]     Checking signal-hook-mio v0.2.1
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking devtimer v4.0.1
[INFO] [stderr]     Checking unicode-segmentation v1.7.1
[INFO] [stderr]     Checking utf8parse v0.2.0
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking crossterm v0.20.0
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling openssl-sys v0.9.65
[INFO] [stderr]    Compiling jemalloc-sys v0.3.2
[INFO] [stderr]    Compiling skyd v0.7.0 (/opt/rustwide/workdir/server)
[INFO] [stderr]     Checking rustyline v8.2.0
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]     Checking env_logger v0.9.0
[INFO] [stderr]  Documenting sky_macros v0.7.0 (/opt/rustwide/workdir/sky-macros)
[INFO] [stderr]     Checking libstress v0.1.0 (/opt/rustwide/workdir/libstress)
[INFO] [stderr]  Documenting libstress v0.1.0 (/opt/rustwide/workdir/libstress)
[INFO] [stderr]    Compiling tokio-macros v1.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling sky_macros v0.7.0 (/opt/rustwide/workdir/sky-macros)
[INFO] [stdout] warning: unresolved link to `execute_iter`
[INFO] [stdout]    --> libstress/src/lib.rs:308:34
[INFO] [stdout]     |
[INFO] [stdout] 308 |     /// Does the same thing as [`execute_iter`] but drops self ensuring that all the
[INFO] [stdout]     |                                  ^^^^^^^^^^^^ no item named `execute_iter` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking futures-executor v0.3.15
[INFO] [stderr]     Checking futures v0.3.15
[INFO] [stderr]     Checking serde v1.0.126
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking dashmap v4.0.2
[INFO] [stderr]     Checking skytable v0.4.0 (https://github.com/skytable/client-rust?branch=next#69677c1c)
[INFO] [stderr]     Checking libsky v0.7.0 (/opt/rustwide/workdir/libsky)
[INFO] [stderr]  Documenting libsky v0.7.0 (/opt/rustwide/workdir/libsky)
[INFO] [stderr]  Documenting stress-test v0.1.0 (/opt/rustwide/workdir/stress-test)
[INFO] [stderr]  Documenting sky-bench v0.7.0 (/opt/rustwide/workdir/sky-bench)
[INFO] [stderr]  Documenting skysh v0.7.0 (/opt/rustwide/workdir/cli)
[INFO] [stderr]     Checking jemallocator v0.3.2
[INFO] [stderr]  Documenting skyd v0.7.0 (/opt/rustwide/workdir/server)
[INFO] [stdout] error: Expected an array
[INFO] [stdout]   --> server/src/corestore/memstore.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[sky_macros::array]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `sky_macros::array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Expected an array
[INFO] [stdout]   --> server/src/corestore/memstore.rs:73:1
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[sky_macros::array]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `sky_macros::array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `DEFAULT_ARRAY` in this scope
[INFO] [stdout]   --> server/src/corestore/memstore.rs:83:23
[INFO] [stdout]    |
[INFO] [stdout] 83 |     Array::from_const(DEFAULT_ARRAY, 7)
[INFO] [stdout]    |                       ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SYSTEM_ARRAY` in this scope
[INFO] [stdout]   --> server/src/corestore/memstore.rs:87:23
[INFO] [stdout]    |
[INFO] [stdout] 87 |     Array::from_const(SYSTEM_ARRAY, 6)
[INFO] [stdout]    |                       ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> server/src/resp/mod.rs:97:18
[INFO] [stdout]    |
[INFO] [stdout] 97 |     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout]    |                  ^                                                           ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 97 -     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout] 97 +     ) -> Pin<Box<dyn Future<Output = Result<(), IoError>> + Send + Sync + 's>> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> server/src/resp/mod.rs:110:18
[INFO] [stdout]     |
[INFO] [stdout] 110 |     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout]     |                  ^                                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 110 -     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout] 110 +     ) -> Pin<Box<dyn Future<Output = Result<(), IoError>> + Send + Sync + 's>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> server/src/resp/mod.rs:119:18
[INFO] [stdout]     |
[INFO] [stdout] 119 |     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout]     |                  ^                                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 119 -     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout] 119 +     ) -> Pin<Box<dyn Future<Output = Result<(), IoError>> + Send + Sync + 's>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> server/src/resp/mod.rs:132:18
[INFO] [stdout]     |
[INFO] [stdout] 132 |     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout]     |                  ^                                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 132 -     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout] 132 +     ) -> Pin<Box<dyn Future<Output = Result<(), IoError>> + Send + Sync + 's>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> server/src/resp/mod.rs:159:18
[INFO] [stdout]     |
[INFO] [stdout] 159 |     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout]     |                  ^                                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 159 -     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout] 159 +     ) -> Pin<Box<dyn Future<Output = Result<(), IoError>> + Send + Sync + 's>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> server/src/resp/mod.rs:186:18
[INFO] [stdout]     |
[INFO] [stdout] 186 |     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout]     |                  ^                                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 186 -     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout] 186 +     ) -> Pin<Box<dyn Future<Output = Result<(), IoError>> + Send + Sync + 's>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> server/src/resp/mod.rs:229:18
[INFO] [stdout]     |
[INFO] [stdout] 229 |     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout]     |                  ^                                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 229 -     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout] 229 +     ) -> Pin<Box<dyn Future<Output = Result<(), IoError>> + Send + Sync + 's>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> server/src/resp/mod.rs:248:18
[INFO] [stdout]     |
[INFO] [stdout] 248 |     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout]     |                  ^                                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 248 -     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout] 248 +     ) -> Pin<Box<dyn Future<Output = Result<(), IoError>> + Send + Sync + 's>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> server/src/resp/mod.rs:267:18
[INFO] [stdout]     |
[INFO] [stdout] 267 |     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout]     |                  ^                                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 267 -     ) -> Pin<Box<(dyn Future<Output = Result<(), IoError>> + Send + Sync + 's)>> {
[INFO] [stdout] 267 +     ) -> Pin<Box<dyn Future<Output = Result<(), IoError>> + Send + Sync + 's>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not document `skyd`
[INFO] running `Command { std: "docker" "inspect" "17853aef063d3d500fbbf286739c97d766ac7a2ec7a80deda34157076199208a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17853aef063d3d500fbbf286739c97d766ac7a2ec7a80deda34157076199208a", kill_on_drop: false }`
[INFO] [stdout] 17853aef063d3d500fbbf286739c97d766ac7a2ec7a80deda34157076199208a
