opendp 0.12.0-nightly.20241224.1

A library of differential privacy algorithms for the statistical analysis of sensitive private data.
Build #1599482 2024-12-25T04:53:40.318411+00:00
# rustc version
rustc 1.85.0-nightly (409998c4e 2024-12-24)# docs.rs version
docsrs 0.6.0 (a9496dd3 2024-12-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/opendp-0.12.0-nightly.20241224.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/opendp-0.12.0-nightly.20241224.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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "use-openssl derive untrusted polars" "--no-default-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--html-in-header\", \"katex.html\", \"--document-private-items\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241224-1.85.0-nightly-409998c4e\", \"--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] b1769a87ef8376442bbee9a4bad97df966d35deb26ca9a6953bd7fe5f16db390
[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" "b1769a87ef8376442bbee9a4bad97df966d35deb26ca9a6953bd7fe5f16db390", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting opendp v0.12.0-nightly.20241224.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0407]: method `get_output` is not a member of trait `OpenDPPlugin`
[INFO] [stderr]    --> src/measurements/make_private_expr/expr_index_candidates/mod.rs:129:5
[INFO] [stderr]     |
[INFO] [stderr] 129 | /     fn get_output(&self) -> Option<GetOutput> {
[INFO] [stderr] 130 | |         // dtype is unknown
[INFO] [stderr] 131 | |         Some(GetOutput::from_type(DataType::Null))
[INFO] [stderr] 132 | |     }
[INFO] [stderr]     | |_____^ not a member of trait `OpenDPPlugin`
[INFO] [stderr] 
[INFO] [stderr] error[E0407]: method `get_output` is not a member of trait `OpenDPPlugin`
[INFO] [stderr]    --> src/measurements/make_private_expr/expr_index_candidates/mod.rs:145:5
[INFO] [stderr]     |
[INFO] [stderr] 145 | /     fn get_output(&self) -> Option<GetOutput> {
[INFO] [stderr] 146 | |         let dtype = self.candidates.0.dtype().clone();
[INFO] [stderr] 147 | |         Some(GetOutput::map_field(move |f| {
[INFO] [stderr] 148 | |             Ok(Field::new(f.name().clone(), dtype.clone()))
[INFO] [stderr] 149 | |         }))
[INFO] [stderr] 150 | |     }
[INFO] [stderr]     | |_____^ not a member of trait `OpenDPPlugin`
[INFO] [stderr] 
[INFO] [stderr] error[E0407]: method `get_output` is not a member of trait `OpenDPPlugin`
[INFO] [stderr]   --> src/measurements/make_private_expr/expr_noise/mod.rs:67:5
[INFO] [stderr]    |
[INFO] [stderr] 67 | /     fn get_output(&self) -> Option<GetOutput> {
[INFO] [stderr] 68 | |         Some(GetOutput::map_fields(|fields| {
[INFO] [stderr] 69 | |             noise_plugin_type_udf(fields)
[INFO] [stderr] 70 | |         }))
[INFO] [stderr] 71 | |     }
[INFO] [stderr]    | |_____^ not a member of trait `OpenDPPlugin`
[INFO] [stderr] 
[INFO] [stderr] error[E0407]: method `get_output` is not a member of trait `OpenDPPlugin`
[INFO] [stderr]    --> src/measurements/make_private_expr/expr_noise/mod.rs:109:5
[INFO] [stderr]     |
[INFO] [stderr] 109 | /     fn get_output(&self) -> Option<GetOutput> {
[INFO] [stderr] 110 | |         Some(GetOutput::map_fields(|fields| {
[INFO] [stderr] 111 | |             noise_plugin_type_udf(fields)
[INFO] [stderr] 112 | |         }))
[INFO] [stderr] 113 | |     }
[INFO] [stderr]     | |_____^ not a member of trait `OpenDPPlugin`
[INFO] [stderr] 
[INFO] [stderr] error[E0407]: method `get_output` is not a member of trait `OpenDPPlugin`
[INFO] [stderr]    --> src/measurements/make_private_expr/expr_report_noisy_max/mod.rs:188:5
[INFO] [stderr]     |
[INFO] [stderr] 188 | /     fn get_output(&self) -> Option<GetOutput> {
[INFO] [stderr] 189 | |         Some(GetOutput::map_fields(|fields| {
[INFO] [stderr] 190 | |             report_noisy_max_plugin_type_udf(fields)
[INFO] [stderr] 191 | |         }))
[INFO] [stderr] 192 | |     }
[INFO] [stderr]     | |_____^ not a member of trait `OpenDPPlugin`
[INFO] [stderr] 
[INFO] [stderr] error[E0407]: method `get_output` is not a member of trait `OpenDPPlugin`
[INFO] [stderr]    --> src/measurements/make_private_expr/expr_report_noisy_max/mod.rs:214:5
[INFO] [stderr]     |
[INFO] [stderr] 214 | /     fn get_output(&self) -> Option<GetOutput> {
[INFO] [stderr] 215 | |         Some(GetOutput::map_fields(|fields| {
[INFO] [stderr] 216 | |             report_noisy_max_plugin_type_udf(fields)
[INFO] [stderr] 217 | |         }))
[INFO] [stderr] 218 | |     }
[INFO] [stderr]     | |_____^ not a member of trait `OpenDPPlugin`
[INFO] [stderr] 
[INFO] [stderr] error[E0407]: method `get_output` is not a member of trait `OpenDPPlugin`
[INFO] [stderr]   --> src/transformations/make_stable_expr/expr_discrete_quantile_score/plugin_dq_score.rs:60:5
[INFO] [stderr]    |
[INFO] [stderr] 60 | /     fn get_output(&self) -> Option<GetOutput> {
[INFO] [stderr] 61 | |         // dtype is unknown
[INFO] [stderr] 62 | |         Some(GetOutput::from_type(DataType::Array(Box::new(UInt64), 1)))
[INFO] [stderr] 63 | |     }
[INFO] [stderr]    | |_____^ not a member of trait `OpenDPPlugin`
[INFO] [stderr] 
[INFO] [stderr] error[E0407]: method `get_output` is not a member of trait `OpenDPPlugin`
[INFO] [stderr]   --> src/transformations/make_stable_expr/expr_discrete_quantile_score/plugin_dq_score.rs:89:5
[INFO] [stderr]    |
[INFO] [stderr] 89 | /     fn get_output(&self) -> Option<GetOutput> {
[INFO] [stderr] 90 | |         let kwargs = self.clone();
[INFO] [stderr] 91 | |         Some(GetOutput::map_fields(move |fields| {
[INFO] [stderr] 92 | |             discrete_quantile_score_plugin_type_udf(fields, kwargs.clone())
[INFO] [stderr] 93 | |         }))
[INFO] [stderr] 94 | |     }
[INFO] [stderr]    | |_____^ not a member of trait `OpenDPPlugin`
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0407`.
[INFO] [stderr] error: could not document `opendp`
[INFO] running `Command { std: "docker" "inspect" "b1769a87ef8376442bbee9a4bad97df966d35deb26ca9a6953bd7fe5f16db390", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1769a87ef8376442bbee9a4bad97df966d35deb26ca9a6953bd7fe5f16db390", kill_on_drop: false }`
[INFO] [stdout] b1769a87ef8376442bbee9a4bad97df966d35deb26ca9a6953bd7fe5f16db390