nacos-sdk 0.4.3

Nacos client in Rust.
Documentation
Build #1589020 2024-12-17T14:28:58.445821+00:00
# pre-build errors
error returned from database: value too long for type character varying(255)

Caused by:
value too long for type character varying(255)

Stack backtrace:
0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
1: <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll
2: tokio::runtime::park::CachedParkThread::block_on
3: tokio::runtime::context::runtime::enter_runtime
4: tokio::runtime::runtime::Runtime::block_on
5: docs_rs::docbuilder::rustwide_builder::RustwideBuilder::build_package_inner::{{closure}}
6: rustwide::build::BuildDirectory::run
7: docs_rs::docbuilder::rustwide_builder::RustwideBuilder::build_package
8: prometheus::histogram::Histogram::observe_closure_duration
9: docs_rs::utils::queue_builder::queue_builder
10: std::sys::backtrace::__rust_begin_short_backtrace
11: core::ops::function::FnOnce::call_once{{vtable.shim}}
12: std::sys::pal::unix::thread::Thread::new::thread_start
13: start_thread
at /build/glibc-uZu3wS/glibc-2.27/nptl/pthread_create.c:463
14: __clone
at /build/glibc-uZu3wS/glibc-2.27/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95# rustc version
rustc 1.85.0-nightly (6d9f6ae36 2024-12-16)# docs.rs version
docsrs 0.6.0 (5efa5e09 2024-12-16)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/nacos-sdk-0.4.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/nacos-sdk-0.4.3/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241216-1.85.0-nightly-6d9f6ae36\", \"--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-apple-darwin\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-apple-darwin", kill_on_drop: false }`
[INFO] [stdout] c87ec4d30894debc4854af4324246c761ba909a943d20c8cb36bc02f5ce15e43
[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" "c87ec4d30894debc4854af4324246c761ba909a943d20c8cb36bc02f5ce15e43", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: aliyun_ram_app, lazy_app, simple_app
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting nacos-sdk v0.4.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `constants::*`
[INFO] [stderr]   --> src/api/config.rs:57:5
[INFO] [stderr]    |
[INFO] [stderr] 57 |     /// Publish config with params (see keys [`constants::*`]), return true/false.
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the link appears in this line:
[INFO] [stderr]            
[INFO] [stderr]            Publish config with params (see keys [`constants::*`]), return true/false.
[INFO] [stderr]                                                  ^^^^^^^^^^^^^^
[INFO] [stderr]    = note: no item named `*` in module `constants`
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `config_filters`
[INFO] [stderr]    --> src/api/config.rs:253:108
[INFO] [stderr]     |
[INFO] [stderr] 253 |     /// Add [`plugin::EncryptionPlugin`], they will wrapper with [`plugin::ConfigEncryptionFilter`] into [`config_filters`]
[INFO] [stderr]     |                                                                                                            ^^^^^^^^^^^^^^ no item named `config_filters` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `nacos-sdk` (lib doc) generated 2 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-apple-darwin/doc/nacos_sdk/index.html
[INFO] running `Command { std: "docker" "inspect" "c87ec4d30894debc4854af4324246c761ba909a943d20c8cb36bc02f5ce15e43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c87ec4d30894debc4854af4324246c761ba909a943d20c8cb36bc02f5ce15e43", kill_on_drop: false }`
[INFO] [stdout] c87ec4d30894debc4854af4324246c761ba909a943d20c8cb36bc02f5ce15e43