[INFO] fetching crate lmdb-zero 0.4.4... [INFO] testing lmdb-zero-0.4.4 against 1.59.0 for beta-1.60-1 [INFO] extracting crate lmdb-zero 0.4.4 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate lmdb-zero 0.4.4 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lmdb-zero 0.4.4 [INFO] finished tweaking crates.io crate lmdb-zero 0.4.4 [INFO] tweaked toml for crates.io crate lmdb-zero 0.4.4 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62e9c3a60e4699e8ca9869ba7d585667d841411aff4452df96391b9a79e7e6cb [INFO] running `Command { std: "docker" "start" "-a" "62e9c3a60e4699e8ca9869ba7d585667d841411aff4452df96391b9a79e7e6cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62e9c3a60e4699e8ca9869ba7d585667d841411aff4452df96391b9a79e7e6cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62e9c3a60e4699e8ca9869ba7d585667d841411aff4452df96391b9a79e7e6cb", kill_on_drop: false }` [INFO] [stdout] 62e9c3a60e4699e8ca9869ba7d585667d841411aff4452df96391b9a79e7e6cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfbbcd97110f4573b78071129a1a8882a20ec9bc7709adad1d413ba0bde80e1f [INFO] running `Command { std: "docker" "start" "-a" "cfbbcd97110f4573b78071129a1a8882a20ec9bc7709adad1d413ba0bde80e1f", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.39 [INFO] [stderr] Compiling libc v0.2.18 [INFO] [stderr] Compiling supercow v0.1.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling liblmdb-sys v0.2.2 [INFO] [stderr] Compiling lmdb-zero v0.4.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:272:25 [INFO] [stdout] | [INFO] [stdout] 272 | let path_cstr = try!(CString::new(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:446:25 [INFO] [stdout] | [INFO] [stdout] 446 | let path_cstr = try!(CString::new(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:680:9 [INFO] [stdout] | [INFO] [stdout] 680 | try!(txn.commit()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:703:29 [INFO] [stdout] | [INFO] [stdout] 703 | Some(s) => Some(try!(CString::new(s))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:735:13 [INFO] [stdout] | [INFO] [stdout] 735 | try!(wrapped_tx.commit()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:706:17 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 706 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:769:13 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 769 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:850:9 [INFO] [stdout] | [INFO] [stdout] 850 | try!(env::dbi_delete(&self.db.env, self.db.dbi)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:939:13 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 939 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:232:24 [INFO] [stdout] | [INFO] [stdout] 232 | fn from_lmdb_bytes(&[u8]) -> Result<&Self, String>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:249:40 [INFO] [stdout] | [INFO] [stdout] 249 | unsafe fn from_reserved_lmdb_bytes(&mut [u8]) -> &mut Self; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:592:9 [INFO] [stdout] | [INFO] [stdout] 592 | try!(db.assert_same_env(&self.env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:603:9 [INFO] [stdout] | [INFO] [stdout] 603 | try!(db.assert_same_env(&self.env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:676:28 [INFO] [stdout] | [INFO] [stdout] 676 | Ok(ReadTransaction(try!(ConstTransaction::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:767:9 [INFO] [stdout] | [INFO] [stdout] 767 | try!(self.assert_sensible_cursor(&cursor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:870:29 [INFO] [stdout] | [INFO] [stdout] 870 | Ok(WriteTransaction(try!(ConstTransaction::new(env, None, 0)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:949:29 [INFO] [stdout] | [INFO] [stdout] 949 | Ok(WriteTransaction(try!(ConstTransaction::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:997:9 [INFO] [stdout] | [INFO] [stdout] 997 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1038:9 [INFO] [stdout] | [INFO] [stdout] 1038 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1178:9 [INFO] [stdout] | [INFO] [stdout] 1178 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1223:9 [INFO] [stdout] | [INFO] [stdout] 1223 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1269:9 [INFO] [stdout] | [INFO] [stdout] 1269 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1308:9 [INFO] [stdout] | [INFO] [stdout] 1308 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | try!(tx::assert_same_env(&txn, &db)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | try!(tx::assert_in_env(&txn, env_ref(&stale))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 323 | Ok((try!(from_val(access, &out_key)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:324:13 [INFO] [stdout] | [INFO] [stdout] 324 | try!(from_val(access, &out_val)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:332:9 [INFO] [stdout] | [INFO] [stdout] 332 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:364:9 [INFO] [stdout] | [INFO] [stdout] 364 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:383:9 [INFO] [stdout] | [INFO] [stdout] 383 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:412:13 [INFO] [stdout] | [INFO] [stdout] 412 | Ok((try!(from_val(access, &inout_key)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:413:13 [INFO] [stdout] | [INFO] [stdout] 413 | try!(from_val(access, &out_val)))) [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] 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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:625:9 [INFO] [stdout] | [INFO] [stdout] 625 | try!(assert_sensible_cursor(access, self)); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1108:9 [INFO] [stdout] | [INFO] [stdout] 1108 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1162:9 [INFO] [stdout] | [INFO] [stdout] 1162 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1302:9 [INFO] [stdout] | [INFO] [stdout] 1302 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1429:9 [INFO] [stdout] | [INFO] [stdout] 1429 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1492:9 [INFO] [stdout] | [INFO] [stdout] 1492 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1528:9 [INFO] [stdout] | [INFO] [stdout] 1528 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/iter.rs:115:24 [INFO] [stdout] | [INFO] [stdout] 115 | let head_val = try!(head(&mut*cursor, access).to_opt()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 61 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.09s [INFO] running `Command { std: "docker" "inspect" "cfbbcd97110f4573b78071129a1a8882a20ec9bc7709adad1d413ba0bde80e1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfbbcd97110f4573b78071129a1a8882a20ec9bc7709adad1d413ba0bde80e1f", kill_on_drop: false }` [INFO] [stdout] cfbbcd97110f4573b78071129a1a8882a20ec9bc7709adad1d413ba0bde80e1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b052318940f8cb8cbcf18fd2892492116ee11ae2198f4799caf6c75cd7a133d [INFO] running `Command { std: "docker" "start" "-a" "5b052318940f8cb8cbcf18fd2892492116ee11ae2198f4799caf6c75cd7a133d", kill_on_drop: false }` [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:272:25 [INFO] [stdout] | [INFO] [stdout] 272 | let path_cstr = try!(CString::new(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:446:25 [INFO] [stdout] | [INFO] [stdout] 446 | let path_cstr = try!(CString::new(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:680:9 [INFO] [stdout] | [INFO] [stdout] 680 | try!(txn.commit()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:703:29 [INFO] [stdout] | [INFO] [stdout] 703 | Some(s) => Some(try!(CString::new(s))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:735:13 [INFO] [stdout] | [INFO] [stdout] 735 | try!(wrapped_tx.commit()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:706:17 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 706 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:769:13 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 769 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:850:9 [INFO] [stdout] | [INFO] [stdout] 850 | try!(env::dbi_delete(&self.db.env, self.db.dbi)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:939:13 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 939 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:232:24 [INFO] [stdout] | [INFO] [stdout] 232 | fn from_lmdb_bytes(&[u8]) -> Result<&Self, String>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:249:40 [INFO] [stdout] | [INFO] [stdout] 249 | unsafe fn from_reserved_lmdb_bytes(&mut [u8]) -> &mut Self; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:592:9 [INFO] [stdout] | [INFO] [stdout] 592 | try!(db.assert_same_env(&self.env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:603:9 [INFO] [stdout] | [INFO] [stdout] 603 | try!(db.assert_same_env(&self.env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:676:28 [INFO] [stdout] | [INFO] [stdout] 676 | Ok(ReadTransaction(try!(ConstTransaction::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:767:9 [INFO] [stdout] | [INFO] [stdout] 767 | try!(self.assert_sensible_cursor(&cursor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:870:29 [INFO] [stdout] | [INFO] [stdout] 870 | Ok(WriteTransaction(try!(ConstTransaction::new(env, None, 0)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:949:29 [INFO] [stdout] | [INFO] [stdout] 949 | Ok(WriteTransaction(try!(ConstTransaction::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:997:9 [INFO] [stdout] | [INFO] [stdout] 997 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1038:9 [INFO] [stdout] | [INFO] [stdout] 1038 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1178:9 [INFO] [stdout] | [INFO] [stdout] 1178 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1223:9 [INFO] [stdout] | [INFO] [stdout] 1223 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1269:9 [INFO] [stdout] | [INFO] [stdout] 1269 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1308:9 [INFO] [stdout] | [INFO] [stdout] 1308 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | try!(tx::assert_same_env(&txn, &db)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | try!(tx::assert_in_env(&txn, env_ref(&stale))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 323 | Ok((try!(from_val(access, &out_key)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:324:13 [INFO] [stdout] | [INFO] [stdout] 324 | try!(from_val(access, &out_val)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:332:9 [INFO] [stdout] | [INFO] [stdout] 332 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:364:9 [INFO] [stdout] | [INFO] [stdout] 364 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:383:9 [INFO] [stdout] | [INFO] [stdout] 383 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:412:13 [INFO] [stdout] | [INFO] [stdout] 412 | Ok((try!(from_val(access, &inout_key)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:413:13 [INFO] [stdout] | [INFO] [stdout] 413 | try!(from_val(access, &out_val)))) [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] 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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:625:9 [INFO] [stdout] | [INFO] [stdout] 625 | try!(assert_sensible_cursor(access, self)); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1108:9 [INFO] [stdout] | [INFO] [stdout] 1108 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1162:9 [INFO] [stdout] | [INFO] [stdout] 1162 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1302:9 [INFO] [stdout] | [INFO] [stdout] 1302 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1429:9 [INFO] [stdout] | [INFO] [stdout] 1429 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1492:9 [INFO] [stdout] | [INFO] [stdout] 1492 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1528:9 [INFO] [stdout] | [INFO] [stdout] 1528 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/iter.rs:115:24 [INFO] [stdout] | [INFO] [stdout] 115 | let head_val = try!(head(&mut*cursor, access).to_opt()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 61 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempdir v0.3.4 [INFO] [stderr] Compiling lmdb-zero v0.4.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:272:25 [INFO] [stdout] | [INFO] [stdout] 272 | let path_cstr = try!(CString::new(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:446:25 [INFO] [stdout] | [INFO] [stdout] 446 | let path_cstr = try!(CString::new(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:680:9 [INFO] [stdout] | [INFO] [stdout] 680 | try!(txn.commit()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:703:29 [INFO] [stdout] | [INFO] [stdout] 703 | Some(s) => Some(try!(CString::new(s))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:735:13 [INFO] [stdout] | [INFO] [stdout] 735 | try!(wrapped_tx.commit()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:706:17 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 706 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:769:13 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 769 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:850:9 [INFO] [stdout] | [INFO] [stdout] 850 | try!(env::dbi_delete(&self.db.env, self.db.dbi)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:939:13 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 939 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:232:24 [INFO] [stdout] | [INFO] [stdout] 232 | fn from_lmdb_bytes(&[u8]) -> Result<&Self, String>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:249:40 [INFO] [stdout] | [INFO] [stdout] 249 | unsafe fn from_reserved_lmdb_bytes(&mut [u8]) -> &mut Self; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:592:9 [INFO] [stdout] | [INFO] [stdout] 592 | try!(db.assert_same_env(&self.env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:603:9 [INFO] [stdout] | [INFO] [stdout] 603 | try!(db.assert_same_env(&self.env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:676:28 [INFO] [stdout] | [INFO] [stdout] 676 | Ok(ReadTransaction(try!(ConstTransaction::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:767:9 [INFO] [stdout] | [INFO] [stdout] 767 | try!(self.assert_sensible_cursor(&cursor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:870:29 [INFO] [stdout] | [INFO] [stdout] 870 | Ok(WriteTransaction(try!(ConstTransaction::new(env, None, 0)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:949:29 [INFO] [stdout] | [INFO] [stdout] 949 | Ok(WriteTransaction(try!(ConstTransaction::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:997:9 [INFO] [stdout] | [INFO] [stdout] 997 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1038:9 [INFO] [stdout] | [INFO] [stdout] 1038 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1178:9 [INFO] [stdout] | [INFO] [stdout] 1178 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1223:9 [INFO] [stdout] | [INFO] [stdout] 1223 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1269:9 [INFO] [stdout] | [INFO] [stdout] 1269 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1308:9 [INFO] [stdout] | [INFO] [stdout] 1308 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | try!(tx::assert_same_env(&txn, &db)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | try!(tx::assert_in_env(&txn, env_ref(&stale))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 323 | Ok((try!(from_val(access, &out_key)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:324:13 [INFO] [stdout] | [INFO] [stdout] 324 | try!(from_val(access, &out_val)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:332:9 [INFO] [stdout] | [INFO] [stdout] 332 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:364:9 [INFO] [stdout] | [INFO] [stdout] 364 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:383:9 [INFO] [stdout] | [INFO] [stdout] 383 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:412:13 [INFO] [stdout] | [INFO] [stdout] 412 | Ok((try!(from_val(access, &inout_key)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:413:13 [INFO] [stdout] | [INFO] [stdout] 413 | try!(from_val(access, &out_val)))) [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] 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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:625:9 [INFO] [stdout] | [INFO] [stdout] 625 | try!(assert_sensible_cursor(access, self)); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1108:9 [INFO] [stdout] | [INFO] [stdout] 1108 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1162:9 [INFO] [stdout] | [INFO] [stdout] 1162 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1302:9 [INFO] [stdout] | [INFO] [stdout] 1302 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1429:9 [INFO] [stdout] | [INFO] [stdout] 1429 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1492:9 [INFO] [stdout] | [INFO] [stdout] 1492 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1528:9 [INFO] [stdout] | [INFO] [stdout] 1528 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/iter.rs:115:24 [INFO] [stdout] | [INFO] [stdout] 115 | let head_val = try!(head(&mut*cursor, access).to_opt()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 61 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.67s [INFO] running `Command { std: "docker" "inspect" "5b052318940f8cb8cbcf18fd2892492116ee11ae2198f4799caf6c75cd7a133d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b052318940f8cb8cbcf18fd2892492116ee11ae2198f4799caf6c75cd7a133d", kill_on_drop: false }` [INFO] [stdout] 5b052318940f8cb8cbcf18fd2892492116ee11ae2198f4799caf6c75cd7a133d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 611545d9bc11e8254089173246f0d4742ebad18b9d857123a7d55e3029cdf21f [INFO] running `Command { std: "docker" "start" "-a" "611545d9bc11e8254089173246f0d4742ebad18b9d857123a7d55e3029cdf21f", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/env.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stderr] 29 | | pub struct Flags : libc::c_uint { [INFO] [stderr] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stderr] ... | [INFO] [stderr] 134 | | } [INFO] [stderr] 135 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/env.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stderr] 29 | | pub struct Flags : libc::c_uint { [INFO] [stderr] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stderr] ... | [INFO] [stderr] 134 | | } [INFO] [stderr] 135 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/env.rs:143:5 [INFO] [stderr] | [INFO] [stderr] 143 | / bitflags! { [INFO] [stderr] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stderr] 145 | | pub struct Flags : libc::c_uint { [INFO] [stderr] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stderr] ... | [INFO] [stderr] 150 | | } [INFO] [stderr] 151 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/env.rs:272:25 [INFO] [stderr] | [INFO] [stderr] 272 | let path_cstr = try!(CString::new(path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/env.rs:446:25 [INFO] [stderr] | [INFO] [stderr] 446 | let path_cstr = try!(CString::new(path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/env.rs:680:9 [INFO] [stderr] | [INFO] [stderr] 680 | try!(txn.commit()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/dbi.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | / bitflags! { [INFO] [stderr] 31 | | /// Flags used when opening databases. [INFO] [stderr] 32 | | pub struct Flags : libc::c_uint { [INFO] [stderr] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stderr] ... | [INFO] [stderr] 252 | | } [INFO] [stderr] 253 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/dbi.rs:703:29 [INFO] [stderr] | [INFO] [stderr] 703 | Some(s) => Some(try!(CString::new(s))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/dbi.rs:735:13 [INFO] [stderr] | [INFO] [stderr] 735 | try!(wrapped_tx.commit()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `env` is imported redundantly [INFO] [stderr] --> src/dbi.rs:706:17 [INFO] [stderr] | [INFO] [stderr] 19 | use env::{self, Environment}; [INFO] [stderr] | ---- the item `env` is already imported here [INFO] [stderr] ... [INFO] [stderr] 706 | use env; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `env` is imported redundantly [INFO] [stderr] --> src/dbi.rs:769:13 [INFO] [stderr] | [INFO] [stderr] 19 | use env::{self, Environment}; [INFO] [stderr] | ---- the item `env` is already imported here [INFO] [stderr] ... [INFO] [stderr] 769 | use env; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/dbi.rs:850:9 [INFO] [stderr] | [INFO] [stderr] 850 | try!(env::dbi_delete(&self.db.env, self.db.dbi)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `env` is imported redundantly [INFO] [stderr] --> src/dbi.rs:939:13 [INFO] [stderr] | [INFO] [stderr] 19 | use env::{self, Environment}; [INFO] [stderr] | ---- the item `env` is already imported here [INFO] [stderr] ... [INFO] [stderr] 939 | use env; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/traits.rs:232:24 [INFO] [stderr] | [INFO] [stderr] 232 | fn from_lmdb_bytes(&[u8]) -> Result<&Self, String>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/traits.rs:249:40 [INFO] [stderr] | [INFO] [stderr] 249 | unsafe fn from_reserved_lmdb_bytes(&mut [u8]) -> &mut Self; [INFO] [stderr] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / bitflags! { [INFO] [stderr] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stderr] 34 | | /// [INFO] [stderr] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stderr] ... | [INFO] [stderr] 195 | | } [INFO] [stderr] 196 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:204:5 [INFO] [stderr] | [INFO] [stderr] 204 | / bitflags! { [INFO] [stderr] 205 | | /// Flags used when deleting items via cursors. [INFO] [stderr] 206 | | pub struct Flags : libc::c_uint { [INFO] [stderr] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stderr] ... | [INFO] [stderr] 243 | | } [INFO] [stderr] 244 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:592:9 [INFO] [stderr] | [INFO] [stderr] 592 | try!(db.assert_same_env(&self.env)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:603:9 [INFO] [stderr] | [INFO] [stderr] 603 | try!(db.assert_same_env(&self.env)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:676:28 [INFO] [stderr] | [INFO] [stderr] 676 | Ok(ReadTransaction(try!(ConstTransaction::new( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:767:9 [INFO] [stderr] | [INFO] [stderr] 767 | try!(self.assert_sensible_cursor(&cursor)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:870:29 [INFO] [stderr] | [INFO] [stderr] 870 | Ok(WriteTransaction(try!(ConstTransaction::new(env, None, 0)))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:949:29 [INFO] [stderr] | [INFO] [stderr] 949 | Ok(WriteTransaction(try!(ConstTransaction::new( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:997:9 [INFO] [stderr] | [INFO] [stderr] 997 | try!(db.assert_same_env(self.env())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:1038:9 [INFO] [stderr] | [INFO] [stderr] 1038 | try!(db.assert_same_env(self.env())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:1178:9 [INFO] [stderr] | [INFO] [stderr] 1178 | try!(db.assert_same_env(self.env())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:1223:9 [INFO] [stderr] | [INFO] [stderr] 1223 | try!(db.assert_same_env(self.env())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:1269:9 [INFO] [stderr] | [INFO] [stderr] 1269 | try!(db.assert_same_env(self.env())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:1308:9 [INFO] [stderr] | [INFO] [stderr] 1308 | try!(db.assert_same_env(self.env())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:269:9 [INFO] [stderr] | [INFO] [stderr] 269 | try!(tx::assert_same_env(&txn, &db)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:294:9 [INFO] [stderr] | [INFO] [stderr] 294 | try!(tx::assert_in_env(&txn, env_ref(&stale))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:314:9 [INFO] [stderr] | [INFO] [stderr] 314 | try!(assert_sensible_cursor(access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:323:13 [INFO] [stderr] | [INFO] [stderr] 323 | Ok((try!(from_val(access, &out_key)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:324:13 [INFO] [stderr] | [INFO] [stderr] 324 | try!(from_val(access, &out_val)))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 332 | try!(assert_sensible_cursor(access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:364:9 [INFO] [stderr] | [INFO] [stderr] 364 | try!(assert_sensible_cursor(access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:383:9 [INFO] [stderr] | [INFO] [stderr] 383 | try!(assert_sensible_cursor(access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:402:9 [INFO] [stderr] | [INFO] [stderr] 402 | try!(assert_sensible_cursor(access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:412:13 [INFO] [stderr] | [INFO] [stderr] 412 | Ok((try!(from_val(access, &inout_key)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:413:13 [INFO] [stderr] | [INFO] [stderr] 413 | try!(from_val(access, &out_val)))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/cursor.rs:250:24 [INFO] [stderr] | [INFO] [stderr] 250 | -> Result<(&'access V)> [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 447 | cursor_get_0_v! { [INFO] [stderr] | _____- [INFO] [stderr] | |_____| [INFO] [stderr] | | [INFO] [stderr] 448 | | /// Positions the cursor at the first key/value pair whose key is equal [INFO] [stderr] 449 | | /// to the current key, returning the value of that pair. [INFO] [stderr] 450 | | /// [INFO] [stderr] ... | [INFO] [stderr] 479 | | fn first_dup, ffi::MDB_cursor_op::MDB_FIRST_DUP [INFO] [stderr] 480 | | } [INFO] [stderr] | | - [INFO] [stderr] | |_____| [INFO] [stderr] | |_____in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 250 - -> Result<(&'access V)> [INFO] [stderr] 250 + -> Result<&'access V> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:625:9 [INFO] [stderr] | [INFO] [stderr] 625 | try!(assert_sensible_cursor(access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/cursor.rs:623:20 [INFO] [stderr] | [INFO] [stderr] 623 | -> Result<(&'access V)> [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 623 - -> Result<(&'access V)> [INFO] [stderr] 623 + -> Result<&'access V> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/cursor.rs:250:24 [INFO] [stderr] | [INFO] [stderr] 250 | -> Result<(&'access V)> [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 656 | cursor_get_0_v! { [INFO] [stderr] | _____- [INFO] [stderr] | |_____| [INFO] [stderr] | | [INFO] [stderr] 657 | | /// Continues fetching items from a cursor positioned by a call to [INFO] [stderr] 658 | | /// `get_multiple()`. [INFO] [stderr] 659 | | /// [INFO] [stderr] ... | [INFO] [stderr] 664 | | fn next_multiple, ffi::MDB_cursor_op::MDB_NEXT_MULTIPLE [INFO] [stderr] 665 | | } [INFO] [stderr] | | - [INFO] [stderr] | |_____| [INFO] [stderr] | |_____in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 250 - -> Result<(&'access V)> [INFO] [stderr] 250 + -> Result<&'access V> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/cursor.rs:250:24 [INFO] [stderr] | [INFO] [stderr] 250 | -> Result<(&'access V)> [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 698 | cursor_get_0_v! { [INFO] [stderr] | _____- [INFO] [stderr] | |_____| [INFO] [stderr] | | [INFO] [stderr] 699 | | /// Positions the cursor at the last key/value pair whose key is equal [INFO] [stderr] 700 | | /// to the current key. [INFO] [stderr] 701 | | /// [INFO] [stderr] ... | [INFO] [stderr] 731 | | fn last_dup, ffi::MDB_cursor_op::MDB_LAST_DUP [INFO] [stderr] 732 | | } [INFO] [stderr] | | - [INFO] [stderr] | |_____| [INFO] [stderr] | |_____in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 250 - -> Result<(&'access V)> [INFO] [stderr] 250 + -> Result<&'access V> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:1108:9 [INFO] [stderr] | [INFO] [stderr] 1108 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:1162:9 [INFO] [stderr] | [INFO] [stderr] 1162 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:1302:9 [INFO] [stderr] | [INFO] [stderr] 1302 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:1429:9 [INFO] [stderr] | [INFO] [stderr] 1429 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:1492:9 [INFO] [stderr] | [INFO] [stderr] 1492 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:1528:9 [INFO] [stderr] | [INFO] [stderr] 1528 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/iter.rs:115:24 [INFO] [stderr] | [INFO] [stderr] 115 | let head_val = try!(head(&mut*cursor, access).to_opt()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `lmdb-zero` (lib) generated 61 warnings (9 duplicates) [INFO] [stderr] warning: `lmdb-zero` (lib test) generated 61 warnings (61 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lmdb_zero-a0ded297d0d80a19) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test cursor::test::get_multiple_with_one_item ... FAILED [INFO] [stdout] test dbi::test::borrow_raw_allows_sharing ... FAILED [INFO] [stdout] test dbi::test::disown_allows_sharing ... FAILED [INFO] [stdout] test env::test::borrow_raw_doesnt_take_ownership ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- cursor::test::get_multiple_with_one_item stdout ---- [INFO] [stdout] thread 'cursor::test::get_multiple_with_one_item' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', src/test_helpers.rs:20:55 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f51670291c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55f51670291c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f51670291c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f51670291c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f516728dcc - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55f5166fd963 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55f516704ff2 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55f516704ff2 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55f516704ff2 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55f516704c41 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55f516705643 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55f516705360 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55f516702dc4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55f516705099 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55f516679081 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55f516679173 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55f516686673 - core::result::Result::unwrap::hf248ff4ff0d3ca58 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1018:23 [INFO] [stdout] 17: 0x55f51668a701 - lmdb_zero::test_helpers::create_env::h337ed7b181165745 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:20:13 [INFO] [stdout] 18: 0x55f5166806a4 - lmdb_zero::cursor::test::get_multiple_with_one_item::h498f71015627607d [INFO] [stdout] at /opt/rustwide/workdir/src/cursor.rs:1561:19 [INFO] [stdout] 19: 0x55f51668067a - lmdb_zero::cursor::test::get_multiple_with_one_item::{{closure}}::hfe1a1ce7ee00b7bf [INFO] [stdout] at /opt/rustwide/workdir/src/cursor.rs:1560:5 [INFO] [stdout] 20: 0x55f51668908e - core::ops::function::FnOnce::call_once::h86bcd47d326fa93d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55f5166bb1f3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55f5166bb1f3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55f5166b9edf - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55f5166b9edf - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55f5166b9edf - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55f5166b9edf - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55f5166b9edf - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55f5166b9edf - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55f5166b9edf - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55f5166c32a1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55f5166c32a1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55f51668fd2f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55f51668fd2f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55f51668fd2f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55f51668fd2f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55f51668fd2f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55f51668fd2f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55f51668fd2f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55f51670bd83 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55f51670bd83 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55f51670bd83 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f579860b609 - start_thread [INFO] [stdout] 43: 0x7f57983dd293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dbi::test::borrow_raw_allows_sharing stdout ---- [INFO] [stdout] thread 'dbi::test::borrow_raw_allows_sharing' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', src/test_helpers.rs:20:55 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f51670291c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55f51670291c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f51670291c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f51670291c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f516728dcc - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55f5166fd963 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55f516704ff2 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55f516704ff2 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55f516704ff2 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55f516704c41 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55f516705643 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55f516705360 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55f516702dc4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55f516705099 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55f516679081 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55f516679173 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55f516686673 - core::result::Result::unwrap::hf248ff4ff0d3ca58 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1018:23 [INFO] [stdout] 17: 0x55f51668a701 - lmdb_zero::test_helpers::create_env::h337ed7b181165745 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:20:13 [INFO] [stdout] 18: 0x55f516688961 - lmdb_zero::dbi::test::borrow_raw_allows_sharing::h37cd895222778da6 [INFO] [stdout] at /opt/rustwide/workdir/src/dbi.rs:975:19 [INFO] [stdout] 19: 0x55f51668892a - lmdb_zero::dbi::test::borrow_raw_allows_sharing::{{closure}}::hde0f5c77d22968d3 [INFO] [stdout] at /opt/rustwide/workdir/src/dbi.rs:974:5 [INFO] [stdout] 20: 0x55f51668916e - core::ops::function::FnOnce::call_once::hcddc6dfd8f3c2d12 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55f5166bb1f3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55f5166bb1f3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55f5166b9edf - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55f5166b9edf - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55f5166b9edf - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55f5166b9edf - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55f5166b9edf - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55f5166b9edf - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55f5166b9edf - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55f5166c32a1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55f5166c32a1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55f51668fd2f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55f51668fd2f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55f51668fd2f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55f51668fd2f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55f51668fd2f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55f51668fd2f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55f51668fd2f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55f51670bd83 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55f51670bd83 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55f51670bd83 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f579860b609 - start_thread [INFO] [stdout] 43: 0x7f57983dd293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dbi::test::disown_allows_sharing stdout ---- [INFO] [stdout] thread 'dbi::test::disown_allows_sharing' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', src/test_helpers.rs:20:55 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f51670291c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55f51670291c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f51670291c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f51670291c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f516728dcc - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55f5166fd963 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55f516704ff2 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55f516704ff2 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55f516704ff2 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55f516704c41 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55f516705643 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55f516705360 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55f516702dc4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55f516705099 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55f516679081 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55f516679173 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55f516686673 - core::result::Result::unwrap::hf248ff4ff0d3ca58 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1018:23 [INFO] [stdout] 17: 0x55f51668a701 - lmdb_zero::test_helpers::create_env::h337ed7b181165745 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:20:13 [INFO] [stdout] 18: 0x55f516688491 - lmdb_zero::dbi::test::disown_allows_sharing::ha59745f780d5918d [INFO] [stdout] at /opt/rustwide/workdir/src/dbi.rs:959:19 [INFO] [stdout] 19: 0x55f51668845a - lmdb_zero::dbi::test::disown_allows_sharing::{{closure}}::hf82462a1a29426ca [INFO] [stdout] at /opt/rustwide/workdir/src/dbi.rs:958:5 [INFO] [stdout] 20: 0x55f51668901e - core::ops::function::FnOnce::call_once::h1db7d1b8cfe952b2 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55f5166bb1f3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55f5166bb1f3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55f5166b9edf - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55f5166b9edf - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55f5166b9edf - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55f5166b9edf - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55f5166b9edf - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55f5166b9edf - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55f5166b9edf - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55f5166c32a1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55f5166c32a1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55f51668fd2f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55f51668fd2f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55f51668fd2f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55f51668fd2f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55f51668fd2f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55f51668fd2f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55f51668fd2f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55f51670bd83 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55f51670bd83 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55f51670bd83 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f579860b609 - start_thread [INFO] [stdout] 43: 0x7f57983dd293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- env::test::borrow_raw_doesnt_take_ownership stdout ---- [INFO] [stdout] thread 'env::test::borrow_raw_doesnt_take_ownership' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', src/test_helpers.rs:20:55 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f51670291c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55f51670291c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f51670291c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f51670291c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f516728dcc - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55f5166fd963 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55f516704ff2 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55f516704ff2 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55f516704ff2 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55f516704c41 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55f516705643 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55f516705360 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55f516702dc4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55f516705099 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55f516679081 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55f516679173 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55f516686673 - core::result::Result::unwrap::hf248ff4ff0d3ca58 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1018:23 [INFO] [stdout] 17: 0x55f51668a701 - lmdb_zero::test_helpers::create_env::h337ed7b181165745 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:20:13 [INFO] [stdout] 18: 0x55f51668aa39 - lmdb_zero::env::test::borrow_raw_doesnt_take_ownership::ha833555aa3b54f8b [INFO] [stdout] at /opt/rustwide/workdir/src/env.rs:705:25 [INFO] [stdout] 19: 0x55f51668aa0a - lmdb_zero::env::test::borrow_raw_doesnt_take_ownership::{{closure}}::h3ebac7b27ab46969 [INFO] [stdout] at /opt/rustwide/workdir/src/env.rs:704:5 [INFO] [stdout] 20: 0x55f5166890ce - core::ops::function::FnOnce::call_once::h8eb5c05e8614d894 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55f5166bb1f3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55f5166bb1f3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55f5166b9edf - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55f5166b9edf - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55f5166b9edf - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55f5166b9edf - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55f5166b9edf - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55f5166b9edf - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55f5166b9edf - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55f5166c32a1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55f5166c32a1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55f51668fd2f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55f51668fd2f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55f51668fd2f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55f51668fd2f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55f51668fd2f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55f51668fd2f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55f51668fd2f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55f51670bd83 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55f51670bd83 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55f51670bd83 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f579860b609 - start_thread [INFO] [stdout] 43: 0x7f57983dd293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] cursor::test::get_multiple_with_one_item [INFO] [stdout] dbi::test::borrow_raw_allows_sharing [INFO] [stdout] dbi::test::disown_allows_sharing [INFO] [stdout] env::test::borrow_raw_doesnt_take_ownership [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "611545d9bc11e8254089173246f0d4742ebad18b9d857123a7d55e3029cdf21f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "611545d9bc11e8254089173246f0d4742ebad18b9d857123a7d55e3029cdf21f", kill_on_drop: false }` [INFO] [stdout] 611545d9bc11e8254089173246f0d4742ebad18b9d857123a7d55e3029cdf21f