[INFO] fetching crate lmdb-zero 0.4.4... [INFO] testing lmdb-zero-0.4.4 against 1.60.0 for beta-1.61-1 [INFO] extracting crate lmdb-zero 0.4.4 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate lmdb-zero 0.4.4 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lmdb-zero 0.4.4 [INFO] finished tweaking crates.io crate lmdb-zero 0.4.4 [INFO] tweaked toml for crates.io crate lmdb-zero 0.4.4 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rand v0.3.15 [INFO] [stderr] Downloaded supercow v0.1.0 [INFO] [stderr] Downloaded liblmdb-sys v0.2.2 [INFO] [stderr] Downloaded libc v0.2.18 [INFO] [stderr] Downloaded tempdir v0.3.4 [INFO] [stderr] Downloaded gcc v0.3.39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5842473185c4c203f76dcea8f2c27cae96ebe4f5c359b6243ce4281c040ef586 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5842473185c4c203f76dcea8f2c27cae96ebe4f5c359b6243ce4281c040ef586", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5842473185c4c203f76dcea8f2c27cae96ebe4f5c359b6243ce4281c040ef586", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5842473185c4c203f76dcea8f2c27cae96ebe4f5c359b6243ce4281c040ef586", kill_on_drop: false }` [INFO] [stdout] 5842473185c4c203f76dcea8f2c27cae96ebe4f5c359b6243ce4281c040ef586 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 34ac22311a9e77109cfe01d05fda841887dfba8420a191e8f7978e9ccbf46a89 [INFO] running `Command { std: "docker" "start" "-a" "34ac22311a9e77109cfe01d05fda841887dfba8420a191e8f7978e9ccbf46a89", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.39 [INFO] [stderr] Compiling libc v0.2.18 [INFO] [stderr] Compiling supercow v0.1.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling liblmdb-sys v0.2.2 [INFO] [stderr] Compiling lmdb-zero v0.4.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:272:25 [INFO] [stdout] | [INFO] [stdout] 272 | let path_cstr = try!(CString::new(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:446:25 [INFO] [stdout] | [INFO] [stdout] 446 | let path_cstr = try!(CString::new(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:680:9 [INFO] [stdout] | [INFO] [stdout] 680 | try!(txn.commit()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:703:29 [INFO] [stdout] | [INFO] [stdout] 703 | Some(s) => Some(try!(CString::new(s))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:735:13 [INFO] [stdout] | [INFO] [stdout] 735 | try!(wrapped_tx.commit()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:706:17 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 706 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:769:13 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 769 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:850:9 [INFO] [stdout] | [INFO] [stdout] 850 | try!(env::dbi_delete(&self.db.env, self.db.dbi)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:939:13 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 939 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:232:24 [INFO] [stdout] | [INFO] [stdout] 232 | fn from_lmdb_bytes(&[u8]) -> Result<&Self, String>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:249:40 [INFO] [stdout] | [INFO] [stdout] 249 | unsafe fn from_reserved_lmdb_bytes(&mut [u8]) -> &mut Self; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:592:9 [INFO] [stdout] | [INFO] [stdout] 592 | try!(db.assert_same_env(&self.env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:603:9 [INFO] [stdout] | [INFO] [stdout] 603 | try!(db.assert_same_env(&self.env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:676:28 [INFO] [stdout] | [INFO] [stdout] 676 | Ok(ReadTransaction(try!(ConstTransaction::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:767:9 [INFO] [stdout] | [INFO] [stdout] 767 | try!(self.assert_sensible_cursor(&cursor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:870:29 [INFO] [stdout] | [INFO] [stdout] 870 | Ok(WriteTransaction(try!(ConstTransaction::new(env, None, 0)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:949:29 [INFO] [stdout] | [INFO] [stdout] 949 | Ok(WriteTransaction(try!(ConstTransaction::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:997:9 [INFO] [stdout] | [INFO] [stdout] 997 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1038:9 [INFO] [stdout] | [INFO] [stdout] 1038 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1178:9 [INFO] [stdout] | [INFO] [stdout] 1178 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1223:9 [INFO] [stdout] | [INFO] [stdout] 1223 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1269:9 [INFO] [stdout] | [INFO] [stdout] 1269 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1308:9 [INFO] [stdout] | [INFO] [stdout] 1308 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | try!(tx::assert_same_env(&txn, &db)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | try!(tx::assert_in_env(&txn, env_ref(&stale))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 323 | Ok((try!(from_val(access, &out_key)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:324:13 [INFO] [stdout] | [INFO] [stdout] 324 | try!(from_val(access, &out_val)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:332:9 [INFO] [stdout] | [INFO] [stdout] 332 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:364:9 [INFO] [stdout] | [INFO] [stdout] 364 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:383:9 [INFO] [stdout] | [INFO] [stdout] 383 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:412:13 [INFO] [stdout] | [INFO] [stdout] 412 | Ok((try!(from_val(access, &inout_key)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:413:13 [INFO] [stdout] | [INFO] [stdout] 413 | try!(from_val(access, &out_val)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 447 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 448 | | /// Positions the cursor at the first key/value pair whose key is equal [INFO] [stdout] 449 | | /// to the current key, returning the value of that pair. [INFO] [stdout] 450 | | /// [INFO] [stdout] ... | [INFO] [stdout] 479 | | fn first_dup, ffi::MDB_cursor_op::MDB_FIRST_DUP [INFO] [stdout] 480 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:625:9 [INFO] [stdout] | [INFO] [stdout] 625 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:623:20 [INFO] [stdout] | [INFO] [stdout] 623 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 623 - -> Result<(&'access V)> [INFO] [stdout] 623 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 656 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 657 | | /// Continues fetching items from a cursor positioned by a call to [INFO] [stdout] 658 | | /// `get_multiple()`. [INFO] [stdout] 659 | | /// [INFO] [stdout] ... | [INFO] [stdout] 664 | | fn next_multiple, ffi::MDB_cursor_op::MDB_NEXT_MULTIPLE [INFO] [stdout] 665 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 698 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 699 | | /// Positions the cursor at the last key/value pair whose key is equal [INFO] [stdout] 700 | | /// to the current key. [INFO] [stdout] 701 | | /// [INFO] [stdout] ... | [INFO] [stdout] 731 | | fn last_dup, ffi::MDB_cursor_op::MDB_LAST_DUP [INFO] [stdout] 732 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1108:9 [INFO] [stdout] | [INFO] [stdout] 1108 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1162:9 [INFO] [stdout] | [INFO] [stdout] 1162 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1302:9 [INFO] [stdout] | [INFO] [stdout] 1302 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1429:9 [INFO] [stdout] | [INFO] [stdout] 1429 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1492:9 [INFO] [stdout] | [INFO] [stdout] 1492 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1528:9 [INFO] [stdout] | [INFO] [stdout] 1528 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/iter.rs:115:24 [INFO] [stdout] | [INFO] [stdout] 115 | let head_val = try!(head(&mut*cursor, access).to_opt()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 61 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.03s [INFO] running `Command { std: "docker" "inspect" "34ac22311a9e77109cfe01d05fda841887dfba8420a191e8f7978e9ccbf46a89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34ac22311a9e77109cfe01d05fda841887dfba8420a191e8f7978e9ccbf46a89", kill_on_drop: false }` [INFO] [stdout] 34ac22311a9e77109cfe01d05fda841887dfba8420a191e8f7978e9ccbf46a89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bc30b7699280c8cb3e7fa5d887ccbc0be40257ff85602a2b31dd09ca7b43b3af [INFO] running `Command { std: "docker" "start" "-a" "bc30b7699280c8cb3e7fa5d887ccbc0be40257ff85602a2b31dd09ca7b43b3af", kill_on_drop: false }` [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:272:25 [INFO] [stdout] | [INFO] [stdout] 272 | let path_cstr = try!(CString::new(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:446:25 [INFO] [stdout] | [INFO] [stdout] 446 | let path_cstr = try!(CString::new(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:680:9 [INFO] [stdout] | [INFO] [stdout] 680 | try!(txn.commit()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:703:29 [INFO] [stdout] | [INFO] [stdout] 703 | Some(s) => Some(try!(CString::new(s))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:735:13 [INFO] [stdout] | [INFO] [stdout] 735 | try!(wrapped_tx.commit()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:706:17 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 706 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:769:13 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 769 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:850:9 [INFO] [stdout] | [INFO] [stdout] 850 | try!(env::dbi_delete(&self.db.env, self.db.dbi)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:939:13 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 939 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:232:24 [INFO] [stdout] | [INFO] [stdout] 232 | fn from_lmdb_bytes(&[u8]) -> Result<&Self, String>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:249:40 [INFO] [stdout] | [INFO] [stdout] 249 | unsafe fn from_reserved_lmdb_bytes(&mut [u8]) -> &mut Self; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:592:9 [INFO] [stdout] | [INFO] [stdout] 592 | try!(db.assert_same_env(&self.env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:603:9 [INFO] [stdout] | [INFO] [stdout] 603 | try!(db.assert_same_env(&self.env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:676:28 [INFO] [stdout] | [INFO] [stdout] 676 | Ok(ReadTransaction(try!(ConstTransaction::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:767:9 [INFO] [stdout] | [INFO] [stdout] 767 | try!(self.assert_sensible_cursor(&cursor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:870:29 [INFO] [stdout] | [INFO] [stdout] 870 | Ok(WriteTransaction(try!(ConstTransaction::new(env, None, 0)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:949:29 [INFO] [stdout] | [INFO] [stdout] 949 | Ok(WriteTransaction(try!(ConstTransaction::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:997:9 [INFO] [stdout] | [INFO] [stdout] 997 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1038:9 [INFO] [stdout] | [INFO] [stdout] 1038 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1178:9 [INFO] [stdout] | [INFO] [stdout] 1178 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1223:9 [INFO] [stdout] | [INFO] [stdout] 1223 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1269:9 [INFO] [stdout] | [INFO] [stdout] 1269 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1308:9 [INFO] [stdout] | [INFO] [stdout] 1308 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | try!(tx::assert_same_env(&txn, &db)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | try!(tx::assert_in_env(&txn, env_ref(&stale))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 323 | Ok((try!(from_val(access, &out_key)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:324:13 [INFO] [stdout] | [INFO] [stdout] 324 | try!(from_val(access, &out_val)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:332:9 [INFO] [stdout] | [INFO] [stdout] 332 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:364:9 [INFO] [stdout] | [INFO] [stdout] 364 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:383:9 [INFO] [stdout] | [INFO] [stdout] 383 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:412:13 [INFO] [stdout] | [INFO] [stdout] 412 | Ok((try!(from_val(access, &inout_key)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:413:13 [INFO] [stdout] | [INFO] [stdout] 413 | try!(from_val(access, &out_val)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 447 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 448 | | /// Positions the cursor at the first key/value pair whose key is equal [INFO] [stdout] 449 | | /// to the current key, returning the value of that pair. [INFO] [stdout] 450 | | /// [INFO] [stdout] ... | [INFO] [stdout] 479 | | fn first_dup, ffi::MDB_cursor_op::MDB_FIRST_DUP [INFO] [stdout] 480 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:625:9 [INFO] [stdout] | [INFO] [stdout] 625 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:623:20 [INFO] [stdout] | [INFO] [stdout] 623 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 623 - -> Result<(&'access V)> [INFO] [stdout] 623 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 656 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 657 | | /// Continues fetching items from a cursor positioned by a call to [INFO] [stdout] 658 | | /// `get_multiple()`. [INFO] [stdout] 659 | | /// [INFO] [stdout] ... | [INFO] [stdout] 664 | | fn next_multiple, ffi::MDB_cursor_op::MDB_NEXT_MULTIPLE [INFO] [stdout] 665 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 698 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 699 | | /// Positions the cursor at the last key/value pair whose key is equal [INFO] [stdout] 700 | | /// to the current key. [INFO] [stdout] 701 | | /// [INFO] [stdout] ... | [INFO] [stdout] 731 | | fn last_dup, ffi::MDB_cursor_op::MDB_LAST_DUP [INFO] [stdout] 732 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1108:9 [INFO] [stdout] | [INFO] [stdout] 1108 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1162:9 [INFO] [stdout] | [INFO] [stdout] 1162 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1302:9 [INFO] [stdout] | [INFO] [stdout] 1302 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1429:9 [INFO] [stdout] | [INFO] [stdout] 1429 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1492:9 [INFO] [stdout] | [INFO] [stdout] 1492 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1528:9 [INFO] [stdout] | [INFO] [stdout] 1528 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/iter.rs:115:24 [INFO] [stdout] | [INFO] [stdout] 115 | let head_val = try!(head(&mut*cursor, access).to_opt()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 61 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempdir v0.3.4 [INFO] [stderr] Compiling lmdb-zero v0.4.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stdout] 29 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | / bitflags! { [INFO] [stdout] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stdout] 145 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stdout] ... | [INFO] [stdout] 150 | | } [INFO] [stdout] 151 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:272:25 [INFO] [stdout] | [INFO] [stdout] 272 | let path_cstr = try!(CString::new(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:446:25 [INFO] [stdout] | [INFO] [stdout] 446 | let path_cstr = try!(CString::new(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/env.rs:680:9 [INFO] [stdout] | [INFO] [stdout] 680 | try!(txn.commit()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / bitflags! { [INFO] [stdout] 31 | | /// Flags used when opening databases. [INFO] [stdout] 32 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stdout] ... | [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:703:29 [INFO] [stdout] | [INFO] [stdout] 703 | Some(s) => Some(try!(CString::new(s))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:735:13 [INFO] [stdout] | [INFO] [stdout] 735 | try!(wrapped_tx.commit()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:706:17 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 706 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:769:13 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 769 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/dbi.rs:850:9 [INFO] [stdout] | [INFO] [stdout] 850 | try!(env::dbi_delete(&self.db.env, self.db.dbi)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/dbi.rs:939:13 [INFO] [stdout] | [INFO] [stdout] 19 | use env::{self, Environment}; [INFO] [stdout] | ---- the item `env` is already imported here [INFO] [stdout] ... [INFO] [stdout] 939 | use env; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:232:24 [INFO] [stdout] | [INFO] [stdout] 232 | fn from_lmdb_bytes(&[u8]) -> Result<&Self, String>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:249:40 [INFO] [stdout] | [INFO] [stdout] 249 | unsafe fn from_reserved_lmdb_bytes(&mut [u8]) -> &mut Self; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / bitflags! { [INFO] [stdout] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stdout] 34 | | /// [INFO] [stdout] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stdout] ... | [INFO] [stdout] 195 | | } [INFO] [stdout] 196 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / bitflags! { [INFO] [stdout] 205 | | /// Flags used when deleting items via cursors. [INFO] [stdout] 206 | | pub struct Flags : libc::c_uint { [INFO] [stdout] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:592:9 [INFO] [stdout] | [INFO] [stdout] 592 | try!(db.assert_same_env(&self.env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:603:9 [INFO] [stdout] | [INFO] [stdout] 603 | try!(db.assert_same_env(&self.env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:676:28 [INFO] [stdout] | [INFO] [stdout] 676 | Ok(ReadTransaction(try!(ConstTransaction::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:767:9 [INFO] [stdout] | [INFO] [stdout] 767 | try!(self.assert_sensible_cursor(&cursor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:870:29 [INFO] [stdout] | [INFO] [stdout] 870 | Ok(WriteTransaction(try!(ConstTransaction::new(env, None, 0)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:949:29 [INFO] [stdout] | [INFO] [stdout] 949 | Ok(WriteTransaction(try!(ConstTransaction::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:997:9 [INFO] [stdout] | [INFO] [stdout] 997 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1038:9 [INFO] [stdout] | [INFO] [stdout] 1038 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1178:9 [INFO] [stdout] | [INFO] [stdout] 1178 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1223:9 [INFO] [stdout] | [INFO] [stdout] 1223 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1269:9 [INFO] [stdout] | [INFO] [stdout] 1269 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tx.rs:1308:9 [INFO] [stdout] | [INFO] [stdout] 1308 | try!(db.assert_same_env(self.env())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | try!(tx::assert_same_env(&txn, &db)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | try!(tx::assert_in_env(&txn, env_ref(&stale))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 323 | Ok((try!(from_val(access, &out_key)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:324:13 [INFO] [stdout] | [INFO] [stdout] 324 | try!(from_val(access, &out_val)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:332:9 [INFO] [stdout] | [INFO] [stdout] 332 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:364:9 [INFO] [stdout] | [INFO] [stdout] 364 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:383:9 [INFO] [stdout] | [INFO] [stdout] 383 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:412:13 [INFO] [stdout] | [INFO] [stdout] 412 | Ok((try!(from_val(access, &inout_key)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:413:13 [INFO] [stdout] | [INFO] [stdout] 413 | try!(from_val(access, &out_val)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 447 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 448 | | /// Positions the cursor at the first key/value pair whose key is equal [INFO] [stdout] 449 | | /// to the current key, returning the value of that pair. [INFO] [stdout] 450 | | /// [INFO] [stdout] ... | [INFO] [stdout] 479 | | fn first_dup, ffi::MDB_cursor_op::MDB_FIRST_DUP [INFO] [stdout] 480 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:625:9 [INFO] [stdout] | [INFO] [stdout] 625 | try!(assert_sensible_cursor(access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:623:20 [INFO] [stdout] | [INFO] [stdout] 623 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 623 - -> Result<(&'access V)> [INFO] [stdout] 623 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 656 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 657 | | /// Continues fetching items from a cursor positioned by a call to [INFO] [stdout] 658 | | /// `get_multiple()`. [INFO] [stdout] 659 | | /// [INFO] [stdout] ... | [INFO] [stdout] 664 | | fn next_multiple, ffi::MDB_cursor_op::MDB_NEXT_MULTIPLE [INFO] [stdout] 665 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/cursor.rs:250:24 [INFO] [stdout] | [INFO] [stdout] 250 | -> Result<(&'access V)> [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 698 | cursor_get_0_v! { [INFO] [stdout] | _____- [INFO] [stdout] | |_____| [INFO] [stdout] | | [INFO] [stdout] 699 | | /// Positions the cursor at the last key/value pair whose key is equal [INFO] [stdout] 700 | | /// to the current key. [INFO] [stdout] 701 | | /// [INFO] [stdout] ... | [INFO] [stdout] 731 | | fn last_dup, ffi::MDB_cursor_op::MDB_LAST_DUP [INFO] [stdout] 732 | | } [INFO] [stdout] | | - [INFO] [stdout] | |_____| [INFO] [stdout] | |_____in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 250 - -> Result<(&'access V)> [INFO] [stdout] 250 + -> Result<&'access V> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1108:9 [INFO] [stdout] | [INFO] [stdout] 1108 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1162:9 [INFO] [stdout] | [INFO] [stdout] 1162 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1302:9 [INFO] [stdout] | [INFO] [stdout] 1302 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1429:9 [INFO] [stdout] | [INFO] [stdout] 1429 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1492:9 [INFO] [stdout] | [INFO] [stdout] 1492 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cursor.rs:1528:9 [INFO] [stdout] | [INFO] [stdout] 1528 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/iter.rs:115:24 [INFO] [stdout] | [INFO] [stdout] 115 | let head_val = try!(head(&mut*cursor, access).to_opt()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 61 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.59s [INFO] running `Command { std: "docker" "inspect" "bc30b7699280c8cb3e7fa5d887ccbc0be40257ff85602a2b31dd09ca7b43b3af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc30b7699280c8cb3e7fa5d887ccbc0be40257ff85602a2b31dd09ca7b43b3af", kill_on_drop: false }` [INFO] [stdout] bc30b7699280c8cb3e7fa5d887ccbc0be40257ff85602a2b31dd09ca7b43b3af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9d5e59dcb6a31183b89679b62dcc0e90154997d6b09aaedbd61212bb26c2a941 [INFO] running `Command { std: "docker" "start" "-a" "9d5e59dcb6a31183b89679b62dcc0e90154997d6b09aaedbd61212bb26c2a941", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/env.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stderr] 29 | | pub struct Flags : libc::c_uint { [INFO] [stderr] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stderr] ... | [INFO] [stderr] 134 | | } [INFO] [stderr] 135 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/env.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | /// Flags used when opening an LMDB environment. [INFO] [stderr] 29 | | pub struct Flags : libc::c_uint { [INFO] [stderr] 30 | | /// Use a fixed address for the mmap region. This flag must be [INFO] [stderr] ... | [INFO] [stderr] 134 | | } [INFO] [stderr] 135 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/env.rs:143:5 [INFO] [stderr] | [INFO] [stderr] 143 | / bitflags! { [INFO] [stderr] 144 | | /// Flags used when copying an LMDB environment. [INFO] [stderr] 145 | | pub struct Flags : libc::c_uint { [INFO] [stderr] 146 | | /// Perform compaction while copying: omit free pages and sequentially [INFO] [stderr] ... | [INFO] [stderr] 150 | | } [INFO] [stderr] 151 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/env.rs:272:25 [INFO] [stderr] | [INFO] [stderr] 272 | let path_cstr = try!(CString::new(path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/env.rs:446:25 [INFO] [stderr] | [INFO] [stderr] 446 | let path_cstr = try!(CString::new(path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/env.rs:680:9 [INFO] [stderr] | [INFO] [stderr] 680 | try!(txn.commit()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/dbi.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | / bitflags! { [INFO] [stderr] 31 | | /// Flags used when opening databases. [INFO] [stderr] 32 | | pub struct Flags : libc::c_uint { [INFO] [stderr] 33 | | /// Keys are strings to be compared in reverse order, from the end [INFO] [stderr] ... | [INFO] [stderr] 252 | | } [INFO] [stderr] 253 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/dbi.rs:703:29 [INFO] [stderr] | [INFO] [stderr] 703 | Some(s) => Some(try!(CString::new(s))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/dbi.rs:735:13 [INFO] [stderr] | [INFO] [stderr] 735 | try!(wrapped_tx.commit()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `env` is imported redundantly [INFO] [stderr] --> src/dbi.rs:706:17 [INFO] [stderr] | [INFO] [stderr] 19 | use env::{self, Environment}; [INFO] [stderr] | ---- the item `env` is already imported here [INFO] [stderr] ... [INFO] [stderr] 706 | use env; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `env` is imported redundantly [INFO] [stderr] --> src/dbi.rs:769:13 [INFO] [stderr] | [INFO] [stderr] 19 | use env::{self, Environment}; [INFO] [stderr] | ---- the item `env` is already imported here [INFO] [stderr] ... [INFO] [stderr] 769 | use env; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/dbi.rs:850:9 [INFO] [stderr] | [INFO] [stderr] 850 | try!(env::dbi_delete(&self.db.env, self.db.dbi)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `env` is imported redundantly [INFO] [stderr] --> src/dbi.rs:939:13 [INFO] [stderr] | [INFO] [stderr] 19 | use env::{self, Environment}; [INFO] [stderr] | ---- the item `env` is already imported here [INFO] [stderr] ... [INFO] [stderr] 939 | use env; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/traits.rs:232:24 [INFO] [stderr] | [INFO] [stderr] 232 | fn from_lmdb_bytes(&[u8]) -> Result<&Self, String>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/traits.rs:249:40 [INFO] [stderr] | [INFO] [stderr] 249 | unsafe fn from_reserved_lmdb_bytes(&mut [u8]) -> &mut Self; [INFO] [stderr] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / bitflags! { [INFO] [stderr] 33 | | /// Flags used when calling the various `put` functions. [INFO] [stderr] 34 | | /// [INFO] [stderr] 35 | | /// Note that `RESERVE` and `MULTIPLE` are not exposed in these flags [INFO] [stderr] ... | [INFO] [stderr] 195 | | } [INFO] [stderr] 196 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:204:5 [INFO] [stderr] | [INFO] [stderr] 204 | / bitflags! { [INFO] [stderr] 205 | | /// Flags used when deleting items via cursors. [INFO] [stderr] 206 | | pub struct Flags : libc::c_uint { [INFO] [stderr] 207 | | /// Delete all of the data items for the current key instead of [INFO] [stderr] ... | [INFO] [stderr] 243 | | } [INFO] [stderr] 244 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:592:9 [INFO] [stderr] | [INFO] [stderr] 592 | try!(db.assert_same_env(&self.env)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:603:9 [INFO] [stderr] | [INFO] [stderr] 603 | try!(db.assert_same_env(&self.env)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:676:28 [INFO] [stderr] | [INFO] [stderr] 676 | Ok(ReadTransaction(try!(ConstTransaction::new( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:767:9 [INFO] [stderr] | [INFO] [stderr] 767 | try!(self.assert_sensible_cursor(&cursor)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:870:29 [INFO] [stderr] | [INFO] [stderr] 870 | Ok(WriteTransaction(try!(ConstTransaction::new(env, None, 0)))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:949:29 [INFO] [stderr] | [INFO] [stderr] 949 | Ok(WriteTransaction(try!(ConstTransaction::new( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:997:9 [INFO] [stderr] | [INFO] [stderr] 997 | try!(db.assert_same_env(self.env())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:1038:9 [INFO] [stderr] | [INFO] [stderr] 1038 | try!(db.assert_same_env(self.env())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:1178:9 [INFO] [stderr] | [INFO] [stderr] 1178 | try!(db.assert_same_env(self.env())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:1223:9 [INFO] [stderr] | [INFO] [stderr] 1223 | try!(db.assert_same_env(self.env())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:1269:9 [INFO] [stderr] | [INFO] [stderr] 1269 | try!(db.assert_same_env(self.env())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/tx.rs:1308:9 [INFO] [stderr] | [INFO] [stderr] 1308 | try!(db.assert_same_env(self.env())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:269:9 [INFO] [stderr] | [INFO] [stderr] 269 | try!(tx::assert_same_env(&txn, &db)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:294:9 [INFO] [stderr] | [INFO] [stderr] 294 | try!(tx::assert_in_env(&txn, env_ref(&stale))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:314:9 [INFO] [stderr] | [INFO] [stderr] 314 | try!(assert_sensible_cursor(access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:323:13 [INFO] [stderr] | [INFO] [stderr] 323 | Ok((try!(from_val(access, &out_key)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:324:13 [INFO] [stderr] | [INFO] [stderr] 324 | try!(from_val(access, &out_val)))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 332 | try!(assert_sensible_cursor(access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:364:9 [INFO] [stderr] | [INFO] [stderr] 364 | try!(assert_sensible_cursor(access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:383:9 [INFO] [stderr] | [INFO] [stderr] 383 | try!(assert_sensible_cursor(access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:402:9 [INFO] [stderr] | [INFO] [stderr] 402 | try!(assert_sensible_cursor(access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:412:13 [INFO] [stderr] | [INFO] [stderr] 412 | Ok((try!(from_val(access, &inout_key)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:413:13 [INFO] [stderr] | [INFO] [stderr] 413 | try!(from_val(access, &out_val)))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/cursor.rs:250:24 [INFO] [stderr] | [INFO] [stderr] 250 | -> Result<(&'access V)> [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 447 | cursor_get_0_v! { [INFO] [stderr] | _____- [INFO] [stderr] | |_____| [INFO] [stderr] | | [INFO] [stderr] 448 | | /// Positions the cursor at the first key/value pair whose key is equal [INFO] [stderr] 449 | | /// to the current key, returning the value of that pair. [INFO] [stderr] 450 | | /// [INFO] [stderr] ... | [INFO] [stderr] 479 | | fn first_dup, ffi::MDB_cursor_op::MDB_FIRST_DUP [INFO] [stderr] 480 | | } [INFO] [stderr] | | - [INFO] [stderr] | |_____| [INFO] [stderr] | |_____in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 250 - -> Result<(&'access V)> [INFO] [stderr] 250 + -> Result<&'access V> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:625:9 [INFO] [stderr] | [INFO] [stderr] 625 | try!(assert_sensible_cursor(access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/cursor.rs:623:20 [INFO] [stderr] | [INFO] [stderr] 623 | -> Result<(&'access V)> [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 623 - -> Result<(&'access V)> [INFO] [stderr] 623 + -> Result<&'access V> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/cursor.rs:250:24 [INFO] [stderr] | [INFO] [stderr] 250 | -> Result<(&'access V)> [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 656 | cursor_get_0_v! { [INFO] [stderr] | _____- [INFO] [stderr] | |_____| [INFO] [stderr] | | [INFO] [stderr] 657 | | /// Continues fetching items from a cursor positioned by a call to [INFO] [stderr] 658 | | /// `get_multiple()`. [INFO] [stderr] 659 | | /// [INFO] [stderr] ... | [INFO] [stderr] 664 | | fn next_multiple, ffi::MDB_cursor_op::MDB_NEXT_MULTIPLE [INFO] [stderr] 665 | | } [INFO] [stderr] | | - [INFO] [stderr] | |_____| [INFO] [stderr] | |_____in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 250 - -> Result<(&'access V)> [INFO] [stderr] 250 + -> Result<&'access V> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/cursor.rs:250:24 [INFO] [stderr] | [INFO] [stderr] 250 | -> Result<(&'access V)> [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 698 | cursor_get_0_v! { [INFO] [stderr] | _____- [INFO] [stderr] | |_____| [INFO] [stderr] | | [INFO] [stderr] 699 | | /// Positions the cursor at the last key/value pair whose key is equal [INFO] [stderr] 700 | | /// to the current key. [INFO] [stderr] 701 | | /// [INFO] [stderr] ... | [INFO] [stderr] 731 | | fn last_dup, ffi::MDB_cursor_op::MDB_LAST_DUP [INFO] [stderr] 732 | | } [INFO] [stderr] | | - [INFO] [stderr] | |_____| [INFO] [stderr] | |_____in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `cursor_get_0_v` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 250 - -> Result<(&'access V)> [INFO] [stderr] 250 + -> Result<&'access V> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:1108:9 [INFO] [stderr] | [INFO] [stderr] 1108 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:1162:9 [INFO] [stderr] | [INFO] [stderr] 1162 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:1302:9 [INFO] [stderr] | [INFO] [stderr] 1302 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:1429:9 [INFO] [stderr] | [INFO] [stderr] 1429 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:1492:9 [INFO] [stderr] | [INFO] [stderr] 1492 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/cursor.rs:1528:9 [INFO] [stderr] | [INFO] [stderr] 1528 | try!(assert_sensible_cursor(&*access, self)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/iter.rs:115:24 [INFO] [stderr] | [INFO] [stderr] 115 | let head_val = try!(head(&mut*cursor, access).to_opt()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `lmdb-zero` (lib) generated 61 warnings (9 duplicates) [INFO] [stderr] warning: `lmdb-zero` (lib test) generated 61 warnings (61 duplicates) [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stdout] running 4 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lmdb_zero-6fcd7b6ad82ecd79) [INFO] [stdout] test cursor::test::get_multiple_with_one_item ... FAILED [INFO] [stdout] test dbi::test::borrow_raw_allows_sharing ... FAILED [INFO] [stdout] test dbi::test::disown_allows_sharing ... FAILED [INFO] [stdout] test env::test::borrow_raw_doesnt_take_ownership ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- cursor::test::get_multiple_with_one_item stdout ---- [INFO] [stdout] thread 'cursor::test::get_multiple_with_one_item' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', src/test_helpers.rs:20:55 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5644507bcd5d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5644507bcd5d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5644507bcd5d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5644507bcd5d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5644507e2bbc - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5644507b84a8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5644507bf037 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5644507bf037 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5644507bf037 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5644507bed6c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5644507bf789 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5644507bf477 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5644507bd224 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5644507bf189 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5644507323e3 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5644507324d3 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x5644507406a3 - core::result::Result::unwrap::hac0eb16b69f5d956 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1065:23 [INFO] [stdout] 17: 0x564450743761 - lmdb_zero::test_helpers::create_env::h61600ea9eb9122c0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:20:13 [INFO] [stdout] 18: 0x564450738d44 - lmdb_zero::cursor::test::get_multiple_with_one_item::ha157ffd7402c8b78 [INFO] [stdout] at /opt/rustwide/workdir/src/cursor.rs:1561:19 [INFO] [stdout] 19: 0x564450738d1a - lmdb_zero::cursor::test::get_multiple_with_one_item::{{closure}}::h3690b8c456d2efaa [INFO] [stdout] at /opt/rustwide/workdir/src/cursor.rs:1560:5 [INFO] [stdout] 20: 0x56445074101e - core::ops::function::FnOnce::call_once::hf06fd70dfe3419d0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x564450774523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x564450774523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x564450773204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x564450773204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x564450773204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x564450773204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x564450773204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x564450773204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x564450773204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x56445077cb21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x56445077cb21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x56445074919f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x56445074919f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x56445074919f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x56445074919f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x56445074919f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x56445074919f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x56445074919f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x5644507c5f13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x5644507c5f13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x5644507c5f13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f1926f00609 - start_thread [INFO] [stdout] 43: 0x7f1926cd0163 - 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: 0x5644507bcd5d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5644507bcd5d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5644507bcd5d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5644507bcd5d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5644507e2bbc - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5644507b84a8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5644507bf037 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5644507bf037 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5644507bf037 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5644507bed6c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5644507bf789 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5644507bf477 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5644507bd224 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5644507bf189 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5644507323e3 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5644507324d3 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x5644507406a3 - core::result::Result::unwrap::hac0eb16b69f5d956 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1065:23 [INFO] [stdout] 17: 0x564450743761 - lmdb_zero::test_helpers::create_env::h61600ea9eb9122c0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:20:13 [INFO] [stdout] 18: 0x564450744561 - lmdb_zero::dbi::test::borrow_raw_allows_sharing::h790f4e8d8f72abc3 [INFO] [stdout] at /opt/rustwide/workdir/src/dbi.rs:975:19 [INFO] [stdout] 19: 0x56445074452a - lmdb_zero::dbi::test::borrow_raw_allows_sharing::{{closure}}::h5109ab4b25e3f304 [INFO] [stdout] at /opt/rustwide/workdir/src/dbi.rs:974:5 [INFO] [stdout] 20: 0x564450740f4e - core::ops::function::FnOnce::call_once::hc1e376f9373727c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x564450774523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x564450774523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x564450773204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x564450773204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x564450773204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x564450773204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x564450773204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x564450773204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x564450773204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x56445077cb21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x56445077cb21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x56445074919f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x56445074919f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x56445074919f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x56445074919f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x56445074919f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x56445074919f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x56445074919f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x5644507c5f13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x5644507c5f13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x5644507c5f13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f1926f00609 - start_thread [INFO] [stdout] 43: 0x7f1926cd0163 - 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: 0x5644507bcd5d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5644507bcd5d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5644507bcd5d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5644507bcd5d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5644507e2bbc - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5644507b84a8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5644507bf037 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5644507bf037 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5644507bf037 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5644507bed6c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5644507bf789 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5644507bf477 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5644507bd224 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5644507bf189 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5644507323e3 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5644507324d3 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x5644507406a3 - core::result::Result::unwrap::hac0eb16b69f5d956 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1065:23 [INFO] [stdout] 17: 0x564450743761 - lmdb_zero::test_helpers::create_env::h61600ea9eb9122c0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:20:13 [INFO] [stdout] 18: 0x564450744091 - lmdb_zero::dbi::test::disown_allows_sharing::he13d1fd011514555 [INFO] [stdout] at /opt/rustwide/workdir/src/dbi.rs:959:19 [INFO] [stdout] 19: 0x56445074405a - lmdb_zero::dbi::test::disown_allows_sharing::{{closure}}::he2914e578760402f [INFO] [stdout] at /opt/rustwide/workdir/src/dbi.rs:958:5 [INFO] [stdout] 20: 0x564450740ece - core::ops::function::FnOnce::call_once::h350977ad1ad77a65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x564450774523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x564450774523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x564450773204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x564450773204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x564450773204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x564450773204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x564450773204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x564450773204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x564450773204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x56445077cb21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x56445077cb21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x56445074919f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x56445074919f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x56445074919f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x56445074919f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x56445074919f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x56445074919f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x56445074919f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x5644507c5f13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x5644507c5f13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x5644507c5f13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f1926f00609 - start_thread [INFO] [stdout] 43: 0x7f1926cd0163 - 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: 0x5644507bcd5d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5644507bcd5d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5644507bcd5d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5644507bcd5d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5644507e2bbc - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5644507b84a8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5644507bf037 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5644507bf037 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5644507bf037 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5644507bed6c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5644507bf789 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5644507bf477 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5644507bd224 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5644507bf189 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5644507323e3 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5644507324d3 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x5644507406a3 - core::result::Result::unwrap::hac0eb16b69f5d956 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1065:23 [INFO] [stdout] 17: 0x564450743761 - lmdb_zero::test_helpers::create_env::h61600ea9eb9122c0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers.rs:20:13 [INFO] [stdout] 18: 0x564450743bb9 - lmdb_zero::env::test::borrow_raw_doesnt_take_ownership::hf6f3400c4dd46f1c [INFO] [stdout] at /opt/rustwide/workdir/src/env.rs:705:25 [INFO] [stdout] 19: 0x564450743b8a - lmdb_zero::env::test::borrow_raw_doesnt_take_ownership::{{closure}}::h4ae50ec66167aec4 [INFO] [stdout] at /opt/rustwide/workdir/src/env.rs:704:5 [INFO] [stdout] 20: 0x564450740f0e - core::ops::function::FnOnce::call_once::ha5cd65a417bc33a8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x564450774523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x564450774523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x564450773204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x564450773204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x564450773204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x564450773204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x564450773204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x564450773204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x564450773204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x56445077cb21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x56445077cb21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x56445074919f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x56445074919f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x56445074919f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x56445074919f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x56445074919f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x56445074919f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x56445074919f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x5644507c5f13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x5644507c5f13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x5644507c5f13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f1926f00609 - start_thread [INFO] [stdout] 43: 0x7f1926cd0163 - 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.04s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "9d5e59dcb6a31183b89679b62dcc0e90154997d6b09aaedbd61212bb26c2a941", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d5e59dcb6a31183b89679b62dcc0e90154997d6b09aaedbd61212bb26c2a941", kill_on_drop: false }` [INFO] [stdout] 9d5e59dcb6a31183b89679b62dcc0e90154997d6b09aaedbd61212bb26c2a941