[INFO] crate fog-pack 0.1.1 is already in cache [INFO] testing fog-pack-0.1.1 against 1.45.2 for beta-1.46-1 [INFO] extracting crate fog-pack 0.1.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate fog-pack 0.1.1 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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-14/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" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+1.45.2" "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] c4272026a78a02deb16c88a7f1c3675468ae504107988c7df9943b12b8c0ebee [INFO] running `Command { std: "docker" "start" "-a" "c4272026a78a02deb16c88a7f1c3675468ae504107988c7df9943b12b8c0ebee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4272026a78a02deb16c88a7f1c3675468ae504107988c7df9943b12b8c0ebee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4272026a78a02deb16c88a7f1c3675468ae504107988c7df9943b12b8c0ebee", kill_on_drop: false }` [INFO] [stdout] c4272026a78a02deb16c88a7f1c3675468ae504107988c7df9943b12b8c0ebee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9cf66891c9a6604031bb394d23c3ec8aa22004830255d143c18fb3753b69d7c6 [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" "9cf66891c9a6604031bb394d23c3ec8aa22004830255d143c18fb3753b69d7c6", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling bytecount v0.6.0 [INFO] [stderr] Compiling ieee754 v0.2.6 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling xattr v0.2.2 [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 regex v1.3.7 [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 35s [INFO] running `Command { std: "docker" "inspect" "9cf66891c9a6604031bb394d23c3ec8aa22004830255d143c18fb3753b69d7c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cf66891c9a6604031bb394d23c3ec8aa22004830255d143c18fb3753b69d7c6", kill_on_drop: false }` [INFO] [stdout] 9cf66891c9a6604031bb394d23c3ec8aa22004830255d143c18fb3753b69d7c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0db1524df2a68e2b47fa5f75c2887d5407eb6fe06fae26ff8e5b023c2ea7caf9 [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" "0db1524df2a68e2b47fa5f75c2887d5407eb6fe06fae26ff8e5b023c2ea7caf9", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling tempfile v3.1.0 [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 12.48s [INFO] running `Command { std: "docker" "inspect" "0db1524df2a68e2b47fa5f75c2887d5407eb6fe06fae26ff8e5b023c2ea7caf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0db1524df2a68e2b47fa5f75c2887d5407eb6fe06fae26ff8e5b023c2ea7caf9", kill_on_drop: false }` [INFO] [stdout] 0db1524df2a68e2b47fa5f75c2887d5407eb6fe06fae26ff8e5b023c2ea7caf9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fe4e20dc350470895f6ab5e82e450092f7407e08115bf52be976ca18e14390c5 [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" "fe4e20dc350470895f6ab5e82e450092f7407e08115bf52be976ca18e14390c5", 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: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: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: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: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/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/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: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: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: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: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: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: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: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: 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: `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: `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: `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.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fog_pack-29e4dd30acc87c8d [INFO] [stdout] [INFO] [stdout] running 54 tests [INFO] [stdout] test crypto::hash::tests::edge_cases ... ok [INFO] [stdout] test crypto::hash::tests::empty ... ok [INFO] [stdout] test crypto::key::tests::key_edge_cases ... ok [INFO] [stdout] test crypto::sodium::tests::correct_sizes ... ok [INFO] [stdout] test crypto::stream::tests::id_gen ... ok [INFO] [stdout] test crypto::key::tests::new ... ok [INFO] [stdout] test crypto::stream::tests::stream_enc ... ok [INFO] [stdout] test crypto::key::tests::signing ... ok [INFO] [stdout] test crypto::key::tests::stream_key ... ok [INFO] [stdout] test encode::tests::encode_null_and_bool ... ok [INFO] [stdout] test encode::tests::encode_string ... ok [INFO] [stdout] test document::tests::equality_checks ... ok [INFO] [stdout] test crypto::lockbox::tests::stream_lockbox ... ok [INFO] [stdout] test integer::tests::sub ... ok [INFO] [stdout] test encode::tests::encode_integer ... ok [INFO] [stdout] test crypto::lockbox::tests::identity_lockbox ... ok [INFO] [stdout] test integer::tests::add ... ok [INFO] [stdout] test entry::tests::equality_checks ... ok [INFO] [stdout] test no_schema::tests::doc_compress_decompress ... ok [INFO] [stdout] test no_schema::tests::doc_encode_decode ... ok [INFO] [stdout] test no_schema::tests::doc_empty_content ... ok [INFO] [stdout] test validator::binary::tests::any_bin ... ok [INFO] [stdout] test validator::binary::tests::bad_validators ... ok [INFO] [stdout] test validator::binary::tests::len_range ... ok [INFO] [stdout] test validator::binary::tests::bits ... ok [INFO] [stdout] test validator::bool::tests::bad_validators ... ok [INFO] [stdout] test validator::binary::tests::in_nin_sets ... ok [INFO] [stdout] test validator::bool::tests::validate ... ok [INFO] [stdout] test validator::binary::tests::val_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::object::tests::simple_obj ... ok [INFO] [stdout] test validator::object::tests::basic_tests ... ok [INFO] [stdout] test validator::string::tests::any_str ... ok [INFO] [stdout] test validator::multi::tests::multi_obj ... 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::string::tests::matches ... ok [INFO] [stdout] test validator::float64::tests::generate ... ok [INFO] [stdout] test validator::float32::tests::generate ... ok [INFO] [stdout] test validator::time::tests::generate ... ok [INFO] [stdout] test no_schema::tests::doc_corrupted_data ... ok [INFO] [stdout] test no_schema::tests::doc_compress_sign_existing_hash ... ok [INFO] [stdout] test no_schema::tests::doc_compress_decompress_sign ... ok [INFO] [stdout] test no_schema::tests::doc_strict_decode ... ok [INFO] [stdout] test entry::tests::large_data ... ok [INFO] [stdout] test crypto::hash::tests::base58 ... ok [INFO] [stdout] test crypto::tests::file_setup ... FAILED [INFO] [stdout] test crypto::hash::tests::hash_vectors ... ok [INFO] [stdout] test validator::tests::test_sorted_intersection ... ok [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:423:25 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5596b0385fe5 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5596b0385fe5 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5596b0385fe5 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5596b0385fe5 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5596b03b016c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x5596b005a225 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x5596b03802e1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x5596b0388810 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5596b0388810 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5596b0388810 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5596b038850a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5596b0388e47 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x5596b0388a4b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x5596b03ad221 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x5596b03ad043 - core::option::expect_none_failed::hfcafefc70a7975bb [INFO] [stdout] at src/libcore/option.rs:1272 [INFO] [stdout] 15: 0x5596b000e79b - core::result::Result::unwrap::hf544290ca5718659 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x5596aff47b4f - fog_pack::crypto::tests::file_setup::hd283afe3607b9deb [INFO] [stdout] at src/crypto/mod.rs:423 [INFO] [stdout] 17: 0x5596aff479ca - fog_pack::crypto::tests::file_setup::{{closure}}::h0a89ab882689c534 [INFO] [stdout] at src/crypto/mod.rs:416 [INFO] [stdout] 18: 0x5596aff3420e - core::ops::function::FnOnce::call_once::h179c3bff956831e5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x5596b0081412 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 20: 0x5596b0081412 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x5596b0081412 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 22: 0x5596b0081412 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x5596b0081412 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x5596b0081412 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x5596b0081412 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x5596b00596e6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x5596b005ea25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x5596b005ea25 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x5596b005ea25 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 30: 0x5596b005ea25 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x5596b005ea25 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x5596b005ea25 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x5596b005ea25 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x5596b038f2ba - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x5596b038f2ba - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x5596b038f2ba - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f3e76608609 - start_thread [INFO] [stdout] 38: 0x7f3e76514103 - __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" "fe4e20dc350470895f6ab5e82e450092f7407e08115bf52be976ca18e14390c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe4e20dc350470895f6ab5e82e450092f7407e08115bf52be976ca18e14390c5", kill_on_drop: false }` [INFO] [stdout] fe4e20dc350470895f6ab5e82e450092f7407e08115bf52be976ca18e14390c5