[INFO] crate fog-pack 0.1.1 is already in cache [INFO] testing fog-pack-0.1.1 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate fog-pack 0.1.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate fog-pack 0.1.1 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate fog-pack 0.1.1 [INFO] finished tweaking crates.io crate fog-pack 0.1.1 [INFO] tweaked toml for crates.io crate fog-pack 0.1.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate fog-pack 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cfba4a16abdffb1e0359b82f178015c94be626b6ad439350a2282236e8974e97 [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" "cfba4a16abdffb1e0359b82f178015c94be626b6ad439350a2282236e8974e97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cfba4a16abdffb1e0359b82f178015c94be626b6ad439350a2282236e8974e97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfba4a16abdffb1e0359b82f178015c94be626b6ad439350a2282236e8974e97", kill_on_drop: false }` [INFO] [stdout] cfba4a16abdffb1e0359b82f178015c94be626b6ad439350a2282236e8974e97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 861fca11eb8005043cc256248ceaa6d03ca5454be4ca8bc0d08fdabb8634288c [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" "861fca11eb8005043cc256248ceaa6d03ca5454be4ca8bc0d08fdabb8634288c", kill_on_drop: false }` [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling ieee754 v0.2.6 [INFO] [stderr] Compiling bytecount v0.6.0 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling blake2-rfc v0.2.18 [INFO] [stderr] Compiling zstd-sys v1.4.16+zstd.1.4.5 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling tar v0.4.28 [INFO] [stderr] Compiling libsodium-sys v0.2.5 [INFO] [stderr] Compiling zstd-safe v2.0.4+zstd.1.4.5 [INFO] [stderr] Compiling fog-pack v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/crypto/hash.rs:229:32 [INFO] [stdout] | [INFO] [stdout] 229 | let mut buffer = [0u8; (HASH_BYTES+1)]; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:93:62 [INFO] [stdout] | [INFO] [stdout] 93 | self.in_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:145:63 [INFO] [stdout] | [INFO] [stdout] 145 | self.nin_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | if nin.total_cmp(val) == Ordering::Less { nin_index += 1; } else { break; } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:178:28 [INFO] [stdout] | [INFO] [stdout] 178 | if nin.total_cmp(val) == Ordering::Equal { continue; } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:208:82 [INFO] [stdout] | [INFO] [stdout] 208 | if (self.in_vec.len() > 0) && self.in_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_err() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:224:61 [INFO] [stdout] | [INFO] [stdout] 224 | else if self.nin_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_ok() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:93:62 [INFO] [stdout] | [INFO] [stdout] 93 | self.in_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:145:63 [INFO] [stdout] | [INFO] [stdout] 145 | self.nin_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | if nin.total_cmp(val) == Ordering::Less { nin_index += 1; } else { break; } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:178:28 [INFO] [stdout] | [INFO] [stdout] 178 | if nin.total_cmp(val) == Ordering::Equal { continue; } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:208:82 [INFO] [stdout] | [INFO] [stdout] 208 | if (self.in_vec.len() > 0) && self.in_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_err() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:224:61 [INFO] [stdout] | [INFO] [stdout] 224 | else if self.nin_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_ok() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 27s [INFO] running `Command { std: "docker" "inspect" "861fca11eb8005043cc256248ceaa6d03ca5454be4ca8bc0d08fdabb8634288c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "861fca11eb8005043cc256248ceaa6d03ca5454be4ca8bc0d08fdabb8634288c", kill_on_drop: false }` [INFO] [stdout] 861fca11eb8005043cc256248ceaa6d03ca5454be4ca8bc0d08fdabb8634288c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ef05fbecb5209a5b0ee1e10ae7b2fd0eddb94934434c57db889dc741f622186 [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" "5ef05fbecb5209a5b0ee1e10ae7b2fd0eddb94934434c57db889dc741f622186", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/crypto/hash.rs:229:32 [INFO] [stdout] | [INFO] [stdout] 229 | let mut buffer = [0u8; (HASH_BYTES+1)]; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:93:62 [INFO] [stdout] | [INFO] [stdout] 93 | self.in_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:145:63 [INFO] [stdout] | [INFO] [stdout] 145 | self.nin_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | if nin.total_cmp(val) == Ordering::Less { nin_index += 1; } else { break; } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:178:28 [INFO] [stdout] | [INFO] [stdout] 178 | if nin.total_cmp(val) == Ordering::Equal { continue; } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:208:82 [INFO] [stdout] | [INFO] [stdout] 208 | if (self.in_vec.len() > 0) && self.in_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_err() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:224:61 [INFO] [stdout] | [INFO] [stdout] 224 | else if self.nin_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_ok() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:93:62 [INFO] [stdout] | [INFO] [stdout] 93 | self.in_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:145:63 [INFO] [stdout] | [INFO] [stdout] 145 | self.nin_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | if nin.total_cmp(val) == Ordering::Less { nin_index += 1; } else { break; } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:178:28 [INFO] [stdout] | [INFO] [stdout] 178 | if nin.total_cmp(val) == Ordering::Equal { continue; } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:208:82 [INFO] [stdout] | [INFO] [stdout] 208 | if (self.in_vec.len() > 0) && self.in_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_err() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:224:61 [INFO] [stdout] | [INFO] [stdout] 224 | else if self.nin_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_ok() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling fog-pack v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `encoded_first_post` [INFO] [stdout] --> examples/simple.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | let encoded_first_post = first_post_checklist.complete().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_encoded_first_post` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `query_last_day` [INFO] [stdout] --> examples/simple.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | let query_last_day = encode_query(query_last_day); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_query_last_day` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/crypto/hash.rs:229:32 [INFO] [stdout] | [INFO] [stdout] 229 | let mut buffer = [0u8; (HASH_BYTES+1)]; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/crypto/hash.rs:369:42 [INFO] [stdout] | [INFO] [stdout] 369 | let mut rng = rand::thread_rng();; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:93:62 [INFO] [stdout] | [INFO] [stdout] 93 | self.in_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:145:63 [INFO] [stdout] | [INFO] [stdout] 145 | self.nin_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | if nin.total_cmp(val) == Ordering::Less { nin_index += 1; } else { break; } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:178:28 [INFO] [stdout] | [INFO] [stdout] 178 | if nin.total_cmp(val) == Ordering::Equal { continue; } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:208:82 [INFO] [stdout] | [INFO] [stdout] 208 | if (self.in_vec.len() > 0) && self.in_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_err() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float32.rs:224:61 [INFO] [stdout] | [INFO] [stdout] 224 | else if self.nin_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_ok() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:93:62 [INFO] [stdout] | [INFO] [stdout] 93 | self.in_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:145:63 [INFO] [stdout] | [INFO] [stdout] 145 | self.nin_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | if nin.total_cmp(val) == Ordering::Less { nin_index += 1; } else { break; } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:178:28 [INFO] [stdout] | [INFO] [stdout] 178 | if nin.total_cmp(val) == Ordering::Equal { continue; } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:208:82 [INFO] [stdout] | [INFO] [stdout] 208 | if (self.in_vec.len() > 0) && self.in_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_err() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/validator/float64.rs:224:61 [INFO] [stdout] | [INFO] [stdout] 224 | else if self.nin_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_ok() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `validator` [INFO] [stdout] --> src/validator/multi.rs:138:14 [INFO] [stdout] | [INFO] [stdout] 138 | let (validator, types) = read_it(&mut &raw_schema[..], false); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_validator` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `types` [INFO] [stdout] --> src/validator/multi.rs:138:25 [INFO] [stdout] | [INFO] [stdout] 138 | let (validator, types) = read_it(&mut &raw_schema[..], false); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_types` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `misc_entry` [INFO] [stdout] --> src/query.rs:227:13 [INFO] [stdout] | [INFO] [stdout] 227 | let misc_entry = misc_entry(doc.hash()); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_misc_entry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.05s [INFO] running `Command { std: "docker" "inspect" "5ef05fbecb5209a5b0ee1e10ae7b2fd0eddb94934434c57db889dc741f622186", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ef05fbecb5209a5b0ee1e10ae7b2fd0eddb94934434c57db889dc741f622186", kill_on_drop: false }` [INFO] [stdout] 5ef05fbecb5209a5b0ee1e10ae7b2fd0eddb94934434c57db889dc741f622186 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 38cc1ece076eb797b5bf9212a8ad177680973d04c69c41436dad73cf9ce3dd57 [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" "38cc1ece076eb797b5bf9212a8ad177680973d04c69c41436dad73cf9ce3dd57", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/crypto/hash.rs:229:32 [INFO] [stderr] | [INFO] [stderr] 229 | let mut buffer = [0u8; (HASH_BYTES+1)]; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/crypto/hash.rs:229:32 [INFO] [stderr] | [INFO] [stderr] 229 | let mut buffer = [0u8; (HASH_BYTES+1)]; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/crypto/hash.rs:369:42 [INFO] [stderr] | [INFO] [stderr] 369 | let mut rng = rand::thread_rng();; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float32.rs:93:62 [INFO] [stderr] | [INFO] [stderr] 93 | self.in_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float32.rs:145:63 [INFO] [stderr] | [INFO] [stderr] 145 | self.nin_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float32.rs:93:62 [INFO] [stderr] | [INFO] [stderr] 93 | self.in_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float32.rs:175:28 [INFO] [stderr] | [INFO] [stderr] 175 | if nin.total_cmp(val) == Ordering::Less { nin_index += 1; } else { break; } [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float32.rs:145:63 [INFO] [stderr] | [INFO] [stderr] 145 | self.nin_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float32.rs:178:28 [INFO] [stderr] | [INFO] [stderr] 178 | if nin.total_cmp(val) == Ordering::Equal { continue; } [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float32.rs:175:28 [INFO] [stderr] | [INFO] [stderr] 175 | if nin.total_cmp(val) == Ordering::Less { nin_index += 1; } else { break; } [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float32.rs:208:82 [INFO] [stderr] | [INFO] [stderr] 208 | if (self.in_vec.len() > 0) && self.in_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_err() { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float32.rs:178:28 [INFO] [stderr] | [INFO] [stderr] 178 | if nin.total_cmp(val) == Ordering::Equal { continue; } [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float32.rs:224:61 [INFO] [stderr] | [INFO] [stderr] 224 | else if self.nin_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_ok() { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float64.rs:93:62 [INFO] [stderr] | [INFO] [stderr] 93 | self.in_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float32.rs:208:82 [INFO] [stderr] | [INFO] [stderr] 208 | if (self.in_vec.len() > 0) && self.in_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_err() { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float32.rs:224:61 [INFO] [stderr] | [INFO] [stderr] 224 | else if self.nin_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_ok() { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float64.rs:145:63 [INFO] [stderr] | [INFO] [stderr] 145 | self.nin_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float64.rs:175:28 [INFO] [stderr] | [INFO] [stderr] 175 | if nin.total_cmp(val) == Ordering::Less { nin_index += 1; } else { break; } [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float64.rs:93:62 [INFO] [stderr] | [INFO] [stderr] 93 | self.in_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float64.rs:178:28 [INFO] [stderr] | [INFO] [stderr] 178 | if nin.total_cmp(val) == Ordering::Equal { continue; } [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float64.rs:145:63 [INFO] [stderr] | [INFO] [stderr] 145 | self.nin_vec.sort_unstable_by(|a,b| a.total_cmp(b)); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float64.rs:175:28 [INFO] [stderr] | [INFO] [stderr] 175 | if nin.total_cmp(val) == Ordering::Less { nin_index += 1; } else { break; } [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float64.rs:208:82 [INFO] [stderr] | [INFO] [stderr] 208 | if (self.in_vec.len() > 0) && self.in_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_err() { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float64.rs:224:61 [INFO] [stderr] | [INFO] [stderr] 224 | else if self.nin_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_ok() { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float64.rs:178:28 [INFO] [stderr] | [INFO] [stderr] 178 | if nin.total_cmp(val) == Ordering::Equal { continue; } [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: 13 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float64.rs:208:82 [INFO] [stderr] | [INFO] [stderr] 208 | if (self.in_vec.len() > 0) && self.in_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_err() { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/validator/float64.rs:224:61 [INFO] [stderr] | [INFO] [stderr] 224 | else if self.nin_vec.binary_search_by(|probe| probe.total_cmp(&value)).is_ok() { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `ieee754::Ieee754::total_cmp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: unused variable: `validator` [INFO] [stderr] --> src/validator/multi.rs:138:14 [INFO] [stderr] | [INFO] [stderr] 138 | let (validator, types) = read_it(&mut &raw_schema[..], false); [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_validator` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `types` [INFO] [stderr] --> src/validator/multi.rs:138:25 [INFO] [stderr] | [INFO] [stderr] 138 | let (validator, types) = read_it(&mut &raw_schema[..], false); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_types` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `encoded_first_post` [INFO] [stderr] --> examples/simple.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | let encoded_first_post = first_post_checklist.complete().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_encoded_first_post` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `misc_entry` [INFO] [stderr] --> src/query.rs:227:13 [INFO] [stderr] | [INFO] [stderr] 227 | let misc_entry = misc_entry(doc.hash()); [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_misc_entry` [INFO] [stderr] [INFO] [stderr] warning: 17 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused variable: `query_last_day` [INFO] [stderr] --> examples/simple.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | let query_last_day = encode_query(query_last_day); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_query_last_day` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fog_pack-cc4c219b24dcb59f [INFO] [stdout] [INFO] [stdout] running 54 tests [INFO] [stdout] test crypto::key::tests::key_edge_cases ... ok [INFO] [stdout] test crypto::hash::tests::empty ... ok [INFO] [stdout] test crypto::hash::tests::edge_cases ... ok [INFO] [stdout] test crypto::sodium::tests::correct_sizes ... ok [INFO] [stdout] test crypto::lockbox::tests::stream_lockbox ... ok [INFO] [stdout] test crypto::key::tests::new ... ok [INFO] [stdout] test crypto::stream::tests::id_gen ... ok [INFO] [stdout] test crypto::key::tests::stream_key ... ok [INFO] [stdout] test crypto::key::tests::signing ... ok [INFO] [stdout] test crypto::stream::tests::stream_enc ... ok [INFO] [stdout] test encode::tests::encode_string ... ok [INFO] [stdout] test encode::tests::encode_null_and_bool ... ok [INFO] [stdout] test integer::tests::sub ... ok [INFO] [stdout] test encode::tests::encode_integer ... ok [INFO] [stdout] test integer::tests::add ... ok [INFO] [stdout] test crypto::lockbox::tests::identity_lockbox ... ok [INFO] [stdout] test entry::tests::equality_checks ... ok [INFO] [stdout] test document::tests::equality_checks ... ok [INFO] [stdout] test validator::binary::tests::any_bin ... ok [INFO] [stdout] test no_schema::tests::doc_encode_decode ... ok [INFO] [stdout] test no_schema::tests::doc_compress_decompress ... ok [INFO] [stdout] test no_schema::tests::doc_empty_content ... ok [INFO] [stdout] test validator::binary::tests::bad_validators ... ok [INFO] [stdout] test validator::binary::tests::in_nin_sets ... ok [INFO] [stdout] test validator::binary::tests::bits ... ok [INFO] [stdout] test validator::binary::tests::len_range ... ok [INFO] [stdout] test no_schema::tests::doc_compress_schema_decode_fails ... ok [INFO] [stdout] test query::tests::make_query ... ok [INFO] [stdout] test schema::tests::use_simple_schema ... ok [INFO] [stdout] test validator::bool::tests::validate ... ok [INFO] [stdout] test validator::bool::tests::bad_validators ... ok [INFO] [stdout] test validator::binary::tests::val_range ... ok [INFO] [stdout] test validator::string::tests::any_str ... ok [INFO] [stdout] test validator::float32::tests::generate ... ok [INFO] [stdout] test validator::float64::tests::generate ... ok [INFO] [stdout] test validator::integer::tests::generate ... ok [INFO] [stdout] test validator::string::tests::range ... ok [INFO] [stdout] test validator::string::tests::unicode_normalization ... ok [INFO] [stdout] test validator::object::tests::simple_obj ... ok [INFO] [stdout] test validator::string::tests::matches ... ok [INFO] [stdout] test validator::object::tests::basic_tests ... ok [INFO] [stdout] test validator::multi::tests::multi_obj ... ok [INFO] [stdout] test validator::time::tests::generate ... ok [INFO] [stdout] test no_schema::tests::doc_compress_sign_existing_hash ... ok [INFO] [stdout] test no_schema::tests::doc_corrupted_data ... ok [INFO] [stdout] test no_schema::tests::doc_compress_decompress_sign ... ok [INFO] [stdout] test entry::tests::large_data ... ok [INFO] [stdout] test no_schema::tests::doc_strict_decode ... ok [INFO] [stdout] test crypto::hash::tests::base58 ... ok [INFO] [stdout] test validator::tests::test_sorted_intersection ... ok [INFO] [stdout] test crypto::hash::tests::hash_vectors ... ok [INFO] [stdout] test crypto::tests::file_setup ... FAILED [INFO] [stdout] test document::tests::large_data ... ok [INFO] [stdout] test validator::tests::test_sorted_union ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- crypto::tests::file_setup stdout ---- [INFO] [stdout] thread 'crypto::tests::file_setup' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/crypto/mod.rs:424:56 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558047e8d625 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x558047e8d625 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x558047e8d625 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x558047e8d625 - ::fmt::hdb4a83d2b61107e5 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x558047eb75bc - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x558047b716b5 - std::io::Write::write_fmt::hd8ff364c7845d2d0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x558047e87c21 - std::io::impls::>::write_fmt::h1c057ef6e8762996 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x558047e8fd80 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x558047e8fd80 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x558047e8fd80 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x558047e8fa7a - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x558047e903c3 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x558047e8ffbb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x558047eb4671 - core::panicking::panic_fmt::h17139c2000299725 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 14: 0x558047eb4493 - core::option::expect_none_failed::h972f96abb4ec8952 [INFO] [stdout] at src/libcore/option.rs:1269 [INFO] [stdout] 15: 0x558047a6ea3b - core::result::Result::unwrap::hd12ecb59af737dcb [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x558047a5c8bf - fog_pack::crypto::tests::file_setup::hcd268888111f03c4 [INFO] [stdout] at src/crypto/mod.rs:423 [INFO] [stdout] 17: 0x558047a5c73a - fog_pack::crypto::tests::file_setup::{{closure}}::hdb628917f121d000 [INFO] [stdout] at src/crypto/mod.rs:416 [INFO] [stdout] 18: 0x558047a60c0e - core::ops::function::FnOnce::call_once::ha01c14dd2c58716a [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 19: 0x558047b98c2c - as core::ops::function::FnOnce>::call_once::h42148c33ed88c979 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 20: 0x558047b98c2c - as core::ops::function::FnOnce<()>>::call_once::h759dc0b09d774665 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x558047b98c2c - std::panicking::try::do_call::h676ad1fc9e9badea [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 22: 0x558047b98c2c - std::panicking::try::hee36a8727a3050b0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 23: 0x558047b98c2c - std::panic::catch_unwind::hd5d426ebd89b2542 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x558047b98c2c - test::run_test_in_process::h8dacdba4dc4cbaa5 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x558047b98c2c - test::run_test::run_test_inner::{{closure}}::hf93754afad6be40f [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x558047b70ba6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2c69fab544a90730 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x558047b75c35 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hcf302fafa60d80f2 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x558047b75c35 - as core::ops::function::FnOnce<()>>::call_once::h39ede710608e817e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x558047b75c35 - std::panicking::try::do_call::hec0b4d2faa46fbf7 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 30: 0x558047b75c35 - std::panicking::try::h0144ba3f2539803d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 31: 0x558047b75c35 - std::panic::catch_unwind::ha03e59eb589f857b [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x558047b75c35 - std::thread::Builder::spawn_unchecked::{{closure}}::hdeba34620a4a7a44 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x558047b75c35 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h552693dbb801eadd [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 34: 0x558047e9672a - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 35: 0x558047e9672a - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 36: 0x558047e9672a - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f55e754c609 - start_thread [INFO] [stdout] 38: 0x7f55e7458103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] crypto::tests::file_setup [INFO] [stdout] [INFO] [stdout] test result: FAILED. 53 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "38cc1ece076eb797b5bf9212a8ad177680973d04c69c41436dad73cf9ce3dd57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38cc1ece076eb797b5bf9212a8ad177680973d04c69c41436dad73cf9ce3dd57", kill_on_drop: false }` [INFO] [stdout] 38cc1ece076eb797b5bf9212a8ad177680973d04c69c41436dad73cf9ce3dd57