lunatic-log 0.4.0

A logging library for lunatic Rust applications
Documentation
Build #808822 2023-05-05T17:00:32.041001+00:00
# rustc version
rustc 1.71.0-nightly (74c482104 2023-05-04)
# docs.rs version
docsrs 0.6.0 (169bc021 2023-04-30)

# build log
[INFO] adding target wasm32-wasi for toolchain nightly
[INFO] running `Command { std: CARGO_HOME="/home/cratesfyi/workspace/cargo-home" RUSTUP_HOME="/home/cratesfyi/workspace/rustup-home" "/home/cratesfyi/workspace/cargo-home/bin/rustup" "target" "add" "--toolchain" "nightly" "wasm32-wasi", kill_on_drop: false }`
[INFO] [stderr] info: component 'rust-std' for target 'wasm32-wasi' is up to date
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/lunatic-log-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/lunatic-log-0.4.0/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5ff2268d62e97bff2cde7d5815dd6ed5b47097566f13b8d0ca110b04b60e07ed" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230504-1.71.0-nightly-74c482104\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/wasm32-wasi\"" "-Zrustdoc-scrape-examples" "-j3" "--target" "wasm32-wasi", 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] fd32b690d6683dbe039cbf10ec4527c35ce47229795941d1a5f140c73a9fbe68
[INFO] running `Command { std: "docker" "start" "-a" "fd32b690d6683dbe039cbf10ec4527c35ce47229795941d1a5f140c73a9fbe68", kill_on_drop: false }`
[INFO] [stderr]     Scraping lunatic-log v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting lunatic-log v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `name`
[INFO] [stderr]  --> src/metadata.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// - A [name], represented as a static string.
[INFO] [stderr]   |          ^^^^ no item named `name` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `target`
[INFO] [stderr]  --> src/metadata.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | /// - A [target], a string that categorizes part of the system where the event
[INFO] [stderr]   |          ^^^^^^ no item named `target` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `fields`
[INFO] [stderr]   --> src/metadata.rs:16:25
[INFO] [stderr]    |
[INFO] [stderr] 16 | /// - The names of the [fields] defined by the event.
[INFO] [stderr]    |                         ^^^^^^ no item named `fields` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `metadata` links to private item `metadata`
[INFO] [stderr]   --> src/lib.rs:93:18
[INFO] [stderr]    |
[INFO] [stderr] 93 |     /// Returns [metadata] describing this `Event`.
[INFO] [stderr]    |                  ^^^^^^^^ this item is private
[INFO] [stderr]    |
[INFO] [stderr]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `error`
[INFO] [stderr]  --> src/macros.rs:3:22
[INFO] [stderr]   |
[INFO] [stderr] 3 | /// You should use [`error`], [`warn`], [`info`], [`debug`], [`trace`] macros instead.
[INFO] [stderr]   |                      ^^^^^ no item named `error` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: `macro_rules` named `error` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `warn`
[INFO] [stderr]  --> src/macros.rs:3:33
[INFO] [stderr]   |
[INFO] [stderr] 3 | /// You should use [`error`], [`warn`], [`info`], [`debug`], [`trace`] macros instead.
[INFO] [stderr]   |                                 ^^^^ no item named `warn` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: `macro_rules` named `warn` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `info`
[INFO] [stderr]  --> src/macros.rs:3:43
[INFO] [stderr]   |
[INFO] [stderr] 3 | /// You should use [`error`], [`warn`], [`info`], [`debug`], [`trace`] macros instead.
[INFO] [stderr]   |                                           ^^^^ no item named `info` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: `macro_rules` named `info` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `debug`
[INFO] [stderr]  --> src/macros.rs:3:53
[INFO] [stderr]   |
[INFO] [stderr] 3 | /// You should use [`error`], [`warn`], [`info`], [`debug`], [`trace`] macros instead.
[INFO] [stderr]   |                                                     ^^^^^ no item named `debug` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: `macro_rules` named `debug` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `trace`
[INFO] [stderr]  --> src/macros.rs:3:64
[INFO] [stderr]   |
[INFO] [stderr] 3 | /// You should use [`error`], [`warn`], [`info`], [`debug`], [`trace`] macros instead.
[INFO] [stderr]   |                                                                ^^^^^ no item named `trace` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: `macro_rules` named `trace` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: `lunatic-log` (lib doc) generated 9 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.40s
[INFO] running `Command { std: "docker" "inspect" "fd32b690d6683dbe039cbf10ec4527c35ce47229795941d1a5f140c73a9fbe68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd32b690d6683dbe039cbf10ec4527c35ce47229795941d1a5f140c73a9fbe68", kill_on_drop: false }`
[INFO] [stdout] fd32b690d6683dbe039cbf10ec4527c35ce47229795941d1a5f140c73a9fbe68