dup-crypto 0.49.0

Manage cryptographic operations for DUniter Protocols and the Duniter eco-system most broadly.
Documentation
Build #364307 2021-03-19T22:20:20.121285+00:00
# rustc version
rustc 1.52.0-nightly (1705a7d64 2021-03-18)
# docs.rs version
docsrs 0.6.0 (0319119 2021-03-11)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/dup-crypto-0.49.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/dup-crypto-0.49.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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/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" "--resource-suffix" "-20210318-1.52.0-nightly-1705a7d64" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 0269852f80585fbeb8a54d3f629bb9027bc737ac5f8e6510dcfc4f7757ca0120
[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" "0269852f80585fbeb8a54d3f629bb9027bc737ac5f8e6510dcfc4f7757ca0120", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.64
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling libc v0.2.90
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling serde_derive v1.0.124
[INFO] [stderr]     Checking subtle v2.4.0
[INFO] [stderr]    Compiling serde v1.0.124
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]     Checking cryptoxide v0.3.2
[INFO] [stderr]     Checking constant_time_eq v0.1.5
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking arrayref v0.3.6
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking bs58 v0.4.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling blake3 v0.3.7
[INFO] [stderr]     Checking ed25519-bip32 v0.3.2
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking cipher v0.2.5
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking aes-soft v0.6.4
[INFO] [stderr]     Checking aes v0.6.0
[INFO] [stderr]    Compiling synstructure v0.12.4
[INFO] [stderr]    Compiling zeroize_derive v1.0.1
[INFO] [stderr]    Compiling zerocopy-derive v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.24
[INFO] [stderr]     Checking zeroize v1.2.0
[INFO] [stderr]     Checking zerocopy v0.3.0
[INFO] [stderr]     Checking thiserror v1.0.24
[INFO] [stderr]     Checking curve25519-dalek v3.0.2
[INFO] [stderr]  Documenting dup-crypto v0.49.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: public documentation for `wordmap` links to private item `WordMap`
[INFO] [stderr]    --> src/mnemonic/language.rs:168:27
[INFO] [stderr]     |
[INFO] [stderr] 168 |     /// Get a [`WordMap`][WordMap] that allows word -> index lookups in the word list
[INFO] [stderr]     |                           ^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Seed`
[INFO] [stderr]    --> src/mnemonic/language.rs:171:51
[INFO] [stderr]     |
[INFO] [stderr] 171 |     /// when the phrase is turned into a [`Seed`][Seed].
[INFO] [stderr]     |                                                   ^^^^ no item named `Seed` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: 2 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 40.81s
[INFO] running `Command { std: "docker" "inspect" "0269852f80585fbeb8a54d3f629bb9027bc737ac5f8e6510dcfc4f7757ca0120", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0269852f80585fbeb8a54d3f629bb9027bc737ac5f8e6510dcfc4f7757ca0120", kill_on_drop: false }`
[INFO] [stdout] 0269852f80585fbeb8a54d3f629bb9027bc737ac5f8e6510dcfc4f7757ca0120