[INFO] fetching crate irox-tools 0.10.3... [INFO] testing irox-tools-0.10.3 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_getrandom_patch_0 [INFO] extracting crate irox-tools 0.10.3 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate irox-tools 0.10.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate irox-tools 0.10.3 [INFO] tweaked toml for crates.io crate irox-tools 0.10.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate irox-tools 0.10.3 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate irox-tools 0.10.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded core_affinity v0.8.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c3bc05dfefab7bfd2a49c3733534c196e2ce114d44dce5d0e0338aea8e5700c [INFO] running `Command { std: "docker" "start" "-a" "2c3bc05dfefab7bfd2a49c3733534c196e2ce114d44dce5d0e0338aea8e5700c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c3bc05dfefab7bfd2a49c3733534c196e2ce114d44dce5d0e0338aea8e5700c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c3bc05dfefab7bfd2a49c3733534c196e2ce114d44dce5d0e0338aea8e5700c", kill_on_drop: false }` [INFO] [stdout] 2c3bc05dfefab7bfd2a49c3733534c196e2ce114d44dce5d0e0338aea8e5700c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 7f9223547a18c7f50efea2a6a8d515d6be4c16f4fbe04cfcb250aface7149b41 [INFO] running `Command { std: "docker" "start" "-a" "7f9223547a18c7f50efea2a6a8d515d6be4c16f4fbe04cfcb250aface7149b41", kill_on_drop: false }` [INFO] [stderr] Compiling irox-bits v0.4.2 [INFO] [stderr] Compiling irox-tools v0.10.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/buf/round.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn iter(&self) -> Iter<'_, N, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/buf/fixed.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn iter(&self) -> FixedBufIter { [INFO] [stdout] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 190 | pub fn iter(&self) -> FixedBufIter<'_, N, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/buf/fixed_u8.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn iter(&self) -> FixedU8BufIter { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 46 | pub fn iter(&self) -> FixedU8BufIter<'_, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s [INFO] running `Command { std: "docker" "inspect" "7f9223547a18c7f50efea2a6a8d515d6be4c16f4fbe04cfcb250aface7149b41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f9223547a18c7f50efea2a6a8d515d6be4c16f4fbe04cfcb250aface7149b41", kill_on_drop: false }` [INFO] [stdout] 7f9223547a18c7f50efea2a6a8d515d6be4c16f4fbe04cfcb250aface7149b41 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d3df242c6e64908bf8cf11c343d1bb497310c44a38c79a0b972619d059104cee [INFO] running `Command { std: "docker" "start" "-a" "d3df242c6e64908bf8cf11c343d1bb497310c44a38c79a0b972619d059104cee", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling serde_json v1.0.139 [INFO] [stderr] Compiling either v1.14.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/buf/round.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn iter(&self) -> Iter<'_, N, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/buf/fixed.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn iter(&self) -> FixedBufIter { [INFO] [stdout] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 190 | pub fn iter(&self) -> FixedBufIter<'_, N, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/buf/fixed_u8.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn iter(&self) -> FixedU8BufIter { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 46 | pub fn iter(&self) -> FixedU8BufIter<'_, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling clap_builder v4.5.31 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling is-terminal v0.4.15 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling clap v4.5.31 [INFO] [stderr] Compiling core_affinity v0.8.2 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde_derive v1.0.218 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling irox-tools v0.10.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `AsMatrix` [INFO] [stdout] --> src/math/matrix.rs:396:23 [INFO] [stdout] | [INFO] [stdout] 396 | use crate::math::{AsMatrix, Matrix}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::ops::Deref` [INFO] [stdout] --> src/math/matrix.rs:397:9 [INFO] [stdout] | [INFO] [stdout] 397 | use core::ops::Deref; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/buf/round.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn iter(&self) -> Iter<'_, N, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/buf/fixed.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn iter(&self) -> FixedBufIter { [INFO] [stdout] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 190 | pub fn iter(&self) -> FixedBufIter<'_, N, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/buf/fixed_u8.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn iter(&self) -> FixedU8BufIter { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 46 | pub fn iter(&self) -> FixedU8BufIter<'_, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 25.16s [INFO] running `Command { std: "docker" "inspect" "d3df242c6e64908bf8cf11c343d1bb497310c44a38c79a0b972619d059104cee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3df242c6e64908bf8cf11c343d1bb497310c44a38c79a0b972619d059104cee", kill_on_drop: false }` [INFO] [stdout] d3df242c6e64908bf8cf11c343d1bb497310c44a38c79a0b972619d059104cee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 9515440b0c3de2421bfcfd9a18eea335e44a82637a1f0d9bc5b4109ead57ae67 [INFO] running `Command { std: "docker" "start" "-a" "9515440b0c3de2421bfcfd9a18eea335e44a82637a1f0d9bc5b4109ead57ae67", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/buf/round.rs:92:17 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 92 | pub fn iter(&self) -> Iter<'_, N, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/buf/fixed.rs:190:17 [INFO] [stderr] | [INFO] [stderr] 190 | pub fn iter(&self) -> FixedBufIter { [INFO] [stderr] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 190 | pub fn iter(&self) -> FixedBufIter<'_, N, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/buf/fixed_u8.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | pub fn iter(&self) -> FixedU8BufIter { [INFO] [stderr] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 46 | pub fn iter(&self) -> FixedU8BufIter<'_, N> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `irox-tools` (lib) generated 3 warnings (run `cargo fix --lib -p irox-tools` to apply 3 suggestions) [INFO] [stderr] warning: unused import: `AsMatrix` [INFO] [stderr] --> src/math/matrix.rs:396:23 [INFO] [stderr] | [INFO] [stderr] 396 | use crate::math::{AsMatrix, Matrix}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `core::ops::Deref` [INFO] [stderr] --> src/math/matrix.rs:397:9 [INFO] [stderr] | [INFO] [stderr] 397 | use core::ops::Deref; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `irox-tools` (lib test) generated 5 warnings (3 duplicates) (run `cargo fix --lib -p irox-tools --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/irox_tools-62c13d80366a10c7) [INFO] [stdout] [INFO] [stdout] running 64 tests [INFO] [stdout] test arrays::tests::test1 ... ok [INFO] [stdout] test arrays::tests::test2 ... ok [INFO] [stdout] test buf::round::tests::test_push_some ... ok [INFO] [stdout] test buf::round_u8::tests::test_push_some ... ok [INFO] [stdout] test buf::round_u8::tests::test_slicing ... ok [INFO] [stdout] test codec::varint::test::test_group_decoding ... ok [INFO] [stdout] test codec::varint::test::test_group_encoding ... ok [INFO] [stdout] test fmt::tests::test ... ok [INFO] [stdout] test fmt::tests::test2 ... ok [INFO] [stdout] test hash::hmac_tests::rfctest1 ... ok [INFO] [stdout] test hash::hmac_tests::rfctest2 ... ok [INFO] [stdout] test hash::hmac_tests::rfctest3 ... ok [INFO] [stdout] test hash::hmac_tests::wikitest1 ... ok [INFO] [stdout] test hash::hmac_tests::wikitest2 ... ok [INFO] [stdout] test hash::murmur3::test::test_32 ... ok [INFO] [stdout] test hash::md5::test::test_md5 ... ok [INFO] [stdout] test hash::murmur3::test::tests ... ok [INFO] [stdout] test hash::sha1::test::test_sha1 ... ok [INFO] [stdout] test hash::sha2::test::sha224_nist10 ... ignored [INFO] [stdout] test hash::sha2::test::sha224_nist1 ... ok [INFO] [stdout] test hash::sha2::test::sha224_nist2 ... ok [INFO] [stdout] test hash::sha2::test::sha224_nist3 ... ok [INFO] [stdout] test hash::sha2::test::sha224_nist4 ... ok [INFO] [stdout] test hash::sha2::test::sha224_nist5 ... ok [INFO] [stdout] test hash::sha2::test::sha224_nist6 ... ok [INFO] [stdout] test hash::sha2::test::sha224_nist8 ... ignored [INFO] [stdout] test hash::sha2::test::sha224_nist9 ... ignored [INFO] [stdout] test hash::sha2::test::sha224_wiki1 ... ok [INFO] [stdout] test hash::sha2::test::sha224_wiki2 ... ok [INFO] [stdout] test hash::sha2::test::sha224_wiki3 ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist10 ... ignored [INFO] [stdout] test hash::sha2::test::sha256_nist1 ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist11 ... ignored [INFO] [stdout] test hash::sha2::test::sha256_nist12 ... ignored [INFO] [stdout] test hash::sha2::test::sha256_nist13 ... ignored [INFO] [stdout] test hash::sha2::test::sha256_nist2 ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist3 ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist4 ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist5 ... ok [INFO] [stdout] test hash::sixwords::tests::test_sha1 ... ok [INFO] [stdout] test hash::viz::test::test1 ... ok [INFO] [stdout] test hash::sixwords::tests::test1 ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist7 ... ok [INFO] [stdout] test hash::sixwords::tests::test_md5 ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist8 ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist6 ... ok [INFO] [stdout] test hash::viz::test::test2 ... ok [INFO] [stdout] test iterators::join::test::test_joining ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist9 ... ok [INFO] [stdout] test iterators::join::test::test_multi_joining ... ok [INFO] [stdout] test iterators::tests::test_moderator ... ok [INFO] [stdout] test iterators::tests::test_moderator2 ... ok [INFO] [stdout] test iterators::zip::tests::testwindows ... ok [INFO] [stdout] test math::matrix::test::test_product ... ok [INFO] [stdout] test math::matrix::test::test_scalar ... ok [INFO] [stdout] test primitives::f32::tests::test_exp ... ok [INFO] [stdout] test primitives::f64::tests::test_exp ... ok [INFO] [stdout] test primitives::f64::tests::test_sqrt ... ok [INFO] [stdout] test util::bases::tests::testb321 ... ok [INFO] [stdout] test util::uuid::tests::display_test ... ok [INFO] [stdout] test util::uuid::tests::parse_test ... ok [INFO] [stdout] test primitives::f32::tests::test_ln ... ok [INFO] [stdout] test primitives::f64::tests::test_ln ... ok [INFO] [stdout] test hash::sha2::test::sha224_nist7 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 57 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9515440b0c3de2421bfcfd9a18eea335e44a82637a1f0d9bc5b4109ead57ae67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9515440b0c3de2421bfcfd9a18eea335e44a82637a1f0d9bc5b4109ead57ae67", kill_on_drop: false }` [INFO] [stdout] 9515440b0c3de2421bfcfd9a18eea335e44a82637a1f0d9bc5b4109ead57ae67