[INFO] fetching crate rusty-leveldb 0.3.6... [INFO] testing rusty-leveldb-0.3.6 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate rusty-leveldb 0.3.6 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate rusty-leveldb 0.3.6 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate 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-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 625c2e71a45b287df48bdef8d72ad50949d2df7b958ec672507c109f1cf54277 [INFO] running `Command { std: "docker" "start" "-a" "625c2e71a45b287df48bdef8d72ad50949d2df7b958ec672507c109f1cf54277", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "625c2e71a45b287df48bdef8d72ad50949d2df7b958ec672507c109f1cf54277", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "625c2e71a45b287df48bdef8d72ad50949d2df7b958ec672507c109f1cf54277", kill_on_drop: false }` [INFO] [stdout] 625c2e71a45b287df48bdef8d72ad50949d2df7b958ec672507c109f1cf54277 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 743c4c9998916dc5f753fa70ae2cd2bf6c190271d07904b948e8a542a36ae790 [INFO] running `Command { std: "docker" "start" "-a" "743c4c9998916dc5f753fa70ae2cd2bf6c190271d07904b948e8a542a36ae790", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling snap v1.0.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling integer-encoding v1.1.7 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling errno v0.2.8 [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 4.49s [INFO] running `Command { std: "docker" "inspect" "743c4c9998916dc5f753fa70ae2cd2bf6c190271d07904b948e8a542a36ae790", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "743c4c9998916dc5f753fa70ae2cd2bf6c190271d07904b948e8a542a36ae790", kill_on_drop: false }` [INFO] [stdout] 743c4c9998916dc5f753fa70ae2cd2bf6c190271d07904b948e8a542a36ae790 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f675051d05000c096c253ea33d3879325ab89371ad37c897e1703c2b86aef0b5 [INFO] running `Command { std: "docker" "start" "-a" "f675051d05000c096c253ea33d3879325ab89371ad37c897e1703c2b86aef0b5", kill_on_drop: false }` [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stderr] Compiling time-test v0.2.3 [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 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 4.48s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rusty_leveldb-c885b88af740dce0) [INFO] running `Command { std: "docker" "inspect" "f675051d05000c096c253ea33d3879325ab89371ad37c897e1703c2b86aef0b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f675051d05000c096c253ea33d3879325ab89371ad37c897e1703c2b86aef0b5", kill_on_drop: false }` [INFO] [stdout] f675051d05000c096c253ea33d3879325ab89371ad37c897e1703c2b86aef0b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2e6bd04d6972ca8ce72900f6ea6c656ae9a6ab8357d8b099a21ca892407dc552 [INFO] running `Command { std: "docker" "start" "-a" "2e6bd04d6972ca8ce72900f6ea6c656ae9a6ab8357d8b099a21ca892407dc552", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [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.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rusty_leveldb-c885b88af740dce0) [INFO] [stdout] [INFO] [stdout] running 143 tests [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] 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=3 manifest_num=2 log_num=0 prev_log_num=0 last_seq=0 [INFO] [stderr] reusing manifest "db/MANIFEST-000001" [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] 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=Descriptor num=10 [INFO] [stderr] Start write of L0 table 000003 [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] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] L0 table 000004 has 227 bytes [INFO] [stderr] Recovered manifest with next_file=3 manifest_num=2 log_num=0 prev_log_num=0 last_seq=0 [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] Deleting file type=Descriptor num=1 [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] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [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] 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] 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] 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] 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=3 [INFO] [stderr] Deleting file type=Table num=1 [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] New table num=14: keys=15 size=435 [INFO] [stderr] Compacted 3 L1 files + 1 L2 files => 435B [INFO] [stderr] Start write of L0 table 000014 [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=13 [INFO] [stderr] Deleting file type=Table num=4 [INFO] [stderr] Deleting file type=Table num=6 [INFO] [stderr] Deleting file type=Table num=5 [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=3 manifest_num=2 log_num=0 prev_log_num=0 last_seq=0 [INFO] [stderr] Recovering log file "db/000003.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] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [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] Deleting file type=Descriptor num=10 [INFO] [stdout] test block::tests::test_block_seek_to_last ... ok [INFO] [stderr] New table num=13: keys=10 size=345 [INFO] [stderr] Compacted 3 L1 files + 1 L2 files => 345B [INFO] [stderr] New table num=13: keys=10 size=345 [INFO] [stderr] Compacted 3 L1 files + 1 L2 files => 345B [INFO] [stderr] L0 table 000014 has 182 bytes [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] Start write of L0 table 000003 [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] [stdout] test block::tests::test_block_iterate_reverse ... ok [INFO] [stderr] Deleting file type=Table num=3 [INFO] [stdout] test block::tests::test_block_build_iterate ... ok [INFO] [stderr] Deleting file type=Table num=4 [INFO] [stdout] test block::tests::test_block_seek ... ok [INFO] [stderr] Deleting file type=Table num=5 [INFO] [stderr] Deleting file type=Table num=5 [INFO] [stderr] Deleting file type=Table num=4 [INFO] [stderr] Deleting file type=Table num=6 [INFO] [stderr] Deleting file type=Table num=6 [INFO] [stderr] Deleting file type=Table num=3 [INFO] [stdout] test block::tests::test_block_iterator_properties ... ok [INFO] [stdout] test block::tests::test_block_empty ... ok [INFO] [stdout] test block_builder::tests::test_block_builder_sanity ... ok [INFO] [stderr] Deleting file type=Log num=12 [INFO] [stdout] test blockhandle::tests::test_blockhandle ... 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] [stderr] Compacting 2 files at L0 and 1 files at L1 [INFO] [stdout] test block_builder::tests::test_block_builder_reset ... ok [INFO] [stdout] test cache::tests::test_blockcache_cache_add_rm ... ok [INFO] [stdout] test cache::tests::test_blockcache_lru_1 ... ok [INFO] [stdout] test cache::tests::test_blockcache_lru_edge_cases ... ok [INFO] [stdout] test cache::tests::test_blockcache_cache_capacity ... ok [INFO] [stdout] test cache::tests::test_blockcache_lru_reinsert ... ok [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [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_short_succ ... ok [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] [stdout] test cmp::tests::test_cmp_defaultcmp_shortest_sep ... 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_build_table ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_build_db_sanity ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_compaction_trivial ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_open_info_log ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_locking ... ok [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stdout] test db_impl::tests::test_db_impl_compaction_trivial_move ... ok [INFO] [stderr] L0 table 000003 has 197 bytes [INFO] [stdout] test db_impl::tests::test_db_impl_memtable_compaction ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_delete ... ok [INFO] [stdout] test filter::tests::test_filter_bloom ... ok [INFO] [stdout] test filter::tests::test_filter_bloom_hash ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_get_from_table_with_snapshot ... ok [INFO] [stdout] test db_iter::tests::db_iter_basic_test ... ok [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] L0 table 000014 has 253 bytes [INFO] [stdout] test filter::tests::test_filter_internal_keys_identical ... ok [INFO] [stderr] Deleting file type=Log num=3 [INFO] [stdout] test filter_block::tests::test_filter_block_build_read ... ok [INFO] [stderr] Deleting file type=Descriptor num=1 [INFO] [stdout] test filter_block::tests::test_filter_block_builder ... ok [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] [stdout] test filter_block::tests::test_filter_index ... ok [INFO] [stdout] test key_types::tests::test_build_memtable_key ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_compact_range ... ok [INFO] [stdout] test log::tests::test_crc_sanity ... ok [INFO] [stdout] test key_types::tests::test_memtable_lookupkey ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_compact_single_file ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_compaction ... ok [INFO] [stdout] test log::tests::test_crc_mask_crc ... ok [INFO] [stdout] test log::tests::test_writer ... ok [INFO] [stdout] test mem_env::tests::test_mem_fs_lock ... ok [INFO] [stdout] test log::tests::test_reader ... ok [INFO] [stdout] test mem_env::tests::test_mem_fs_children ... ok [INFO] [stderr] Deleting file type=Log num=12 [INFO] [stdout] test log::tests::test_writer_append ... ok [INFO] [stderr] Deleting file type=Descriptor num=11 [INFO] [stdout] test mem_env::tests::test_mem_fs_open_read_write_append_truncate ... ok [INFO] [stdout] test mem_env::tests::test_memenv_all ... ok [INFO] [stdout] test mem_env::tests::test_mem_fs_memfile_read ... ok [INFO] [stdout] test mem_env::tests::test_mem_fs_memfile_readat ... ok [INFO] [stdout] test mem_env::tests::test_mem_fs_memfile_write ... ok [INFO] [stdout] test memtable::tests::test_memtable_parse_key ... ok [INFO] [stdout] test memtable::tests::test_memtable_parse_tag ... ok [INFO] [stderr] Recovered manifest with next_file=6 manifest_num=5 log_num=4 prev_log_num=0 last_seq=2 [INFO] [stdout] test mem_env::tests::test_mem_fs_open_read_write ... ok [INFO] [stderr] reusing manifest "db/MANIFEST-000002" [INFO] [stdout] test mem_env::tests::test_mem_fs_metadata_operations ... ok [INFO] [stderr] Recovering log file "db/000004.log" [INFO] [stderr] Recovered manifest with next_file=17 manifest_num=16 log_num=15 prev_log_num=0 last_seq=36 [INFO] [stderr] reusing log file "db/000004.log" [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] [stdout] test memtable::tests::test_shift_left ... ok [INFO] [stdout] test merging_iter::tests::test_merging_forward_backward ... ok [INFO] [stdout] test merging_iter::tests::test_merging_behavior ... ok [INFO] [stdout] test merging_iter::tests::test_merging_real ... ok [INFO] [stdout] test merging_iter::tests::test_merging_zero ... ok [INFO] [stdout] test merging_iter::tests::test_merging_seek_reset ... ok [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=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] Deleting file type=Descriptor num=10 [INFO] [stdout] test db_impl::tests::test_db_impl_init ... ok [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=8 size=306 [INFO] [stdout] test skipmap::tests::test_empty_skipmap_find_memtable_cmp ... ok [INFO] [stderr] Compacted 2 L0 files + 1 L1 files => 306B [INFO] [stdout] test table_builder::tests::test_footer ... ok [INFO] [stdout] test table_cache::tests::test_filenum_to_key ... ok [INFO] [stdout] test table_cache::tests::test_table_file_name ... ok [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=2 [INFO] [stderr] Deleting file type=Table num=3 [INFO] [stderr] Deleting file type=Table num=1 [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] [stdout] test snapshot::tests::test_snapshot_list ... ok [INFO] [stdout] test memtable::tests::test_memtable_add ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_seek_valid ... ok [INFO] [stderr] (init took PT0.000001320S) (took PT0.000040130S) (took PT0.000445320S) 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=16: keys=15 size=435 [INFO] [stdout] test test_util::tests::test_test_util_basic ... ok [INFO] [stderr] Compacted 3 L1 files + 1 L2 files => 435B [INFO] [stdout] test types::tests::test_types_parse_file_name ... ok [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] [stdout] test skipmap::tests::test_skipmap_behavior ... ok [INFO] [stderr] Deleting file type=Table num=15 [INFO] [stdout] test table_cache::tests::test_table_cache ... ok [INFO] [stderr] Deleting file type=Table num=6 [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_0 ... ok [INFO] [stderr] Deleting file type=Table num=4 [INFO] [stderr] Deleting file type=Table num=5 [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] [stdout] test db_iter::tests::db_iter_test_seek ... ok [INFO] [stderr] (took PT0.000037420S) New table num=19: keys=8 size=306 [INFO] [stdout] test skipmap::tests::test_insert ... ok [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=3 [INFO] [stderr] Deleting file type=Table num=1 [INFO] [stderr] Deleting file type=Table num=2 [INFO] [stdout] test table_reader::tests::test_table_approximate_offset ... ok [INFO] [stdout] test test_util::tests::test_test_util_ldbiter_properties ... ok [INFO] [stdout] test version::tests::test_version_file_overlaps ... ok [INFO] [stdout] test memtable::tests::test_memtable_iterator_fwd ... ok [INFO] [stdout] test db_iter::tests::db_iter_deleted_entry_not_returned ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_prev ... ok [INFO] [stdout] test merging_iter::tests::test_merging_two ... ok [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] [stdout] test db_iter::tests::db_iter_test_fwd_backwd ... ok [INFO] [stdout] test version::tests::test_version_key_ordering ... ok [INFO] [stdout] test skipmap::tests::test_contains ... ok [INFO] [stdout] test table_builder::tests::test_table_builder ... ok [INFO] [stdout] test version::tests::test_version_max_next_level_overlapping ... ok [INFO] [stdout] test merging_iter::tests::test_merging_one ... ok [INFO] [stdout] test version_set::tests::test_version_set_total_size ... ok [INFO] [stdout] test memtable::tests::test_memtable_add_get ... ok [INFO] [stderr] Recovered manifest with next_file=14 manifest_num=13 log_num=12 prev_log_num=0 last_seq=30 [INFO] [stdout] test memtable::tests::test_memtable_iterator_seek ... ok [INFO] [stdout] test memtable::tests::test_memtable_iterator_reverse ... ok [INFO] [stdout] test version_edit::tests::test_version_edit_encode_decode ... ok [INFO] [stderr] Recovering log file "db/000012.log" [INFO] [stdout] test version_set::tests::test_version_set_get_range ... ok [INFO] [stdout] test db_iter::tests::db_iter_deleted_entry_not_returned_memtable ... ok [INFO] [stderr] Recovered manifest with next_file=21 manifest_num=20 log_num=18 prev_log_num=0 last_seq=37 [INFO] [stdout] test write_batch::tests::test_write_batch ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_seek ... ok [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=Log num=18 [INFO] [stderr] Deleting file type=Descriptor num=16 [INFO] [stdout] test db_impl::tests::test_db_impl_compact_range_memtable ... ok [INFO] [stdout] test memtable::tests::test_memtable_iterator_init ... ok [INFO] [stdout] test version_set::tests::test_version_set_merge_iters ... ok [INFO] [stdout] test version::tests::test_version_overlapping_inputs ... ok [INFO] [stderr] (overlapping-inputs took PT0.000042340S) 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] 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] Start write of L0 table 000014 [INFO] [stdout] test table_reader::tests::test_table_internal_keys ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_init ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_open_close_reopen ... ok [INFO] [stdout] test memtable::tests::test_memtable_iterator_behavior ... ok [INFO] [stderr] (took PT0.024316768S) 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 version_set::tests::test_version_set_pick_compaction ... 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_iter::tests::db_iter_reset ... ok [INFO] [stderr] L0 table 000014 has 238 bytes [INFO] [stdout] test skipmap::tests::test_find ... 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] [stdout] test skipmap::tests::test_skipmap_iterator_concurrent_insert ... ok [INFO] [stderr] Deleting file type=Log num=12 [INFO] [stderr] Deleting file type=Descriptor num=11 [INFO] [stderr] 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] [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] 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] 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] [stdout] test version::tests::test_version_record_read_sample ... ok [INFO] [stdout] test version::tests::test_version_overlap_in_level ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator ... ok [INFO] [stdout] test version::tests::test_version_concat_iter_properties ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_state_behavior ... ok [INFO] [stdout] test version_set::tests::test_version_set_utils ... ok [INFO] [stdout] test version::tests::test_version_get_overlapping_basic ... ok [INFO] [stdout] test version::tests::test_version_summary ... ok [INFO] [stdout] test version::tests::test_version_concat_iter ... ok [INFO] [stdout] test table_reader::tests::test_table_reader_checksum ... ok [INFO] [stdout] test version_set::tests::test_version_set_log_and_apply ... ok [INFO] [stdout] test version::tests::test_version_get_simple ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_filter ... ok [INFO] [stdout] test version::tests::test_version_pick_memtable_output_level ... ok [INFO] [stdout] test version_set::tests::test_version_set_builder ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_behavior_standard ... ok [INFO] [stdout] test version_set::tests::test_version_set_compaction ... ok [INFO] [stderr] (compaction tests took PT0.019418699S) (took PT0.020912439S) New table num=19: keys=8 size=306 [INFO] [stdout] test table_reader::tests::test_table_iterator_values ... ok [INFO] [stderr] Compacted 2 L0 files + 1 L1 files => 306B [INFO] [stdout] test table_reader::tests::test_table_block_cache_use ... ok [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] [stdout] test version::tests::test_version_all_iters ... ok [INFO] [stderr] Deleting file type=Table num=1 [INFO] [stdout] test table_reader::tests::test_table_get ... ok [INFO] [stderr] Deleting file type=Table num=2 [INFO] [stdout] test table_reader::tests::test_table_iterator_fwd_bwd ... ok [INFO] [stderr] Deleting file type=Table num=3 [INFO] [stdout] test db_iter::tests::db_iter_repeated_open_close ... ok [INFO] [stdout] test block_builder::tests::test_block_builder_panics - should panic ... ok [INFO] [stdout] test cmp::tests::test_cmp_memtablekeycmp_panics - should panic ... ok [INFO] [stdout] test disk_env::tests::test_dirs ... FAILED [INFO] [stdout] test disk_env::tests::test_files ... FAILED [INFO] [stdout] test disk_env::tests::test_locking ... FAILED [INFO] [stdout] test table_builder::tests::test_bad_input - should panic ... ok [INFO] [stdout] test skipmap::tests::test_no_dupes - should panic ... 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: 0x56387b71981d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56387b71981d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56387b71981d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56387b71981d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56387b73d48c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x56387b715f11 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x56387b71b565 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56387b71b565 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56387b71b565 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56387b71b254 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56387b71bab2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56387b71b959 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x56387b719cd4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56387b71b6c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56387b4fe8d3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56387b4fe79d - core::panicking::panic::h19a70c01bbabd538 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x56387b5b5c06 - rusty_leveldb::disk_env::tests::test_dirs::hbfce93d793cdae5e [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:257:9 [INFO] [stdout] 17: 0x56387b5b5aca - rusty_leveldb::disk_env::tests::test_dirs::{{closure}}::he9cc9c70dcbda0df [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:252:5 [INFO] [stdout] 18: 0x56387b63a05e - core::ops::function::FnOnce::call_once::h662bfa2b54294f3c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x56387b68fe73 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56387b68fe73 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 21: 0x56387b68ec29 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 22: 0x56387b68ec29 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x56387b68ec29 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x56387b68ec29 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x56387b68ec29 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x56387b68ec29 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 27: 0x56387b68ec29 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x56387b65adde - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x56387b65adde - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x56387b660348 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x56387b660348 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x56387b660348 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x56387b660348 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x56387b660348 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x56387b660348 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x56387b660348 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x56387b721203 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 38: 0x56387b721203 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x56387b721203 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f0654d9a609 - start_thread [INFO] [stdout] 41: 0x7f0654b6a163 - 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: 0x56387b71981d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56387b71981d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56387b71981d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56387b71981d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56387b73d48c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x56387b715f11 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x56387b71b565 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56387b71b565 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56387b71b565 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56387b71b254 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56387b71bab2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56387b71b959 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x56387b719cd4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56387b71b6c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56387b4fe8d3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56387b4fe79d - core::panicking::panic::h19a70c01bbabd538 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x56387b5b4874 - rusty_leveldb::disk_env::tests::test_files::hcecd91482da36917 [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:191:9 [INFO] [stdout] 17: 0x56387b5b469a - rusty_leveldb::disk_env::tests::test_files::{{closure}}::h4769b390c8f083af [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:185:5 [INFO] [stdout] 18: 0x56387b63971e - core::ops::function::FnOnce::call_once::h2513ccc6627e988a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x56387b68fe73 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56387b68fe73 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 21: 0x56387b68ec29 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 22: 0x56387b68ec29 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x56387b68ec29 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x56387b68ec29 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x56387b68ec29 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x56387b68ec29 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 27: 0x56387b68ec29 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x56387b65adde - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x56387b65adde - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x56387b660348 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x56387b660348 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x56387b660348 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x56387b660348 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x56387b660348 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x56387b660348 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x56387b660348 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x56387b721203 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 38: 0x56387b721203 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x56387b721203 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f0654d9a609 - start_thread [INFO] [stdout] 41: 0x7f0654b6a163 - 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: 0x56387b71981d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56387b71981d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56387b71981d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56387b71981d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56387b73d48c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x56387b715f11 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x56387b71b565 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56387b71b565 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56387b71b565 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56387b71b254 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56387b71bab2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56387b71b997 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56387b719cd4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56387b71b6c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56387b4fe8d3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56387b4fe9c3 - core::result::unwrap_failed::h6bc7b183ec719494 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x56387b555252 - core::result::Result::unwrap::h2bad78354894bca8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x56387b5b553c - rusty_leveldb::disk_env::tests::test_locking::h0b59e57818ad1229 [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:229:25 [INFO] [stdout] 18: 0x56387b5b543a - rusty_leveldb::disk_env::tests::test_locking::{{closure}}::he1b8c8c1640bd34f [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:223:5 [INFO] [stdout] 19: 0x56387b63a9be - core::ops::function::FnOnce::call_once::h917c23b8b2f7fd4a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56387b68fe73 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56387b68fe73 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x56387b68ec29 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x56387b68ec29 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56387b68ec29 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56387b68ec29 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56387b68ec29 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56387b68ec29 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x56387b68ec29 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x56387b65adde - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x56387b65adde - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56387b660348 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56387b660348 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56387b660348 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] 34: 0x56387b660348 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56387b660348 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56387b660348 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56387b660348 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56387b721203 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x56387b721203 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x56387b721203 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f0654d9a609 - start_thread [INFO] [stdout] 42: 0x7f0654b6a163 - 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.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2e6bd04d6972ca8ce72900f6ea6c656ae9a6ab8357d8b099a21ca892407dc552", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e6bd04d6972ca8ce72900f6ea6c656ae9a6ab8357d8b099a21ca892407dc552", kill_on_drop: false }` [INFO] [stdout] 2e6bd04d6972ca8ce72900f6ea6c656ae9a6ab8357d8b099a21ca892407dc552