[INFO] fetching crate notmuch-sys 4.4.2... [INFO] documenting notmuch-sys-4.4.2 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate notmuch-sys 4.4.2 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate notmuch-sys 4.4.2 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate notmuch-sys 4.4.2 [INFO] finished tweaking crates.io crate notmuch-sys 4.4.2 [INFO] tweaked toml for crates.io crate notmuch-sys 4.4.2 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a0b777e2ceb5965c95c4c358efb4057902fd032f3ecae02452b8ced73e41aa60 [INFO] running `Command { std: "docker" "start" "-a" "a0b777e2ceb5965c95c4c358efb4057902fd032f3ecae02452b8ced73e41aa60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0b777e2ceb5965c95c4c358efb4057902fd032f3ecae02452b8ced73e41aa60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0b777e2ceb5965c95c4c358efb4057902fd032f3ecae02452b8ced73e41aa60", kill_on_drop: false }` [INFO] [stdout] a0b777e2ceb5965c95c4c358efb4057902fd032f3ecae02452b8ced73e41aa60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ad9f1fe9b7a7dad0512ded16e4822b580bf5d49c37fd4cccc41d7144ac546a7 [INFO] running `Command { std: "docker" "start" "-a" "1ad9f1fe9b7a7dad0512ded16e4822b580bf5d49c37fd4cccc41d7144ac546a7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Documenting notmuch-sys v4.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> src/lib.rs:1338:16 [INFO] [stdout] | [INFO] [stdout] 1338 | /// @param[in,out] message message to operate on. [INFO] [stdout] | ^^^^^^ no item named `in,out` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [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:1339:16 [INFO] [stdout] | [INFO] [stdout] 1339 | /// @param[in] key key to delete properties for. If NULL, delete [INFO] [stdout] | ^^ no item named `in` in scope [INFO] [stdout] | [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:1359:16 [INFO] [stdout] | [INFO] [stdout] 1359 | /// @param[in] message The message to examine [INFO] [stdout] | ^^ no item named `in` in scope [INFO] [stdout] | [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:1360:16 [INFO] [stdout] | [INFO] [stdout] 1360 | /// @param[in] key key or key prefix [INFO] [stdout] | ^^ no item named `in` in scope [INFO] [stdout] | [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:1361:16 [INFO] [stdout] | [INFO] [stdout] 1361 | /// @param[in] exact if TRUE, require exact match with key. Otherwise [INFO] [stdout] | ^^ no item named `in` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:630:5 [INFO] [stdout] | [INFO] [stdout] 630 | / /// Execute a query for threads, returning a `notmuch_threads_t` object [INFO] [stdout] 631 | | /// which can be used to iterate over the results. The returned threads [INFO] [stdout] 632 | | /// object is owned by the query and as such, will only be valid until [INFO] [stdout] 633 | | /// `notmuch_query_destroy`. [INFO] [stdout] ... | [INFO] [stdout] 667 | | /// [INFO] [stdout] 668 | | /// @since libnotmuch 4.2 (notmuch 0.20) [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:673:5 [INFO] [stdout] | [INFO] [stdout] 673 | / /// Execute a query for messages, returning a `notmuch_messages_t` object [INFO] [stdout] 674 | | /// which can be used to iterate over the results. The returned [INFO] [stdout] 675 | | /// messages object is owned by the query and as such, will only be [INFO] [stdout] 676 | | /// valid until `notmuch_query_destroy`. [INFO] [stdout] ... | [INFO] [stdout] 712 | | /// [INFO] [stdout] 713 | | /// @since libnotmuch 4.2 (notmuch 0.20) [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:884:5 [INFO] [stdout] | [INFO] [stdout] 884 | / /// Get the tags for 'thread', returning a `notmuch_tags_t` object which [INFO] [stdout] 885 | | /// can be used to iterate over all tags. [INFO] [stdout] 886 | | /// [INFO] [stdout] 887 | | /// Note: In the Notmuch database, tags are stored on individual [INFO] [stdout] ... | [INFO] [stdout] 919 | | /// `notmuch_tags_destroy` function, but there's no good reason to call [INFO] [stdout] 920 | | /// it if the message is about to be destroyed). [INFO] [stdout] | |____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1082:5 [INFO] [stdout] | [INFO] [stdout] 1082 | / /// Get the tags for 'message', returning a `notmuch_tags_t` object which [INFO] [stdout] 1083 | | /// can be used to iterate over all tags. [INFO] [stdout] 1084 | | /// [INFO] [stdout] 1085 | | /// The tags object is owned by the message and as such, will only be [INFO] [stdout] ... | [INFO] [stdout] 1111 | | /// `notmuch_tags_destroy` function, but there's no good reason to call [INFO] [stdout] 1112 | | /// it if the message is about to be destroyed). [INFO] [stdout] | |____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1154:5 [INFO] [stdout] | [INFO] [stdout] 1154 | / /// Add/remove tags according to maildir flags in the message filename(s). [INFO] [stdout] 1155 | | /// [INFO] [stdout] 1156 | | /// This function examines the filenames of 'message' for maildir flags, and adds or removes [INFO] [stdout] 1157 | | /// tags on 'message' as follows when these flags are present: [INFO] [stdout] ... | [INFO] [stdout] 1183 | | /// `notmuch_message_tags_to_maildir_flags` for synchronizing tag changes [INFO] [stdout] 1184 | | /// back to maildir flags. [INFO] [stdout] | |______________________________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1221:5 [INFO] [stdout] | [INFO] [stdout] 1221 | / /// Freeze the current state of 'message' within the database. [INFO] [stdout] 1222 | | /// [INFO] [stdout] 1223 | | /// This means that changes to the message state, (via [INFO] [stdout] 1224 | | /// notmuch_message_add_tag, `notmuch_message_remove_tag`, and [INFO] [stdout] ... | [INFO] [stdout] 1260 | | /// `notmuch_status_t::READ_ONLY_DATABASE`: Database was opened in read-only [INFO] [stdout] 1261 | | /// mode so message cannot be modified. [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1351:5 [INFO] [stdout] | [INFO] [stdout] 1351 | / /// Get the properties for *message*, returning a [INFO] [stdout] 1352 | | /// `notmuch_message_properties_t` object which can be used to iterate over [INFO] [stdout] 1353 | | /// all properties. [INFO] [stdout] 1354 | | /// [INFO] [stdout] ... | [INFO] [stdout] 1382 | | /// @since libnotmuch 4.4 (notmuch 0.23) [INFO] [stdout] 1383 | | /// [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/lib.rs:566:9 [INFO] [stdout] | [INFO] [stdout] 566 | /// https://xapian.org/docs/queryparser.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.22s [INFO] running `Command { std: "docker" "inspect" "1ad9f1fe9b7a7dad0512ded16e4822b580bf5d49c37fd4cccc41d7144ac546a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ad9f1fe9b7a7dad0512ded16e4822b580bf5d49c37fd4cccc41d7144ac546a7", kill_on_drop: false }` [INFO] [stdout] 1ad9f1fe9b7a7dad0512ded16e4822b580bf5d49c37fd4cccc41d7144ac546a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 9d89131b4ca592b03fd0748c991d322c1d9ebd5a8c180689f31a4386096c602e [INFO] running `Command { std: "docker" "start" "-a" "9d89131b4ca592b03fd0748c991d322c1d9ebd5a8c180689f31a4386096c602e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Documenting notmuch-sys v4.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> src/lib.rs:1338:16 [INFO] [stdout] | [INFO] [stdout] 1338 | /// @param[in,out] message message to operate on. [INFO] [stdout] | ^^^^^^ no item named `in,out` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [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:1339:16 [INFO] [stdout] | [INFO] [stdout] 1339 | /// @param[in] key key to delete properties for. If NULL, delete [INFO] [stdout] | ^^ no item named `in` in scope [INFO] [stdout] | [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:1359:16 [INFO] [stdout] | [INFO] [stdout] 1359 | /// @param[in] message The message to examine [INFO] [stdout] | ^^ no item named `in` in scope [INFO] [stdout] | [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:1360:16 [INFO] [stdout] | [INFO] [stdout] 1360 | /// @param[in] key key or key prefix [INFO] [stdout] | ^^ no item named `in` in scope [INFO] [stdout] | [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:1361:16 [INFO] [stdout] | [INFO] [stdout] 1361 | /// @param[in] exact if TRUE, require exact match with key. Otherwise [INFO] [stdout] | ^^ no item named `in` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:630:5 [INFO] [stdout] | [INFO] [stdout] 630 | / /// Execute a query for threads, returning a `notmuch_threads_t` object [INFO] [stdout] 631 | | /// which can be used to iterate over the results. The returned threads [INFO] [stdout] 632 | | /// object is owned by the query and as such, will only be valid until [INFO] [stdout] 633 | | /// `notmuch_query_destroy`. [INFO] [stdout] ... | [INFO] [stdout] 667 | | /// [INFO] [stdout] 668 | | /// @since libnotmuch 4.2 (notmuch 0.20) [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:673:5 [INFO] [stdout] | [INFO] [stdout] 673 | / /// Execute a query for messages, returning a `notmuch_messages_t` object [INFO] [stdout] 674 | | /// which can be used to iterate over the results. The returned [INFO] [stdout] 675 | | /// messages object is owned by the query and as such, will only be [INFO] [stdout] 676 | | /// valid until `notmuch_query_destroy`. [INFO] [stdout] ... | [INFO] [stdout] 712 | | /// [INFO] [stdout] 713 | | /// @since libnotmuch 4.2 (notmuch 0.20) [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:884:5 [INFO] [stdout] | [INFO] [stdout] 884 | / /// Get the tags for 'thread', returning a `notmuch_tags_t` object which [INFO] [stdout] 885 | | /// can be used to iterate over all tags. [INFO] [stdout] 886 | | /// [INFO] [stdout] 887 | | /// Note: In the Notmuch database, tags are stored on individual [INFO] [stdout] ... | [INFO] [stdout] 919 | | /// `notmuch_tags_destroy` function, but there's no good reason to call [INFO] [stdout] 920 | | /// it if the message is about to be destroyed). [INFO] [stdout] | |____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1082:5 [INFO] [stdout] | [INFO] [stdout] 1082 | / /// Get the tags for 'message', returning a `notmuch_tags_t` object which [INFO] [stdout] 1083 | | /// can be used to iterate over all tags. [INFO] [stdout] 1084 | | /// [INFO] [stdout] 1085 | | /// The tags object is owned by the message and as such, will only be [INFO] [stdout] ... | [INFO] [stdout] 1111 | | /// `notmuch_tags_destroy` function, but there's no good reason to call [INFO] [stdout] 1112 | | /// it if the message is about to be destroyed). [INFO] [stdout] | |____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1154:5 [INFO] [stdout] | [INFO] [stdout] 1154 | / /// Add/remove tags according to maildir flags in the message filename(s). [INFO] [stdout] 1155 | | /// [INFO] [stdout] 1156 | | /// This function examines the filenames of 'message' for maildir flags, and adds or removes [INFO] [stdout] 1157 | | /// tags on 'message' as follows when these flags are present: [INFO] [stdout] ... | [INFO] [stdout] 1183 | | /// `notmuch_message_tags_to_maildir_flags` for synchronizing tag changes [INFO] [stdout] 1184 | | /// back to maildir flags. [INFO] [stdout] | |______________________________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1221:5 [INFO] [stdout] | [INFO] [stdout] 1221 | / /// Freeze the current state of 'message' within the database. [INFO] [stdout] 1222 | | /// [INFO] [stdout] 1223 | | /// This means that changes to the message state, (via [INFO] [stdout] 1224 | | /// notmuch_message_add_tag, `notmuch_message_remove_tag`, and [INFO] [stdout] ... | [INFO] [stdout] 1260 | | /// `notmuch_status_t::READ_ONLY_DATABASE`: Database was opened in read-only [INFO] [stdout] 1261 | | /// mode so message cannot be modified. [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1351:5 [INFO] [stdout] | [INFO] [stdout] 1351 | / /// Get the properties for *message*, returning a [INFO] [stdout] 1352 | | /// `notmuch_message_properties_t` object which can be used to iterate over [INFO] [stdout] 1353 | | /// all properties. [INFO] [stdout] 1354 | | /// [INFO] [stdout] ... | [INFO] [stdout] 1382 | | /// @since libnotmuch 4.4 (notmuch 0.23) [INFO] [stdout] 1383 | | /// [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/lib.rs:566:9 [INFO] [stdout] | [INFO] [stdout] 566 | /// https://xapian.org/docs/queryparser.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.12s [INFO] running `Command { std: "docker" "inspect" "9d89131b4ca592b03fd0748c991d322c1d9ebd5a8c180689f31a4386096c602e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d89131b4ca592b03fd0748c991d322c1d9ebd5a8c180689f31a4386096c602e", kill_on_drop: false }` [INFO] [stdout] 9d89131b4ca592b03fd0748c991d322c1d9ebd5a8c180689f31a4386096c602e