opentelemetry 0.14.0

A metrics collection and distributed tracing framework
Documentation
Build #386938 2021-05-10T00:40:23.563261+00:00
# rustc version
rustc 1.54.0-nightly (881c1ac40 2021-05-08)# docs.rs version
docsrs 0.6.0 (c2d325f 2021-05-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/opentelemetry-0.14.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/opentelemetry-0.14.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" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "--cfg" "docsrs" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210508-1.54.0-nightly-881c1ac40" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 7a7b9eb00b9b9574d58feabb62e52a0e38f904aadebd872890c1b2b4bcd99c69
[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" "7a7b9eb00b9b9574d58feabb62e52a0e38f904aadebd872890c1b2b4bcd99c69", kill_on_drop: false }`
[INFO] [stderr]  Documenting opentelemetry v0.14.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `self::sdk::export::trace::stdout::PipelineBuilder::install`
[INFO] [stderr]    --> src/global/mod.rs:67:36
[INFO] [stderr]     |
[INFO] [stderr] 67  | //! [installing a trace pipeline]: crate::sdk::export::trace::stdout::PipelineBuilder::install
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `PipelineBuilder` has no field or associated item named `install`
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:169:44
[INFO] [stderr]     |
[INFO] [stderr] 169 | #![cfg_attr(docsrs, feature(doc_cfg), deny(broken_intra_doc_links))]
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` implied by `#[warn(broken_intra_doc_links)]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `self::sdk::export::metrics::stdout::StdoutExporterBuilder::try_init`
[INFO] [stderr]    --> src/global/mod.rs:135:38
[INFO] [stderr]     |
[INFO] [stderr] 135 | //! [installing a metrics pipeline]: crate::sdk::export::metrics::stdout::StdoutExporterBuilder::try_init
[INFO] [stderr]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `StdoutExporterBuilder` has no field or associated item named `try_init`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/sdk/metrics/aggregators/ddsketch.rs:10:50
[INFO] [stderr]    |
[INFO] [stderr] 10 | //! The detail of this algorithm can be found in https://arxiv.org/pdf/1908.10693
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arxiv.org/pdf/1908.10693>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/sdk/trace/tracer.rs:9:11
[INFO] [stderr]   |
[INFO] [stderr] 9 | //! Docs: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/api-tracing.md#tracer
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/api-tracing.md#tracer>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/trace/span_context.rs:10:34
[INFO] [stderr]    |
[INFO] [stderr] 10 | ... here: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/api-tracing.md#SpanContext
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/api-tracing.md#SpanContext>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: 5 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.89s
[INFO] running `Command { std: "docker" "inspect" "7a7b9eb00b9b9574d58feabb62e52a0e38f904aadebd872890c1b2b4bcd99c69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a7b9eb00b9b9574d58feabb62e52a0e38f904aadebd872890c1b2b4bcd99c69", kill_on_drop: false }`
[INFO] [stdout] 7a7b9eb00b9b9574d58feabb62e52a0e38f904aadebd872890c1b2b4bcd99c69