[INFO] fetching crate perpendicular 0.1.9...
[INFO] testing perpendicular-0.1.9 against 1.95.0 for beta-1.96-2
[INFO] extracting crate perpendicular 0.1.9 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate perpendicular 0.1.9
[INFO] finished tweaking crates.io crate perpendicular 0.1.9
[INFO] tweaked toml for crates.io crate perpendicular 0.1.9 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate perpendicular 0.1.9 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.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.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 17 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded concat-idents v1.1.5
[INFO] [stderr]   Downloaded array-init v2.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab3b15a012913d0586826cd7c76d82022a02eb6f84a570f380001789f3979a5b
[INFO] running `Command { std: "docker" "start" "-a" "ab3b15a012913d0586826cd7c76d82022a02eb6f84a570f380001789f3979a5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab3b15a012913d0586826cd7c76d82022a02eb6f84a570f380001789f3979a5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab3b15a012913d0586826cd7c76d82022a02eb6f84a570f380001789f3979a5b", kill_on_drop: false }`
[INFO] [stdout] ab3b15a012913d0586826cd7c76d82022a02eb6f84a570f380001789f3979a5b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa21dbfd25790d136e86aed16bae8e5281edf4076603e6fdd360fed4b1a4ab56
[INFO] running `Command { std: "docker" "start" "-a" "fa21dbfd25790d136e86aed16bae8e5281edf4076603e6fdd360fed4b1a4ab56", kill_on_drop: false }`
[INFO] [stderr]    Compiling array-init v2.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling concat-idents v1.1.5
[INFO] [stderr]    Compiling perpendicular v0.1.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:542:31
[INFO] [stdout]     |
[INFO] [stdout] 542 |         std::array::IntoIter::new(self.values)
[INFO] [stdout]     |                               ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | impl_bin_op!(+, Add, add);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | impl_bin_op!(+, Add, add);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | impl_bin_op!(+, Add, add);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | impl_bin_op!(+, Add, add);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 | impl_bin_op!(/, Div, div);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 | impl_bin_op!(/, Div, div);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 | impl_bin_op!(/, Div, div);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 | impl_bin_op!(/, Div, div);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:773:47
[INFO] [stdout]     |
[INFO] [stdout] 773 |         let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
[INFO] running `Command { std: "docker" "inspect" "fa21dbfd25790d136e86aed16bae8e5281edf4076603e6fdd360fed4b1a4ab56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa21dbfd25790d136e86aed16bae8e5281edf4076603e6fdd360fed4b1a4ab56", kill_on_drop: false }`
[INFO] [stdout] fa21dbfd25790d136e86aed16bae8e5281edf4076603e6fdd360fed4b1a4ab56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a78a958068c4bfa457769f2ec44b885c44cad0939f53fc3adabddb8cac88c7db
[INFO] running `Command { std: "docker" "start" "-a" "a78a958068c4bfa457769f2ec44b885c44cad0939f53fc3adabddb8cac88c7db", kill_on_drop: false }`
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:542:31
[INFO] [stdout]     |
[INFO] [stdout] 542 |         std::array::IntoIter::new(self.values)
[INFO] [stdout]     |                               ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | impl_bin_op!(+, Add, add);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | impl_bin_op!(+, Add, add);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | impl_bin_op!(+, Add, add);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | impl_bin_op!(+, Add, add);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling perpendicular v0.1.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 | impl_bin_op!(/, Div, div);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 | impl_bin_op!(/, Div, div);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 | impl_bin_op!(/, Div, div);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 | impl_bin_op!(/, Div, div);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:773:47
[INFO] [stdout]     |
[INFO] [stdout] 773 |         let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:542:31
[INFO] [stdout]     |
[INFO] [stdout] 542 |         std::array::IntoIter::new(self.values)
[INFO] [stdout]     |                               ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | impl_bin_op!(+, Add, add);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | impl_bin_op!(+, Add, add);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | impl_bin_op!(+, Add, add);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 763 | impl_bin_op!(+, Add, add);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 | impl_bin_op!(/, Div, div);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 | impl_bin_op!(/, Div, div);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 | impl_bin_op!(/, Div, div);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 | impl_bin_op!(/, Div, div);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:703:55
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:704:56
[INFO] [stdout]     |
[INFO] [stdout] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:719:55
[INFO] [stdout]     |
[INFO] [stdout] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:736:56
[INFO] [stdout]     |
[INFO] [stdout] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/lib.rs:773:47
[INFO] [stdout]     |
[INFO] [stdout] 773 |         let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stdout]     |                                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.11s
[INFO] running `Command { std: "docker" "inspect" "a78a958068c4bfa457769f2ec44b885c44cad0939f53fc3adabddb8cac88c7db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a78a958068c4bfa457769f2ec44b885c44cad0939f53fc3adabddb8cac88c7db", kill_on_drop: false }`
[INFO] [stdout] a78a958068c4bfa457769f2ec44b885c44cad0939f53fc3adabddb8cac88c7db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7a54f7172830597dc2ed82f37f7e944d015e36015af35813f438c29caec480de
[INFO] running `Command { std: "docker" "start" "-a" "7a54f7172830597dc2ed82f37f7e944d015e36015af35813f438c29caec480de", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:542:31
[INFO] [stderr]     |
[INFO] [stderr] 542 |         std::array::IntoIter::new(self.values)
[INFO] [stderr]     |                               ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:703:55
[INFO] [stderr]     |
[INFO] [stderr] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stderr]     |                                                       ^^^
[INFO] [stderr] ...
[INFO] [stderr] 763 | impl_bin_op!(+, Add, add);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:704:56
[INFO] [stderr]     |
[INFO] [stderr] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stderr]     |                                                        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 763 | impl_bin_op!(+, Add, add);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:719:55
[INFO] [stderr]     |
[INFO] [stderr] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stderr]     |                                                       ^^^
[INFO] [stderr] ...
[INFO] [stderr] 763 | impl_bin_op!(+, Add, add);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:736:56
[INFO] [stderr]     |
[INFO] [stderr] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stderr]     |                                                        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 763 | impl_bin_op!(+, Add, add);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:703:55
[INFO] [stderr]     |
[INFO] [stderr] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stderr]     |                                                       ^^^
[INFO] [stderr] ...
[INFO] [stderr] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:704:56
[INFO] [stderr]     |
[INFO] [stderr] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stderr]     |                                                        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:719:55
[INFO] [stderr]     |
[INFO] [stderr] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stderr]     |                                                       ^^^
[INFO] [stderr] ...
[INFO] [stderr] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:736:56
[INFO] [stderr]     |
[INFO] [stderr] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stderr]     |                                                        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 764 | impl_bin_op!(-, Sub, sub);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:703:55
[INFO] [stderr]     |
[INFO] [stderr] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stderr]     |                                                       ^^^
[INFO] [stderr] ...
[INFO] [stderr] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:704:56
[INFO] [stderr]     |
[INFO] [stderr] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stderr]     |                                                        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:719:55
[INFO] [stderr]     |
[INFO] [stderr] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stderr]     |                                                       ^^^
[INFO] [stderr] ...
[INFO] [stderr] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:736:56
[INFO] [stderr]     |
[INFO] [stderr] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stderr]     |                                                        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 765 | impl_bin_op!(*, Mul, mul);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:703:55
[INFO] [stderr]     |
[INFO] [stderr] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stderr]     |                                                       ^^^
[INFO] [stderr] ...
[INFO] [stderr] 766 | impl_bin_op!(/, Div, div);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:704:56
[INFO] [stderr]     |
[INFO] [stderr] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stderr]     |                                                        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 766 | impl_bin_op!(/, Div, div);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:719:55
[INFO] [stderr]     |
[INFO] [stderr] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stderr]     |                                                       ^^^
[INFO] [stderr] ...
[INFO] [stderr] 766 | impl_bin_op!(/, Div, div);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:736:56
[INFO] [stderr]     |
[INFO] [stderr] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stderr]     |                                                        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 766 | impl_bin_op!(/, Div, div);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:703:55
[INFO] [stderr]     |
[INFO] [stderr] 703 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stderr]     |                                                       ^^^
[INFO] [stderr] ...
[INFO] [stderr] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:704:56
[INFO] [stderr]     |
[INFO] [stderr] 704 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stderr]     |                                                        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:719:55
[INFO] [stderr]     |
[INFO] [stderr] 719 |                 let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stderr]     |                                                       ^^^
[INFO] [stderr] ...
[INFO] [stderr] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:736:56
[INFO] [stderr]     |
[INFO] [stderr] 736 |                 let other_iter = std::array::IntoIter::new(rhs.values);
[INFO] [stderr]     |                                                        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 767 | impl_bin_op!(%, Rem, rem);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bin_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stderr]    --> src/lib.rs:773:47
[INFO] [stderr]     |
[INFO] [stderr] 773 |         let self_iter = std::array::IntoIter::new(self.values);
[INFO] [stderr]     |                                               ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `perpendicular` (lib) generated 22 warnings
[INFO] [stderr] warning: `perpendicular` (lib test) generated 22 warnings (22 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/perpendicular-bb903c70d91e4141)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::test_display ... ok
[INFO] [stdout] test tests::test_from_tuple ... ok
[INFO] [stdout] test tests::test_index ... ok
[INFO] [stdout] test tests::test_letters ... ok
[INFO] [stdout] test tests::test_ops ... ok
[INFO] [stdout] test tests::test_to_tuple ... ok
[INFO] [stdout] test tests::test_index_out_of_bounds - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests perpendicular
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test src/lib.rs - Vector2<T>::new2 (line 85) ... ok
[INFO] [stdout] test src/lib.rs - AsTuple (line 576) ... ok
[INFO] [stdout] test src/lib.rs - Vector4<T>::new4 (line 57) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::get_mut (line 193) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::iter (line 207) ... ok
[INFO] [stdout] test src/lib.rs - Vector3<T>::new3 (line 71) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::get (line 179) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::iter_mut (line 222) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::angle (line 399) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::dimensions (line 167) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::distance (line 419) ... ok
[INFO] [stdout] test src/lib.rs - MapVector::map (line 484) ... ok
[INFO] [stdout] test src/lib.rs - AsTuple::as_tuple (line 586) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::iter_mut (line 232) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::limit (line 379) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::new (line 99) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::dot (line 438) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::magnitude (line 324) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::normalize (line 362) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::unscale (line 268) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::perpendicular (line 458) ... ok
[INFO] [stdout] test src/lib.rs - from_iter (line 14) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::zero (line 289) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::one (line 304) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::scale (line 249) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::with_magnitude (line 346) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::try_new (line 119) ... ok
[INFO] [stdout] test src/lib.rs - Vector<T,DIM>::try_new_overflow (line 148) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7a54f7172830597dc2ed82f37f7e944d015e36015af35813f438c29caec480de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a54f7172830597dc2ed82f37f7e944d015e36015af35813f438c29caec480de", kill_on_drop: false }`
[INFO] [stdout] 7a54f7172830597dc2ed82f37f7e944d015e36015af35813f438c29caec480de
