[INFO] fetching crate ord-lmdb-zero 0.4.5... [INFO] documenting ord-lmdb-zero-0.4.5 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate ord-lmdb-zero 0.4.5 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate ord-lmdb-zero 0.4.5 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 ord-lmdb-zero 0.4.5 [INFO] finished tweaking crates.io crate ord-lmdb-zero 0.4.5 [INFO] tweaked toml for crates.io crate ord-lmdb-zero 0.4.5 written to /workspace/builds/worker-2/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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 5e05020efa6f17df8d60388a5a684739e84fdd32ceb3f8e45d4e9f2b7bef9e30 [INFO] running `Command { std: "docker" "start" "-a" "5e05020efa6f17df8d60388a5a684739e84fdd32ceb3f8e45d4e9f2b7bef9e30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5e05020efa6f17df8d60388a5a684739e84fdd32ceb3f8e45d4e9f2b7bef9e30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e05020efa6f17df8d60388a5a684739e84fdd32ceb3f8e45d4e9f2b7bef9e30", kill_on_drop: false }` [INFO] [stdout] 5e05020efa6f17df8d60388a5a684739e84fdd32ceb3f8e45d4e9f2b7bef9e30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] dd75d4db67cb97a891550643e5b02a0ec87424afd4ce3bcc3f77d4a6c5e2f001 [INFO] running `Command { std: "docker" "start" "-a" "dd75d4db67cb97a891550643e5b02a0ec87424afd4ce3bcc3f77d4a6c5e2f001", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.39 [INFO] [stderr] Checking libc v0.2.18 [INFO] [stderr] Checking bitflags v0.9.1 [INFO] [stderr] Checking supercow v0.1.0 [INFO] [stderr] Compiling ord-liblmdb-sys v0.2.3 [INFO] [stderr] Documenting ord-lmdb-zero v0.4.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 447 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 448 | | /// Positions the cursor at the first key/value pair whose key is equal [INFO] [stdout] 449 | | /// to the current key, returning the value of that pair. [INFO] [stdout] 450 | | /// [INFO] [stdout] ... | [INFO] [stdout] 479 | | fn first_dup, ffi::MDB_cursor_op::MDB_FIRST_DUP [INFO] [stdout] 480 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:623:20 [INFO] [stdout] | [INFO] [stdout] 623 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 623 - -> Result<(&'access V)> [INFO] [stdout] 623 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 656 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 657 | | /// Continues fetching items from a cursor positioned by a call to [INFO] [stdout] 658 | | /// `get_multiple()`. [INFO] [stdout] 659 | | /// [INFO] [stdout] ... | [INFO] [stdout] 664 | | fn next_multiple, ffi::MDB_cursor_op::MDB_NEXT_MULTIPLE [INFO] [stdout] 665 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 698 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 699 | | /// Positions the cursor at the last key/value pair whose key is equal [INFO] [stdout] 700 | | /// to the current key. [INFO] [stdout] 701 | | /// [INFO] [stdout] ... | [INFO] [stdout] 731 | | fn last_dup, ffi::MDB_cursor_op::MDB_LAST_DUP [INFO] [stdout] 732 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/dbi.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | / /// A handle on an LMDB database within an environment. [INFO] [stdout] 272 | | /// [INFO] [stdout] 273 | | /// Note that in many respects the RAII aspect of this struct is more a matter [INFO] [stdout] 274 | | /// of convenience than correctness. In particular, if holding a read [INFO] [stdout] ... | [INFO] [stdout] 391 | | /// # } [INFO] [stdout] 392 | | /// ``` [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/tx.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | / /// Base functionality for an LMDB transaction. [INFO] [stdout] 271 | | /// [INFO] [stdout] 272 | | /// The type is "const" in a similar usage to the modifier in C: One cannot use [INFO] [stdout] 273 | | /// it to make any modifications, but also cannot rely on it actually being [INFO] [stdout] ... | [INFO] [stdout] 320 | | /// it is usually best to use the same lifetime for both the reference and the [INFO] [stdout] 321 | | /// parameter, eg `&'x lmdb::ConstTransaction<'x>`. [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/tx.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | / /// A read-only data accessor obtained from a `ConstTransaction`. [INFO] [stdout] 416 | | /// [INFO] [stdout] 417 | | /// There is no corresponding `ReadAccessor`, since there are no additional [INFO] [stdout] 418 | | /// operations one can do with a known-read-only accessor. [INFO] [stdout] ... | [INFO] [stdout] 448 | | /// is usually best to use the same lifetime for both the reference and the [INFO] [stdout] 449 | | /// parameter, eg `&'x lmdb::ConstAccessor<'x>`. [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/cursor.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / /// A cursor into an LMDB database. [INFO] [stdout] 36 | | /// [INFO] [stdout] 37 | | /// Depending on the context, a cursor's lifetime may be scoped to a [INFO] [stdout] 38 | | /// transaction or to the whole environment. Its lifetime is also naturally [INFO] [stdout] ... | [INFO] [stdout] 173 | | /// Attempting to unify the lifetimes on a `&mut Cursor` will often work, but [INFO] [stdout] 174 | | /// can also cause the compiler to infer lifetimes in unfavourable ways. [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: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.68s [INFO] running `Command { std: "docker" "inspect" "dd75d4db67cb97a891550643e5b02a0ec87424afd4ce3bcc3f77d4a6c5e2f001", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd75d4db67cb97a891550643e5b02a0ec87424afd4ce3bcc3f77d4a6c5e2f001", kill_on_drop: false }` [INFO] [stdout] dd75d4db67cb97a891550643e5b02a0ec87424afd4ce3bcc3f77d4a6c5e2f001 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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] 02e183f2007e76dee296390db76635da792e565285068f115d0ec70e4cfa9edb [INFO] running `Command { std: "docker" "start" "-a" "02e183f2007e76dee296390db76635da792e565285068f115d0ec70e4cfa9edb", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.39 [INFO] [stderr] Checking libc v0.2.18 [INFO] [stderr] Checking bitflags v0.9.1 [INFO] [stderr] Checking supercow v0.1.0 [INFO] [stderr] Compiling ord-liblmdb-sys v0.2.3 [INFO] [stderr] Documenting ord-lmdb-zero v0.4.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 447 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 448 | | /// Positions the cursor at the first key/value pair whose key is equal [INFO] [stdout] 449 | | /// to the current key, returning the value of that pair. [INFO] [stdout] 450 | | /// [INFO] [stdout] ... | [INFO] [stdout] 479 | | fn first_dup, ffi::MDB_cursor_op::MDB_FIRST_DUP [INFO] [stdout] 480 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:623:20 [INFO] [stdout] | [INFO] [stdout] 623 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 623 - -> Result<(&'access V)> [INFO] [stdout] 623 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 656 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 657 | | /// Continues fetching items from a cursor positioned by a call to [INFO] [stdout] 658 | | /// `get_multiple()`. [INFO] [stdout] 659 | | /// [INFO] [stdout] ... | [INFO] [stdout] 664 | | fn next_multiple, ffi::MDB_cursor_op::MDB_NEXT_MULTIPLE [INFO] [stdout] 665 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 698 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 699 | | /// Positions the cursor at the last key/value pair whose key is equal [INFO] [stdout] 700 | | /// to the current key. [INFO] [stdout] 701 | | /// [INFO] [stdout] ... | [INFO] [stdout] 731 | | fn last_dup, ffi::MDB_cursor_op::MDB_LAST_DUP [INFO] [stdout] 732 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/dbi.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | / /// A handle on an LMDB database within an environment. [INFO] [stdout] 272 | | /// [INFO] [stdout] 273 | | /// Note that in many respects the RAII aspect of this struct is more a matter [INFO] [stdout] 274 | | /// of convenience than correctness. In particular, if holding a read [INFO] [stdout] ... | [INFO] [stdout] 391 | | /// # } [INFO] [stdout] 392 | | /// ``` [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/tx.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | / /// Base functionality for an LMDB transaction. [INFO] [stdout] 271 | | /// [INFO] [stdout] 272 | | /// The type is "const" in a similar usage to the modifier in C: One cannot use [INFO] [stdout] 273 | | /// it to make any modifications, but also cannot rely on it actually being [INFO] [stdout] ... | [INFO] [stdout] 320 | | /// it is usually best to use the same lifetime for both the reference and the [INFO] [stdout] 321 | | /// parameter, eg `&'x lmdb::ConstTransaction<'x>`. [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/tx.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | / /// A read-only data accessor obtained from a `ConstTransaction`. [INFO] [stdout] 416 | | /// [INFO] [stdout] 417 | | /// There is no corresponding `ReadAccessor`, since there are no additional [INFO] [stdout] 418 | | /// operations one can do with a known-read-only accessor. [INFO] [stdout] ... | [INFO] [stdout] 448 | | /// is usually best to use the same lifetime for both the reference and the [INFO] [stdout] 449 | | /// parameter, eg `&'x lmdb::ConstAccessor<'x>`. [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/cursor.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / /// A cursor into an LMDB database. [INFO] [stdout] 36 | | /// [INFO] [stdout] 37 | | /// Depending on the context, a cursor's lifetime may be scoped to a [INFO] [stdout] 38 | | /// transaction or to the whole environment. Its lifetime is also naturally [INFO] [stdout] ... | [INFO] [stdout] 173 | | /// Attempting to unify the lifetimes on a `&mut Cursor` will often work, but [INFO] [stdout] 174 | | /// can also cause the compiler to infer lifetimes in unfavourable ways. [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: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.76s [INFO] running `Command { std: "docker" "inspect" "02e183f2007e76dee296390db76635da792e565285068f115d0ec70e4cfa9edb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02e183f2007e76dee296390db76635da792e565285068f115d0ec70e4cfa9edb", kill_on_drop: false }` [INFO] [stdout] 02e183f2007e76dee296390db76635da792e565285068f115d0ec70e4cfa9edb