[INFO] fetching crate lib_rapid 0.7.0... [INFO] testing lib_rapid-0.7.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate lib_rapid 0.7.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate lib_rapid 0.7.0 [INFO] finished tweaking crates.io crate lib_rapid 0.7.0 [INFO] tweaked toml for crates.io crate lib_rapid 0.7.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate lib_rapid 0.7.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 36 packages to latest compatible versions [INFO] [stderr] Adding bincode v1.3.3 (available: v2.0.1) [INFO] [stderr] Adding bit-vec v0.6.3 (available: v0.8.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9cdf9d0800799a9677be070c8475a8695845ab03bdf2ca5dc176bbdb8d0f7949 [INFO] running `Command { std: "docker" "start" "-a" "9cdf9d0800799a9677be070c8475a8695845ab03bdf2ca5dc176bbdb8d0f7949", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9cdf9d0800799a9677be070c8475a8695845ab03bdf2ca5dc176bbdb8d0f7949", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cdf9d0800799a9677be070c8475a8695845ab03bdf2ca5dc176bbdb8d0f7949", kill_on_drop: false }` [INFO] [stdout] 9cdf9d0800799a9677be070c8475a8695845ab03bdf2ca5dc176bbdb8d0f7949 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 065ca5cdab3478d5636ba5bc98530d08028d9071b66f6bad247bfe6204ef12d1 [INFO] running `Command { std: "docker" "start" "-a" "065ca5cdab3478d5636ba5bc98530d08028d9071b66f6bad247bfe6204ef12d1", kill_on_drop: false }` [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling lib_rapid v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/math/general/avg_impl.rs:1:45 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::HashMap, intrinsics::transmute}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/compsci/general.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{intrinsics::transmute, fmt::Debug, ops::{*}, convert::TryFrom}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 260 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:300:5 [INFO] [stdout] | [INFO] [stdout] 300 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/compsci/unit_conversion.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/math/general/avg_impl.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | transmute(*hm.iter().max_by(|a, b| a.1.cmp(b.1)).map(|(k, _v)| k).unwrap()) [INFO] [stdout] | ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::from_bits` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/math/general/avg_impl.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | transmute(*hm.iter().max_by(|a, b| a.1.cmp(b.1)).map(|(k, _v)| k).unwrap()) [INFO] [stdout] | ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn union(&self, other: &VecSet) -> VecSet { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 94 | pub fn union(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:127:25 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn intersection(&self, other: &VecSet) -> VecSet { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 127 | pub fn intersection(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:183:28 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn difference_with(&self, other: &VecSet) -> VecSet { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 183 | pub fn difference_with(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:211:30 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn cartesian_product(&self, other: &VecSet) -> VecSet<(T, T)> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 211 | pub fn cartesian_product(&self, other: &VecSet) -> VecSet<'_, (T, T)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:237:38 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn symmetric_difference_with(&self, other: &VecSet) -> VecSet { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 237 | pub fn symmetric_difference_with(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:320:23 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn get_parent(&self) -> Option<&VecSet> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 320 | pub fn get_parent(&self) -> Option<&VecSet<'_, T>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:398:19 [INFO] [stdout] | [INFO] [stdout] 398 | (unsafe { transmute::(*self) }) & MANTISSA_MASK_32 [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:402:20 [INFO] [stdout] | [INFO] [stdout] 402 | ((unsafe { transmute::(*self) } & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:407:18 [INFO] [stdout] | [INFO] [stdout] 407 | unsafe { transmute(transmute::(*self) & [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | __________________help: replace this with: `f32::from_bits` [INFO] [stdout] | | [INFO] [stdout] 408 | | GET_SMANTISSA_MASK_32 | [INFO] [stdout] 409 | | SET_EXP_ZERO_MASK_32) [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:407:28 [INFO] [stdout] | [INFO] [stdout] 407 | unsafe { transmute(transmute::(*self) & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:430:18 [INFO] [stdout] | [INFO] [stdout] 430 | unsafe { transmute((mantissa | [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | __________________help: replace this with: `f32::from_bits` [INFO] [stdout] | | [INFO] [stdout] 431 | | ((exponent as u32) << 23)) | [INFO] [stdout] 432 | | (sign as u32) << 31) } [INFO] [stdout] | |________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:443:19 [INFO] [stdout] | [INFO] [stdout] 443 | (unsafe { transmute::(*self) } & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:448:20 [INFO] [stdout] | [INFO] [stdout] 448 | ((unsafe { transmute::(*self) } & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:453:18 [INFO] [stdout] | [INFO] [stdout] 453 | unsafe { transmute(transmute::(*self) & [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | __________________help: replace this with: `f64::from_bits` [INFO] [stdout] | | [INFO] [stdout] 454 | | GET_SMANTISSA_MASK_64 | [INFO] [stdout] 455 | | SET_EXP_ZERO_MASK_64) [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:453:28 [INFO] [stdout] | [INFO] [stdout] 453 | unsafe { transmute(transmute::(*self) & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:476:18 [INFO] [stdout] | [INFO] [stdout] 476 | unsafe { transmute((mantissa | [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | __________________help: replace this with: `f64::from_bits` [INFO] [stdout] | | [INFO] [stdout] 477 | | ((exponent as u64) << 52)) | [INFO] [stdout] 478 | | (sign as u64) << 63) } [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/chem/elements.rs:30:40 [INFO] [stdout] | [INFO] [stdout] 30 | pub const fn new(symbol: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 35 | pauling_en: f32) -> Element { [INFO] [stdout] | ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pauling_en: f32) -> Element<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s [INFO] running `Command { std: "docker" "inspect" "065ca5cdab3478d5636ba5bc98530d08028d9071b66f6bad247bfe6204ef12d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "065ca5cdab3478d5636ba5bc98530d08028d9071b66f6bad247bfe6204ef12d1", kill_on_drop: false }` [INFO] [stdout] 065ca5cdab3478d5636ba5bc98530d08028d9071b66f6bad247bfe6204ef12d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc00a113b5bf87b7d72deee45648c49fa8cffd289cc64694fbd93fc0692fca95 [INFO] running `Command { std: "docker" "start" "-a" "cc00a113b5bf87b7d72deee45648c49fa8cffd289cc64694fbd93fc0692fca95", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/math/general/avg_impl.rs:1:45 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::HashMap, intrinsics::transmute}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/compsci/general.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{intrinsics::transmute, fmt::Debug, ops::{*}, convert::TryFrom}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 260 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:300:5 [INFO] [stdout] | [INFO] [stdout] 300 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/compsci/unit_conversion.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/math/general/avg_impl.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | transmute(*hm.iter().max_by(|a, b| a.1.cmp(b.1)).map(|(k, _v)| k).unwrap()) [INFO] [stdout] | ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::from_bits` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/math/general/avg_impl.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | transmute(*hm.iter().max_by(|a, b| a.1.cmp(b.1)).map(|(k, _v)| k).unwrap()) [INFO] [stdout] | ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn union(&self, other: &VecSet) -> VecSet { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 94 | pub fn union(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:127:25 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn intersection(&self, other: &VecSet) -> VecSet { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 127 | pub fn intersection(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:183:28 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn difference_with(&self, other: &VecSet) -> VecSet { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 183 | pub fn difference_with(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:211:30 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn cartesian_product(&self, other: &VecSet) -> VecSet<(T, T)> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 211 | pub fn cartesian_product(&self, other: &VecSet) -> VecSet<'_, (T, T)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:237:38 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn symmetric_difference_with(&self, other: &VecSet) -> VecSet { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 237 | pub fn symmetric_difference_with(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:320:23 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn get_parent(&self) -> Option<&VecSet> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 320 | pub fn get_parent(&self) -> Option<&VecSet<'_, T>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:398:19 [INFO] [stdout] | [INFO] [stdout] 398 | (unsafe { transmute::(*self) }) & MANTISSA_MASK_32 [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:402:20 [INFO] [stdout] | [INFO] [stdout] 402 | ((unsafe { transmute::(*self) } & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:407:18 [INFO] [stdout] | [INFO] [stdout] 407 | unsafe { transmute(transmute::(*self) & [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | __________________help: replace this with: `f32::from_bits` [INFO] [stdout] | | [INFO] [stdout] 408 | | GET_SMANTISSA_MASK_32 | [INFO] [stdout] 409 | | SET_EXP_ZERO_MASK_32) [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:407:28 [INFO] [stdout] | [INFO] [stdout] 407 | unsafe { transmute(transmute::(*self) & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling lib_rapid v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:430:18 [INFO] [stdout] | [INFO] [stdout] 430 | unsafe { transmute((mantissa | [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | __________________help: replace this with: `f32::from_bits` [INFO] [stdout] | | [INFO] [stdout] 431 | | ((exponent as u32) << 23)) | [INFO] [stdout] 432 | | (sign as u32) << 31) } [INFO] [stdout] | |________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:443:19 [INFO] [stdout] | [INFO] [stdout] 443 | (unsafe { transmute::(*self) } & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:448:20 [INFO] [stdout] | [INFO] [stdout] 448 | ((unsafe { transmute::(*self) } & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:453:18 [INFO] [stdout] | [INFO] [stdout] 453 | unsafe { transmute(transmute::(*self) & [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | __________________help: replace this with: `f64::from_bits` [INFO] [stdout] | | [INFO] [stdout] 454 | | GET_SMANTISSA_MASK_64 | [INFO] [stdout] 455 | | SET_EXP_ZERO_MASK_64) [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:453:28 [INFO] [stdout] | [INFO] [stdout] 453 | unsafe { transmute(transmute::(*self) & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:476:18 [INFO] [stdout] | [INFO] [stdout] 476 | unsafe { transmute((mantissa | [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | __________________help: replace this with: `f64::from_bits` [INFO] [stdout] | | [INFO] [stdout] 477 | | ((exponent as u64) << 52)) | [INFO] [stdout] 478 | | (sign as u64) << 63) } [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/chem/elements.rs:30:40 [INFO] [stdout] | [INFO] [stdout] 30 | pub const fn new(symbol: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 35 | pauling_en: f32) -> Element { [INFO] [stdout] | ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pauling_en: f32) -> Element<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/math/general/avg_impl.rs:1:45 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::HashMap, intrinsics::transmute}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead [INFO] [stdout] --> src/compsci/general.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{intrinsics::transmute, fmt::Debug, ops::{*}, convert::TryFrom}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 260 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:300:5 [INFO] [stdout] | [INFO] [stdout] 300 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/math/complex.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/compsci/unit_conversion.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/math/general/avg_impl.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | transmute(*hm.iter().max_by(|a, b| a.1.cmp(b.1)).map(|(k, _v)| k).unwrap()) [INFO] [stdout] | ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::from_bits` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/math/general/avg_impl.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | transmute(*hm.iter().max_by(|a, b| a.1.cmp(b.1)).map(|(k, _v)| k).unwrap()) [INFO] [stdout] | ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn union(&self, other: &VecSet) -> VecSet { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 94 | pub fn union(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:127:25 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn intersection(&self, other: &VecSet) -> VecSet { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 127 | pub fn intersection(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:183:28 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn difference_with(&self, other: &VecSet) -> VecSet { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 183 | pub fn difference_with(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:211:30 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn cartesian_product(&self, other: &VecSet) -> VecSet<(T, T)> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 211 | pub fn cartesian_product(&self, other: &VecSet) -> VecSet<'_, (T, T)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:237:38 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn symmetric_difference_with(&self, other: &VecSet) -> VecSet { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 237 | pub fn symmetric_difference_with(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/math/sets/vec_sets.rs:320:23 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn get_parent(&self) -> Option<&VecSet> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 320 | pub fn get_parent(&self) -> Option<&VecSet<'_, T>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:398:19 [INFO] [stdout] | [INFO] [stdout] 398 | (unsafe { transmute::(*self) }) & MANTISSA_MASK_32 [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:402:20 [INFO] [stdout] | [INFO] [stdout] 402 | ((unsafe { transmute::(*self) } & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:407:18 [INFO] [stdout] | [INFO] [stdout] 407 | unsafe { transmute(transmute::(*self) & [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | __________________help: replace this with: `f32::from_bits` [INFO] [stdout] | | [INFO] [stdout] 408 | | GET_SMANTISSA_MASK_32 | [INFO] [stdout] 409 | | SET_EXP_ZERO_MASK_32) [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:407:28 [INFO] [stdout] | [INFO] [stdout] 407 | unsafe { transmute(transmute::(*self) & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:430:18 [INFO] [stdout] | [INFO] [stdout] 430 | unsafe { transmute((mantissa | [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | __________________help: replace this with: `f32::from_bits` [INFO] [stdout] | | [INFO] [stdout] 431 | | ((exponent as u32) << 23)) | [INFO] [stdout] 432 | | (sign as u32) << 31) } [INFO] [stdout] | |________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:443:19 [INFO] [stdout] | [INFO] [stdout] 443 | (unsafe { transmute::(*self) } & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:448:20 [INFO] [stdout] | [INFO] [stdout] 448 | ((unsafe { transmute::(*self) } & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:453:18 [INFO] [stdout] | [INFO] [stdout] 453 | unsafe { transmute(transmute::(*self) & [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | __________________help: replace this with: `f64::from_bits` [INFO] [stdout] | | [INFO] [stdout] 454 | | GET_SMANTISSA_MASK_64 | [INFO] [stdout] 455 | | SET_EXP_ZERO_MASK_64) [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:453:28 [INFO] [stdout] | [INFO] [stdout] 453 | unsafe { transmute(transmute::(*self) & [INFO] [stdout] | ---------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/compsci/general.rs:476:18 [INFO] [stdout] | [INFO] [stdout] 476 | unsafe { transmute((mantissa | [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | __________________help: replace this with: `f64::from_bits` [INFO] [stdout] | | [INFO] [stdout] 477 | | ((exponent as u64) << 52)) | [INFO] [stdout] 478 | | (sign as u64) << 63) } [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/chem/elements.rs:30:40 [INFO] [stdout] | [INFO] [stdout] 30 | pub const fn new(symbol: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 35 | pauling_en: f32) -> Element { [INFO] [stdout] | ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pauling_en: f32) -> Element<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.17s [INFO] running `Command { std: "docker" "inspect" "cc00a113b5bf87b7d72deee45648c49fa8cffd289cc64694fbd93fc0692fca95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc00a113b5bf87b7d72deee45648c49fa8cffd289cc64694fbd93fc0692fca95", kill_on_drop: false }` [INFO] [stdout] cc00a113b5bf87b7d72deee45648c49fa8cffd289cc64694fbd93fc0692fca95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cc2a4b1d54b31c727b3307f85c6d291b44bf685125afcd685a0960120d991b92 [INFO] running `Command { std: "docker" "start" "-a" "cc2a4b1d54b31c727b3307f85c6d291b44bf685125afcd685a0960120d991b92", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead [INFO] [stderr] --> src/math/general/avg_impl.rs:1:45 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{collections::HashMap, intrinsics::transmute}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead [INFO] [stderr] --> src/compsci/general.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | use std::{intrinsics::transmute, fmt::Debug, ops::{*}, convert::TryFrom}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/math/complex.rs:222:5 [INFO] [stderr] | [INFO] [stderr] 222 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/math/complex.rs:232:5 [INFO] [stderr] | [INFO] [stderr] 232 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/math/complex.rs:245:5 [INFO] [stderr] | [INFO] [stderr] 245 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/math/complex.rs:260:5 [INFO] [stderr] | [INFO] [stderr] 260 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/math/complex.rs:276:5 [INFO] [stderr] | [INFO] [stderr] 276 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/math/complex.rs:289:5 [INFO] [stderr] | [INFO] [stderr] 289 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/math/complex.rs:300:5 [INFO] [stderr] | [INFO] [stderr] 300 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/math/complex.rs:310:5 [INFO] [stderr] | [INFO] [stderr] 310 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/compsci/unit_conversion.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/math/general/avg_impl.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | transmute(*hm.iter().max_by(|a, b| a.1.cmp(b.1)).map(|(k, _v)| k).unwrap()) [INFO] [stderr] | ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `f64::from_bits` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/math/general/avg_impl.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | transmute(*hm.iter().max_by(|a, b| a.1.cmp(b.1)).map(|(k, _v)| k).unwrap()) [INFO] [stderr] | ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `f32::from_bits` [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/math/sets/vec_sets.rs:94:18 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn union(&self, other: &VecSet) -> VecSet { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 94 | pub fn union(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/math/sets/vec_sets.rs:127:25 [INFO] [stderr] | [INFO] [stderr] 127 | pub fn intersection(&self, other: &VecSet) -> VecSet { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 127 | pub fn intersection(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/math/sets/vec_sets.rs:183:28 [INFO] [stderr] | [INFO] [stderr] 183 | pub fn difference_with(&self, other: &VecSet) -> VecSet { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 183 | pub fn difference_with(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/math/sets/vec_sets.rs:211:30 [INFO] [stderr] | [INFO] [stderr] 211 | pub fn cartesian_product(&self, other: &VecSet) -> VecSet<(T, T)> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 211 | pub fn cartesian_product(&self, other: &VecSet) -> VecSet<'_, (T, T)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/math/sets/vec_sets.rs:237:38 [INFO] [stderr] | [INFO] [stderr] 237 | pub fn symmetric_difference_with(&self, other: &VecSet) -> VecSet { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 237 | pub fn symmetric_difference_with(&self, other: &VecSet) -> VecSet<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/math/sets/vec_sets.rs:320:23 [INFO] [stderr] | [INFO] [stderr] 320 | pub fn get_parent(&self) -> Option<&VecSet> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 320 | pub fn get_parent(&self) -> Option<&VecSet<'_, T>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/compsci/general.rs:398:19 [INFO] [stderr] | [INFO] [stderr] 398 | (unsafe { transmute::(*self) }) & MANTISSA_MASK_32 [INFO] [stderr] | ---------------------^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `f32::to_bits` [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/compsci/general.rs:402:20 [INFO] [stderr] | [INFO] [stderr] 402 | ((unsafe { transmute::(*self) } & [INFO] [stderr] | ---------------------^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `f32::to_bits` [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/compsci/general.rs:407:18 [INFO] [stderr] | [INFO] [stderr] 407 | unsafe { transmute(transmute::(*self) & [INFO] [stderr] | ^-------- [INFO] [stderr] | | [INFO] [stderr] | __________________help: replace this with: `f32::from_bits` [INFO] [stderr] | | [INFO] [stderr] 408 | | GET_SMANTISSA_MASK_32 | [INFO] [stderr] 409 | | SET_EXP_ZERO_MASK_32) [INFO] [stderr] | |________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/compsci/general.rs:407:28 [INFO] [stderr] | [INFO] [stderr] 407 | unsafe { transmute(transmute::(*self) & [INFO] [stderr] | ---------------------^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `f32::to_bits` [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/compsci/general.rs:430:18 [INFO] [stderr] | [INFO] [stderr] 430 | unsafe { transmute((mantissa | [INFO] [stderr] | ^-------- [INFO] [stderr] | | [INFO] [stderr] | __________________help: replace this with: `f32::from_bits` [INFO] [stderr] | | [INFO] [stderr] 431 | | ((exponent as u32) << 23)) | [INFO] [stderr] 432 | | (sign as u32) << 31) } [INFO] [stderr] | |________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/compsci/general.rs:443:19 [INFO] [stderr] | [INFO] [stderr] 443 | (unsafe { transmute::(*self) } & [INFO] [stderr] | ---------------------^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `f64::to_bits` [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/compsci/general.rs:448:20 [INFO] [stderr] | [INFO] [stderr] 448 | ((unsafe { transmute::(*self) } & [INFO] [stderr] | ---------------------^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `f64::to_bits` [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/compsci/general.rs:453:18 [INFO] [stderr] | [INFO] [stderr] 453 | unsafe { transmute(transmute::(*self) & [INFO] [stderr] | ^-------- [INFO] [stderr] | | [INFO] [stderr] | __________________help: replace this with: `f64::from_bits` [INFO] [stderr] | | [INFO] [stderr] 454 | | GET_SMANTISSA_MASK_64 | [INFO] [stderr] 455 | | SET_EXP_ZERO_MASK_64) [INFO] [stderr] | |________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/compsci/general.rs:453:28 [INFO] [stderr] | [INFO] [stderr] 453 | unsafe { transmute(transmute::(*self) & [INFO] [stderr] | ---------------------^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `f64::to_bits` [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/compsci/general.rs:476:18 [INFO] [stderr] | [INFO] [stderr] 476 | unsafe { transmute((mantissa | [INFO] [stderr] | ^-------- [INFO] [stderr] | | [INFO] [stderr] | __________________help: replace this with: `f64::from_bits` [INFO] [stderr] | | [INFO] [stderr] 477 | | ((exponent as u64) << 52)) | [INFO] [stderr] 478 | | (sign as u64) << 63) } [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/chem/elements.rs:30:40 [INFO] [stderr] | [INFO] [stderr] 30 | pub const fn new(symbol: &str, [INFO] [stderr] | ^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 35 | pauling_en: f32) -> Element { [INFO] [stderr] | ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 35 | pauling_en: f32) -> Element<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `lib_rapid` (lib) generated 30 warnings (run `cargo fix --lib -p lib_rapid` to apply 28 suggestions) [INFO] [stderr] warning: `lib_rapid` (lib test) generated 30 warnings (30 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lib_rapid-fca7a6d1ea431db8) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test benchmarks::benchmark ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests lib_rapid [INFO] [stdout] [INFO] [stdout] running 322 tests [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::ARGON (line 148) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::BOHRIUM (line 860) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::BISMUTH (line 668) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::BERKELIUM (line 780) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::ANTIMONY (line 412) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::BERYLLIUM (line 36) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::BORON (line 44) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::ALUMINIUM (line 108) ... ok [INFO] [stdout] test src/chem/elements.rs - chem::elements::Element<'a>::mass_number (line 40) ... ok [INFO] [stdout] test src/chem/elements.rs - chem::elements::Element<'a>::new (line 24) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::ASTATINE (line 684) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::BROMINE (line 284) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::ARSENIC (line 268) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::CAESIUM (line 444) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::CALCIUM (line 164) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::CERIUM (line 468) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::CARBON (line 52) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::ACTINIUM (line 716) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::BARIUM (line 452) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::CHLORINE (line 140) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::AMERICIUM (line 764) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::COBALT (line 220) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::DYSPROSIUM (line 532) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::COPPER (line 236) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::DUBNIUM (line 844) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::CURIUM (line 772) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::CADMIUM (line 388) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::CALIFORNIUM (line 788) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::DARMSTADTIUM (line 884) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::CHROMIUM (line 196) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::ERBIUM (line 548) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::EINSTEINIUM (line 796) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::FLUORINE (line 76) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::EUROPIUM (line 508) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::FLEROVIUM (line 916) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::INDIUM (line 396) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::COPERNICIUM (line 900) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::GOLD (line 636) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::HYDROGEN (line 12) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::GALLIUM (line 252) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::HELIUM (line 20) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::FRANCIUM (line 700) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::GADOLINIUM (line 516) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::HAFNIUM (line 580) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::FERMIUM (line 804) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::GERMANIUM (line 260) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::IODINE (line 428) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::LITHIUM (line 28) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::LANTHANUM (line 460) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::IRON (line 212) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::LAWRENCIUM (line 828) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::LIVERMORIUM (line 932) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::KRYPTON (line 292) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::IRIDIUM (line 620) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::HASSIUM (line 868) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::LEAD (line 660) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::MEITNERIUM (line 876) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::MAGNESIUM (line 100) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::HOLMIUM (line 540) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::LUTETIUM (line 572) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::MERCURY (line 644) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::MOSCOVIUM (line 924) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::MOLYBDENUM (line 340) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::NITROGEN (line 60) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::NOBELIUM (line 820) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::NICKEL (line 228) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::NEON (line 84) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::NEODYMIUM (line 484) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::NIOBIUM (line 332) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::NEPTUNIUM (line 748) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::MANGANESE (line 204) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::OGANESSON (line 948) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::PALLADIUM (line 372) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::PHOSPHORUS (line 124) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::MENDELEVIUM (line 812) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::OXYGEN (line 68) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::PROMETHIUM (line 492) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::POTASSIUM (line 156) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::POLONIUM (line 676) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::PRASEODYMIUM (line 476) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::PLATINUM (line 628) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::PLUTONIUM (line 756) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::NIHONIUM (line 908) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::PROTACTINIUM (line 732) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::RADON (line 692) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::RUTHERFORDIUM (line 836) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::OSMIUM (line 612) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::PSE (line 957) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::PROTON (line 4) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::ROENTGENIUM (line 892) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::RADIUM (line 708) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::SAMARIUM (line 500) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::RUBIDIUM (line 300) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::RUTHENIUM (line 356) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::SEABORGIUM (line 852) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::SCANDIUM (line 172) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::SELENIUM (line 276) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::SILICON (line 116) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::RHODIUM (line 364) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::RHENIUM (line 604) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::STRONTIUM (line 308) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::TENNESSINE (line 940) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::SILVER (line 380) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::SODIUM (line 92) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::TECHNETIUM (line 348) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::THALLIUM (line 652) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::THULIUM (line 556) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::TUNGSTEN (line 596) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::TERBIUM (line 524) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::URANIUM (line 740) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::THORIUM (line 724) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::XENON (line 436) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::TELLURIUM (line 420) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::SULFUR (line 132) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::TITANIUM (line 180) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::TANTALUM (line 588) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::ZIRCONIUM (line 324) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::YTTRIUM (line 316) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::TIN (line 404) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::YTTERBIUM (line 564) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::elem_by_a_num (line 998) ... ok [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::set_cyan (line 164) ... ok [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::magenta (line 117) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::VANADIUM (line 188) ... ok [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::from_rgba_struct (line 51) ... ok [INFO] [stdout] test src/chem/elements/pse.rs - chem::elements::pse::ZINC (line 244) ... ok [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::new (line 26) ... ok [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::cyan (line 102) ... ok [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::yellow (line 132) ... ok [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::black (line 147) ... ok [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::set_magenta (line 185) ... ok [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::set_black (line 227) ... ok [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::set_yellow (line 206) ... ok [INFO] [stdout] test src/compsci/colours/rgba.rs - compsci::colours::rgba::RGBa::is_opaque (line 110) ... ok [INFO] [stdout] test src/compsci/colours/rgba.rs - compsci::colours::rgba::RGBa::from_str (line 43) ... ok [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::from_rgb_vals (line 85) ... ok [INFO] [stdout] test src/compsci/colours/rgba.rs - compsci::colours::rgba::RGBa::from_cmyk_vals (line 142) ... ok [INFO] [stdout] test src/compsci/colours/rgba.rs - compsci::colours::rgba::RGBa::from_cmyk_struct (line 74) ... ok [INFO] [stdout] test src/compsci/colours/rgba.rs - compsci::colours::rgba::RGBa::new (line 26) ... ok [INFO] [stdout] test src/compsci/compression/huffman.rs - compsci::compression::huffman::assign_codes (line 128) ... ok [INFO] [stdout] test src/compsci/colours/rgba.rs - compsci::colours::rgba::RGBa::to_string_no_alpha (line 125) ... ok [INFO] [stdout] test src/compsci/colours/rgba.rs - compsci::colours::rgba::RGBa::is_transparent (line 95) ... ok [INFO] [stdout] test src/compsci/compression/huffman.rs - compsci::compression::huffman::Decode::full_decode (line 37) ... ok [INFO] [stdout] test src/compsci/compression/huffman.rs - compsci::compression::huffman::read_from_file (line 285) ... FAILED [INFO] [stdout] test src/compsci/compression/huffman.rs - compsci::compression::huffman::huffman_encode (line 164) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::BinaryInsert::binary_insert (line 156) ... ok [INFO] [stdout] test src/compsci/compression/huffman.rs - compsci::compression::huffman::huffman_decode (line 210) ... ok [INFO] [stdout] test src/compsci/compression/huffman.rs - compsci::compression::huffman::write_to_file (line 265) ... FAILED [INFO] [stdout] test src/compsci/general.rs - compsci::general::BinaryInsert::binary_insert (line 164) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::BitwiseSlice::or_with (line 113) ... ok [INFO] [stdout] test src/compsci/compression/huffman.rs - compsci::compression::huffman::Encode::full_encode (line 20) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::CharTools::is_closed_bracket (line 212) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::CharTools::get_opening_bracket (line 225) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::FloatMagic::raw_exponent (line 268) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::BinaryInsert::binary_insert_no_dup (line 175) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::CharTools::is_open_bracket (line 199) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::FloatMagic::real_decompose (line 322) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::FloatMagic::real_exponent (line 292) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::BinaryInsert::binary_insert_no_dup (line 183) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::CharTools::get_closing_bracket (line 238) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::FloatMagic::raw_compose (line 336) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::FloatMagic::real_mantissa (line 280) ... ok [INFO] [stdout] test src/compsci/rapidlogging.rs - compsci::rapidlogging::Logger::log (line 49) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::FloatMagic::raw_mantissa (line 257) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::FloatMagic::raw_decompose (line 308) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::SliceOps::count_of (line 46) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::byte_at (line 51) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::is_alphanumeric (line 104) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::byte_at (line 43) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::SliceOps::positions_of (line 58) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::BitwiseSlice::xor_with (line 93) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::SliceOps::peek (line 23) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::SliceOps::swap_top (line 34) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::char_at (line 24) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::validate_brackets (line 65) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::validate_brackets (line 86) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::char_at (line 16) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::BitwiseSlice::and_with (line 133) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::validate_brackets (line 79) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::is_numeric (line 116) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::to_isize (line 155) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::validate_brackets (line 72) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::strcmp (line 386) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::strcmp (line 394) ... ok [INFO] [stdout] test src/compsci/general.rs - compsci::general::SliceOps::position_of (line 71) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::similarity_with (line 129) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::validate_brackets (line 93) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::levenshtein_dist_with (line 144) ... ok [INFO] [stdout] test src/math/complex.rs - math::complex::ComplexNumber::new_unitc (line 95) ... ok [INFO] [stdout] test src/math/complex.rs - math::complex::ComplexNumber (line 341) ... ok [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::strcmp (line 400) ... ok [INFO] [stdout] test src/math/complex.rs - math::complex::ComplexNumber::powi (line 178) ... ok [INFO] [stdout] test src/compsci/unit_conversion.rs - compsci::unit_conversion::BinaryPrefix (line 96) ... ok [INFO] [stdout] test src/math/complex.rs - math::complex::ComplexNumber::abs_f32 (line 160) ... ok [INFO] [stdout] test src/compsci/unit_conversion.rs - compsci::unit_conversion::BinaryPrefix (line 74) ... ok [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::c (line 68) ... ok [INFO] [stdout] test src/compsci/unit_conversion.rs - compsci::unit_conversion::BinaryPrefix (line 53) ... ok [INFO] [stdout] test src/math/complex.rs - math::complex::ComplexNumber::exp_f64 (line 202) ... ok [INFO] [stdout] test src/compsci/unit_conversion.rs - compsci::unit_conversion::BinaryPrefix::to_decimal_u128 (line 31) ... ok [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::eval (line 139) ... ok [INFO] [stdout] test src/math/complex.rs - math::complex::ComplexNumber::abs_f64 (line 144) ... ok [INFO] [stdout] test src/math/complex.rs - math::complex::ComplexNumber (line 10) ... ok [INFO] [stdout] test src/math/complex.rs - math::complex::ComplexNumber::new (line 79) ... ok [INFO] [stdout] test src/math/complex.rs - math::complex::ComplexNumber::recip (line 111) ... ok [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::intsect_with_quadratic (line 191) ... ok [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::intsect_with (line 157) ... ok [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::set_m (line 82) ... ok [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::get_inv (line 231) ... ok [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::new (line 36) ... ok [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::get_root (line 120) ... ok [INFO] [stdout] test src/math/equations/polynomial.rs - math::equations::polynomial::Polynomial::new (line 38) ... ok [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::m (line 52) ... ok [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::intsect_with_quadratic (line 180) ... ok [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::set_c (line 100) ... ok [INFO] [stdout] test src/math/equations/polynomial.rs - math::equations::polynomial::Polynomial::new_from_coefficients (line 56) ... ok [INFO] [stdout] test src/math/complex.rs - math::complex::ComplexNumber::complex_conjugate (line 129) ... ok [INFO] [stdout] test src/math/equations/polynomial.rs - math::equations::polynomial::Polynomial::get_degree (line 85) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::eval (line 307) ... ok [INFO] [stdout] test src/math/equations/polynomial.rs - math::equations::polynomial::Polynomial::eval (line 100) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::get_vertex (line 287) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::get_derivative (line 324) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::intsect_with_linear (line 267) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::a (line 87) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::b (line 103) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::new_from_coefficients (line 62) ... ok [INFO] [stdout] test src/math/equations/polynomial.rs - math::equations::polynomial::Polynomial (line 226) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::new (line 42) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::c (line 119) ... ok [INFO] [stdout] test src/math/equations/polynomial.rs - math::equations::polynomial::Polynomial::get_coefficients (line 72) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::get_solutions (line 195) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::new (line 33) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::set_b (line 156) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::intsect_with (line 229) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumTools::dec (line 176) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::set_c (line 175) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumTools::dec_by (line 191) ... ok [INFO] [stdout] test src/math/general.rs - math::general::Averages::harmonic_mean (line 30) ... ok [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::set_a (line 135) ... ok [INFO] [stdout] test src/math/general.rs - math::general::Averages::mid_range (line 69) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumTools::inc (line 154) ... ok [INFO] [stdout] test src/math/general.rs - math::general::Averages::arithmetic_mean (line 17) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumTools::map_to (line 145) ... ok [INFO] [stdout] test src/math/general.rs - math::general::Averages::median (line 43) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumTools::inc_by (line 165) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumDigits::cross_sum (line 86) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumTools::cube (line 219) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumTools::is_in_range_exclusive (line 127) ... ok [INFO] [stdout] test src/math/general.rs - math::general::Averages::mode (line 56) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumTools::is_in_range (line 114) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumDigits::digits (line 99) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumTools::is_negative (line 255) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumTools::pow (line 243) ... ok [INFO] [stdout] test src/math/general.rs - math::general::better_be_even (line 476) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumTools::recip (line 231) ... ok [INFO] [stdout] test src/math/general.rs - math::general::NumTools::square (line 204) ... ok [INFO] [stdout] test src/math/general.rs - math::general::delta (line 455) ... ok [INFO] [stdout] test src/math/general.rs - math::general::factorial (line 630) ... ok [INFO] [stdout] test src/math/general.rs - math::general::sqrt_f64 (line 497) ... ok [INFO] [stdout] test src/math/general.rs - math::general::nth_root (line 395) ... ok [INFO] [stdout] test src/math/general.rs - math::general::round_to_n_mult (line 675) ... ok [INFO] [stdout] test src/math/general.rs - math::general::nth_fibonacci (line 416) ... ok [INFO] [stdout] test src/math/general.rs - math::general::div_factorials (line 652) ... ok [INFO] [stdout] test src/math/general/avg_macros.rs - math::general::avg_macros::harmonic_mean (line 27) ... ok [INFO] [stdout] test src/math/general.rs - math::general::gcd (line 580) ... ok [INFO] [stdout] test src/math/general.rs - math::general::nth_root (line 400) ... ok [INFO] [stdout] test src/math/general.rs - math::general::sqrt_f32 (line 518) ... ok [INFO] [stdout] test src/math/general/avg_macros.rs - math::general::avg_macros::mode (line 73) ... ok [INFO] [stdout] test src/math/postfix.rs - math::postfix::eval_postfix (line 30) ... ok [INFO] [stdout] test src/math/general.rs - math::general::euler_gamma (line 539) ... ok [INFO] [stdout] test src/math/primes.rs - math::primes::Primality::is_prime (line 18) ... ok [INFO] [stdout] test src/math/ratings/dwz/p_match.rs - math::ratings::dwz::p_match::Match<'_>::update_ratings (line 35) ... ok [INFO] [stdout] test src/math/primes.rs - math::primes::Primality::is_prime (line 26) ... ok [INFO] [stdout] test src/math/primes.rs - math::primes::Primality::is_prime (line 50) ... ok [INFO] [stdout] test src/math/general/avg_macros.rs - math::general::avg_macros::arithmetic_mean (line 4) ... ok [INFO] [stdout] test src/math/general/avg_macros.rs - math::general::avg_macros::median (line 50) ... ok [INFO] [stdout] test src/math/general/avg_macros.rs - math::general::avg_macros::mid_range (line 96) ... ok [INFO] [stdout] test src/math/primes.rs - math::primes::Primality::is_prime (line 38) ... ok [INFO] [stdout] test src/math/ratings/dwz/p_match.rs - math::ratings::dwz::p_match::Match<'_>::new (line 20) ... ok [INFO] [stdout] test src/math/ratings/dwz/player.rs - math::ratings::dwz::player::DWZPlayer::new (line 18) ... ok [INFO] [stdout] test src/math/primes.rs - math::primes::Primality::is_prime (line 75) ... ok [INFO] [stdout] test src/math/primes.rs - math::primes::generate_primes (line 179) ... ok [INFO] [stdout] test src/math/primes.rs - math::primes::Primality::is_prime (line 63) ... ok [INFO] [stdout] test src/math/ratings/elo/player.rs - math::ratings::elo::player::EloPlayer::new (line 16) ... ok [INFO] [stdout] test src/math/postfix.rs - math::postfix::eval_postfix (line 35) ... ok [INFO] [stdout] test src/math/ratings/elo/p_match.rs - math::ratings::elo::p_match::Match<'_>::new (line 20) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'_,T>::to_full_string (line 455) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'_,T>::full_println (line 439) ... ok [INFO] [stdout] test src/math/ratings/elo/player.rs - math::ratings::elo::player::EloPlayer::update_rating (line 31) ... ok [INFO] [stdout] test src/math/ratings/elo/p_match.rs - math::ratings::elo::p_match::Match<'_>::update_ratings (line 33) ... ok [INFO] [stdout] test src/math/ratings/dwz/player.rs - math::ratings::dwz::player::DWZPlayer::update_rating (line 32) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::difference_with (line 173) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::cartesian_product (line 201) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::empty_set (line 37) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::elements (line 392) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::insert (line 275) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::cardinality (line 353) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::has_emerged (line 290) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::get_parent (line 309) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::symmetric_difference_with (line 227) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::has_element (line 251) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::is_disjoint_with (line 143) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::new_subset (line 55) ... ok [INFO] [stdout] test src/math/unit_conversion.rs - math::unit_conversion::SIPrefix::to_decimal_f32 (line 138) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::set_elements (line 372) ... ok [INFO] [stdout] test src/math/vectors.rs - math::vectors::MathVector::dimension (line 61) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::is_subset_of (line 329) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::new (line 18) ... ok [INFO] [stdout] test src/math/unit_conversion.rs - math::unit_conversion::SIPrefix::to_decimal_f64 (line 155) ... ok [INFO] [stdout] test src/math/vectors.rs - math::vectors::MathVector::length (line 77) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::intersection (line 115) ... ok [INFO] [stdout] test src/math/sets/wrapper_hash_sets.rs - math::sets::wrapper_hash_sets::WrapperHashSet<'a,T>::wrap (line 20) ... ok [INFO] [stdout] test src/math/sets/wrapper_hash_sets.rs - math::sets::wrapper_hash_sets::WrapperHashSet<'a,T>::new_subset (line 41) ... ok [INFO] [stdout] test src/math/sets/wrapper_hash_sets.rs - math::sets::wrapper_hash_sets::WrapperHashSet<'a,T>::has_emerged (line 69) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet<'a,T>::union (line 83) ... ok [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::set (line 411) ... ok [INFO] [stdout] test src/math/vectors.rs - math::vectors::MathVector::get_values (line 102) ... ok [INFO] [stdout] test src/math/vectors.rs - math::vectors::MathVector::new_with_dimension (line 43) ... ok [INFO] [stdout] test src/math/sets/wrapper_hash_sets.rs - math::sets::wrapper_hash_sets::WrapperHashSet<'a,T>::get_superset (line 93) ... ok [INFO] [stdout] test src/math/vectors.rs - math::vectors::MathVector::set_values (line 120) ... ok [INFO] [stdout] test src/math/vectors.rs - math::vectors::scalar_mul (line 209) ... ok [INFO] [stdout] test src/math/vectors.rs - math::vectors::MathVector::new (line 25) ... ok [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] test src/math/vectors.rs - math::vectors::MathVector::normalise (line 138) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/compsci/compression/huffman.rs - compsci::compression::huffman::read_from_file (line 285) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (4390) panicked at src/compsci/compression/huffman.rs:273:66: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5c41b4f1b7b2 - std::backtrace_rs::backtrace::libunwind::trace::h589a96ef7638b383 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5c41b4f1b7b2 - std::backtrace_rs::backtrace::trace_unsynchronized::h23a30a7548c40de4 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5c41b4f1b7b2 - std::sys::backtrace::_print_fmt::h87dabd6535c8c07a [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5c41b4f1b7b2 - ::fmt::hffd20ad4e5eca8ab [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5c41b4f2abef - core::fmt::rt::Argument::fmt::h75c83e3fd5ce2419 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5c41b4f2abef - core::fmt::write::h6d9d3a7cfd7b84f5 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5c41b4ef94d3 - std::io::default_write_fmt::ha7130bf70117e1da [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5c41b4ef94d3 - std::io::Write::write_fmt::h22459ad26fe60c51 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5c41b4efec72 - std::sys::backtrace::BacktraceLock::print::hb28797143397220e [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5c41b4f0065c - std::panicking::default_hook::{{closure}}::h7555113b62983743 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5c41b4f004b6 - std::panicking::default_hook::h2714b564abe8d914 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:328:9 [INFO] [stdout] 11: 0x5c41b4f00c35 - std::panicking::panic_with_hook::h190dc82263685ec5 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:834:13 [INFO] [stdout] 12: 0x5c41b4f00aca - std::panicking::panic_handler::{{closure}}::h8b036a1b366643ac [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:707:13 [INFO] [stdout] 13: 0x5c41b4efeda9 - std::sys::backtrace::__rust_end_short_backtrace::h45affcfc0c830da8 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 14: 0x5c41b4eedead - __rustc[9b67c8562bba447b]::rust_begin_unwind [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:698:5 [INFO] [stdout] 15: 0x5c41b4f2e1a0 - core::panicking::panic_fmt::hc084f85b1e76c16d [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/panicking.rs:75:14 [INFO] [stdout] 16: 0x5c41b4f2d846 - core::result::unwrap_failed::hf926a4254073b4aa [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/result.rs:1852:5 [INFO] [stdout] 17: 0x5c41b4ee4142 - core::result::Result::unwrap::h47b21fee05f7aadc [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/result.rs:1223:23 [INFO] [stdout] 18: 0x5c41b4ee4142 - lib_rapid::compsci::compression::huffman::write_to_file::h9d8862b6c88dba46 [INFO] [stdout] at /opt/rustwide/workdir/src/compsci/compression/huffman.rs:273:66 [INFO] [stdout] 19: 0x5c41b4eca454 - rust_out::main::_doctest_main_src_compsci_compression_huffman_rs_285_0::h88ace569bdf0d365 [INFO] [stdout] 20: 0x5c41b4eca386 - rust_out::main::h542e0f1f2a7f6b11 [INFO] [stdout] 21: 0x5c41b4ec9fe3 - core::ops::function::FnOnce::call_once::h21e4d13f24e06a24 [INFO] [stdout] 22: 0x5c41b4ec9f66 - std::sys::backtrace::__rust_begin_short_backtrace::h603ef4a30a4f78fd [INFO] [stdout] 23: 0x5c41b4ec9f49 - std::rt::lang_start::{{closure}}::h433d00c5fb7f893d [INFO] [stdout] 24: 0x5c41b4efa760 - core::ops::function::impls:: for &F>::call_once::hcc75fa61d21ecbe5 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/ops/function.rs:290:21 [INFO] [stdout] 25: 0x5c41b4efa760 - std::panicking::catch_unwind::do_call::h38c051a071ca3bc0 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:590:40 [INFO] [stdout] 26: 0x5c41b4efa760 - std::panicking::catch_unwind::hede2a2f6f4519f78 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:553:19 [INFO] [stdout] 27: 0x5c41b4efa760 - std::panic::catch_unwind::h94765a19f52c0a43 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panic.rs:359:14 [INFO] [stdout] 28: 0x5c41b4efa760 - std::rt::lang_start_internal::{{closure}}::hb89c21d557706591 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/rt.rs:175:24 [INFO] [stdout] 29: 0x5c41b4efa760 - std::panicking::catch_unwind::do_call::h50685f05733aeeef [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x5c41b4efa760 - std::panicking::catch_unwind::hf9ba9716b02e6738 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x5c41b4efa760 - std::panic::catch_unwind::h29770e281302b24d [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5c41b4efa760 - std::rt::lang_start_internal::hd5573b1f5f705a2a [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/rt.rs:171:5 [INFO] [stdout] 33: 0x5c41b4ec9f31 - std::rt::lang_start::habd89dad5a59b012 [INFO] [stdout] 34: 0x5c41b4eca565 - main [INFO] [stdout] 35: 0x7ab5d7e4a1ca - [INFO] [stdout] 36: 0x7ab5d7e4a28b - __libc_start_main [INFO] [stdout] 37: 0x5c41b4ec9e45 - _start [INFO] [stdout] 38: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/compsci/compression/huffman.rs - compsci::compression::huffman::write_to_file (line 265) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (4512) panicked at src/compsci/compression/huffman.rs:273:66: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5cf95f449c62 - std::backtrace_rs::backtrace::libunwind::trace::h589a96ef7638b383 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5cf95f449c62 - std::backtrace_rs::backtrace::trace_unsynchronized::h23a30a7548c40de4 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5cf95f449c62 - std::sys::backtrace::_print_fmt::h87dabd6535c8c07a [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5cf95f449c62 - ::fmt::hffd20ad4e5eca8ab [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5cf95f458d3f - core::fmt::rt::Argument::fmt::h75c83e3fd5ce2419 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5cf95f458d3f - core::fmt::write::h6d9d3a7cfd7b84f5 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5cf95f427a83 - std::io::default_write_fmt::ha7130bf70117e1da [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5cf95f427a83 - std::io::Write::write_fmt::h22459ad26fe60c51 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5cf95f42d222 - std::sys::backtrace::BacktraceLock::print::hb28797143397220e [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5cf95f42ec0c - std::panicking::default_hook::{{closure}}::h7555113b62983743 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5cf95f42ea66 - std::panicking::default_hook::h2714b564abe8d914 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:328:9 [INFO] [stdout] 11: 0x5cf95f42f1e5 - std::panicking::panic_with_hook::h190dc82263685ec5 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:834:13 [INFO] [stdout] 12: 0x5cf95f42f07a - std::panicking::panic_handler::{{closure}}::h8b036a1b366643ac [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:707:13 [INFO] [stdout] 13: 0x5cf95f42d359 - std::sys::backtrace::__rust_end_short_backtrace::h45affcfc0c830da8 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 14: 0x5cf95f41c45d - __rustc[9b67c8562bba447b]::rust_begin_unwind [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:698:5 [INFO] [stdout] 15: 0x5cf95f45c2f0 - core::panicking::panic_fmt::hc084f85b1e76c16d [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/panicking.rs:75:14 [INFO] [stdout] 16: 0x5cf95f45b996 - core::result::unwrap_failed::hf926a4254073b4aa [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/result.rs:1852:5 [INFO] [stdout] 17: 0x5cf95f4007d2 - core::result::Result::unwrap::h47b21fee05f7aadc [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/result.rs:1223:23 [INFO] [stdout] 18: 0x5cf95f4007d2 - lib_rapid::compsci::compression::huffman::write_to_file::h9d8862b6c88dba46 [INFO] [stdout] at /opt/rustwide/workdir/src/compsci/compression/huffman.rs:273:66 [INFO] [stdout] 19: 0x5cf95f3fe308 - rust_out::main::_doctest_main_src_compsci_compression_huffman_rs_265_0::h7f9518ae9fb9e2f5 [INFO] [stdout] 20: 0x5cf95f3fe286 - rust_out::main::h542e0f1f2a7f6b11 [INFO] [stdout] 21: 0x5cf95f3fe1c3 - core::ops::function::FnOnce::call_once::h21e4d13f24e06a24 [INFO] [stdout] 22: 0x5cf95f3fe146 - std::sys::backtrace::__rust_begin_short_backtrace::h603ef4a30a4f78fd [INFO] [stdout] 23: 0x5cf95f3fe129 - std::rt::lang_start::{{closure}}::h433d00c5fb7f893d [INFO] [stdout] 24: 0x5cf95f428d10 - core::ops::function::impls:: for &F>::call_once::hcc75fa61d21ecbe5 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/ops/function.rs:290:21 [INFO] [stdout] 25: 0x5cf95f428d10 - std::panicking::catch_unwind::do_call::h38c051a071ca3bc0 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:590:40 [INFO] [stdout] 26: 0x5cf95f428d10 - std::panicking::catch_unwind::hede2a2f6f4519f78 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:553:19 [INFO] [stdout] 27: 0x5cf95f428d10 - std::panic::catch_unwind::h94765a19f52c0a43 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panic.rs:359:14 [INFO] [stdout] 28: 0x5cf95f428d10 - std::rt::lang_start_internal::{{closure}}::hb89c21d557706591 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/rt.rs:175:24 [INFO] [stdout] 29: 0x5cf95f428d10 - std::panicking::catch_unwind::do_call::h50685f05733aeeef [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x5cf95f428d10 - std::panicking::catch_unwind::hf9ba9716b02e6738 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x5cf95f428d10 - std::panic::catch_unwind::h29770e281302b24d [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5cf95f428d10 - std::rt::lang_start_internal::hd5573b1f5f705a2a [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/rt.rs:171:5 [INFO] [stdout] 33: 0x5cf95f3fe111 - std::rt::lang_start::habd89dad5a59b012 [INFO] [stdout] 34: 0x5cf95f3fe345 - main [INFO] [stdout] 35: 0x754d373e61ca - [INFO] [stdout] 36: 0x754d373e628b - __libc_start_main [INFO] [stdout] 37: 0x5cf95f3fe025 - _start [INFO] [stdout] 38: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/compsci/compression/huffman.rs - compsci::compression::huffman::read_from_file (line 285) [INFO] [stdout] src/compsci/compression/huffman.rs - compsci::compression::huffman::write_to_file (line 265) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 320 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.28s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cc2a4b1d54b31c727b3307f85c6d291b44bf685125afcd685a0960120d991b92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc2a4b1d54b31c727b3307f85c6d291b44bf685125afcd685a0960120d991b92", kill_on_drop: false }` [INFO] [stdout] cc2a4b1d54b31c727b3307f85c6d291b44bf685125afcd685a0960120d991b92