[INFO] fetching crate barnacl 0.1.1... [INFO] documenting barnacl-0.1.1 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate barnacl 0.1.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate barnacl 0.1.1 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate barnacl 0.1.1 [INFO] removed path dependency barnacl_sys from crates.io crate barnacl 0.1.1 [INFO] finished tweaking crates.io crate barnacl 0.1.1 [INFO] tweaked toml for crates.io crate barnacl 0.1.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 992d49c7fdb881255b91e40e505eb8eb914de2a3b21807b33fbf83a124963c81 [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" "992d49c7fdb881255b91e40e505eb8eb914de2a3b21807b33fbf83a124963c81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "992d49c7fdb881255b91e40e505eb8eb914de2a3b21807b33fbf83a124963c81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "992d49c7fdb881255b91e40e505eb8eb914de2a3b21807b33fbf83a124963c81", kill_on_drop: false }` [INFO] [stdout] 992d49c7fdb881255b91e40e505eb8eb914de2a3b21807b33fbf83a124963c81 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 19f7ff16b92e0669ae50c226d00456a7f473db24a15e18f2b75ed042dedb6bc4 [INFO] running `Command { std: "docker" "start" "-a" "19f7ff16b92e0669ae50c226d00456a7f473db24a15e18f2b75ed042dedb6bc4", kill_on_drop: false }` [INFO] [stderr] Compiling barnacl_sys v0.1.1 [INFO] [stderr] Documenting barnacl v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/box_/curve25519xsalsa20poly1305.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const PUBLICKEYBYTES: usize = ffi::crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/box_/curve25519xsalsa20poly1305.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub const SECRETKEYBYTES: usize = ffi::crypto_box_curve25519xsalsa20poly1305_SECRETKEYBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/box_/curve25519xsalsa20poly1305.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub const NONCEBYTES: usize = ffi::crypto_box_curve25519xsalsa20poly1305_NONCEBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/box_/curve25519xsalsa20poly1305.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub const PRECOMPUTEDKEYBYTES: usize = ffi::crypto_box_curve25519xsalsa20poly1305_BEFORENMBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/sign/ed25519.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub const SEEDBYTES: usize = ffi::crypto_sign_ed25519_SEEDBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/sign/ed25519.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub const SECRETKEYBYTES: usize = ffi::crypto_sign_ed25519_SECRETKEYBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/sign/ed25519.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const PUBLICKEYBYTES: usize = ffi::crypto_sign_ed25519_PUBLICKEYBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/sign/ed25519.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const SIGNATUREBYTES: usize = ffi::crypto_sign_ed25519_BYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/sign/edwards25519sha512batch.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub const SECRETKEYBYTES: usize = ffi::crypto_sign_edwards25519sha512batch_SECRETKEYBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/sign/edwards25519sha512batch.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub const PUBLICKEYBYTES: usize = ffi::crypto_sign_edwards25519sha512batch_PUBLICKEYBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/sign/edwards25519sha512batch.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub const SIGNATUREBYTES: usize = ffi::crypto_sign_edwards25519sha512batch_BYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/scalarmult/curve25519.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub const BYTES: usize = ffi::crypto_scalarmult_curve25519_BYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/scalarmult/curve25519.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub const SCALARBYTES: usize = ffi::crypto_scalarmult_curve25519_SCALARBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const KEYBYTES: usize = $keybytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / auth_module!(crypto_auth_hmacsha512, [INFO] [stdout] 9 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 10 | | verify_64, [INFO] [stdout] 11 | | crypto_auth_hmacsha512_KEYBYTES, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_BYTES); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const TAGBYTES: usize = $tagbytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / auth_module!(crypto_auth_hmacsha512, [INFO] [stdout] 9 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 10 | | verify_64, [INFO] [stdout] 11 | | crypto_auth_hmacsha512_KEYBYTES, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_BYTES); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const KEYBYTES: usize = $keybytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / auth_module!(crypto_auth_hmacsha512256, [INFO] [stdout] 10 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 11 | | verify_32, [INFO] [stdout] 12 | | crypto_auth_hmacsha512256_KEYBYTES, [INFO] [stdout] 13 | | crypto_auth_hmacsha512256_BYTES); [INFO] [stdout] | |______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const TAGBYTES: usize = $tagbytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / auth_module!(crypto_auth_hmacsha512256, [INFO] [stdout] 10 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 11 | | verify_32, [INFO] [stdout] 12 | | crypto_auth_hmacsha512256_KEYBYTES, [INFO] [stdout] 13 | | crypto_auth_hmacsha512256_BYTES); [INFO] [stdout] | |______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const KEYBYTES: usize = $keybytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / auth_module!(crypto_auth_hmacsha256, [INFO] [stdout] 10 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 11 | | verify_32, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_KEYBYTES, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_BYTES); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const TAGBYTES: usize = $tagbytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / auth_module!(crypto_auth_hmacsha256, [INFO] [stdout] 10 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 11 | | verify_32, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_KEYBYTES, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_BYTES); [INFO] [stdout] | |___________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/hash/hash_macros.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub const HASHBYTES: usize = $hashbytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / hash_module!(crypto_hash_sha512, [INFO] [stdout] 11 | | crypto_hash_sha512_BYTES, [INFO] [stdout] 12 | | 128); [INFO] [stdout] | |__________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/hash/hash_macros.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub const BLOCKBYTES: usize = $blockbytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / hash_module!(crypto_hash_sha512, [INFO] [stdout] 11 | | crypto_hash_sha512_BYTES, [INFO] [stdout] 12 | | 128); [INFO] [stdout] | |__________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/hash/hash_macros.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub const HASHBYTES: usize = $hashbytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / hash_module!(crypto_hash_sha256, [INFO] [stdout] 11 | | crypto_hash_sha256_BYTES, [INFO] [stdout] 12 | | 64); [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/hash/hash_macros.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub const BLOCKBYTES: usize = $blockbytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / hash_module!(crypto_hash_sha256, [INFO] [stdout] 11 | | crypto_hash_sha256_BYTES, [INFO] [stdout] 12 | | 64); [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/secretbox/xsalsa20poly1305.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const KEYBYTES: usize = ffi::crypto_secretbox_xsalsa20poly1305_KEYBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/secretbox/xsalsa20poly1305.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub const NONCEBYTES: usize = ffi::crypto_secretbox_xsalsa20poly1305_NONCEBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/onetimeauth/../auth/auth_macros.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const KEYBYTES: usize = $keybytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!(crypto_onetimeauth_poly1305, [INFO] [stdout] 11 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 12 | | verify_16, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_KEYBYTES, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_BYTES); [INFO] [stdout] | |________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/onetimeauth/../auth/auth_macros.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const TAGBYTES: usize = $tagbytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!(crypto_onetimeauth_poly1305, [INFO] [stdout] 11 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 12 | | verify_16, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_KEYBYTES, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_BYTES); [INFO] [stdout] | |________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/pwhash/scryptsalsa208sha256.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub const SALTBYTES: usize = ffi::crypto_pwhash_scryptsalsa208sha256_SALTBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/pwhash/scryptsalsa208sha256.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub const STRBYTES: usize = ffi::crypto_pwhash_scryptsalsa208sha256_STRBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/pwhash/scryptsalsa208sha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub const STRPREFIX: &'static str = ffi::crypto_pwhash_scryptsalsa208sha256_STRPREFIX; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/pwhash/scryptsalsa208sha256.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / pub const OPSLIMIT_INTERACTIVE: OpsLimit = [INFO] [stdout] 12 | | OpsLimit(ffi::crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE); [INFO] [stdout] | |___________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/pwhash/scryptsalsa208sha256.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / pub const MEMLIMIT_INTERACTIVE: MemLimit = [INFO] [stdout] 14 | | MemLimit(ffi::crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_INTERACTIVE); [INFO] [stdout] | |___________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/pwhash/scryptsalsa208sha256.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / pub const OPSLIMIT_SENSITIVE: OpsLimit = [INFO] [stdout] 16 | | OpsLimit(ffi::crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_SENSITIVE); [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/pwhash/scryptsalsa208sha256.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / pub const MEMLIMIT_SENSITIVE: MemLimit = [INFO] [stdout] 18 | | MemLimit(ffi::crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_SENSITIVE); [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/stream/stream_macros.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const KEYBYTES: usize = $keybytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!(crypto_stream_xsalsa20, [INFO] [stdout] 11 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 12 | | crypto_stream_xsalsa20_KEYBYTES, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_NONCEBYTES); [INFO] [stdout] | |__________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/stream/stream_macros.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const NONCEBYTES: usize = $noncebytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!(crypto_stream_xsalsa20, [INFO] [stdout] 11 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 12 | | crypto_stream_xsalsa20_KEYBYTES, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_NONCEBYTES); [INFO] [stdout] | |__________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/stream/stream_macros.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const KEYBYTES: usize = $keybytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/aes128ctr.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / stream_module!(crypto_stream_aes128ctr, [INFO] [stdout] 10 | | crypto_stream_aes128ctr_xor, [INFO] [stdout] 11 | | crypto_stream_aes128ctr_KEYBYTES, [INFO] [stdout] 12 | | crypto_stream_aes128ctr_NONCEBYTES); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/stream/stream_macros.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const NONCEBYTES: usize = $noncebytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/aes128ctr.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / stream_module!(crypto_stream_aes128ctr, [INFO] [stdout] 10 | | crypto_stream_aes128ctr_xor, [INFO] [stdout] 11 | | crypto_stream_aes128ctr_KEYBYTES, [INFO] [stdout] 12 | | crypto_stream_aes128ctr_NONCEBYTES); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/stream/stream_macros.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const KEYBYTES: usize = $keybytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa208.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / stream_module!(crypto_stream_salsa208, [INFO] [stdout] 10 | | crypto_stream_salsa208_xor, [INFO] [stdout] 11 | | crypto_stream_salsa208_KEYBYTES, [INFO] [stdout] 12 | | crypto_stream_salsa208_NONCEBYTES); [INFO] [stdout] | |__________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/stream/stream_macros.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const NONCEBYTES: usize = $noncebytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa208.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / stream_module!(crypto_stream_salsa208, [INFO] [stdout] 10 | | crypto_stream_salsa208_xor, [INFO] [stdout] 11 | | crypto_stream_salsa208_KEYBYTES, [INFO] [stdout] 12 | | crypto_stream_salsa208_NONCEBYTES); [INFO] [stdout] | |__________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/stream/stream_macros.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const KEYBYTES: usize = $keybytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa2012.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / stream_module!(crypto_stream_salsa2012, [INFO] [stdout] 10 | | crypto_stream_salsa2012_xor, [INFO] [stdout] 11 | | crypto_stream_salsa2012_KEYBYTES, [INFO] [stdout] 12 | | crypto_stream_salsa2012_NONCEBYTES); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/stream/stream_macros.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const NONCEBYTES: usize = $noncebytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa2012.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / stream_module!(crypto_stream_salsa2012, [INFO] [stdout] 10 | | crypto_stream_salsa2012_xor, [INFO] [stdout] 11 | | crypto_stream_salsa2012_KEYBYTES, [INFO] [stdout] 12 | | crypto_stream_salsa2012_NONCEBYTES); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/stream/stream_macros.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const KEYBYTES: usize = $keybytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / stream_module!(crypto_stream_salsa20, [INFO] [stdout] 10 | | crypto_stream_salsa20_xor, [INFO] [stdout] 11 | | crypto_stream_salsa20_KEYBYTES, [INFO] [stdout] 12 | | crypto_stream_salsa20_NONCEBYTES); [INFO] [stdout] | |_________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/stream/stream_macros.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const NONCEBYTES: usize = $noncebytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / stream_module!(crypto_stream_salsa20, [INFO] [stdout] 10 | | crypto_stream_salsa20_xor, [INFO] [stdout] 11 | | crypto_stream_salsa20_KEYBYTES, [INFO] [stdout] 12 | | crypto_stream_salsa20_NONCEBYTES); [INFO] [stdout] | |_________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/stream/stream_macros.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const KEYBYTES: usize = $keybytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / stream_module!(crypto_stream_chacha20, [INFO] [stdout] 8 | | crypto_stream_chacha20_xor, [INFO] [stdout] 9 | | crypto_stream_chacha20_KEYBYTES, [INFO] [stdout] 10 | | crypto_stream_chacha20_NONCEBYTES); [INFO] [stdout] | |__________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/stream/stream_macros.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const NONCEBYTES: usize = $noncebytes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / stream_module!(crypto_stream_chacha20, [INFO] [stdout] 8 | | crypto_stream_chacha20_xor, [INFO] [stdout] 9 | | crypto_stream_chacha20_KEYBYTES, [INFO] [stdout] 10 | | crypto_stream_chacha20_NONCEBYTES); [INFO] [stdout] | |__________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/shorthash/siphash24.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub const HASHBYTES: usize = ffi::crypto_shorthash_siphash24_BYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/crypto/shorthash/siphash24.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub const KEYBYTES: usize = ffi::crypto_shorthash_siphash24_KEYBYTES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 48 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.17s [INFO] running `Command { std: "docker" "inspect" "19f7ff16b92e0669ae50c226d00456a7f473db24a15e18f2b75ed042dedb6bc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19f7ff16b92e0669ae50c226d00456a7f473db24a15e18f2b75ed042dedb6bc4", kill_on_drop: false }` [INFO] [stdout] 19f7ff16b92e0669ae50c226d00456a7f473db24a15e18f2b75ed042dedb6bc4