[INFO] fetching crate notmuch 0.6.0... [INFO] documenting notmuch-0.6.0 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate notmuch 0.6.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate notmuch 0.6.0 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 notmuch 0.6.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate notmuch 0.6.0 [INFO] tweaked toml for crates.io crate notmuch 0.6.0 written to /workspace/builds/worker-3/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c6e7f2e5b6535e624a134cc3757e40fddc156c9eed61bd85620afcb7d685f3f5 [INFO] running `Command { std: "docker" "start" "-a" "c6e7f2e5b6535e624a134cc3757e40fddc156c9eed61bd85620afcb7d685f3f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6e7f2e5b6535e624a134cc3757e40fddc156c9eed61bd85620afcb7d685f3f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6e7f2e5b6535e624a134cc3757e40fddc156c9eed61bd85620afcb7d685f3f5", kill_on_drop: false }` [INFO] [stdout] c6e7f2e5b6535e624a134cc3757e40fddc156c9eed61bd85620afcb7d685f3f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 57553f0544f0bd658226348920af05f9cb1e34940d5cf98781616af84660bea7 [INFO] running `Command { std: "docker" "start" "-a" "57553f0544f0bd658226348920af05f9cb1e34940d5cf98781616af84660bea7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Documenting notmuch v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/ffi.rs:687:5 [INFO] [stdout] | [INFO] [stdout] 687 | / /// Execute a query for threads, returning a `notmuch_threads_t` object [INFO] [stdout] 688 | | /// which can be used to iterate over the results. The returned threads [INFO] [stdout] 689 | | /// object is owned by the query and as such, will only be valid until [INFO] [stdout] 690 | | /// `notmuch_query_destroy`. [INFO] [stdout] ... | [INFO] [stdout] 724 | | /// [INFO] [stdout] 725 | | /// @since libnotmuch 4.2 (notmuch 0.20) [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(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/ffi.rs:731:5 [INFO] [stdout] | [INFO] [stdout] 731 | / /// Execute a query for messages, returning a `notmuch_messages_t` object [INFO] [stdout] 732 | | /// which can be used to iterate over the results. The returned [INFO] [stdout] 733 | | /// messages object is owned by the query and as such, will only be [INFO] [stdout] 734 | | /// valid until `notmuch_query_destroy`. [INFO] [stdout] ... | [INFO] [stdout] 770 | | /// [INFO] [stdout] 771 | | /// @since libnotmuch 5 (notmuch 0.25) [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/ffi.rs:955:5 [INFO] [stdout] | [INFO] [stdout] 955 | / /// Get the tags for 'thread', returning a `notmuch_tags_t` object which [INFO] [stdout] 956 | | /// can be used to iterate over all tags. [INFO] [stdout] 957 | | /// [INFO] [stdout] 958 | | /// Note: In the Notmuch database, tags are stored on individual [INFO] [stdout] ... | [INFO] [stdout] 990 | | /// `notmuch_tags_destroy` function, but there's no good reason to call [INFO] [stdout] 991 | | /// 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/ffi.rs:1177:5 [INFO] [stdout] | [INFO] [stdout] 1177 | / /// Get the tags for 'message', returning a `notmuch_tags_t` object which [INFO] [stdout] 1178 | | /// can be used to iterate over all tags. [INFO] [stdout] 1179 | | /// [INFO] [stdout] 1180 | | /// The tags object is owned by the message and as such, will only be [INFO] [stdout] ... | [INFO] [stdout] 1206 | | /// `notmuch_tags_destroy` function, but there's no good reason to call [INFO] [stdout] 1207 | | /// 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/ffi.rs:1251:5 [INFO] [stdout] | [INFO] [stdout] 1251 | / /// Add/remove tags according to maildir flags in the message filename(s). [INFO] [stdout] 1252 | | /// [INFO] [stdout] 1253 | | /// This function examines the filenames of 'message' for maildir flags, and adds or removes [INFO] [stdout] 1254 | | /// tags on 'message' as follows when these flags are present: [INFO] [stdout] ... | [INFO] [stdout] 1280 | | /// `notmuch_message_tags_to_maildir_flags` for synchronizing tag changes [INFO] [stdout] 1281 | | /// 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/ffi.rs:1322:5 [INFO] [stdout] | [INFO] [stdout] 1322 | / /// Freeze the current state of 'message' within the database. [INFO] [stdout] 1323 | | /// [INFO] [stdout] 1324 | | /// This means that changes to the message state, (via [INFO] [stdout] 1325 | | /// notmuch_message_add_tag, `notmuch_message_remove_tag`, and [INFO] [stdout] ... | [INFO] [stdout] 1361 | | /// `notmuch_status_t::READ_ONLY_DATABASE`: Database was opened in read-only [INFO] [stdout] 1362 | | /// 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/ffi.rs:1473:5 [INFO] [stdout] | [INFO] [stdout] 1473 | / /// Get the properties for *message*, returning a [INFO] [stdout] 1474 | | /// `notmuch_message_properties_t` object which can be used to iterate over [INFO] [stdout] 1475 | | /// all properties. [INFO] [stdout] 1476 | | /// [INFO] [stdout] ... | [INFO] [stdout] 1504 | | /// @since libnotmuch 4.4 (notmuch 0.23) [INFO] [stdout] 1505 | | /// [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: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.91s [INFO] running `Command { std: "docker" "inspect" "57553f0544f0bd658226348920af05f9cb1e34940d5cf98781616af84660bea7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57553f0544f0bd658226348920af05f9cb1e34940d5cf98781616af84660bea7", kill_on_drop: false }` [INFO] [stdout] 57553f0544f0bd658226348920af05f9cb1e34940d5cf98781616af84660bea7