[INFO] fetching crate fog-pack 0.1.1... [INFO] testing fog-pack-0.1.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate fog-pack 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate fog-pack 0.1.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [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-1/source/Cargo.toml [INFO] crate crates.io crate fog-pack 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 935fbd214388e6f57be8d1c1284eccc881ad931a7cf77a4a706398400a129890 [INFO] running `"docker" "start" "-a" "935fbd214388e6f57be8d1c1284eccc881ad931a7cf77a4a706398400a129890"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling bytecount v0.6.0 [INFO] [stderr] Compiling ieee754 v0.2.6 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling blake2-rfc v0.2.18 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling libsodium-sys v0.2.5 [INFO] [stderr] Compiling zstd-sys v1.4.16+zstd.1.4.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] [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: 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: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: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: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: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] Finished dev [unoptimized + debuginfo] target(s) in 2m 19s [INFO] running `"docker" "inspect" "935fbd214388e6f57be8d1c1284eccc881ad931a7cf77a4a706398400a129890"` [INFO] running `"docker" "rm" "-f" "935fbd214388e6f57be8d1c1284eccc881ad931a7cf77a4a706398400a129890"` [INFO] [stdout] 935fbd214388e6f57be8d1c1284eccc881ad931a7cf77a4a706398400a129890 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1cab2e698f34d4e394ee3af917d18e92c23b425db34e01d92a08d6aaf060ab15 [INFO] running `"docker" "start" "-a" "1cab2e698f34d4e394ee3af917d18e92c23b425db34e01d92a08d6aaf060ab15"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling tempfile v3.1.0 [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: 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: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: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: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: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] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling colored v1.9.3 [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] [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: 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: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: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: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: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: 2 warnings emitted [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] Finished test [unoptimized + debuginfo] target(s) in 29.78s [INFO] running `"docker" "inspect" "1cab2e698f34d4e394ee3af917d18e92c23b425db34e01d92a08d6aaf060ab15"` [INFO] running `"docker" "rm" "-f" "1cab2e698f34d4e394ee3af917d18e92c23b425db34e01d92a08d6aaf060ab15"` [INFO] [stdout] 1cab2e698f34d4e394ee3af917d18e92c23b425db34e01d92a08d6aaf060ab15 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8645b37bc1baf2223f2874b26ed28e2c7df0959bca9593912006999afe5bdf21 [INFO] running `"docker" "start" "-a" "8645b37bc1baf2223f2874b26ed28e2c7df0959bca9593912006999afe5bdf21"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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: 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: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: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: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: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: 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: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: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: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: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.15s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fog_pack-7a63d7dc0ac69f86 [INFO] [stdout] [INFO] [stdout] running 54 tests [INFO] [stdout] test crypto::stream::tests::id_gen ... ok [INFO] [stdout] test crypto::stream::tests::stream_enc ... ok [INFO] [stdout] test crypto::key::tests::new ... ok [INFO] [stdout] test crypto::lockbox::tests::stream_lockbox ... ok [INFO] [stdout] test crypto::key::tests::signing ... ok [INFO] [stdout] test crypto::key::tests::key_edge_cases ... ok [INFO] [stdout] test document::tests::equality_checks ... ok [INFO] [stdout] test crypto::key::tests::stream_key ... ok [INFO] [stdout] test crypto::hash::tests::empty ... ok [INFO] [stdout] test crypto::sodium::tests::correct_sizes ... ok [INFO] [stdout] test no_schema::tests::doc_compress_decompress ... ok [INFO] [stdout] test crypto::hash::tests::edge_cases ... ok [INFO] [stdout] test encode::tests::encode_string ... ok [INFO] [stdout] test encode::tests::encode_integer ... ok [INFO] [stdout] test no_schema::tests::doc_compress_schema_decode_fails ... ok [INFO] [stdout] test entry::tests::equality_checks ... ok [INFO] [stdout] test integer::tests::sub ... ok [INFO] [stdout] test crypto::lockbox::tests::identity_lockbox ... ok [INFO] [stdout] test no_schema::tests::doc_encode_decode ... ok [INFO] [stdout] test integer::tests::add ... ok [INFO] [stdout] test encode::tests::encode_null_and_bool ... 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::bits ... ok [INFO] [stdout] test schema::tests::use_simple_schema ... ok [INFO] [stdout] test validator::binary::tests::in_nin_sets ... ok [INFO] [stdout] test validator::binary::tests::any_bin ... ok [INFO] [stdout] test validator::bool::tests::bad_validators ... ok [INFO] [stdout] test validator::binary::tests::len_range ... ok [INFO] [stdout] test validator::binary::tests::val_range ... ok [INFO] [stdout] test validator::float32::tests::generate ... ok [INFO] [stdout] test no_schema::tests::doc_corrupted_data ... ok [INFO] [stdout] test validator::integer::tests::generate ... ok [INFO] [stdout] test validator::object::tests::simple_obj ... ok [INFO] [stdout] test validator::bool::tests::validate ... ok [INFO] [stdout] test validator::float64::tests::generate ... ok [INFO] [stdout] test query::tests::make_query ... ok [INFO] [stdout] test validator::string::tests::matches ... ok [INFO] [stdout] test validator::string::tests::range ... ok [INFO] [stdout] test validator::string::tests::any_str ... ok [INFO] [stdout] test validator::string::tests::unicode_normalization ... ok [INFO] [stdout] test validator::object::tests::basic_tests ... ok [INFO] [stdout] test no_schema::tests::doc_strict_decode ... ok [INFO] [stdout] test no_schema::tests::doc_compress_decompress_sign ... 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 crypto::hash::tests::hash_vectors ... ok [INFO] [stdout] test crypto::hash::tests::base58 ... ok [INFO] [stdout] test entry::tests::large_data ... ok [INFO] [stdout] test crypto::tests::file_setup ... FAILED [INFO] [stdout] test document::tests::large_data ... ok [INFO] [stdout] test validator::tests::test_sorted_intersection ... 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: 0x55ad5c59b735 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55ad5c59b735 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55ad5c59b735 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55ad5c59b735 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55ad5c5c583c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55ad5c27a9a5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55ad5c595ba1 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55ad5c59df60 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55ad5c59df60 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55ad5c59df60 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55ad5c59dc5a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55ad5c59e597 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x55ad5c59e19b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x55ad5c5c28f1 - core::panicking::panic_fmt::habd7df443069602c [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x55ad5c5c2713 - core::option::expect_none_failed::h721078758a086285 [INFO] [stdout] at src/libcore/option.rs:1272 [INFO] [stdout] 15: 0x55ad5c24455b - core::result::Result::unwrap::hdd7980ffb6044384 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55ad5c17f0af - fog_pack::crypto::tests::file_setup::hb938714b897bc21e [INFO] [stdout] at src/crypto/mod.rs:423 [INFO] [stdout] 17: 0x55ad5c17ef4a - fog_pack::crypto::tests::file_setup::{{closure}}::ha26c99c4f528356e [INFO] [stdout] at src/crypto/mod.rs:416 [INFO] [stdout] 18: 0x55ad5c16c1ae - core::ops::function::FnOnce::call_once::hf98e9cf9eaba1259 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55ad5c2a1d92 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 20: 0x55ad5c2a1d92 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55ad5c2a1d92 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 22: 0x55ad5c2a1d92 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55ad5c2a1d92 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55ad5c2a1d92 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55ad5c2a1d92 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55ad5c279e66 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55ad5c27f405 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55ad5c27f405 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55ad5c27f405 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 30: 0x55ad5c27f405 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55ad5c27f405 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55ad5c27f405 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55ad5c27f405 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55ad5c5a49fa - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x55ad5c5a49fa - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x55ad5c5a49fa - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7fb3338df609 - start_thread [INFO] [stdout] 38: 0x7fb3337eb103 - __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 `"docker" "inspect" "8645b37bc1baf2223f2874b26ed28e2c7df0959bca9593912006999afe5bdf21"` [INFO] running `"docker" "rm" "-f" "8645b37bc1baf2223f2874b26ed28e2c7df0959bca9593912006999afe5bdf21"` [INFO] [stdout] 8645b37bc1baf2223f2874b26ed28e2c7df0959bca9593912006999afe5bdf21