solana-unified-scheduler-logic 2.0.5

The Solana unified scheduler logic
Documentation
Build #1316986 2024-08-09T02:11:09.697256+00:00
# rustc version
rustc 1.82.0-nightly (e57f3090a 2024-08-05)# docs.rs version
docsrs 0.6.0 (a6435f13 2024-08-07)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/solana-unified-scheduler-logic-2.0.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/solana-unified-scheduler-logic-2.0.5/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-08-06" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240805-1.82.0-nightly-e57f3090a\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] a460ce9b766971aab88ce9fcd68badf90c882423b0a6657fa71dca5ae7432557
[INFO] running `Command { std: "docker" "start" "-a" "a460ce9b766971aab88ce9fcd68badf90c882423b0a6657fa71dca5ae7432557", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting solana-unified-scheduler-logic v2.0.5 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]    --> src/lib.rs:403:1
[INFO] [stderr]     |
[INFO] [stderr] 403 | const_assert_eq!(mem::size_of::<Task>(), 8);
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]    --> src/lib.rs:461:1
[INFO] [stderr]     |
[INFO] [stderr] 461 | const_assert_eq!(mem::size_of::<LockContext>(), 16);
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]    --> src/lib.rs:606:1
[INFO] [stderr]     |
[INFO] [stderr] 606 | const_assert_eq!(mem::size_of::<TokenCell<UsageQueueInner>>(), 40);
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]    --> src/lib.rs:613:1
[INFO] [stderr]     |
[INFO] [stderr] 613 | const_assert_eq!(mem::size_of::<UsageQueue>(), 8);
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr]    --> src/lib.rs:626:1
[INFO] [stderr]     |
[INFO] [stderr] 626 | const_assert_eq!(mem::size_of::<SchedulingStateMachine>(), 48);
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0080`.
[INFO] [stderr] error: could not document `solana-unified-scheduler-logic`
[INFO] running `Command { std: "docker" "inspect" "a460ce9b766971aab88ce9fcd68badf90c882423b0a6657fa71dca5ae7432557", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a460ce9b766971aab88ce9fcd68badf90c882423b0a6657fa71dca5ae7432557", kill_on_drop: false }`
[INFO] [stdout] a460ce9b766971aab88ce9fcd68badf90c882423b0a6657fa71dca5ae7432557