[INFO] fetching crate get_adapters_addresses 0.1.1...
[INFO] checking get_adapters_addresses-0.1.1 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate get_adapters_addresses 0.1.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate get_adapters_addresses 0.1.1 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate get_adapters_addresses 0.1.1
[INFO] finished tweaking crates.io crate get_adapters_addresses 0.1.1
[INFO] tweaked toml for crates.io crate get_adapters_addresses 0.1.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d44b2903a06f7ee4008e1666eee3bb01f2c32fc8d891cc400ff821e575977ec5
[INFO] running `Command { std: "docker" "start" "-a" "d44b2903a06f7ee4008e1666eee3bb01f2c32fc8d891cc400ff821e575977ec5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d44b2903a06f7ee4008e1666eee3bb01f2c32fc8d891cc400ff821e575977ec5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d44b2903a06f7ee4008e1666eee3bb01f2c32fc8d891cc400ff821e575977ec5", kill_on_drop: false }`
[INFO] [stdout] d44b2903a06f7ee4008e1666eee3bb01f2c32fc8d891cc400ff821e575977ec5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e20de869149ac5c5e48a79d4d6e2933027e8371c0e770063dfd6b3b1af1e5a7
[INFO] running `Command { std: "docker" "start" "-a" "2e20de869149ac5c5e48a79d4d6e2933027e8371c0e770063dfd6b3b1af1e5a7", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror-impl v1.0.51
[INFO] [stderr]     Checking thiserror v1.0.51
[INFO] [stderr]     Checking get_adapters_addresses v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/win32.rs:1:43
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{ffi::OsString, net::IpAddr, os::windows::prelude::OsStringExt};
[INFO] [stdout]   |                                           ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_sys::Win32::Networking::WinSock::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/adapter.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use windows_sys::Win32::NetworkManagement::IpHelper::IP_ADAPTER_ADDRESSES_LH;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/ip_addr_iter.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_sys::Win32::Networking::WinSock::SOCKADDR;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/memory.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_sys::Win32::System::Memory::{GetProcessHeap, HeapAlloc, HeapFree};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/adapter/oper_status.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_sys::Win32::NetworkManagement::Ndis::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/adapters_addresses.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use windows_sys::Win32::Foundation::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/adapters_addresses.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows_sys::Win32::NetworkManagement::IpHelper::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/family.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_sys::Win32::Networking::WinSock::{AF_INET, AF_INET6, AF_UNSPEC};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/flags.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_sys::Win32::NetworkManagement::IpHelper::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/from_src.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_sys::Win32::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/win32.rs:1:43
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{ffi::OsString, net::IpAddr, os::windows::prelude::OsStringExt};
[INFO] [stdout]   |                                           ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_sys::Win32::Networking::WinSock::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/adapter.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use windows_sys::Win32::NetworkManagement::IpHelper::IP_ADAPTER_ADDRESSES_LH;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/ip_addr_iter.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_sys::Win32::Networking::WinSock::SOCKADDR;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/memory.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_sys::Win32::System::Memory::{GetProcessHeap, HeapAlloc, HeapFree};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/adapter/oper_status.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_sys::Win32::NetworkManagement::Ndis::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/adapters_addresses.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use windows_sys::Win32::Foundation::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/adapters_addresses.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows_sys::Win32::NetworkManagement::IpHelper::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/family.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_sys::Win32::Networking::WinSock::{AF_INET, AF_INET6, AF_UNSPEC};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/flags.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_sys::Win32::NetworkManagement::IpHelper::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/win32/from_src.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_sys::Win32::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FromSrc<*mut _>: Next<*mut _>` is not satisfied
[INFO] [stdout]   --> src/win32/adapter.rs:64:40
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn unicast_addresses(&self) -> impl Iterator<Item = IpAddr> + 'a {
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Next<*mut _>` is not implemented for `FromSrc<*mut _>`
[INFO] [stdout]    |
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/win32/from_src.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub(crate) trait Next<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `IpAddrIter<'_, _>` to implement `Iterator`
[INFO] [stdout]   --> src/win32/ip_addr_iter.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl<'a, T> Iterator for IpAddrIter<'a, T>
[INFO] [stdout]    |             ^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     FromSrc<*mut T>: Next<*mut T>,
[INFO] [stdout]    |                      ------------ unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FromSrc<*mut _>: Next<*mut _>` is not satisfied
[INFO] [stdout]   --> src/win32/adapter.rs:64:40
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn unicast_addresses(&self) -> impl Iterator<Item = IpAddr> + 'a {
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Next<*mut _>` is not implemented for `FromSrc<*mut _>`
[INFO] [stdout]    |
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/win32/from_src.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub(crate) trait Next<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `IpAddrIter<'_, _>` to implement `Iterator`
[INFO] [stdout]   --> src/win32/ip_addr_iter.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl<'a, T> Iterator for IpAddrIter<'a, T>
[INFO] [stdout]    |             ^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     FromSrc<*mut T>: Next<*mut T>,
[INFO] [stdout]    |                      ------------ unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FromSrc<*mut _>: Next<*mut _>` is not satisfied
[INFO] [stdout]   --> src/win32/adapter.rs:68:40
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn anycast_addresses(&self) -> impl Iterator<Item = IpAddr> + 'a {
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Next<*mut _>` is not implemented for `FromSrc<*mut _>`
[INFO] [stdout]    |
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/win32/from_src.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub(crate) trait Next<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `IpAddrIter<'_, _>` to implement `Iterator`
[INFO] [stdout]   --> src/win32/ip_addr_iter.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl<'a, T> Iterator for IpAddrIter<'a, T>
[INFO] [stdout]    |             ^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     FromSrc<*mut T>: Next<*mut T>,
[INFO] [stdout]    |                      ------------ unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FromSrc<*mut _>: Next<*mut _>` is not satisfied
[INFO] [stdout]   --> src/win32/adapter.rs:72:42
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn multicast_addresses(&self) -> impl Iterator<Item = IpAddr> + 'a {
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Next<*mut _>` is not implemented for `FromSrc<*mut _>`
[INFO] [stdout]    |
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/win32/from_src.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub(crate) trait Next<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `IpAddrIter<'_, _>` to implement `Iterator`
[INFO] [stdout]   --> src/win32/ip_addr_iter.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl<'a, T> Iterator for IpAddrIter<'a, T>
[INFO] [stdout]    |             ^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     FromSrc<*mut T>: Next<*mut T>,
[INFO] [stdout]    |                      ------------ unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FromSrc<*mut _>: Next<*mut _>` is not satisfied
[INFO] [stdout]   --> src/win32/adapter.rs:68:40
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn anycast_addresses(&self) -> impl Iterator<Item = IpAddr> + 'a {
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Next<*mut _>` is not implemented for `FromSrc<*mut _>`
[INFO] [stdout]    |
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/win32/from_src.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub(crate) trait Next<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `IpAddrIter<'_, _>` to implement `Iterator`
[INFO] [stdout]   --> src/win32/ip_addr_iter.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl<'a, T> Iterator for IpAddrIter<'a, T>
[INFO] [stdout]    |             ^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     FromSrc<*mut T>: Next<*mut T>,
[INFO] [stdout]    |                      ------------ unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FromSrc<*mut _>: Next<*mut _>` is not satisfied
[INFO] [stdout]   --> src/win32/adapter.rs:76:36
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn dns_addresses(&self) -> impl Iterator<Item = IpAddr> + 'a {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Next<*mut _>` is not implemented for `FromSrc<*mut _>`
[INFO] [stdout]    |
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/win32/from_src.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub(crate) trait Next<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `IpAddrIter<'_, _>` to implement `Iterator`
[INFO] [stdout]   --> src/win32/ip_addr_iter.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl<'a, T> Iterator for IpAddrIter<'a, T>
[INFO] [stdout]    |             ^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     FromSrc<*mut T>: Next<*mut T>,
[INFO] [stdout]    |                      ------------ unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FromSrc<*mut _>: Next<*mut _>` is not satisfied
[INFO] [stdout]   --> src/win32/adapter.rs:72:42
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn multicast_addresses(&self) -> impl Iterator<Item = IpAddr> + 'a {
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Next<*mut _>` is not implemented for `FromSrc<*mut _>`
[INFO] [stdout]    |
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/win32/from_src.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub(crate) trait Next<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `IpAddrIter<'_, _>` to implement `Iterator`
[INFO] [stdout]   --> src/win32/ip_addr_iter.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl<'a, T> Iterator for IpAddrIter<'a, T>
[INFO] [stdout]    |             ^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     FromSrc<*mut T>: Next<*mut T>,
[INFO] [stdout]    |                      ------------ unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FromSrc<*mut _>: Next<*mut _>` is not satisfied
[INFO] [stdout]   --> src/win32/adapter.rs:80:40
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn gateway_addresses(&self) -> impl Iterator<Item = IpAddr> + 'a {
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Next<*mut _>` is not implemented for `FromSrc<*mut _>`
[INFO] [stdout]    |
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/win32/from_src.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub(crate) trait Next<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `IpAddrIter<'_, _>` to implement `Iterator`
[INFO] [stdout]   --> src/win32/ip_addr_iter.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl<'a, T> Iterator for IpAddrIter<'a, T>
[INFO] [stdout]    |             ^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     FromSrc<*mut T>: Next<*mut T>,
[INFO] [stdout]    |                      ------------ unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FromSrc<*mut _>: Next<*mut _>` is not satisfied
[INFO] [stdout]   --> src/win32/adapter.rs:76:36
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn dns_addresses(&self) -> impl Iterator<Item = IpAddr> + 'a {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Next<*mut _>` is not implemented for `FromSrc<*mut _>`
[INFO] [stdout]    |
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/win32/from_src.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub(crate) trait Next<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `IpAddrIter<'_, _>` to implement `Iterator`
[INFO] [stdout]   --> src/win32/ip_addr_iter.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl<'a, T> Iterator for IpAddrIter<'a, T>
[INFO] [stdout]    |             ^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     FromSrc<*mut T>: Next<*mut T>,
[INFO] [stdout]    |                      ------------ unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FromSrc<*mut _>: Next<*mut _>` is not satisfied
[INFO] [stdout]   --> src/win32/adapter.rs:80:40
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn gateway_addresses(&self) -> impl Iterator<Item = IpAddr> + 'a {
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Next<*mut _>` is not implemented for `FromSrc<*mut _>`
[INFO] [stdout]    |
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/win32/from_src.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub(crate) trait Next<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `IpAddrIter<'_, _>` to implement `Iterator`
[INFO] [stdout]   --> src/win32/ip_addr_iter.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl<'a, T> Iterator for IpAddrIter<'a, T>
[INFO] [stdout]    |             ^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     FromSrc<*mut T>: Next<*mut T>,
[INFO] [stdout]    |                      ------------ unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 16 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 16 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `get_adapters_addresses` (lib test) due to 17 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `get_adapters_addresses` (lib) due to 17 previous errors
[INFO] running `Command { std: "docker" "inspect" "2e20de869149ac5c5e48a79d4d6e2933027e8371c0e770063dfd6b3b1af1e5a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e20de869149ac5c5e48a79d4d6e2933027e8371c0e770063dfd6b3b1af1e5a7", kill_on_drop: false }`
[INFO] [stdout] 2e20de869149ac5c5e48a79d4d6e2933027e8371c0e770063dfd6b3b1af1e5a7
