[INFO] fetching crate ord-lmdb-zero 0.4.5... [INFO] testing ord-lmdb-zero-0.4.5 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate ord-lmdb-zero 0.4.5 into /workspace/builds/worker-20/source [INFO] validating manifest of crates.io crate ord-lmdb-zero 0.4.5 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ord-lmdb-zero 0.4.5 [INFO] finished tweaking crates.io crate ord-lmdb-zero 0.4.5 [INFO] tweaked toml for crates.io crate ord-lmdb-zero 0.4.5 written to /workspace/builds/worker-20/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2adc983f1d053ac0086b9115717a4fd0e41b655a516a21a04583e524f2943d92 [INFO] running `Command { std: "docker" "start" "-a" "2adc983f1d053ac0086b9115717a4fd0e41b655a516a21a04583e524f2943d92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2adc983f1d053ac0086b9115717a4fd0e41b655a516a21a04583e524f2943d92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2adc983f1d053ac0086b9115717a4fd0e41b655a516a21a04583e524f2943d92", kill_on_drop: false }` [INFO] [stdout] 2adc983f1d053ac0086b9115717a4fd0e41b655a516a21a04583e524f2943d92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d7d399860e4cce9ddcdae2fdbbf17a075b592c2dd231883472d6024ce9475749 [INFO] running `Command { std: "docker" "start" "-a" "d7d399860e4cce9ddcdae2fdbbf17a075b592c2dd231883472d6024ce9475749", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.39 [INFO] [stderr] Compiling libc v0.2.18 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling supercow v0.1.0 [INFO] [stderr] Compiling ord-liblmdb-sys v0.2.3 [INFO] [stderr] Compiling ord-lmdb-zero v0.4.5 (/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 4.24s [INFO] running `Command { std: "docker" "inspect" "d7d399860e4cce9ddcdae2fdbbf17a075b592c2dd231883472d6024ce9475749", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7d399860e4cce9ddcdae2fdbbf17a075b592c2dd231883472d6024ce9475749", kill_on_drop: false }` [INFO] [stdout] d7d399860e4cce9ddcdae2fdbbf17a075b592c2dd231883472d6024ce9475749 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b1f8e62bc8df506037ec260bef0e3dc8c94a56cd6311637944ce76120d68774 [INFO] running `Command { std: "docker" "start" "-a" "3b1f8e62bc8df506037ec260bef0e3dc8c94a56cd6311637944ce76120d68774", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 ord-lmdb-zero v0.4.5 (/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.60s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/ord_lmdb_zero-ef01c6654e3985d3) [INFO] running `Command { std: "docker" "inspect" "3b1f8e62bc8df506037ec260bef0e3dc8c94a56cd6311637944ce76120d68774", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b1f8e62bc8df506037ec260bef0e3dc8c94a56cd6311637944ce76120d68774", kill_on_drop: false }` [INFO] [stdout] 3b1f8e62bc8df506037ec260bef0e3dc8c94a56cd6311637944ce76120d68774 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5c605de35844228320da4cd4850f0c5ed70245a23684c97194378d902e937cdb [INFO] running `Command { std: "docker" "start" "-a" "5c605de35844228320da4cd4850f0c5ed70245a23684c97194378d902e937cdb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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: `ord-lmdb-zero` (lib) generated 61 warnings (9 duplicates) [INFO] [stderr] warning: `ord-lmdb-zero` (lib test) generated 61 warnings (61 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ord_lmdb_zero-ef01c6654e3985d3) [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 env::test::borrow_raw_doesnt_take_ownership ... FAILED [INFO] [stdout] test dbi::test::disown_allows_sharing ... 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: 0x55928e655f4d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55928e655f4d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55928e655f4d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55928e655f4d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55928e67901c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55928e6527c1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55928e657c95 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55928e657c95 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55928e657c95 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55928e657984 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55928e6581e2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55928e6580c7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55928e656404 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55928e657df9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55928e5c66c3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55928e5c67b3 - core::result::unwrap_failed::h6bc7b183ec719494 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x55928e5d4ba3 - core::result::Result::unwrap::h149047173b331e9a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x55928e5d9079 - ord_lmdb_zero::test_helpers::create_env::h0ef171229d4de518 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:20:13 [INFO] [stdout] 18: 0x55928e5ce754 - ord_lmdb_zero::cursor::test::get_multiple_with_one_item::h68719f1e19572185 [INFO] [stdout] at /opt/rustwide/workdir/src/cursor.rs:1561:19 [INFO] [stdout] 19: 0x55928e5ce72a - ord_lmdb_zero::cursor::test::get_multiple_with_one_item::{{closure}}::hf16fd5c3d01ff514 [INFO] [stdout] at /opt/rustwide/workdir/src/cursor.rs:1560:5 [INFO] [stdout] 20: 0x55928e5d617e - core::ops::function::FnOnce::call_once::h558586cd6a74fc45 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55928e612d13 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55928e612d13 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55928e611ac9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 24: 0x55928e611ac9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55928e611ac9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55928e611ac9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55928e611ac9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55928e611ac9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55928e611ac9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55928e5ddc7e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55928e5ddc7e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55928e5e31e8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55928e5e31e8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55928e5e31e8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55928e5e31e8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55928e5e31e8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55928e5e31e8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55928e5e31e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55928e65d1b3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55928e65d1b3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 41: 0x55928e65d1b3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f357e659609 - start_thread [INFO] [stdout] 43: 0x7f357e429163 - 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: 0x55928e655f4d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55928e655f4d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55928e655f4d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55928e655f4d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55928e67901c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55928e6527c1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55928e657c95 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55928e657c95 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55928e657c95 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55928e657984 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55928e6581e2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55928e6580c7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55928e656404 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55928e657df9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55928e5c66c3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55928e5c67b3 - core::result::unwrap_failed::h6bc7b183ec719494 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x55928e5d4ba3 - core::result::Result::unwrap::h149047173b331e9a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x55928e5d9079 - ord_lmdb_zero::test_helpers::create_env::h0ef171229d4de518 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:20:13 [INFO] [stdout] 18: 0x55928e5d97a1 - ord_lmdb_zero::dbi::test::borrow_raw_allows_sharing::h86cd3ec6e66bd6e0 [INFO] [stdout] at /opt/rustwide/workdir/src/dbi.rs:975:19 [INFO] [stdout] 19: 0x55928e5d976a - ord_lmdb_zero::dbi::test::borrow_raw_allows_sharing::{{closure}}::hb7e44a95bc8c90cc [INFO] [stdout] at /opt/rustwide/workdir/src/dbi.rs:974:5 [INFO] [stdout] 20: 0x55928e5d61be - core::ops::function::FnOnce::call_once::h57847fa99c114a12 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55928e612d13 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55928e612d13 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55928e611ac9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 24: 0x55928e611ac9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55928e611ac9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55928e611ac9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55928e611ac9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55928e611ac9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55928e611ac9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55928e5ddc7e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55928e5ddc7e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55928e5e31e8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55928e5e31e8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55928e5e31e8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55928e5e31e8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55928e5e31e8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55928e5e31e8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55928e5e31e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55928e65d1b3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55928e65d1b3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 41: 0x55928e65d1b3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f357e659609 - start_thread [INFO] [stdout] 43: 0x7f357e429163 - 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: 0x55928e655f4d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55928e655f4d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55928e655f4d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55928e655f4d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55928e67901c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55928e6527c1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55928e657c95 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55928e657c95 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55928e657c95 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55928e657984 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55928e6581e2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55928e6580c7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55928e656404 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55928e657df9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55928e5c66c3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55928e5c67b3 - core::result::unwrap_failed::h6bc7b183ec719494 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x55928e5d4ba3 - core::result::Result::unwrap::h149047173b331e9a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x55928e5d9079 - ord_lmdb_zero::test_helpers::create_env::h0ef171229d4de518 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:20:13 [INFO] [stdout] 18: 0x55928e5db259 - ord_lmdb_zero::env::test::borrow_raw_doesnt_take_ownership::h1913ac98677935d4 [INFO] [stdout] at /opt/rustwide/workdir/src/env.rs:705:25 [INFO] [stdout] 19: 0x55928e5db22a - ord_lmdb_zero::env::test::borrow_raw_doesnt_take_ownership::{{closure}}::h9638ecd93c58a6b4 [INFO] [stdout] at /opt/rustwide/workdir/src/env.rs:704:5 [INFO] [stdout] 20: 0x55928e5d612e - core::ops::function::FnOnce::call_once::h05b019c818fc638a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55928e612d13 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55928e612d13 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55928e611ac9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 24: 0x55928e611ac9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55928e611ac9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55928e611ac9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55928e611ac9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55928e611ac9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55928e611ac9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55928e5ddc7e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55928e5ddc7e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55928e5e31e8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55928e5e31e8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55928e5e31e8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55928e5e31e8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55928e5e31e8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55928e5e31e8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55928e5e31e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55928e65d1b3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55928e65d1b3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 41: 0x55928e65d1b3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f357e659609 - start_thread [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] 43: 0x7f357e429163 - 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: 0x55928e655f4d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55928e655f4d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55928e655f4d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55928e655f4d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55928e67901c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55928e6527c1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55928e657c95 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55928e657c95 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55928e657c95 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55928e657984 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55928e6581e2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55928e6580c7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55928e656404 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55928e657df9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55928e5c66c3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55928e5c67b3 - core::result::unwrap_failed::h6bc7b183ec719494 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x55928e5d4ba3 - core::result::Result::unwrap::h149047173b331e9a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x55928e5d9079 - ord_lmdb_zero::test_helpers::create_env::h0ef171229d4de518 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:20:13 [INFO] [stdout] 18: 0x55928e5d92c1 - ord_lmdb_zero::dbi::test::disown_allows_sharing::hc5e2eb35568f502b [INFO] [stdout] at /opt/rustwide/workdir/src/dbi.rs:959:19 [INFO] [stdout] 19: 0x55928e5d928a - ord_lmdb_zero::dbi::test::disown_allows_sharing::{{closure}}::heb762692d981656b [INFO] [stdout] at /opt/rustwide/workdir/src/dbi.rs:958:5 [INFO] [stdout] 20: 0x55928e5d630e - core::ops::function::FnOnce::call_once::hcf401580fd6a7e71 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55928e612d13 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55928e612d13 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55928e611ac9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 24: 0x55928e611ac9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55928e611ac9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55928e611ac9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55928e611ac9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55928e611ac9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55928e611ac9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55928e5ddc7e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55928e5ddc7e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55928e5e31e8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55928e5e31e8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55928e5e31e8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55928e5e31e8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55928e5e31e8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55928e5e31e8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55928e5e31e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55928e65d1b3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55928e65d1b3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 41: 0x55928e65d1b3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f357e659609 - start_thread [INFO] [stdout] 43: 0x7f357e429163 - 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] running `Command { std: "docker" "inspect" "5c605de35844228320da4cd4850f0c5ed70245a23684c97194378d902e937cdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c605de35844228320da4cd4850f0c5ed70245a23684c97194378d902e937cdb", kill_on_drop: false }` [INFO] [stdout] 5c605de35844228320da4cd4850f0c5ed70245a23684c97194378d902e937cdb