[INFO] fetching crate rusty-leveldb 0.3.6... [INFO] testing rusty-leveldb-0.3.6 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate rusty-leveldb 0.3.6 into /workspace/builds/worker-117/source [INFO] validating manifest of crates.io crate rusty-leveldb 0.3.6 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rusty-leveldb 0.3.6 [INFO] finished tweaking crates.io crate rusty-leveldb 0.3.6 [INFO] tweaked toml for crates.io crate rusty-leveldb 0.3.6 written to /workspace/builds/worker-117/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ce12b96a5f76b77cf95b0e292cc97bedad26c3c9e6caa2a14c53a04c9b626aa [INFO] running `Command { std: "docker" "start" "-a" "5ce12b96a5f76b77cf95b0e292cc97bedad26c3c9e6caa2a14c53a04c9b626aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ce12b96a5f76b77cf95b0e292cc97bedad26c3c9e6caa2a14c53a04c9b626aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ce12b96a5f76b77cf95b0e292cc97bedad26c3c9e6caa2a14c53a04c9b626aa", kill_on_drop: false }` [INFO] [stdout] 5ce12b96a5f76b77cf95b0e292cc97bedad26c3c9e6caa2a14c53a04c9b626aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94b60acfdddf36a1bd6142a9c72c007b1c3f9a34854bb877628bdb19b441043b [INFO] running `Command { std: "docker" "start" "-a" "94b60acfdddf36a1bd6142a9c72c007b1c3f9a34854bb877628bdb19b441043b", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling snap v1.0.5 [INFO] [stderr] Compiling integer-encoding v1.1.7 [INFO] [stderr] Compiling errno v0.2.8 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rusty-leveldb v0.3.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:37:36 [INFO] [stdout] | [INFO] [stdout] 37 | fn open_sequential_file(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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/env.rs:38:39 [INFO] [stdout] | [INFO] [stdout] 38 | fn open_random_access_file(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 39 | fn open_writable_file(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:40:36 [INFO] [stdout] | [INFO] [stdout] 40 | fn open_appendable_file(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:42:22 [INFO] [stdout] | [INFO] [stdout] 42 | fn exists(&self, &Path) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | fn children(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | fn size_of(&self, &Path) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | fn delete(&self, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | fn mkdir(&self, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | fn rmdir(&self, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:49:22 [INFO] [stdout] | [INFO] [stdout] 49 | fn rename(&self, &Path, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | fn rename(&self, &Path, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | fn lock(&self, &Path) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:54:26 [INFO] [stdout] | [INFO] [stdout] 54 | fn new_logger(&self, &Path) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.45s [INFO] running `Command { std: "docker" "inspect" "94b60acfdddf36a1bd6142a9c72c007b1c3f9a34854bb877628bdb19b441043b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94b60acfdddf36a1bd6142a9c72c007b1c3f9a34854bb877628bdb19b441043b", kill_on_drop: false }` [INFO] [stdout] 94b60acfdddf36a1bd6142a9c72c007b1c3f9a34854bb877628bdb19b441043b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d27070978300fc4304f70c4a2f30012ef90bfb5bf28fdad9b105001ba6ab1be0 [INFO] running `Command { std: "docker" "start" "-a" "d27070978300fc4304f70c4a2f30012ef90bfb5bf28fdad9b105001ba6ab1be0", kill_on_drop: false }` [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:37:36 [INFO] [stdout] | [INFO] [stdout] 37 | fn open_sequential_file(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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/env.rs:38:39 [INFO] [stdout] | [INFO] [stdout] 38 | fn open_random_access_file(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 39 | fn open_writable_file(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:40:36 [INFO] [stdout] | [INFO] [stdout] 40 | fn open_appendable_file(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:42:22 [INFO] [stdout] | [INFO] [stdout] 42 | fn exists(&self, &Path) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | fn children(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | fn size_of(&self, &Path) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | fn delete(&self, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | fn mkdir(&self, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | fn rmdir(&self, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:49:22 [INFO] [stdout] | [INFO] [stdout] 49 | fn rename(&self, &Path, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | fn rename(&self, &Path, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | fn lock(&self, &Path) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:54:26 [INFO] [stdout] | [INFO] [stdout] 54 | fn new_logger(&self, &Path) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling time-test v0.2.3 [INFO] [stderr] Compiling rusty-leveldb v0.3.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:37:36 [INFO] [stdout] | [INFO] [stdout] 37 | fn open_sequential_file(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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/env.rs:38:39 [INFO] [stdout] | [INFO] [stdout] 38 | fn open_random_access_file(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 39 | fn open_writable_file(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:40:36 [INFO] [stdout] | [INFO] [stdout] 40 | fn open_appendable_file(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:42:22 [INFO] [stdout] | [INFO] [stdout] 42 | fn exists(&self, &Path) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | fn children(&self, &Path) -> Result>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | fn size_of(&self, &Path) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | fn delete(&self, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | fn mkdir(&self, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | fn rmdir(&self, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:49:22 [INFO] [stdout] | [INFO] [stdout] 49 | fn rename(&self, &Path, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | fn rename(&self, &Path, &Path) -> Result<()>; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | fn lock(&self, &Path) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/env.rs:54:26 [INFO] [stdout] | [INFO] [stdout] 54 | fn new_logger(&self, &Path) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: panic message is not a string literal [INFO] [stdout] --> src/filter_block.rs:242:21 [INFO] [stdout] | [INFO] [stdout] 242 | format!("{} {:?} ", block_offset, key) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 242 - format!("{} {:?} ", block_offset, key) [INFO] [stdout] 242 + "{} {:?} ", block_offset, key [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.25s [INFO] running `Command { std: "docker" "inspect" "d27070978300fc4304f70c4a2f30012ef90bfb5bf28fdad9b105001ba6ab1be0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d27070978300fc4304f70c4a2f30012ef90bfb5bf28fdad9b105001ba6ab1be0", kill_on_drop: false }` [INFO] [stdout] d27070978300fc4304f70c4a2f30012ef90bfb5bf28fdad9b105001ba6ab1be0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b2d1287a0cfbe68c3cfce6c97697b8a30b56d8dab00c96962c2313d9ca60ddb6 [INFO] running `Command { std: "docker" "start" "-a" "b2d1287a0cfbe68c3cfce6c97697b8a30b56d8dab00c96962c2313d9ca60ddb6", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] running 143 tests [INFO] [stderr] --> src/env.rs:37:36 [INFO] [stderr] | [INFO] [stderr] 37 | fn open_sequential_file(&self, &Path) -> Result>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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/env.rs:38:39 [INFO] [stderr] | [INFO] [stderr] 38 | fn open_random_access_file(&self, &Path) -> Result>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/env.rs:39:34 [INFO] [stderr] | [INFO] [stderr] 39 | fn open_writable_file(&self, &Path) -> Result>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/env.rs:40:36 [INFO] [stderr] | [INFO] [stderr] 40 | fn open_appendable_file(&self, &Path) -> Result>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/env.rs:42:22 [INFO] [stderr] | [INFO] [stderr] 42 | fn exists(&self, &Path) -> Result; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/env.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | fn children(&self, &Path) -> Result>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/env.rs:44:23 [INFO] [stderr] | [INFO] [stderr] 44 | fn size_of(&self, &Path) -> Result; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/env.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | fn delete(&self, &Path) -> Result<()>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/env.rs:47:21 [INFO] [stderr] | [INFO] [stderr] 47 | fn mkdir(&self, &Path) -> Result<()>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/env.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | fn rmdir(&self, &Path) -> Result<()>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/env.rs:49:22 [INFO] [stderr] | [INFO] [stderr] 49 | fn rename(&self, &Path, &Path) -> Result<()>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/env.rs:49:29 [INFO] [stderr] | [INFO] [stderr] 49 | fn rename(&self, &Path, &Path) -> Result<()>; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/env.rs:51:20 [INFO] [stderr] | [INFO] [stderr] 51 | fn lock(&self, &Path) -> Result; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/env.rs:54:26 [INFO] [stderr] | [INFO] [stderr] 54 | fn new_logger(&self, &Path) -> Result; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Path` [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: panic message is not a string literal [INFO] [stderr] --> src/filter_block.rs:242:21 [INFO] [stderr] | [INFO] [stderr] 242 | format!("{} {:?} ", block_offset, key) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 242 - format!("{} {:?} ", block_offset, key) [INFO] [stderr] 242 + "{} {:?} ", block_offset, key [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rusty-leveldb` (lib) generated 14 warnings [INFO] [stderr] warning: `rusty-leveldb` (lib test) generated 15 warnings (14 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rusty_leveldb-3b9d7d4ecce755c9) [INFO] [stderr] Recovered manifest with next_file=3 manifest_num=2 log_num=0 prev_log_num=0 last_seq=0 [INFO] [stderr] Deleting file type=Descriptor num=1 [INFO] [stderr] Recovered manifest with next_file=3 manifest_num=2 log_num=0 prev_log_num=0 last_seq=0 [INFO] [stderr] reusing manifest "db/MANIFEST-000001" [INFO] [stderr] Recovered manifest with next_file=3 manifest_num=2 log_num=0 prev_log_num=0 last_seq=0 [INFO] [stderr] Recovering log file "db/000003.log" [INFO] [stderr] Start write of L0 table 000003 [INFO] [stderr] L0 table 000003 has 197 bytes [INFO] [stderr] Deleting file type=Log num=3 [INFO] [stderr] Deleting file type=Descriptor num=1 [INFO] [stderr] files: [[RefCell { value: FileMetaData { allowed_seeks: 100, num: 3, size: 197, smallest: [97, 98, 99, 1, 1, 0, 0, 0, 0, 0, 0], largest: [97, 98, 100, 1, 2, 0, 0, 0, 0, 0, 0] } }], [], [], [], [], [], []] [INFO] [stderr] Recovered manifest with next_file=6 manifest_num=5 log_num=4 prev_log_num=0 last_seq=2 [INFO] [stderr] reusing manifest "db/MANIFEST-000002" [INFO] [stderr] Recovering log file "db/000004.log" [INFO] [stderr] reusing log file "db/000004.log" [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] Start write of L0 table 000014 [INFO] [stderr] L0 table 000014 has 182 bytes [INFO] [stderr] Deleting file type=Log num=12 [INFO] [stderr] Compacting @0 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [98, 98, 97, 1, 30, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting 2 files at L0 and 1 files at L1 [INFO] [stderr] New table num=15: keys=8 size=306 [INFO] [stderr] Compacted 2 L0 files + 1 L1 files => 306B [INFO] [stderr] Compaction finished: level 1: 3 files, 739 bytes ([(15, 306), (4, 216), (5, 217)]); level 2: 3 files, 650 bytes ([(6, 218), (7, 250), (14, 182)]); level 3: 2 files, 400 bytes ([(8, 200), (9, 200)]); [INFO] [stderr] Deleting file type=Table num=3 [INFO] [stderr] Deleting file type=Table num=2 [INFO] [stderr] Deleting file type=Table num=1 [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Expanding inputs@1 2+1 (522+218 bytes) to 3+1 (739+218 bytes) [INFO] [stderr] Compacting @1 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [102, 97, 98, 1, 15, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting 3 files at L1 and 1 files at L2 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] Recovered manifest with next_file=14 manifest_num=13 log_num=12 prev_log_num=0 last_seq=30 [INFO] [stderr] Recovering log file "db/000012.log" [INFO] [stderr] Start write of L0 table 000014 [INFO] [stderr] L0 table 000014 has 253 bytes [INFO] [stderr] Deleting file type=Descriptor num=11 [INFO] [stderr] Deleting file type=Log num=12 [INFO] [stderr] Recovered manifest with next_file=17 manifest_num=16 log_num=15 prev_log_num=0 last_seq=36 [INFO] [stderr] Recovering log file "db/000015.log" [INFO] [stderr] Start write of L0 table 000017 [INFO] [stderr] L0 table 000017 has 179 bytes [INFO] [stderr] Deleting file type=Descriptor num=13 [INFO] [stderr] Deleting file type=Log num=15 [INFO] [stderr] Compacting @0 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [98, 98, 97, 1, 30, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting 2 files at L0 and 1 files at L1 [INFO] [stderr] New table num=19: keys=8 size=306 [INFO] [stderr] Compacted 2 L0 files + 1 L1 files => 306B [INFO] [stderr] Compaction finished: level 0: 2 files, 432 bytes ([(14, 253), (17, 179)]); level 1: 3 files, 739 bytes ([(19, 306), (4, 216), (5, 217)]); level 2: 2 files, 468 bytes ([(6, 218), (7, 250)]); level 3: 2 files, 400 bytes ([(8, 200), (9, 200)]); [INFO] [stderr] Deleting file type=Table num=1 [INFO] [stderr] Deleting file type=Table num=3 [INFO] [stderr] Deleting file type=Table num=2 [INFO] [stderr] Recovered manifest with next_file=21 manifest_num=20 log_num=18 prev_log_num=0 last_seq=37 [INFO] [stderr] Recovering log file "db/000018.log" [INFO] [stderr] Start write of L0 table 000021 [INFO] [stderr] L0 table 000021 has 182 bytes [INFO] [stderr] Deleting file type=Descriptor num=16 [INFO] [stderr] Deleting file type=Log num=18 [INFO] [stderr] Compacting @0 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [98, 98, 97, 1, 30, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting 2 files at L0 and 1 files at L1 [INFO] [stderr] Compacting @2 [99, 97, 98, 1, 10, 0, 0, 0, 0, 0, 0] .. [102, 98, 97, 1, 12, 0, 0, 0, 0, 0, 0] [INFO] [stderr] New table num=16: keys=15 size=435 [INFO] [stderr] Compacted 3 L1 files + 1 L2 files => 435B [INFO] [stderr] Compaction finished: level 2: 3 files, 867 bytes ([(16, 435), (7, 250), (14, 182)]); level 3: 2 files, 400 bytes ([(8, 200), (9, 200)]); [INFO] [stderr] Moved num=6 bytes=218 from L2 to L3 [INFO] [stderr] Summary: level 0: 2 files, 483 bytes ([(1, 232), (2, 251)]); level 1: 3 files, 651 bytes ([(3, 218), (4, 216), (5, 217)]); level 2: 1 files, 250 bytes ([(7, 250)]); level 3: 3 files, 618 bytes ([(6, 218), (8, 200), (9, 200)]); [INFO] [stderr] Deleting file type=Table num=4 [INFO] [stderr] Deleting file type=Table num=5 [INFO] [stderr] Deleting file type=Table num=15 [INFO] [stderr] Deleting file type=Table num=6 [INFO] [stderr] Compacting @2 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [102, 98, 97, 1, 12, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting 1 files at L2 and 0 files at L3 [INFO] [stderr] New table num=17: keys=15 size=435 [INFO] [stderr] Compacted 1 L2 files + 0 L3 files => 435B [INFO] [stderr] Compaction finished: level 2: 2 files, 432 bytes ([(7, 250), (14, 182)]); level 3: 3 files, 835 bytes ([(17, 435), (8, 200), (9, 200)]); [INFO] [stderr] Deleting file type=Table num=16 [INFO] [stderr] Recovered manifest with next_file=3 manifest_num=2 log_num=0 prev_log_num=0 last_seq=0 [INFO] [stderr] reusing manifest "db/MANIFEST-000001" [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] Recovered manifest with next_file=3 manifest_num=2 log_num=0 prev_log_num=0 last_seq=0 [INFO] [stderr] reusing manifest "db/MANIFEST-000001" [INFO] [stderr] Start write of L0 table 000004 [INFO] [stderr] L0 table 000004 has 227 bytes [INFO] [stderr] Compacting @2 [97, 98, 48, 1, 3, 0, 0, 0, 0, 0, 0] .. [97, 98, 122, 1, 4, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Moved num=4 bytes=227 from L2 to L3 [INFO] [stderr] Summary: level 3: 1 files, 227 bytes ([(4, 227)]); [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] Start write of L0 table 000003 [INFO] [stderr] New table num=13: keys=8 size=306 [INFO] [stderr] Compacted 2 L0 files + 1 L1 files => 306B [INFO] [stderr] Compaction finished: level 1: 3 files, 739 bytes ([(13, 306), (4, 216), (5, 217)]); level 2: 2 files, 468 bytes ([(6, 218), (7, 250)]); level 3: 2 files, 400 bytes ([(8, 200), (9, 200)]); [INFO] [stderr] Deleting file type=Table num=1 [INFO] [stderr] Deleting file type=Table num=3 [INFO] [stderr] Deleting file type=Table num=2 [INFO] [stderr] Expanding inputs@1 2+1 (522+218 bytes) to 3+1 (739+218 bytes) [INFO] [stderr] Compacting @1 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [102, 97, 98, 1, 15, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting 3 files at L1 and 1 files at L2 [INFO] [stderr] L0 table 000003 has 351 bytes [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] Expanding inputs@1 1+1 (216+218 bytes) to 3+1 (651+218 bytes) [INFO] [stderr] Compacting @1 [97, 97, 97, 1, 19, 0, 0, 0, 0, 0, 0] .. [102, 97, 98, 1, 15, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting 3 files at L1 and 1 files at L2 [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] New table num=13: keys=10 size=345 [INFO] [stderr] Compacted 3 L1 files + 1 L2 files => 345B [INFO] [stderr] Compaction finished: level 0: 2 files, 483 bytes ([(1, 232), (2, 251)]); level 2: 2 files, 595 bytes ([(13, 345), (7, 250)]); level 3: 2 files, 400 bytes ([(8, 200), (9, 200)]); [INFO] [stderr] Deleting file type=Table num=6 [INFO] [stderr] Deleting file type=Table num=4 [INFO] [stderr] Deleting file type=Table num=3 [INFO] [stderr] Deleting file type=Table num=5 [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] New table num=14: keys=15 size=435 [INFO] [stderr] Compacted 3 L1 files + 1 L2 files => 435B [INFO] [stderr] Compaction finished: level 2: 2 files, 685 bytes ([(14, 435), (7, 250)]); level 3: 2 files, 400 bytes ([(8, 200), (9, 200)]); [INFO] [stderr] Deleting file type=Table num=5 [INFO] [stderr] Deleting file type=Table num=6 [INFO] [stderr] Deleting file type=Table num=4 [INFO] [stderr] Deleting file type=Table num=13 [INFO] [stderr] Compacting @2 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [102, 98, 97, 1, 12, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting 1 files at L2 and 0 files at L3 [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] New table num=15: keys=15 size=435 [INFO] [stderr] Compacted 1 L2 files + 0 L3 files => 435B [INFO] [stderr] Compaction finished: level 2: 1 files, 250 bytes ([(7, 250)]); level 3: 3 files, 835 bytes ([(15, 435), (8, 200), (9, 200)]); [INFO] [stderr] Deleting file type=Table num=14 [INFO] [stderr] Recovered manifest with next_file=14 manifest_num=13 log_num=12 prev_log_num=0 last_seq=30 [INFO] [stderr] Recovering log file "db/000012.log" [INFO] [stderr] Start write of L0 table 000014 [INFO] [stderr] L0 table 000014 has 238 bytes [INFO] [stderr] Deleting file type=Log num=12 [INFO] [stderr] Deleting file type=Descriptor num=11 [INFO] [stderr] Recovered manifest with next_file=17 manifest_num=16 log_num=15 prev_log_num=0 last_seq=35 [INFO] [stderr] Recovering log file "db/000015.log" [INFO] [stderr] Start write of L0 table 000017 [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] Expanding inputs@1 1+1 (218+218 bytes) to 3+1 (651+218 bytes) [INFO] [stderr] Compacting @1 [97, 97, 97, 1, 19, 0, 0, 0, 0, 0, 0] .. [102, 97, 98, 1, 15, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting 3 files at L1 and 1 files at L2 [INFO] [stderr] New table num=13: keys=10 size=345 [INFO] [stderr] Compacted 3 L1 files + 1 L2 files => 345B [INFO] [stderr] Compaction finished: level 0: 2 files, 483 bytes ([(1, 232), (2, 251)]); level 2: 2 files, 595 bytes ([(13, 345), (7, 250)]); level 3: 2 files, 400 bytes ([(8, 200), (9, 200)]); [INFO] [stderr] Deleting file type=Table num=5 [INFO] [stderr] Deleting file type=Table num=4 [INFO] [stderr] Deleting file type=Table num=3 [INFO] [stderr] Deleting file type=Table num=6 [INFO] [stderr] L0 table 000017 has 182 bytes [INFO] [stderr] Deleting file type=Log num=15 [INFO] [stderr] Deleting file type=Descriptor num=13 [INFO] [stderr] Compacting @0 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [98, 98, 97, 1, 30, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting 2 files at L0 and 1 files at L1 [INFO] [stderr] New table num=19: keys=8 size=306 [INFO] [stderr] Compacted 2 L0 files + 1 L1 files => 306B [INFO] [stderr] Compaction finished: level 0: 2 files, 420 bytes ([(14, 238), (17, 182)]); level 1: 3 files, 739 bytes ([(19, 306), (4, 216), (5, 217)]); level 2: 2 files, 468 bytes ([(6, 218), (7, 250)]); level 3: 2 files, 400 bytes ([(8, 200), (9, 200)]); [INFO] [stderr] Deleting file type=Table num=3 [INFO] [stderr] Deleting file type=Table num=2 [INFO] [stderr] Deleting file type=Table num=1 [INFO] [stdout] test block::tests::test_block_build_iterate ... ok [INFO] [stdout] test block::tests::test_block_seek_to_last ... ok [INFO] [stdout] test block::tests::test_block_seek ... ok [INFO] [stdout] test block::tests::test_block_empty ... ok [INFO] [stdout] test block::tests::test_block_iterate_reverse ... ok [INFO] [stdout] test block::tests::test_block_iterator_properties ... ok [INFO] [stdout] test block_builder::tests::test_block_builder_reset ... ok [INFO] [stdout] test block_builder::tests::test_block_builder_sanity ... ok [INFO] [stdout] test cache::tests::test_blockcache_cache_capacity ... ok [INFO] [stdout] test cache::tests::test_blockcache_cache_add_rm ... ok [INFO] [stdout] test blockhandle::tests::test_blockhandle ... ok [INFO] [stdout] test cache::tests::test_blockcache_lru_edge_cases ... ok [INFO] [stdout] test cache::tests::test_blockcache_lru_reinsert ... ok [INFO] [stdout] test cache::tests::test_blockcache_lru_reinsert_2 ... ok [INFO] [stdout] test cache::tests::test_blockcache_lru_remove ... ok [INFO] [stdout] test cmp::tests::test_cmp_defaultcmp_shortest_sep ... ok [INFO] [stdout] test cmp::tests::test_cmp_defaultcmp_short_succ ... ok [INFO] [stdout] test cache::tests::test_blockcache_lru_1 ... ok [INFO] [stdout] test cmp::tests::test_cmp_internalkeycmp ... ok [INFO] [stdout] test cmp::tests::test_cmp_internalkeycmp_shortest_sep ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_compaction_state_cleanup ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_init ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_delete ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_open_close_reopen ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_compaction_trivial ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_locking ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_compact_range_memtable ... ok [INFO] [stdout] test filter::tests::test_filter_bloom ... ok [INFO] [stdout] test filter::tests::test_filter_internal_keys_identical ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_build_db_sanity ... ok [INFO] [stdout] test filter_block::tests::test_filter_block_build_read ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_compaction_trivial_move ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_open_info_log ... ok [INFO] [stdout] test filter::tests::test_filter_bloom_hash ... ok [INFO] [stdout] test filter_block::tests::test_filter_index ... ok [INFO] [stdout] test filter_block::tests::test_filter_block_builder ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_get_from_table_with_snapshot ... ok [INFO] [stdout] test key_types::tests::test_build_memtable_key ... ok [INFO] [stderr] (took PT0.013408729S) (init took PT0.000008570S) (took PT0.000167510S) (took PT0.000115110S) (took PT0.001010490S) Compacting @0 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [98, 98, 97, 1, 30, 0, 0, 0, 0, 0, 0] [INFO] [stdout] test db_iter::tests::db_iter_reset ... ok [INFO] [stderr] Compacting @0 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [98, 98, 97, 1, 30, 0, 0, 0, 0, 0, 0] [INFO] [stdout] test db_impl::tests::test_db_impl_build_table ... ok [INFO] [stderr] Expanding inputs@1 2+1 (433+218 bytes) to 3+1 (651+218 bytes) [INFO] [stderr] Compacting @1 [97, 97, 97, 1, 19, 0, 0, 0, 0, 0, 0] .. [102, 97, 98, 1, 15, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting @2 [99, 97, 98, 1, 10, 0, 0, 0, 0, 0, 0] .. [102, 98, 97, 1, 12, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting @0 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [98, 98, 97, 1, 30, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting @0 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [98, 98, 97, 1, 30, 0, 0, 0, 0, 0, 0] [INFO] [stderr] Compacting @0 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [98, 98, 97, 1, 30, 0, 0, 0, 0, 0, 0] [INFO] [stderr] (compaction tests took PT0.002381160S) (took PT0.020947868S) (overlapping-inputs took PT0.000071709S) Recovered manifest with next_file=21 manifest_num=20 log_num=10 prev_log_num=0 last_seq=30 [INFO] [stderr] reusing manifest "db/MANIFEST-000019" [INFO] [stdout] test cmp::tests::test_cmp_memtablekeycmp_panics - should panic ... ok [INFO] [stderr] Compacting @0 [97, 97, 97, 1, 22, 0, 0, 0, 0, 0, 0] .. [98, 98, 97, 1, 30, 0, 0, 0, 0, 0, 0] [INFO] [stdout] test log::tests::test_crc_mask_crc ... ok [INFO] [stderr] Expanding inputs@1 1+1 (218+218 bytes) to 3+1 (651+218 bytes) [INFO] [stdout] test block_builder::tests::test_block_builder_panics - should panic ... ok [INFO] [stderr] Compacting @1 [97, 97, 97, 1, 19, 0, 0, 0, 0, 0, 0] .. [102, 97, 98, 1, 15, 0, 0, 0, 0, 0, 0] [INFO] [stdout] test db_impl::tests::test_db_impl_memtable_compaction ... ok [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] test key_types::tests::test_memtable_lookupkey ... ok [INFO] [stdout] test db_iter::tests::db_iter_deleted_entry_not_returned_memtable ... ok [INFO] [stdout] test log::tests::test_crc_sanity ... ok [INFO] [stdout] test mem_env::tests::test_mem_fs_children ... ok [INFO] [stdout] test mem_env::tests::test_mem_fs_lock ... ok [INFO] [stdout] test mem_env::tests::test_mem_fs_memfile_readat ... ok [INFO] [stdout] test mem_env::tests::test_mem_fs_memfile_read ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_compact_single_file ... ok [INFO] [stdout] test log::tests::test_writer ... ok [INFO] [stdout] test log::tests::test_reader ... ok [INFO] [stdout] test log::tests::test_writer_append ... ok [INFO] [stdout] test db_iter::tests::db_iter_deleted_entry_not_returned ... ok [INFO] [stdout] test db_iter::tests::db_iter_test_fwd_backwd ... ok [INFO] [stdout] test mem_env::tests::test_mem_fs_open_read_write ... ok [INFO] [stdout] test mem_env::tests::test_mem_fs_open_read_write_append_truncate ... ok [INFO] [stdout] test db_iter::tests::db_iter_test_seek ... ok [INFO] [stdout] test db_iter::tests::db_iter_basic_test ... ok [INFO] [stdout] test mem_env::tests::test_mem_fs_metadata_operations ... ok [INFO] [stdout] test disk_env::tests::test_dirs ... FAILED [INFO] [stdout] test mem_env::tests::test_mem_fs_memfile_write ... ok [INFO] [stdout] test memtable::tests::test_memtable_iterator_reverse ... ok [INFO] [stdout] test memtable::tests::test_memtable_parse_key ... ok [INFO] [stdout] test mem_env::tests::test_memenv_all ... ok [INFO] [stdout] test merging_iter::tests::test_merging_behavior ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_compact_range ... ok [INFO] [stdout] test merging_iter::tests::test_merging_real ... ok [INFO] [stdout] test memtable::tests::test_shift_left ... ok [INFO] [stdout] test memtable::tests::test_memtable_iterator_init ... ok [INFO] [stdout] test memtable::tests::test_memtable_iterator_fwd ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_compaction ... ok [INFO] [stdout] test merging_iter::tests::test_merging_zero ... ok [INFO] [stdout] test memtable::tests::test_memtable_parse_tag ... ok [INFO] [stdout] test merging_iter::tests::test_merging_forward_backward ... ok [INFO] [stdout] test memtable::tests::test_memtable_iterator_behavior ... ok [INFO] [stdout] test memtable::tests::test_memtable_iterator_seek ... ok [INFO] [stdout] test merging_iter::tests::test_merging_seek_reset ... ok [INFO] [stdout] test merging_iter::tests::test_merging_two ... ok [INFO] [stdout] test memtable::tests::test_memtable_add ... ok [INFO] [stdout] test disk_env::tests::test_files ... FAILED [INFO] [stdout] test skipmap::tests::test_skipmap_behavior ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_init ... ok [INFO] [stdout] test skipmap::tests::test_empty_skipmap_find_memtable_cmp ... ok [INFO] [stdout] test memtable::tests::test_memtable_add_get ... ok [INFO] [stdout] test db_iter::tests::db_iter_repeated_open_close ... ok [INFO] [stdout] test skipmap::tests::test_contains ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_concurrent_insert ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_prev ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator ... ok [INFO] [stdout] test disk_env::tests::test_locking ... FAILED [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_0 ... ok [INFO] [stdout] test merging_iter::tests::test_merging_one ... ok [INFO] [stdout] test skipmap::tests::test_find ... ok [INFO] [stdout] test snapshot::tests::test_snapshot_list ... ok [INFO] [stdout] test skipmap::tests::test_insert ... ok [INFO] [stdout] test table_builder::tests::test_footer ... ok [INFO] [stdout] test table_cache::tests::test_table_file_name ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_seek_valid ... ok [INFO] [stdout] test table_cache::tests::test_filenum_to_key ... ok [INFO] [stdout] test skipmap::tests::test_no_dupes - should panic ... ok [INFO] [stdout] test table_builder::tests::test_table_builder ... ok [INFO] [stdout] test table_cache::tests::test_table_cache ... ok [INFO] [stdout] test table_reader::tests::test_table_approximate_offset ... ok [INFO] [stdout] test table_reader::tests::test_table_internal_keys ... ok [INFO] [stdout] test types::tests::test_types_parse_file_name ... ok [INFO] [stdout] test table_reader::tests::test_table_reader_checksum ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_fwd_bwd ... ok [INFO] [stdout] test version::tests::test_version_file_overlaps ... ok [INFO] [stdout] test test_util::tests::test_test_util_ldbiter_properties ... ok [INFO] [stdout] test test_util::tests::test_test_util_basic ... ok [INFO] [stdout] test version::tests::test_version_concat_iter_properties ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_behavior_standard ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_values ... ok [INFO] [stdout] test version::tests::test_version_key_ordering ... ok [INFO] [stdout] test table_reader::tests::test_table_block_cache_use ... ok [INFO] [stdout] test version::tests::test_version_all_iters ... ok [INFO] [stdout] test version::tests::test_version_get_overlapping_basic ... ok [INFO] [stdout] test version::tests::test_version_overlap_in_level ... ok [INFO] [stdout] test version::tests::test_version_record_read_sample ... ok [INFO] [stdout] test version::tests::test_version_summary ... ok [INFO] [stdout] test version_set::tests::test_version_set_get_range ... ok [INFO] [stdout] test version_set::tests::test_version_set_merge_iters ... ok [INFO] [stdout] test version_set::tests::test_version_set_total_size ... ok [INFO] [stdout] test table_reader::tests::test_table_get ... ok [INFO] [stdout] test version_edit::tests::test_version_edit_encode_decode ... ok [INFO] [stdout] test write_batch::tests::test_write_batch ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_seek ... ok [INFO] [stdout] test version_set::tests::test_version_set_builder ... ok [INFO] [stdout] test version::tests::test_version_pick_memtable_output_level ... ok [INFO] [stdout] test version_set::tests::test_version_set_compaction ... ok [INFO] [stdout] test version::tests::test_version_get_simple ... ok [INFO] [stdout] test version::tests::test_version_overlapping_inputs ... ok [INFO] [stdout] test version_set::tests::test_version_set_log_and_apply ... ok [INFO] [stdout] test version_set::tests::test_version_set_utils ... ok [INFO] [stdout] test version::tests::test_version_max_next_level_overlapping ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_filter ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_state_behavior ... ok [INFO] [stdout] test table_builder::tests::test_bad_input - should panic ... ok [INFO] [stdout] test version::tests::test_version_concat_iter ... ok [INFO] [stdout] test version_set::tests::test_version_set_pick_compaction ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- disk_env::tests::test_dirs stdout ---- [INFO] [stdout] thread 'disk_env::tests::test_dirs' panicked at 'assertion failed: env.mkdir(dirname).is_ok()', src/disk_env.rs:257:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564766e6062c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x564766e6062c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x564766e6062c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x564766e6062c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x564766e8716c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x564766e5bc58 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x564766e62947 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x564766e62947 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x564766e62947 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x564766e6267b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x564766e6309a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x564766e62d49 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x564766e60af4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x564766e62a99 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x564766c46613 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x564766c464dd - core::panicking::panic::h33838847634b5d2d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x564766cf6c7b - rusty_leveldb::disk_env::tests::test_dirs::he5fc801b3ca0567e [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:257:9 [INFO] [stdout] 17: 0x564766cf6b4a - rusty_leveldb::disk_env::tests::test_dirs::{{closure}}::h028e044518cb1fd8 [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:252:5 [INFO] [stdout] 18: 0x564766d65bde - core::ops::function::FnOnce::call_once::h8c05a8cf962cb4c3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x564766dcd313 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x564766dcd313 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 21: 0x564766dcc041 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x564766dcc041 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x564766dcc041 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x564766dcc041 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x564766dcc041 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x564766dcc041 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 27: 0x564766dcc041 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x564766dd5921 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x564766dd5921 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x564766da207f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x564766da207f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x564766da207f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x564766da207f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x564766da207f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x564766da207f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x564766da207f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x564766e6a013 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x564766e6a013 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x564766e6a013 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f523eb76609 - start_thread [INFO] [stdout] 41: 0x7f523e948293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- disk_env::tests::test_files stdout ---- [INFO] [stdout] thread 'disk_env::tests::test_files' panicked at 'assertion failed: env.open_appendable_file(name).is_ok()', src/disk_env.rs:191:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564766e6062c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x564766e6062c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x564766e6062c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x564766e6062c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x564766e8716c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x564766e5bc58 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x564766e62947 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x564766e62947 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x564766e62947 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x564766e6267b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x564766e6309a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x564766e62d49 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x564766e60af4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x564766e62a99 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x564766c46613 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x564766c464dd - core::panicking::panic::h33838847634b5d2d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x564766cf5886 - rusty_leveldb::disk_env::tests::test_files::h6cbf6bd1e4147c16 [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:191:9 [INFO] [stdout] 17: 0x564766cf56ba - rusty_leveldb::disk_env::tests::test_files::{{closure}}::h76c82f6988747a04 [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:185:5 [INFO] [stdout] 18: 0x564766d65e7e - core::ops::function::FnOnce::call_once::h9ba9ed37e13f22a2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x564766dcd313 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x564766dcd313 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 21: 0x564766dcc041 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x564766dcc041 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x564766dcc041 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x564766dcc041 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x564766dcc041 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x564766dcc041 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 27: 0x564766dcc041 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x564766dd5921 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x564766dd5921 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x564766da207f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x564766da207f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x564766da207f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x564766da207f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x564766da207f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x564766da207f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x564766da207f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x564766e6a013 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x564766e6a013 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x564766e6a013 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f523eb76609 - start_thread [INFO] [stdout] 41: 0x7f523e948293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- disk_env::tests::test_locking stdout ---- [INFO] [stdout] thread 'disk_env::tests::test_locking' panicked at 'called `Result::unwrap()` on an `Err` value: Status { code: IOError, err: "open (write): IOError: Read-only file system (os error 30): testfile.123" }', src/disk_env.rs:229:54 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564766e6062c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x564766e6062c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x564766e6062c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x564766e6062c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x564766e8716c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x564766e5bc58 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x564766e62947 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x564766e62947 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x564766e62947 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x564766e6267b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x564766e6309a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x564766e62d87 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x564766e60af4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x564766e62a99 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x564766c46613 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x564766c46703 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x564766c8ef12 - core::result::Result::unwrap::h7d6e7b21ddc2a06d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1065:23 [INFO] [stdout] 17: 0x564766cf6592 - rusty_leveldb::disk_env::tests::test_locking::h1a682a02162d6612 [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:229:25 [INFO] [stdout] 18: 0x564766cf648a - rusty_leveldb::disk_env::tests::test_locking::{{closure}}::hc64b5827875839c1 [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:223:5 [INFO] [stdout] 19: 0x564766d65b9e - core::ops::function::FnOnce::call_once::h88f1e2a6d0f1e3ab [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x564766dcd313 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x564766dcd313 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x564766dcc041 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x564766dcc041 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x564766dcc041 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x564766dcc041 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x564766dcc041 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x564766dcc041 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x564766dcc041 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x564766dd5921 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x564766dd5921 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x564766da207f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x564766da207f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x564766da207f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x564766da207f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x564766da207f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x564766da207f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x564766da207f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x564766e6a013 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x564766e6a013 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x564766e6a013 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f523eb76609 - start_thread [INFO] [stdout] 42: 0x7f523e948293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] disk_env::tests::test_dirs [INFO] [stdout] disk_env::tests::test_files [INFO] [stdout] disk_env::tests::test_locking [INFO] [stdout] [INFO] [stdout] test result: FAILED. 140 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b2d1287a0cfbe68c3cfce6c97697b8a30b56d8dab00c96962c2313d9ca60ddb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2d1287a0cfbe68c3cfce6c97697b8a30b56d8dab00c96962c2313d9ca60ddb6", kill_on_drop: false }` [INFO] [stdout] b2d1287a0cfbe68c3cfce6c97697b8a30b56d8dab00c96962c2313d9ca60ddb6