[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_libc_patch_0 [INFO] extracting crate irox-tools 0.10.3 into /workspace/builds/worker-4-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-4-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] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded irox-bits v0.4.2 [INFO] [stderr] Downloaded core_affinity v0.8.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 23768ef5099c99690afcd4903b2c49b230ced7f33caf4b831e7e11f30cc7bc20 [INFO] running `Command { std: "docker" "start" "-a" "23768ef5099c99690afcd4903b2c49b230ced7f33caf4b831e7e11f30cc7bc20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23768ef5099c99690afcd4903b2c49b230ced7f33caf4b831e7e11f30cc7bc20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23768ef5099c99690afcd4903b2c49b230ced7f33caf4b831e7e11f30cc7bc20", kill_on_drop: false }` [INFO] [stdout] 23768ef5099c99690afcd4903b2c49b230ced7f33caf4b831e7e11f30cc7bc20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] b8cad897a6326cf50b42996dd494e856c2ea910a5ae89f62619643d220c79eac [INFO] running `Command { std: "docker" "start" "-a" "b8cad897a6326cf50b42996dd494e856c2ea910a5ae89f62619643d220c79eac", 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.10s [INFO] running `Command { std: "docker" "inspect" "b8cad897a6326cf50b42996dd494e856c2ea910a5ae89f62619643d220c79eac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8cad897a6326cf50b42996dd494e856c2ea910a5ae89f62619643d220c79eac", kill_on_drop: false }` [INFO] [stdout] b8cad897a6326cf50b42996dd494e856c2ea910a5ae89f62619643d220c79eac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] d626f54aef0ee3d5c4544fd727b2abe826412e050a54126e244beaa74b5a2afb [INFO] running `Command { std: "docker" "start" "-a" "d626f54aef0ee3d5c4544fd727b2abe826412e050a54126e244beaa74b5a2afb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling either v1.14.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.139 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling clap_builder v4.5.31 [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 num-traits v0.2.19 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling is-terminal v0.4.15 [INFO] [stderr] Compiling core_affinity v0.8.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling clap v4.5.31 [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 31.76s [INFO] running `Command { std: "docker" "inspect" "d626f54aef0ee3d5c4544fd727b2abe826412e050a54126e244beaa74b5a2afb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d626f54aef0ee3d5c4544fd727b2abe826412e050a54126e244beaa74b5a2afb", kill_on_drop: false }` [INFO] [stdout] d626f54aef0ee3d5c4544fd727b2abe826412e050a54126e244beaa74b5a2afb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 8cdddd4a7550fea8f83bafc7c9f13ac8eaecf253a93e5e43010bb3d9b90650e0 [INFO] running `Command { std: "docker" "start" "-a" "8cdddd4a7550fea8f83bafc7c9f13ac8eaecf253a93e5e43010bb3d9b90650e0", 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.11s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/irox_tools-62c13d80366a10c7) [INFO] [stdout] running 64 tests [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 fmt::tests::test ... ok [INFO] [stdout] test codec::varint::test::test_group_encoding ... ok [INFO] [stdout] test arrays::tests::test1 ... ok [INFO] [stdout] test fmt::tests::test2 ... ok [INFO] [stdout] test hash::hmac_tests::rfctest2 ... ok [INFO] [stdout] test hash::hmac_tests::wikitest1 ... ok [INFO] [stdout] test hash::hmac_tests::wikitest2 ... ok [INFO] [stdout] test hash::hmac_tests::rfctest3 ... ok [INFO] [stdout] test hash::murmur3::test::tests ... ok [INFO] [stdout] test hash::murmur3::test::test_32 ... ok [INFO] [stdout] test hash::md5::test::test_md5 ... ok [INFO] [stdout] test hash::hmac_tests::rfctest1 ... 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::sha1::test::test_sha1 ... 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_nist8 ... ignored [INFO] [stdout] test hash::sha2::test::sha224_nist9 ... ignored [INFO] [stdout] test hash::sha2::test::sha224_wiki2 ... ok [INFO] [stdout] test hash::sha2::test::sha224_wiki1 ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist10 ... ignored [INFO] [stdout] test hash::sha2::test::sha256_nist11 ... ignored [INFO] [stdout] test hash::sha2::test::sha256_nist1 ... ok [INFO] [stdout] test hash::sha2::test::sha224_nist6 ... ok [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_nist4 ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist5 ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist6 ... ok [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_nist8 ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist9 ... ok [INFO] [stdout] test hash::sixwords::tests::test_md5 ... ok [INFO] [stdout] test hash::viz::test::test1 ... ok [INFO] [stdout] test hash::sixwords::tests::test1 ... ok [INFO] [stdout] test hash::viz::test::test2 ... ok [INFO] [stdout] test iterators::join::test::test_joining ... ok [INFO] [stdout] test iterators::join::test::test_multi_joining ... ok [INFO] [stdout] test hash::sixwords::tests::test_sha1 ... ok [INFO] [stdout] test iterators::zip::tests::testwindows ... ok [INFO] [stdout] test iterators::tests::test_moderator2 ... ok [INFO] [stdout] test math::matrix::test::test_product ... ok [INFO] [stdout] test primitives::f32::tests::test_exp ... ok [INFO] [stdout] test util::uuid::tests::parse_test ... ok [INFO] [stdout] test primitives::f32::tests::test_ln ... ok [INFO] [stdout] test hash::sha2::test::sha256_nist7 ... ok [INFO] [stdout] test math::matrix::test::test_scalar ... ok [INFO] [stdout] test util::uuid::tests::display_test ... ok [INFO] [stdout] test iterators::tests::test_moderator ... ok [INFO] [stdout] test primitives::f64::tests::test_exp ... ok [INFO] [stdout] test primitives::f64::tests::test_sqrt ... ok [INFO] [stdout] test hash::sha2::test::sha224_wiki3 ... ok [INFO] [stdout] test util::bases::tests::testb321 ... 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.25s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8cdddd4a7550fea8f83bafc7c9f13ac8eaecf253a93e5e43010bb3d9b90650e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cdddd4a7550fea8f83bafc7c9f13ac8eaecf253a93e5e43010bb3d9b90650e0", kill_on_drop: false }` [INFO] [stdout] 8cdddd4a7550fea8f83bafc7c9f13ac8eaecf253a93e5e43010bb3d9b90650e0