[INFO] fetching crate lipsi 2.0.1... [INFO] testing lipsi-2.0.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate lipsi 2.0.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate lipsi 2.0.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 83432dd902d9d296b9beb6f8094cba0f3fdb35f9ce7aef57033cdf768b75d1db [INFO] running `Command { std: "docker" "start" "-a" "83432dd902d9d296b9beb6f8094cba0f3fdb35f9ce7aef57033cdf768b75d1db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83432dd902d9d296b9beb6f8094cba0f3fdb35f9ce7aef57033cdf768b75d1db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83432dd902d9d296b9beb6f8094cba0f3fdb35f9ce7aef57033cdf768b75d1db", kill_on_drop: false }` [INFO] [stdout] 83432dd902d9d296b9beb6f8094cba0f3fdb35f9ce7aef57033cdf768b75d1db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2aa65dcf82c529317de8552f590d67d7a04983fd4a22b85be9edcf149269e037 [INFO] running `Command { std: "docker" "start" "-a" "2aa65dcf82c529317de8552f590d67d7a04983fd4a22b85be9edcf149269e037", kill_on_drop: false }` [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] = note: `#[warn(anonymous_parameters)]` on by default [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 [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 [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 [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 [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 [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.14s [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2aa65dcf82c529317de8552f590d67d7a04983fd4a22b85be9edcf149269e037", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2aa65dcf82c529317de8552f590d67d7a04983fd4a22b85be9edcf149269e037", kill_on_drop: false }` [INFO] [stdout] 2aa65dcf82c529317de8552f590d67d7a04983fd4a22b85be9edcf149269e037 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ed04ba0f5c5fe89105c1529c605c3646f59a45e26bc2e6ca0f93a5997d26974 [INFO] running `Command { std: "docker" "start" "-a" "3ed04ba0f5c5fe89105c1529c605c3646f59a45e26bc2e6ca0f93a5997d26974", kill_on_drop: false }` [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] = note: `#[warn(anonymous_parameters)]` on by default [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 [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: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 [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 [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 [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 [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [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] = note: `#[warn(anonymous_parameters)]` on by default [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 [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 [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 [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 [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 [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "3ed04ba0f5c5fe89105c1529c605c3646f59a45e26bc2e6ca0f93a5997d26974", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ed04ba0f5c5fe89105c1529c605c3646f59a45e26bc2e6ca0f93a5997d26974", kill_on_drop: false }` [INFO] [stdout] 3ed04ba0f5c5fe89105c1529c605c3646f59a45e26bc2e6ca0f93a5997d26974 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b0e49596f2b68daf02f41948e196b9bc5b3250a5674c49bac0596ac1c45992a4 [INFO] running `Command { std: "docker" "start" "-a" "b0e49596f2b68daf02f41948e196b9bc5b3250a5674c49bac0596ac1c45992a4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] = note: `#[warn(anonymous_parameters)]` on by default [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 [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 [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 [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 [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 [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 [INFO] [stderr] [INFO] [stderr] warning: `lipsi` (lib) generated 6 warnings [INFO] [stderr] warning: `lipsi` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.29s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lipsi-11a481df76517047) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test tests::chroma ... ok [INFO] [stdout] test tests::complement ... ok [INFO] [stdout] test tests::icvec ... ok [INFO] [stdout] test tests::index_number ... ok [INFO] [stdout] test tests::intervals ... ok [INFO] [stdout] test tests::invert ... ok [INFO] [stdout] test tests::ivec ... ok [INFO] [stdout] test tests::normal ... ok [INFO] [stdout] test tests::retrograde ... ok [INFO] [stdout] test tests::prime ... ok [INFO] [stdout] test tests::reduced ... ok [INFO] [stdout] test tests::rotate ... ok [INFO] [stdout] test tests::transpose ... ok [INFO] [stdout] test tests::sort ... ok [INFO] [stdout] test tests::transposition_number ... ok [INFO] [stdout] test tests::zero ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests lipsi [INFO] [stdout] [INFO] [stdout] running 20 tests [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 - SetAnalysis::icvec (line 359) ... ok [INFO] [stdout] test src/lib.rs - Fundamentals::ixy (line 72) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::sort (line 150) ... ok [INFO] [stdout] test src/lib.rs - Fundamentals::chroma (line 84) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::complement (line 126) ... ok [INFO] [stdout] test src/lib.rs - Fundamentals::invert (line 10) ... 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 - Fundamentals::transpose (line 21) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::transposition_number (line 233) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::retrograde (line 138) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::normal (line 184) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::reduced (line 194) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::rotate (line 162) ... ok [INFO] [stdout] test src/lib.rs - Fundamentals::i (line 33) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::zero (line 172) ... 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] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.69s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b0e49596f2b68daf02f41948e196b9bc5b3250a5674c49bac0596ac1c45992a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0e49596f2b68daf02f41948e196b9bc5b3250a5674c49bac0596ac1c45992a4", kill_on_drop: false }` [INFO] [stdout] b0e49596f2b68daf02f41948e196b9bc5b3250a5674c49bac0596ac1c45992a4