[INFO] fetching crate lipsi 2.0.1...
[INFO] testing lipsi-2.0.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate lipsi 2.0.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate lipsi 2.0.1
[INFO] finished tweaking crates.io crate lipsi 2.0.1
[INFO] tweaked toml for crates.io crate lipsi 2.0.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lipsi 2.0.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 05c2d791f6e6bf2443cfb2d1ca21bb75a0e0de1128be811f95df9d47f0651dd0
[INFO] running `Command { std: "docker" "start" "-a" "05c2d791f6e6bf2443cfb2d1ca21bb75a0e0de1128be811f95df9d47f0651dd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "05c2d791f6e6bf2443cfb2d1ca21bb75a0e0de1128be811f95df9d47f0651dd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05c2d791f6e6bf2443cfb2d1ca21bb75a0e0de1128be811f95df9d47f0651dd0", kill_on_drop: false }`
[INFO] [stdout] 05c2d791f6e6bf2443cfb2d1ca21bb75a0e0de1128be811f95df9d47f0651dd0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dc1b0abb770d22f0bb061ee73a4bd86e23f2725936ca9c8129df3e79e646a236
[INFO] running `Command { std: "docker" "start" "-a" "dc1b0abb770d22f0bb061ee73a4bd86e23f2725936ca9c8129df3e79e646a236", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling lipsi v2.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn transpose(&self, i8) -> Self;
[INFO] [stdout]    |                         ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn t(&self, i8) -> Self;
[INFO] [stdout]    |                 ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn tni(&self, i8) -> Self;
[INFO] [stdout]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stdout]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:79:23
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stdout]    |                       ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn rotate(&self, usize) -> Self;
[INFO] [stdout]     |                      ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "dc1b0abb770d22f0bb061ee73a4bd86e23f2725936ca9c8129df3e79e646a236", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc1b0abb770d22f0bb061ee73a4bd86e23f2725936ca9c8129df3e79e646a236", kill_on_drop: false }`
[INFO] [stdout] dc1b0abb770d22f0bb061ee73a4bd86e23f2725936ca9c8129df3e79e646a236
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22984af6c79b21c39c68e5b691f124619e6b77c916041969ca47e3fde4f6f065
[INFO] running `Command { std: "docker" "start" "-a" "22984af6c79b21c39c68e5b691f124619e6b77c916041969ca47e3fde4f6f065", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn transpose(&self, i8) -> Self;
[INFO] [stdout]    |                         ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn t(&self, i8) -> Self;
[INFO] [stdout]    |                 ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling lipsi v2.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn tni(&self, i8) -> Self;
[INFO] [stdout]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stdout]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:79:23
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stdout]    |                       ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn rotate(&self, usize) -> Self;
[INFO] [stdout]     |                      ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn transpose(&self, i8) -> Self;
[INFO] [stdout]    |                         ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn t(&self, i8) -> Self;
[INFO] [stdout]    |                 ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn tni(&self, i8) -> Self;
[INFO] [stdout]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stdout]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:79:23
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stdout]    |                       ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn rotate(&self, usize) -> Self;
[INFO] [stdout]     |                      ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.86s
[INFO] running `Command { std: "docker" "inspect" "22984af6c79b21c39c68e5b691f124619e6b77c916041969ca47e3fde4f6f065", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22984af6c79b21c39c68e5b691f124619e6b77c916041969ca47e3fde4f6f065", kill_on_drop: false }`
[INFO] [stdout] 22984af6c79b21c39c68e5b691f124619e6b77c916041969ca47e3fde4f6f065
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fb85798384f04c9ff5ffca03d50af6251434a02e054e6e2eb7ac6391c5e9a278
[INFO] running `Command { std: "docker" "start" "-a" "fb85798384f04c9ff5ffca03d50af6251434a02e054e6e2eb7ac6391c5e9a278", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/lib.rs:28:25
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn transpose(&self, i8) -> Self;
[INFO] [stderr]    |                         ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/lib.rs:53:17
[INFO] [stderr]    |
[INFO] [stderr] 53 |     fn t(&self, i8) -> Self;
[INFO] [stderr]    |                 ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/lib.rs:66:19
[INFO] [stderr]    |
[INFO] [stderr] 66 |     fn tni(&self, i8) -> Self;
[INFO] [stderr]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/lib.rs:79:19
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stderr]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/lib.rs:79:23
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stderr]    |                       ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/lib.rs:169:22
[INFO] [stderr]     |
[INFO] [stderr] 169 |     fn rotate(&self, usize) -> Self;
[INFO] [stderr]     |                      ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: `lipsi` (lib) generated 6 warnings (run `cargo fix --lib -p lipsi` to apply 6 suggestions)
[INFO] [stderr] warning: `lipsi` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lipsi-55db57cc28847e4f)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tests::index_number ... ok
[INFO] [stdout] test tests::icvec ... ok
[INFO] [stdout] test tests::complement ... ok
[INFO] [stdout] test tests::intervals ... ok
[INFO] [stdout] test tests::ivec ... ok
[INFO] [stdout] test tests::normal ... ok
[INFO] [stdout] test tests::prime ... ok
[INFO] [stdout] test tests::reduced ... ok
[INFO] [stdout] test tests::retrograde ... ok
[INFO] [stdout] test tests::sort ... ok
[INFO] [stdout] test tests::rotate ... ok
[INFO] [stdout] test tests::transpose ... ok
[INFO] [stdout] test tests::zero ... ok
[INFO] [stdout] test tests::invert ... ok
[INFO] [stdout] test tests::transposition_number ... ok
[INFO] [stderr]    Doc-tests lipsi
[INFO] [stdout] test tests::chroma ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test src/lib.rs - Fundamentals::invert (line 10) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::retrograde (line 138) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::reduced (line 194) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::normal (line 184) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::complement (line 126) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::prime (line 206) ... ok
[INFO] [stdout] test src/lib.rs - SetAnalysis::ivec (line 373) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::t (line 46) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::intervals (line 220) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::tni (line 59) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::chroma (line 84) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::rotate (line 162) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::transpose (line 21) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::i (line 33) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::index_number (line 247) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::ixy (line 72) ... ok
[INFO] [stdout] test src/lib.rs - SetAnalysis::icvec (line 359) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::transposition_number (line 233) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::zero (line 172) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::sort (line 150) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.93s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fb85798384f04c9ff5ffca03d50af6251434a02e054e6e2eb7ac6391c5e9a278", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb85798384f04c9ff5ffca03d50af6251434a02e054e6e2eb7ac6391c5e9a278", kill_on_drop: false }`
[INFO] [stdout] fb85798384f04c9ff5ffca03d50af6251434a02e054e6e2eb7ac6391c5e9a278
