[INFO] fetching crate lipsi 2.0.1...
[INFO] testing lipsi-2.0.1 against 1.91.0 for beta-1.92-2
[INFO] extracting crate lipsi 2.0.1 into /workspace/builds/worker-5-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lipsi 2.0.1 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "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" "+1.91.0" "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-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8e597c975a4c02aff4190af2a42ec505de48f44c4a163dc12f3682505b591e02
[INFO] running `Command { std: "docker" "start" "-a" "8e597c975a4c02aff4190af2a42ec505de48f44c4a163dc12f3682505b591e02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e597c975a4c02aff4190af2a42ec505de48f44c4a163dc12f3682505b591e02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e597c975a4c02aff4190af2a42ec505de48f44c4a163dc12f3682505b591e02", kill_on_drop: false }`
[INFO] [stdout] 8e597c975a4c02aff4190af2a42ec505de48f44c4a163dc12f3682505b591e02
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c5bb709de2038942bb60bbeb35f748d413695e55e774447e4f805a10d6758b7f
[INFO] running `Command { std: "docker" "start" "-a" "c5bb709de2038942bb60bbeb35f748d413695e55e774447e4f805a10d6758b7f", 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.52s
[INFO] running `Command { std: "docker" "inspect" "c5bb709de2038942bb60bbeb35f748d413695e55e774447e4f805a10d6758b7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5bb709de2038942bb60bbeb35f748d413695e55e774447e4f805a10d6758b7f", kill_on_drop: false }`
[INFO] [stdout] c5bb709de2038942bb60bbeb35f748d413695e55e774447e4f805a10d6758b7f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c16b7bf762af1e26fe92ce652b06598833634dc375fc34eb67e31a3bc16e1804
[INFO] running `Command { std: "docker" "start" "-a" "c16b7bf762af1e26fe92ce652b06598833634dc375fc34eb67e31a3bc16e1804", 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] [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] [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: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.63s
[INFO] running `Command { std: "docker" "inspect" "c16b7bf762af1e26fe92ce652b06598833634dc375fc34eb67e31a3bc16e1804", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c16b7bf762af1e26fe92ce652b06598833634dc375fc34eb67e31a3bc16e1804", kill_on_drop: false }`
[INFO] [stdout] c16b7bf762af1e26fe92ce652b06598833634dc375fc34eb67e31a3bc16e1804
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6d036ca82af7e646818868e984aba64979d60bc32c4f4155f20ee27ef1c2807f
[INFO] running `Command { std: "docker" "start" "-a" "6d036ca82af7e646818868e984aba64979d60bc32c4f4155f20ee27ef1c2807f", 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.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lipsi-0b6d31acfd727b7f)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tests::chroma ... ok
[INFO] [stdout] test tests::index_number ... ok
[INFO] [stdout] test tests::ivec ... ok
[INFO] [stdout] test tests::prime ... ok
[INFO] [stdout] test tests::complement ... ok
[INFO] [stdout] test tests::icvec ... ok
[INFO] [stdout] test tests::normal ... ok
[INFO] [stdout] test tests::intervals ... ok
[INFO] [stdout] test tests::retrograde ... ok
[INFO] [stdout] test tests::sort ... ok
[INFO] [stdout] test tests::rotate ... ok
[INFO] [stdout] test tests::invert ... ok
[INFO] [stdout] test tests::reduced ... ok
[INFO] [stdout] test tests::transpose ... ok
[INFO] [stdout] test tests::transposition_number ... ok
[INFO] [stdout] test tests::zero ... ok
[INFO] [stderr]    Doc-tests lipsi
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test src/lib.rs - Fundamentals::ixy (line 72) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::index_number (line 247) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::prime (line 206) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::t (line 46) ... ok
[INFO] [stdout] test src/lib.rs - SetAnalysis::ivec (line 373) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::reduced (line 194) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::complement (line 126) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::tni (line 59) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::invert (line 10) ... ok
[INFO] [stdout] test src/lib.rs - SetAnalysis::icvec (line 359) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::retrograde (line 138) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::transpose (line 21) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::rotate (line 162) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::normal (line 184) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::i (line 33) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::intervals (line 220) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::chroma (line 84) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::sort (line 150) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::zero (line 172) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::transposition_number (line 233) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6d036ca82af7e646818868e984aba64979d60bc32c4f4155f20ee27ef1c2807f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d036ca82af7e646818868e984aba64979d60bc32c4f4155f20ee27ef1c2807f", kill_on_drop: false }`
[INFO] [stdout] 6d036ca82af7e646818868e984aba64979d60bc32c4f4155f20ee27ef1c2807f
