[INFO] fetching crate olm-sys 1.3.1... [INFO] documenting olm-sys-1.3.1 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate olm-sys 1.3.1 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate olm-sys 1.3.1 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate olm-sys 1.3.1 [INFO] finished tweaking crates.io crate olm-sys 1.3.1 [INFO] tweaked toml for crates.io crate olm-sys 1.3.1 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ffeb83cb53df7fece6cd543637c772f17906244be45ea6d64c61bfd777b96643 [INFO] running `Command { std: "docker" "start" "-a" "ffeb83cb53df7fece6cd543637c772f17906244be45ea6d64c61bfd777b96643", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ffeb83cb53df7fece6cd543637c772f17906244be45ea6d64c61bfd777b96643", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffeb83cb53df7fece6cd543637c772f17906244be45ea6d64c61bfd777b96643", kill_on_drop: false }` [INFO] [stdout] ffeb83cb53df7fece6cd543637c772f17906244be45ea6d64c61bfd777b96643 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9b048265f4c201366497ec1fc6442a52e9003ae9dfe8281fb80894a529aa95f [INFO] running `Command { std: "docker" "start" "-a" "b9b048265f4c201366497ec1fc6442a52e9003ae9dfe8281fb80894a529aa95f", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling olm-sys v1.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting olm-sys v1.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/lib.rs:1290:5 [INFO] [stdout] | [INFO] [stdout] 1290 | / #[doc = " Creates a new SAS object."] [INFO] [stdout] 1291 | | #[doc = ""] [INFO] [stdout] 1292 | | #[doc = " @param[in] sas the SAS object to create, initialized by `olm_sas()`."] [INFO] [stdout] 1293 | | #[doc = " @param[in] random array of random bytes. The contents of the buffer may be"] [INFO] [stdout] ... | [INFO] [stdout] 1298 | | #[doc = " @return `olm_error()` on failure. If there weren't enough random bytes then"] [INFO] [stdout] 1299 | | #[doc = " `olm_sas_last_error()` will be `NOT_ENOUGH_RANDOM`."] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] sas the SAS object to create, initialized by `olm_sas()`. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/lib.rs:1311:5 [INFO] [stdout] | [INFO] [stdout] 1311 | / #[doc = " Get the public key for the SAS object."] [INFO] [stdout] 1312 | | #[doc = ""] [INFO] [stdout] 1313 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1314 | | #[doc = " @param[out] pubkey buffer to store the public key."] [INFO] [stdout] ... | [INFO] [stdout] 1318 | | #[doc = " @return `olm_error()` on failure. If the `pubkey` buffer is too small, then"] [INFO] [stdout] 1319 | | #[doc = " `olm_sas_last_error()` will be `OUTPUT_BUFFER_TOO_SMALL`."] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] sas the SAS object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/lib.rs:1311:5 [INFO] [stdout] | [INFO] [stdout] 1311 | / #[doc = " Get the public key for the SAS object."] [INFO] [stdout] 1312 | | #[doc = ""] [INFO] [stdout] 1313 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1314 | | #[doc = " @param[out] pubkey buffer to store the public key."] [INFO] [stdout] ... | [INFO] [stdout] 1318 | | #[doc = " @return `olm_error()` on failure. If the `pubkey` buffer is too small, then"] [INFO] [stdout] 1319 | | #[doc = " `olm_sas_last_error()` will be `OUTPUT_BUFFER_TOO_SMALL`."] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pubkey buffer to store the public key. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/lib.rs:1327:5 [INFO] [stdout] | [INFO] [stdout] 1327 | / #[doc = " Sets the public key of other user."] [INFO] [stdout] 1328 | | #[doc = ""] [INFO] [stdout] 1329 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1330 | | #[doc = " @param[in] their_key the other user's public key. The contents of the"] [INFO] [stdout] ... | [INFO] [stdout] 1334 | | #[doc = " @return `olm_error()` on failure. If the `their_key` buffer is too small,"] [INFO] [stdout] 1335 | | #[doc = " then `olm_sas_last_error()` will be `INPUT_BUFFER_TOO_SMALL`."] [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] sas the SAS object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/lib.rs:1343:5 [INFO] [stdout] | [INFO] [stdout] 1343 | / #[doc = " Checks if their key was set."] [INFO] [stdout] 1344 | | #[doc = ""] [INFO] [stdout] 1345 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1346 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] sas the SAS object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/lib.rs:1350:5 [INFO] [stdout] | [INFO] [stdout] 1350 | / #[doc = " Generate bytes to use for the short authentication string."] [INFO] [stdout] 1351 | | #[doc = ""] [INFO] [stdout] 1352 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1353 | | #[doc = " @param[in] info extra information to mix in when generating the bytes, as"] [INFO] [stdout] ... | [INFO] [stdout] 1360 | | #[doc = " @return `olm_error()` on failure. If their key wasn't set then"] [INFO] [stdout] 1361 | | #[doc = " `olm_sas_last_error()` will be `SAS_THEIR_KEY_NOT_SET`."] [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] sas the SAS object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/lib.rs:1350:5 [INFO] [stdout] | [INFO] [stdout] 1350 | / #[doc = " Generate bytes to use for the short authentication string."] [INFO] [stdout] 1351 | | #[doc = ""] [INFO] [stdout] 1352 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1353 | | #[doc = " @param[in] info extra information to mix in when generating the bytes, as"] [INFO] [stdout] ... | [INFO] [stdout] 1360 | | #[doc = " @return `olm_error()` on failure. If their key wasn't set then"] [INFO] [stdout] 1361 | | #[doc = " `olm_sas_last_error()` will be `SAS_THEIR_KEY_NOT_SET`."] [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] output the output buffer. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/lib.rs:1376:5 [INFO] [stdout] | [INFO] [stdout] 1376 | / #[doc = " Generate a message authentication code (MAC) based on the shared secret."] [INFO] [stdout] 1377 | | #[doc = ""] [INFO] [stdout] 1378 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1379 | | #[doc = " @param[in] input the message to produce the authentication code for."] [INFO] [stdout] ... | [INFO] [stdout] 1388 | | #[doc = " @return `olm_error()` on failure. If the `mac` buffer is too small, then"] [INFO] [stdout] 1389 | | #[doc = " `olm_sas_last_error()` will be `OUTPUT_BUFFER_TOO_SMALL`."] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] sas the SAS object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/lib.rs:1376:5 [INFO] [stdout] | [INFO] [stdout] 1376 | / #[doc = " Generate a message authentication code (MAC) based on the shared secret."] [INFO] [stdout] 1377 | | #[doc = ""] [INFO] [stdout] 1378 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1379 | | #[doc = " @param[in] input the message to produce the authentication code for."] [INFO] [stdout] ... | [INFO] [stdout] 1388 | | #[doc = " @return `olm_error()` on failure. If the `mac` buffer is too small, then"] [INFO] [stdout] 1389 | | #[doc = " `olm_sas_last_error()` will be `OUTPUT_BUFFER_TOO_SMALL`."] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] mac the buffer in which to store the MAC. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.14s [INFO] running `Command { std: "docker" "inspect" "b9b048265f4c201366497ec1fc6442a52e9003ae9dfe8281fb80894a529aa95f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9b048265f4c201366497ec1fc6442a52e9003ae9dfe8281fb80894a529aa95f", kill_on_drop: false }` [INFO] [stdout] b9b048265f4c201366497ec1fc6442a52e9003ae9dfe8281fb80894a529aa95f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 4896941a43750ecbe1a0861353c0cd614ec1e2e753a8667b434b92a9ff766828 [INFO] running `Command { std: "docker" "start" "-a" "4896941a43750ecbe1a0861353c0cd614ec1e2e753a8667b434b92a9ff766828", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling olm-sys v1.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting olm-sys v1.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/lib.rs:1290:5 [INFO] [stdout] | [INFO] [stdout] 1290 | / #[doc = " Creates a new SAS object."] [INFO] [stdout] 1291 | | #[doc = ""] [INFO] [stdout] 1292 | | #[doc = " @param[in] sas the SAS object to create, initialized by `olm_sas()`."] [INFO] [stdout] 1293 | | #[doc = " @param[in] random array of random bytes. The contents of the buffer may be"] [INFO] [stdout] ... | [INFO] [stdout] 1298 | | #[doc = " @return `olm_error()` on failure. If there weren't enough random bytes then"] [INFO] [stdout] 1299 | | #[doc = " `olm_sas_last_error()` will be `NOT_ENOUGH_RANDOM`."] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] sas the SAS object to create, initialized by `olm_sas()`. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/lib.rs:1311:5 [INFO] [stdout] | [INFO] [stdout] 1311 | / #[doc = " Get the public key for the SAS object."] [INFO] [stdout] 1312 | | #[doc = ""] [INFO] [stdout] 1313 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1314 | | #[doc = " @param[out] pubkey buffer to store the public key."] [INFO] [stdout] ... | [INFO] [stdout] 1318 | | #[doc = " @return `olm_error()` on failure. If the `pubkey` buffer is too small, then"] [INFO] [stdout] 1319 | | #[doc = " `olm_sas_last_error()` will be `OUTPUT_BUFFER_TOO_SMALL`."] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] sas the SAS object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/lib.rs:1311:5 [INFO] [stdout] | [INFO] [stdout] 1311 | / #[doc = " Get the public key for the SAS object."] [INFO] [stdout] 1312 | | #[doc = ""] [INFO] [stdout] 1313 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1314 | | #[doc = " @param[out] pubkey buffer to store the public key."] [INFO] [stdout] ... | [INFO] [stdout] 1318 | | #[doc = " @return `olm_error()` on failure. If the `pubkey` buffer is too small, then"] [INFO] [stdout] 1319 | | #[doc = " `olm_sas_last_error()` will be `OUTPUT_BUFFER_TOO_SMALL`."] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pubkey buffer to store the public key. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/lib.rs:1327:5 [INFO] [stdout] | [INFO] [stdout] 1327 | / #[doc = " Sets the public key of other user."] [INFO] [stdout] 1328 | | #[doc = ""] [INFO] [stdout] 1329 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1330 | | #[doc = " @param[in] their_key the other user's public key. The contents of the"] [INFO] [stdout] ... | [INFO] [stdout] 1334 | | #[doc = " @return `olm_error()` on failure. If the `their_key` buffer is too small,"] [INFO] [stdout] 1335 | | #[doc = " then `olm_sas_last_error()` will be `INPUT_BUFFER_TOO_SMALL`."] [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] sas the SAS object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/lib.rs:1343:5 [INFO] [stdout] | [INFO] [stdout] 1343 | / #[doc = " Checks if their key was set."] [INFO] [stdout] 1344 | | #[doc = ""] [INFO] [stdout] 1345 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1346 | | #[doc = ""] [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] sas the SAS object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/lib.rs:1350:5 [INFO] [stdout] | [INFO] [stdout] 1350 | / #[doc = " Generate bytes to use for the short authentication string."] [INFO] [stdout] 1351 | | #[doc = ""] [INFO] [stdout] 1352 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1353 | | #[doc = " @param[in] info extra information to mix in when generating the bytes, as"] [INFO] [stdout] ... | [INFO] [stdout] 1360 | | #[doc = " @return `olm_error()` on failure. If their key wasn't set then"] [INFO] [stdout] 1361 | | #[doc = " `olm_sas_last_error()` will be `SAS_THEIR_KEY_NOT_SET`."] [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] sas the SAS object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/lib.rs:1350:5 [INFO] [stdout] | [INFO] [stdout] 1350 | / #[doc = " Generate bytes to use for the short authentication string."] [INFO] [stdout] 1351 | | #[doc = ""] [INFO] [stdout] 1352 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1353 | | #[doc = " @param[in] info extra information to mix in when generating the bytes, as"] [INFO] [stdout] ... | [INFO] [stdout] 1360 | | #[doc = " @return `olm_error()` on failure. If their key wasn't set then"] [INFO] [stdout] 1361 | | #[doc = " `olm_sas_last_error()` will be `SAS_THEIR_KEY_NOT_SET`."] [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] output the output buffer. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/lib.rs:1376:5 [INFO] [stdout] | [INFO] [stdout] 1376 | / #[doc = " Generate a message authentication code (MAC) based on the shared secret."] [INFO] [stdout] 1377 | | #[doc = ""] [INFO] [stdout] 1378 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1379 | | #[doc = " @param[in] input the message to produce the authentication code for."] [INFO] [stdout] ... | [INFO] [stdout] 1388 | | #[doc = " @return `olm_error()` on failure. If the `mac` buffer is too small, then"] [INFO] [stdout] 1389 | | #[doc = " `olm_sas_last_error()` will be `OUTPUT_BUFFER_TOO_SMALL`."] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] sas the SAS object. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/lib.rs:1376:5 [INFO] [stdout] | [INFO] [stdout] 1376 | / #[doc = " Generate a message authentication code (MAC) based on the shared secret."] [INFO] [stdout] 1377 | | #[doc = ""] [INFO] [stdout] 1378 | | #[doc = " @param[in] sas the SAS object."] [INFO] [stdout] 1379 | | #[doc = " @param[in] input the message to produce the authentication code for."] [INFO] [stdout] ... | [INFO] [stdout] 1388 | | #[doc = " @return `olm_error()` on failure. If the `mac` buffer is too small, then"] [INFO] [stdout] 1389 | | #[doc = " `olm_sas_last_error()` will be `OUTPUT_BUFFER_TOO_SMALL`."] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] mac the buffer in which to store the MAC. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.72s [INFO] running `Command { std: "docker" "inspect" "4896941a43750ecbe1a0861353c0cd614ec1e2e753a8667b434b92a9ff766828", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4896941a43750ecbe1a0861353c0cd614ec1e2e753a8667b434b92a9ff766828", kill_on_drop: false }` [INFO] [stdout] 4896941a43750ecbe1a0861353c0cd614ec1e2e753a8667b434b92a9ff766828