sn_dysfunction 0.15.0

The Safe Network Node Dysfunctional Detection.
Documentation
Build #1640009 2025-01-18 08:16:36

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.86.0-nightly (6067b3631 2025-01-17)

# docs.rs version docsrs 0.6.0 (13d4ccea 2025-01-13)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/sn_dysfunction-0.15.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/sn_dysfunction-0.15.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250117-1.86.0-nightly-6067b3631\", \"--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] 8005b104eabcfe508971273c38fd51d0e4174eb108914b96811937c3c0486665 [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" "8005b104eabcfe508971273c38fd51d0e4174eb108914b96811937c3c0486665", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking sn_interface v0.16.20 [INFO] [stderr] error[E0433]: failed to resolve: could not find `bls_ringct` in `sn_dbc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sn_interface-0.16.20/src/dbcs.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | bls_ringct::{bls_bulletproofs::PedersenGens, group::Curve}, [INFO] [stderr] | ^^^^^^^^^^ could not find `bls_ringct` in `sn_dbc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `sn_dbc::MlsagMaterial`, `sn_dbc::TrueInput` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sn_interface-0.16.20/src/dbcs.rs:11:44 [INFO] [stderr] | [INFO] [stderr] 11 | rng, Dbc, Hash, IndexedSignatureShare, MlsagMaterial, Owner, OwnerOnce, RevealedCommitment, [INFO] [stderr] | ^^^^^^^^^^^^^ no `MlsagMaterial` in the root [INFO] [stderr] 12 | SpentProofContent, SpentProofShare, Token, TransactionBuilder, TrueInput, [INFO] [stderr] | ^^^^^^^^^ no `TrueInput` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `sn_dbc::KeyImage`, `sn_dbc::RingCtTransaction` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sn_interface-0.16.20/src/messaging/data/spentbook.rs:16:14 [INFO] [stderr] | [INFO] [stderr] 16 | use sn_dbc::{KeyImage, RingCtTransaction, SpentProof}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^^^^^^^ no `RingCtTransaction` in the root [INFO] [stderr] | | [INFO] [stderr] | no `KeyImage` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `sn_dbc::RingCtTransaction` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sn_interface-0.16.20/src/network_knowledge/section_keys.rs:13:46 [INFO] [stderr] | [INFO] [stderr] 13 | Commitment, Hash, IndexedSignatureShare, RingCtTransaction, SpentProofContent, SpentProofShare, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `RingCtTransaction` in the root [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `SpentProofContent` has no field named `key_image` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sn_interface-0.16.20/src/dbcs.rs:88:9 [INFO] [stderr] | [INFO] [stderr] 88 | key_image, [INFO] [stderr] | ^^^^^^^^^ `SpentProofContent` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `public_key`, `public_commitment` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `SpentProofContent` has no field named `public_commitments` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sn_interface-0.16.20/src/dbcs.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | public_commitments: vec![revealed_commitment [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: a field with a similar name exists [INFO] [stderr] | [INFO] [stderr] 90 | public_commitment: vec![revealed_commitment [INFO] [stderr] | ~~~~~~~~~~~~~~~~~ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_affine` found for struct `curve25519_dalek_ng::ristretto::RistrettoPoint` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sn_interface-0.16.20/src/dbcs.rs:92:14 [INFO] [stderr] | [INFO] [stderr] 90 | public_commitments: vec![revealed_commitment [INFO] [stderr] | __________________________________- [INFO] [stderr] 91 | | .commit(&PedersenGens::default()) [INFO] [stderr] 92 | | .to_affine()], [INFO] [stderr] | | -^^^^^^^^^ method not found in `RistrettoPoint` [INFO] [stderr] | |_____________| [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `SpentProofContent` has no field named `key_image` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sn_interface-0.16.20/src/network_knowledge/section_keys.rs:115:9 [INFO] [stderr] | [INFO] [stderr] 115 | key_image: *key_image, [INFO] [stderr] | ^^^^^^^^^ `SpentProofContent` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `public_key`, `public_commitment` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `SpentProofContent` has no field named `public_commitments` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sn_interface-0.16.20/src/network_knowledge/section_keys.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | public_commitments, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: a field with a similar name exists [INFO] [stderr] | [INFO] [stderr] 117 | public_commitment, [INFO] [stderr] | ~~~~~~~~~~~~~~~~~ [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0560, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `sn_interface` (lib) due to 9 previous errors [INFO] running `Command { std: "docker" "inspect" "8005b104eabcfe508971273c38fd51d0e4174eb108914b96811937c3c0486665", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8005b104eabcfe508971273c38fd51d0e4174eb108914b96811937c3c0486665", kill_on_drop: false }` [INFO] [stdout] 8005b104eabcfe508971273c38fd51d0e4174eb108914b96811937c3c0486665