[INFO] fetching crate lipsi 2.0.1... [INFO] testing lipsi-2.0.1 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate lipsi 2.0.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate lipsi 2.0.1 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 52198fb2c4a164f47d18ea1ce4a6ff4927fb194bc9fb70fb16de3aa5093ee5bb [INFO] running `Command { std: "docker" "start" "-a" "52198fb2c4a164f47d18ea1ce4a6ff4927fb194bc9fb70fb16de3aa5093ee5bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52198fb2c4a164f47d18ea1ce4a6ff4927fb194bc9fb70fb16de3aa5093ee5bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52198fb2c4a164f47d18ea1ce4a6ff4927fb194bc9fb70fb16de3aa5093ee5bb", kill_on_drop: false }` [INFO] [stdout] 52198fb2c4a164f47d18ea1ce4a6ff4927fb194bc9fb70fb16de3aa5093ee5bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2a646f5fed484038da3ed5d48a3675dc58151cfaad4b5ff63de7412a9e780373 [INFO] running `Command { std: "docker" "start" "-a" "2a646f5fed484038da3ed5d48a3675dc58151cfaad4b5ff63de7412a9e780373", 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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.87s [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2a646f5fed484038da3ed5d48a3675dc58151cfaad4b5ff63de7412a9e780373", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a646f5fed484038da3ed5d48a3675dc58151cfaad4b5ff63de7412a9e780373", kill_on_drop: false }` [INFO] [stdout] 2a646f5fed484038da3ed5d48a3675dc58151cfaad4b5ff63de7412a9e780373 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c542aab83fc57b2dbe34df528bc9d7989ec3926feefafc607c9181aaa410bd1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4c542aab83fc57b2dbe34df528bc9d7989ec3926feefafc607c9181aaa410bd1", 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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 0.91s [INFO] running `Command { std: "docker" "inspect" "4c542aab83fc57b2dbe34df528bc9d7989ec3926feefafc607c9181aaa410bd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c542aab83fc57b2dbe34df528bc9d7989ec3926feefafc607c9181aaa410bd1", kill_on_drop: false }` [INFO] [stdout] 4c542aab83fc57b2dbe34df528bc9d7989ec3926feefafc607c9181aaa410bd1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0cd2985c5d45b8083f560d8d32d4d855d0cc6af65e3e624cf605b7512874229f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0cd2985c5d45b8083f560d8d32d4d855d0cc6af65e3e624cf605b7512874229f", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] running 16 tests [INFO] [stderr] --> src/lib.rs:28:25 [INFO] [stdout] test tests::chroma ... ok [INFO] [stderr] | [INFO] [stdout] test tests::index_number ... ok [INFO] [stderr] 28 | fn transpose(&self, i8) -> Self; [INFO] [stdout] test tests::complement ... ok [INFO] [stderr] | ^^ help: try naming the parameter or explicitly ignoring it: `_: i8` [INFO] [stdout] test tests::icvec ... ok [INFO] [stderr] | [INFO] [stdout] test tests::retrograde ... ok [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] test tests::transpose ... ok [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] test tests::zero ... ok [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lipsi-5d26e56769595af8) [INFO] [stdout] test tests::ivec ... ok [INFO] [stderr] Doc-tests lipsi [INFO] [stdout] test tests::normal ... ok [INFO] [stdout] test tests::intervals ... ok [INFO] [stdout] test tests::rotate ... ok [INFO] [stdout] test tests::sort ... ok [INFO] [stdout] test tests::transposition_number ... ok [INFO] [stdout] test tests::reduced ... ok [INFO] [stdout] test tests::invert ... ok [INFO] [stdout] test tests::prime ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [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 - Fundamentals::transpose (line 21) ... ok [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::sort (line 150) ... ok [INFO] [stdout] test src/lib.rs - Fundamentals::i (line 33) ... ok [INFO] [stdout] test src/lib.rs - SetAnalysis::icvec (line 359) ... ok [INFO] [stdout] test src/lib.rs - Fundamentals::chroma (line 84) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::transposition_number (line 233) ... ok [INFO] [stdout] test src/lib.rs - Fundamentals::tni (line 59) ... 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 - SetAnalysis::ivec (line 373) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::complement (line 126) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::retrograde (line 138) ... ok [INFO] [stdout] test src/lib.rs - Fundamentals::t (line 46) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::rotate (line 162) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::zero (line 172) ... ok [INFO] [stdout] test src/lib.rs - SetOperations::intervals (line 220) ... 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 2.27s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0cd2985c5d45b8083f560d8d32d4d855d0cc6af65e3e624cf605b7512874229f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cd2985c5d45b8083f560d8d32d4d855d0cc6af65e3e624cf605b7512874229f", kill_on_drop: false }` [INFO] [stdout] 0cd2985c5d45b8083f560d8d32d4d855d0cc6af65e3e624cf605b7512874229f