[go: up one dir, main page]

klogger 0.0.16

Library for logging in kernel mode.
Documentation
Build #1634326 2025-01-17 05:14:52

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.86.0-nightly (99db2737c 2025-01-16)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/klogger-0.0.16/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/klogger-0.0.16/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250116-1.86.0-nightly-99db2737c\", \"--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}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 20f7fe0d21144228237afd25eb40ccb897b50e32c68e39678b8f096543741c81
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "20f7fe0d21144228237afd25eb40ccb897b50e32c68e39678b8f096543741c81", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking x86 v0.52.0
[INFO] [stderr] error[E0053]: method `steps_between` has an incompatible type for trait
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x86-0.52.0/src/bits64/paging.rs:167:51
[INFO] [stderr]     |
[INFO] [stderr] 167 |     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^ expected `(usize, Option<usize>)`, found `Option<usize>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected signature `fn(&bits64::paging::PAddr, &bits64::paging::PAddr) -> (usize, Option<usize>)`
[INFO] [stderr]                found signature `fn(&bits64::paging::PAddr, &bits64::paging::PAddr) -> Option<usize>`
[INFO] [stderr] help: change the output type to match the trait
[INFO] [stderr]     |
[INFO] [stderr] 167 |     fn steps_between(start: &Self, end: &Self) -> (usize, Option<usize>) {
[INFO] [stderr]     |                                                   ~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0053]: method `steps_between` has an incompatible type for trait
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x86-0.52.0/src/bits64/paging.rs:507:51
[INFO] [stderr]     |
[INFO] [stderr] 507 |     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^ expected `(usize, Option<usize>)`, found `Option<usize>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected signature `fn(&bits64::paging::IOAddr, &bits64::paging::IOAddr) -> (usize, Option<usize>)`
[INFO] [stderr]                found signature `fn(&bits64::paging::IOAddr, &bits64::paging::IOAddr) -> Option<usize>`
[INFO] [stderr] help: change the output type to match the trait
[INFO] [stderr]     |
[INFO] [stderr] 507 |     fn steps_between(start: &Self, end: &Self) -> (usize, Option<usize>) {
[INFO] [stderr]     |                                                   ~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0053]: method `steps_between` has an incompatible type for trait
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x86-0.52.0/src/bits64/paging.rs:862:51
[INFO] [stderr]     |
[INFO] [stderr] 862 |     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^ expected `(usize, Option<usize>)`, found `Option<usize>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected signature `fn(&bits64::paging::VAddr, &bits64::paging::VAddr) -> (usize, Option<usize>)`
[INFO] [stderr]                found signature `fn(&bits64::paging::VAddr, &bits64::paging::VAddr) -> Option<usize>`
[INFO] [stderr] help: change the output type to match the trait
[INFO] [stderr]     |
[INFO] [stderr] 862 |     fn steps_between(start: &Self, end: &Self) -> (usize, Option<usize>) {
[INFO] [stderr]     |                                                   ~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x86-0.52.0/src/bits64/paging.rs:168:9
[INFO] [stderr]     |
[INFO] [stderr] 167 |     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stderr]     |                                                   ------------- expected `Option<usize>` because of return type
[INFO] [stderr] 168 |         <u64 as Step>::steps_between(&start.0, &end.0)
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<usize>`, found `(usize, Option<usize>)`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected enum `Option<usize>`
[INFO] [stderr]               found tuple `(usize, Option<usize>)`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x86-0.52.0/src/bits64/paging.rs:508:9
[INFO] [stderr]     |
[INFO] [stderr] 507 |     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stderr]     |                                                   ------------- expected `Option<usize>` because of return type
[INFO] [stderr] 508 |         <u64 as Step>::steps_between(&start.0, &end.0)
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<usize>`, found `(usize, Option<usize>)`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected enum `Option<usize>`
[INFO] [stderr]               found tuple `(usize, Option<usize>)`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x86-0.52.0/src/bits64/paging.rs:863:9
[INFO] [stderr]     |
[INFO] [stderr] 862 |     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stderr]     |                                                   ------------- expected `Option<usize>` because of return type
[INFO] [stderr] 863 |         <u64 as Step>::steps_between(&start.0, &end.0)
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<usize>`, found `(usize, Option<usize>)`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected enum `Option<usize>`
[INFO] [stderr]               found tuple `(usize, Option<usize>)`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0053, E0308.
[INFO] [stderr] For more information about an error, try `rustc --explain E0053`.
[INFO] [stderr] error: could not compile `x86` (lib) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "20f7fe0d21144228237afd25eb40ccb897b50e32c68e39678b8f096543741c81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20f7fe0d21144228237afd25eb40ccb897b50e32c68e39678b8f096543741c81", kill_on_drop: false }`
[INFO] [stdout] 20f7fe0d21144228237afd25eb40ccb897b50e32c68e39678b8f096543741c81