[INFO] fetching crate rusty-leveldb 0.3.6... [INFO] testing rusty-leveldb-0.3.6 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate rusty-leveldb 0.3.6 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate rusty-leveldb 0.3.6 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded build_const v0.2.2 [INFO] [stderr] Downloaded snap v1.0.5 [INFO] [stderr] Downloaded time-test v0.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 126b093345e6fbdfd890f649b6153059c9eb6fe6750e6876748073185a473dd5 [INFO] running `Command { std: "docker" "start" "-a" "126b093345e6fbdfd890f649b6153059c9eb6fe6750e6876748073185a473dd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "126b093345e6fbdfd890f649b6153059c9eb6fe6750e6876748073185a473dd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "126b093345e6fbdfd890f649b6153059c9eb6fe6750e6876748073185a473dd5", kill_on_drop: false }` [INFO] [stdout] 126b093345e6fbdfd890f649b6153059c9eb6fe6750e6876748073185a473dd5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 970feac1450dbdcba77795938e64e016e70335214c90ccf681f902717667f6cd [INFO] running `Command { std: "docker" "start" "-a" "970feac1450dbdcba77795938e64e016e70335214c90ccf681f902717667f6cd", kill_on_drop: false }` [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling snap v1.0.5 [INFO] [stderr] Compiling integer-encoding v1.1.7 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling crc v1.8.1 [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.86s [INFO] running `Command { std: "docker" "inspect" "970feac1450dbdcba77795938e64e016e70335214c90ccf681f902717667f6cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "970feac1450dbdcba77795938e64e016e70335214c90ccf681f902717667f6cd", kill_on_drop: false }` [INFO] [stdout] 970feac1450dbdcba77795938e64e016e70335214c90ccf681f902717667f6cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 097edc428742dea3a476f5d6e7e07584e9a88046889f94634916a90468f4fb7f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "097edc428742dea3a476f5d6e7e07584e9a88046889f94634916a90468f4fb7f", kill_on_drop: false }` [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stderr] Compiling time-test v0.2.2 [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 8.23s [INFO] running `Command { std: "docker" "inspect" "097edc428742dea3a476f5d6e7e07584e9a88046889f94634916a90468f4fb7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "097edc428742dea3a476f5d6e7e07584e9a88046889f94634916a90468f4fb7f", kill_on_drop: false }` [INFO] [stdout] 097edc428742dea3a476f5d6e7e07584e9a88046889f94634916a90468f4fb7f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e06cce5aa89894fc2ee0224572cf95bef5b72a98183b1d861491a911af437971 [INFO] running `Command { std: "docker" "start" "-a" "e06cce5aa89894fc2ee0224572cf95bef5b72a98183b1d861491a911af437971", 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.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rusty_leveldb-28cc588d6c18aed4) [INFO] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stdout] [INFO] [stdout] running 143 tests [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_iterator_properties ... ok [INFO] [stdout] test cache::tests::test_blockcache_lru_1 ... ok [INFO] [stdout] test block::tests::test_block_iterate_reverse ... ok [INFO] [stdout] test block_builder::tests::test_block_builder_sanity ... ok [INFO] [stdout] test blockhandle::tests::test_blockhandle ... ok [INFO] [stdout] test cache::tests::test_blockcache_cache_add_rm ... ok [INFO] [stdout] test block::tests::test_block_empty ... ok [INFO] [stdout] test cache::tests::test_blockcache_cache_capacity ... ok [INFO] [stdout] test cache::tests::test_blockcache_lru_edge_cases ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_build_table ... 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 ... ok [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stdout] test cache::tests::test_blockcache_lru_reinsert_2 ... ok [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stdout] test cache::tests::test_blockcache_lru_remove ... 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 cmp::tests::test_cmp_defaultcmp_short_succ ... ok [INFO] [stderr] Compacting 2 files at L0 and 1 files at L1 [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=6 [INFO] [stderr] Deleting file type=Table num=3 [INFO] [stderr] Deleting file type=Table num=4 [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] New table num=13: keys=10 size=345 [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] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] Start write of L0 table 000004 [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stderr] L0 table 000004 has 227 bytes [INFO] [stderr] Start write of L0 table 000014 [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] 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] [stdout] test cmp::tests::test_cmp_internalkeycmp ... ok [INFO] [stderr] Compacted 3 L1 files + 1 L2 files => 345B [INFO] [stdout] test db_impl::tests::test_db_impl_compaction ... ok [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_builder::tests::test_block_builder_reset ... ok [INFO] [stderr] Deleting file type=Table num=5 [INFO] [stdout] test cmp::tests::test_cmp_defaultcmp_shortest_sep ... ok [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] [stdout] test cmp::tests::test_cmp_internalkeycmp_shortest_sep ... ok [INFO] [stderr] Recovered manifest with next_file=3 manifest_num=2 log_num=0 prev_log_num=0 last_seq=0 [INFO] [stdout] test db_impl::tests::test_db_impl_build_db_sanity ... ok [INFO] [stderr] reusing manifest "db/MANIFEST-000001" [INFO] [stdout] test db_impl::tests::test_db_impl_delete ... ok [INFO] [stderr] Start write of L0 table 000003 [INFO] [stdout] test db_impl::tests::test_db_impl_compaction_trivial_move ... ok [INFO] [stderr] L0 table 000003 has 351 bytes [INFO] [stdout] test db_impl::tests::test_db_impl_compaction_state_cleanup ... ok [INFO] [stderr] Recovered manifest with next_file=3 manifest_num=2 log_num=0 prev_log_num=0 last_seq=0 [INFO] [stdout] test db_impl::tests::test_db_impl_compact_single_file ... ok [INFO] [stderr] Deleting file type=Descriptor num=1 [INFO] [stdout] test db_impl::tests::test_db_impl_locking ... ok [INFO] [stderr] Recovered manifest with next_file=3 manifest_num=2 log_num=0 prev_log_num=0 last_seq=0 [INFO] [stdout] test db_impl::tests::test_db_impl_memtable_compaction ... ok [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] 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=2 [INFO] [stderr] L0 table 000003 has 197 bytes [INFO] [stderr] Deleting file type=Table num=3 [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] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stderr] New table num=14: keys=15 size=435 [INFO] [stderr] Compacted 3 L1 files + 1 L2 files => 435B [INFO] [stderr] Deleting file type=Descriptor num=10 [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=4 [INFO] [stderr] Deleting file type=Table num=6 [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] [stdout] test db_impl::tests::test_db_impl_open_info_log ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_get_from_table_with_snapshot ... ok [INFO] [stderr] New table num=15: keys=8 size=306 [INFO] [stdout] test db_impl::tests::test_db_impl_compaction_trivial ... ok [INFO] [stderr] Compacted 2 L0 files + 1 L1 files => 306B [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] 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=1 [INFO] [stderr] Deleting file type=Table num=2 [INFO] [stderr] Deleting file type=Table num=3 [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] 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] 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=1 [INFO] [stderr] Deleting file type=Log num=3 [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] [stdout] test db_impl::tests::test_db_impl_compact_range ... ok [INFO] [stderr] Compacting 3 files at L1 and 1 files at L2 [INFO] [stdout] test db_impl::tests::test_db_impl_init ... ok [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] Deleting file type=Table num=15 [INFO] [stderr] Deleting file type=Table num=6 [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] [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=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] Deleting file type=Descriptor num=10 [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 filter_block::tests::test_filter_block_builder ... ok [INFO] [stdout] test filter_block::tests::test_filter_index ... ok [INFO] [stdout] test key_types::tests::test_build_memtable_key ... ok [INFO] [stdout] test key_types::tests::test_memtable_lookupkey ... ok [INFO] [stdout] test log::tests::test_crc_mask_crc ... ok [INFO] [stdout] test log::tests::test_crc_sanity ... ok [INFO] [stdout] test log::tests::test_reader ... ok [INFO] [stdout] test log::tests::test_writer ... ok [INFO] [stdout] test log::tests::test_writer_append ... 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_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 mem_env::tests::test_mem_fs_metadata_operations ... 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] [stderr] Recovered manifest with next_file=12 manifest_num=11 log_num=0 prev_log_num=0 last_seq=30 [INFO] [stdout] test filter_block::tests::test_filter_block_build_read ... 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 mem_env::tests::test_memenv_all ... ok [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stdout] test cmp::tests::test_cmp_memtablekeycmp_panics - should panic ... ok [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stdout] test filter::tests::test_filter_bloom_hash ... 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 disk_env::tests::test_files ... FAILED [INFO] [stderr] Recovering log file "db/000012.log" [INFO] [stdout] test disk_env::tests::test_dirs ... FAILED [INFO] [stderr] Start write of L0 table 000014 [INFO] [stdout] test disk_env::tests::test_locking ... FAILED [INFO] [stderr] L0 table 000014 has 253 bytes [INFO] [stdout] test block_builder::tests::test_block_builder_panics - should panic ... ok [INFO] [stderr] Deleting file type=Descriptor num=11 [INFO] [stdout] test memtable::tests::test_memtable_add ... ok [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] 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] [stdout] test memtable::tests::test_memtable_iterator_behavior ... 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 memtable::tests::test_memtable_add_get ... ok [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stdout] test memtable::tests::test_memtable_iterator_reverse ... 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 memtable::tests::test_memtable_parse_key ... ok [INFO] [stderr] Deleting file type=Descriptor num=10 [INFO] [stdout] test db_iter::tests::db_iter_test_fwd_backwd ... 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 db_iter::tests::db_iter_basic_test ... ok [INFO] [stderr] Recovering log file "db/000012.log" [INFO] [stdout] test memtable::tests::test_memtable_iterator_seek ... ok [INFO] [stderr] Start write of L0 table 000014 [INFO] [stdout] test memtable::tests::test_memtable_iterator_fwd ... ok [INFO] [stderr] L0 table 000014 has 238 bytes [INFO] [stdout] test memtable::tests::test_shift_left ... ok [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=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] [stdout] test merging_iter::tests::test_merging_real ... ok [INFO] [stderr] (took PT0.000227516S) L0 table 000017 has 182 bytes [INFO] [stdout] test merging_iter::tests::test_merging_seek_reset ... ok [INFO] [stderr] Deleting file type=Log num=15 [INFO] [stdout] test merging_iter::tests::test_merging_zero ... ok [INFO] [stderr] Deleting file type=Descriptor num=13 [INFO] [stdout] test merging_iter::tests::test_merging_forward_backward ... 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 merging_iter::tests::test_merging_two ... ok [INFO] [stderr] Compacting 2 files at L0 and 1 files at L1 [INFO] [stdout] test merging_iter::tests::test_merging_one ... ok [INFO] [stderr] New table num=19: keys=8 size=306 [INFO] [stdout] test db_iter::tests::db_iter_reset ... ok [INFO] [stderr] Compacted 2 L0 files + 1 L1 files => 306B [INFO] [stdout] test merging_iter::tests::test_merging_behavior ... 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 memtable::tests::test_memtable_parse_tag ... ok [INFO] [stderr] Deleting file type=Table num=2 [INFO] [stdout] test skipmap::tests::test_contains ... ok [INFO] [stderr] Deleting file type=Table num=3 [INFO] [stdout] test db_iter::tests::db_iter_test_seek ... ok [INFO] [stderr] Deleting file type=Table num=1 [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_concurrent_insert ... ok [INFO] [stderr] Recovering log file "db/000015.log" [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_0 ... ok [INFO] [stdout] test table_builder::tests::test_bad_input - should panic ... ok [INFO] [stdout] test table_builder::tests::test_footer ... ok [INFO] [stdout] test snapshot::tests::test_snapshot_list ... ok [INFO] [stderr] Start write of L0 table 000017 [INFO] [stdout] test skipmap::tests::test_empty_skipmap_find_memtable_cmp ... ok [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=3 [INFO] [stderr] Deleting file type=Table num=2 [INFO] [stderr] Deleting file type=Table num=1 [INFO] [stdout] test skipmap::tests::test_skipmap_behavior ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_prev ... ok [INFO] [stdout] test skipmap::tests::test_find ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_seek_valid ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator ... ok [INFO] [stdout] test skipmap::tests::test_insert ... ok [INFO] [stdout] test skipmap::tests::test_no_dupes - should panic ... ok [INFO] [stdout] test memtable::tests::test_memtable_iterator_init ... ok [INFO] [stdout] test skipmap::tests::test_skipmap_iterator_init ... ok [INFO] [stdout] test table_cache::tests::test_filenum_to_key ... ok [INFO] [stdout] test db_iter::tests::db_iter_deleted_entry_not_returned_memtable ... ok [INFO] [stdout] test table_builder::tests::test_table_builder ... ok [INFO] [stdout] test db_iter::tests::db_iter_deleted_entry_not_returned ... ok [INFO] [stdout] test table_reader::tests::test_table_internal_keys ... ok [INFO] [stderr] (init took PT0.000001500S) (took PT0.000060904S) Recovered manifest with next_file=21 manifest_num=20 log_num=18 prev_log_num=0 last_seq=37 [INFO] [stdout] test table_cache::tests::test_table_cache ... 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=Descriptor num=16 [INFO] [stderr] Deleting file type=Log num=18 [INFO] [stdout] test table_cache::tests::test_table_file_name ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_seek ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_behavior_standard ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_fwd_bwd ... ok [INFO] [stdout] test table_reader::tests::test_table_get ... ok [INFO] [stdout] test table_reader::tests::test_table_iterator_state_behavior ... ok [INFO] [stdout] test table_reader::tests::test_table_block_cache_use ... ok [INFO] [stdout] test table_reader::tests::test_table_reader_checksum ... ok [INFO] [stdout] test test_util::tests::test_test_util_basic ... ok [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 table_reader::tests::test_table_iterator_filter ... ok [INFO] [stdout] test db_impl::tests::test_db_impl_open_close_reopen ... 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 types::tests::test_types_parse_file_name ... ok [INFO] [stdout] test version::tests::test_version_file_overlaps ... ok [INFO] [stdout] test version::tests::test_version_pick_memtable_output_level ... ok [INFO] [stdout] test version::tests::test_version_overlapping_inputs ... ok [INFO] [stdout] test version::tests::test_version_max_next_level_overlapping ... ok [INFO] [stdout] test version::tests::test_version_concat_iter_properties ... ok [INFO] [stdout] test version::tests::test_version_all_iters ... ok [INFO] [stderr] (took PT0.000036503S) (took PT0.000074405S) (overlapping-inputs took PT0.000052704S) 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] 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] [stdout] test version::tests::test_version_summary ... ok [INFO] [stderr] (compaction tests took PT0.002014346S) (took PT0.002970417S) 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_edit::tests::test_version_edit_encode_decode ... ok [INFO] [stderr] Expanding inputs@1 1+1 (218+218 bytes) to 3+1 (651+218 bytes) [INFO] [stdout] test version_set::tests::test_version_set_total_size ... 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 version_set::tests::test_version_set_get_range ... ok [INFO] [stdout] test version::tests::test_version_record_read_sample ... ok [INFO] [stdout] test version_set::tests::test_version_set_compaction ... ok [INFO] [stdout] test db_iter::tests::db_iter_repeated_open_close ... ok [INFO] [stdout] test version::tests::test_version_concat_iter ... ok [INFO] [stdout] test version_set::tests::test_version_set_utils ... ok [INFO] [stdout] test version::tests::test_version_get_simple ... ok [INFO] [stdout] test version_set::tests::test_version_set_merge_iters ... ok [INFO] [stdout] test write_batch::tests::test_write_batch ... ok [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] [stdout] test version_set::tests::test_version_set_pick_compaction ... ok [INFO] [stdout] test version_set::tests::test_version_set_builder ... ok [INFO] [stdout] test version::tests::test_version_overlap_in_level ... ok [INFO] [stdout] test version::tests::test_version_get_overlapping_basic ... ok [INFO] [stdout] test version_set::tests::test_version_set_log_and_apply ... ok [INFO] [stdout] [INFO] [stdout] failures: [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: 0x556c4ab9e9cc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x556c4ab9e9cc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x556c4ab9e9cc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x556c4ab9e9cc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x556c4abc394c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x556c4ab9b275 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x556c4aba0aa0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x556c4aba0aa0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x556c4aba0aa0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x556c4aba0692 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x556c4aba1154 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x556c4aba0c02 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x556c4ab9ee94 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x556c4aba0b99 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x556c4a981b11 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x556c4a981a5d - core::panicking::panic::h8a6bc58a21c6c095 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x556c4a9af656 - rusty_leveldb::disk_env::tests::test_files::hd48ecf93813acd60 [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:191:9 [INFO] [stdout] 17: 0x556c4a9af48a - rusty_leveldb::disk_env::tests::test_files::{{closure}}::h7c29664c592296f7 [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:185:5 [INFO] [stdout] 18: 0x556c4aabe1de - core::ops::function::FnOnce::call_once::hf513005b120fe78c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x556c4ab17bd3 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x556c4ab17bd3 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 21: 0x556c4ab16658 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 22: 0x556c4ab16658 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x556c4ab16658 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 24: 0x556c4ab16658 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 25: 0x556c4ab16658 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 26: 0x556c4ab16658 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 27: 0x556c4ab16658 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 28: 0x556c4aae41ae - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 29: 0x556c4aae41ae - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x556c4aae8a48 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x556c4aae8a48 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x556c4aae8a48 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 33: 0x556c4aae8a48 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 34: 0x556c4aae8a48 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 35: 0x556c4aae8a48 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x556c4aae8a48 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x556c4aba7033 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 38: 0x556c4aba7033 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 39: 0x556c4aba7033 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 40: 0x7fb3bc029609 - start_thread [INFO] [stdout] 41: 0x7fb3bbdfb293 - clone [INFO] [stdout] 42: 0x0 - [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: 0x556c4ab9e9cc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x556c4ab9e9cc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x556c4ab9e9cc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x556c4ab9e9cc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x556c4abc394c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x556c4ab9b275 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x556c4aba0aa0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x556c4aba0aa0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x556c4aba0aa0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x556c4aba0692 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x556c4aba1154 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x556c4aba0c02 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x556c4ab9ee94 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x556c4aba0b99 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x556c4a981b11 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x556c4a981a5d - core::panicking::panic::h8a6bc58a21c6c095 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x556c4a9b0a04 - rusty_leveldb::disk_env::tests::test_dirs::he9433e3872ddb09f [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:257:9 [INFO] [stdout] 17: 0x556c4a9b08ba - rusty_leveldb::disk_env::tests::test_dirs::{{closure}}::h151a130c1e716384 [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:252:5 [INFO] [stdout] 18: 0x556c4aabd4de - core::ops::function::FnOnce::call_once::h980d2bc35d586b50 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x556c4ab17bd3 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x556c4ab17bd3 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 21: 0x556c4ab16658 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 22: 0x556c4ab16658 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x556c4ab16658 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 24: 0x556c4ab16658 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 25: 0x556c4ab16658 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 26: 0x556c4ab16658 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 27: 0x556c4ab16658 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 28: 0x556c4aae41ae - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 29: 0x556c4aae41ae - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x556c4aae8a48 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x556c4aae8a48 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x556c4aae8a48 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 33: 0x556c4aae8a48 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 34: 0x556c4aae8a48 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 35: 0x556c4aae8a48 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x556c4aae8a48 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x556c4aba7033 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 38: 0x556c4aba7033 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 39: 0x556c4aba7033 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 40: 0x7fb3bc029609 - start_thread [INFO] [stdout] 41: 0x7fb3bbdfb293 - 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: 0x556c4ab9e9cc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x556c4ab9e9cc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x556c4ab9e9cc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x556c4ab9e9cc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x556c4abc394c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x556c4ab9b275 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x556c4aba0aa0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x556c4aba0aa0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x556c4aba0aa0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x556c4aba0692 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x556c4aba1154 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x556c4aba0c30 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x556c4ab9ee94 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x556c4aba0b99 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x556c4a981b11 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x556c4a981c03 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x556c4a9c2eb2 - core::result::Result::unwrap::hf53ccd94b7a80f47 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1299:23 [INFO] [stdout] 17: 0x556c4a9b0329 - rusty_leveldb::disk_env::tests::test_locking::h9e26ebcd070f6677 [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:229:25 [INFO] [stdout] 18: 0x556c4a9b022a - rusty_leveldb::disk_env::tests::test_locking::{{closure}}::hd2cf33a452a649b3 [INFO] [stdout] at /opt/rustwide/workdir/src/disk_env.rs:223:5 [INFO] [stdout] 19: 0x556c4aabda5e - core::ops::function::FnOnce::call_once::hb9b9961135f0c957 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x556c4ab17bd3 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x556c4ab17bd3 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x556c4ab16658 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 23: 0x556c4ab16658 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x556c4ab16658 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 25: 0x556c4ab16658 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 26: 0x556c4ab16658 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 27: 0x556c4ab16658 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x556c4ab16658 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x556c4aae41ae - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x556c4aae41ae - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x556c4aae8a48 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x556c4aae8a48 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x556c4aae8a48 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 34: 0x556c4aae8a48 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 35: 0x556c4aae8a48 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 36: 0x556c4aae8a48 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x556c4aae8a48 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x556c4aba7033 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 39: 0x556c4aba7033 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 40: 0x556c4aba7033 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 41: 0x7fb3bc029609 - start_thread [INFO] [stdout] 42: 0x7fb3bbdfb293 - 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.19s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "e06cce5aa89894fc2ee0224572cf95bef5b72a98183b1d861491a911af437971", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e06cce5aa89894fc2ee0224572cf95bef5b72a98183b1d861491a911af437971", kill_on_drop: false }` [INFO] [stdout] e06cce5aa89894fc2ee0224572cf95bef5b72a98183b1d861491a911af437971