Build #1111156 2024-02-01T04:27:09.848289+00:00
# rustc version
rustc 1.77.0-nightly (11f32b73e 2024-01-31)# docs.rs version
docsrs 0.6.0 (7667f348 2024-01-17)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/opendp-0.9.0-nightly.20240131.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/opendp-0.9.0-nightly.20240131.1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "derive untrusted ffi" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--html-in-header\", \"katex.html\", \"--document-private-items\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240131-1.77.0-nightly-11f32b73e\", \"--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] 2133fe4701a2037848df9e77664c2e3c5cde28a55c99c7bd9faff199b14a3f59
[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" "2133fe4701a2037848df9e77664c2e3c5cde28a55c99c7bd9faff199b14a3f59", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Documenting opendp v0.9.0-nightly.20240131.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `rug::Integer`
[INFO] [stderr] --> src/traits/samplers/cks20/mod.rs:136:1
[INFO] [stderr] |
[INFO] [stderr] 136 | / /// Sample exactly from the discrete laplace distribution with arbitrary precision.
[INFO] [stderr] 137 | | ///
[INFO] [stderr] 138 | | /// # Proof Definition
[INFO] [stderr] 139 | | /// For any `scale` that is a non-negative rational number,
[INFO] [stderr] ... |
[INFO] [stderr] 150 | | /// # Citation
[INFO] [stderr] 151 | | /// * [CKS20 The Discrete Gaussian for Differential Privacy](https://arxiv.org/abs/2004.00010)
[INFO] [stderr] | |______________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Specifically, the probability of returning any `x` of type [`rug::Integer`] is
[INFO] [stderr] ^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `rug` in scope
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `rug::Integer`
[INFO] [stderr] --> src/traits/samplers/cks20/mod.rs:171:1
[INFO] [stderr] |
[INFO] [stderr] 171 | / /// Sample exactly from the discrete gaussian distribution with arbitrary precision.
[INFO] [stderr] 172 | | /// # Proof Definition
[INFO] [stderr] 173 | | /// For any `scale` that is a non-negative rational number,
[INFO] [stderr] 174 | | /// `sample_discrete_gaussian` either returns `Err(e)` due to a lack of system entropy,
[INFO] [stderr] ... |
[INFO] [stderr] 185 | | /// # Citation
[INFO] [stderr] 186 | | /// * [CKS20 The Discrete Gaussian for Differential Privacy](https://arxiv.org/abs/2004.00010)
[INFO] [stderr] | |______________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Specifically, the probability of returning any `x` of type [`rug::Integer`] is
[INFO] [stderr] ^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `rug` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Rational`
[INFO] [stderr] --> src/traits/samplers/discretize/mod.rs:114:19
[INFO] [stderr] |
[INFO] [stderr] 114 | /// For any [`Rational`] `v`, return `out`, the nearest representable value of type `Self`.
[INFO] [stderr] | ^^^^^^^^ no item named `Rational` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Rational`
[INFO] [stderr] --> src/traits/samplers/discretize/mod.rs:120:39
[INFO] [stderr] |
[INFO] [stderr] 120 | /// `Ok(out)`, where `out` is a [`Rational`] that exactly represents `self`.
[INFO] [stderr] | ^^^^^^^^ no item named `Rational` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `Measurement`
[INFO] [stderr] --> src/core/ffi.rs:142:28
[INFO] [stderr] |
[INFO] [stderr] 142 | /// Trait to convert Result<Measurement> into FfiResult<*mut AnyMeasurement>. We can't do this with From
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 142 | /// Trait to convert `Result<Measurement>` into FfiResult<*mut AnyMeasurement>. We can't do this with From
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `Transformation`
[INFO] [stderr] --> src/core/ffi.rs:160:28
[INFO] [stderr] |
[INFO] [stderr] 160 | /// Trait to convert Result<Transformation> into FfiResult<*mut AnyTransformation>. We can't do this with From
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 160 | /// Trait to convert `Result<Transformation>` into FfiResult<*mut AnyTransformation>. We can't do this with From
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/measurements/alp/mod.rs:64:9
[INFO] [stderr] |
[INFO] [stderr] 64 | /// See http://hjemmesider.diku.dk/~jyrki/Paper/CP-11.4.1997.pdf
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://hjemmesider.diku.dk/>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `opendp` (lib doc) generated 7 warnings (run `cargo fix --lib -p opendp` to apply 1 suggestion)
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.89s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/opendp/index.html
[INFO] running `Command { std: "docker" "inspect" "2133fe4701a2037848df9e77664c2e3c5cde28a55c99c7bd9faff199b14a3f59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2133fe4701a2037848df9e77664c2e3c5cde28a55c99c7bd9faff199b14a3f59", kill_on_drop: false }`
[INFO] [stdout] 2133fe4701a2037848df9e77664c2e3c5cde28a55c99c7bd9faff199b14a3f59