[INFO] fetching crate to-socket-addrs 0.2.1...
[INFO] testing to-socket-addrs-0.2.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate to-socket-addrs 0.2.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate to-socket-addrs 0.2.1
[INFO] finished tweaking crates.io crate to-socket-addrs 0.2.1
[INFO] tweaked toml for crates.io crate to-socket-addrs 0.2.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate to-socket-addrs 0.2.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 104 packages to latest compatible versions
[INFO] [stderr]       Adding serial_test v0.5.1 (available: v3.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded manyhow-macros v0.11.4
[INFO] [stderr]   Downloaded manyhow v0.11.4
[INFO] [stderr]   Downloaded maybe-async-cfg v0.2.5
[INFO] [stderr]   Downloaded proc-macro-utils v0.10.0
[INFO] [stderr]   Downloaded pulldown-cmark v0.11.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 23aec4a9b7118e6497559cda42c6ffc8b91e2cbab365cd2b441e9053c6332bcd
[INFO] running `Command { std: "docker" "start" "-a" "23aec4a9b7118e6497559cda42c6ffc8b91e2cbab365cd2b441e9053c6332bcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23aec4a9b7118e6497559cda42c6ffc8b91e2cbab365cd2b441e9053c6332bcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23aec4a9b7118e6497559cda42c6ffc8b91e2cbab365cd2b441e9053c6332bcd", kill_on_drop: false }`
[INFO] [stdout] 23aec4a9b7118e6497559cda42c6ffc8b91e2cbab365cd2b441e9053c6332bcd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1ecb1bd2f3c2578d138e7bc1da82c4adf8c59be1bd4e8340589c150592471e2
[INFO] running `Command { std: "docker" "start" "-a" "c1ecb1bd2f3c2578d138e7bc1da82c4adf8c59be1bd4e8340589c150592471e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling pulldown-cmark v0.11.3
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]    Compiling maybe-async-cfg v0.2.5
[INFO] [stderr]    Compiling to-socket-addrs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `async_std`
[INFO] [stdout]    --> src/lib.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 | use async_std::net::ToSocketAddrs;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_std`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_std`, use `cargo add async_std` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:130:14
[INFO] [stdout]     |
[INFO] [stdout] 130 |         impl ToSocketAddrsWithDefaultPort for $ty {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 139 | std_impl!(SocketAddr);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:130:14
[INFO] [stdout]     |
[INFO] [stdout] 130 |         impl ToSocketAddrsWithDefaultPort for $ty {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 140 | std_impl!(SocketAddrV4);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:130:14
[INFO] [stdout]     |
[INFO] [stdout] 130 |         impl ToSocketAddrsWithDefaultPort for $ty {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 141 | std_impl!(SocketAddrV6);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:130:14
[INFO] [stdout]     |
[INFO] [stdout] 130 |         impl ToSocketAddrsWithDefaultPort for $ty {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 142 | std_impl!((IpAddr, u16));
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:130:14
[INFO] [stdout]     |
[INFO] [stdout] 130 |         impl ToSocketAddrsWithDefaultPort for $ty {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 143 | std_impl!((Ipv4Addr, u16));
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:130:14
[INFO] [stdout]     |
[INFO] [stdout] 130 |         impl ToSocketAddrsWithDefaultPort for $ty {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 144 | std_impl!((Ipv6Addr, u16));
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `std_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:157:14
[INFO] [stdout]     |
[INFO] [stdout] 157 |         impl ToSocketAddrsWithDefaultPort for $ty {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 166 | tuple_impl!(IpAddr);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:157:14
[INFO] [stdout]     |
[INFO] [stdout] 157 |         impl ToSocketAddrsWithDefaultPort for $ty {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 167 | tuple_impl!(Ipv4Addr);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:157:14
[INFO] [stdout]     |
[INFO] [stdout] 157 |         impl ToSocketAddrsWithDefaultPort for $ty {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 168 | tuple_impl!(Ipv6Addr);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:177:10
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     | -------------------------------------- similarly named trait `ToSocketAddrsWithDefaultPortSync` defined here
[INFO] [stdout] ...
[INFO] [stdout] 177 | impl<'s> ToSocketAddrsWithDefaultPort for &'s [SocketAddr] {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ToSocketAddrsWithDefaultPortSync`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:191:33
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     | -------------------------------------- similarly named trait `ToSocketAddrsWithDefaultPortSync` defined here
[INFO] [stdout] ...
[INFO] [stdout] 191 | impl<T: ToSocketAddrs + ?Sized> ToSocketAddrsWithDefaultPort for &T where T: ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ToSocketAddrsWithDefaultPortSync`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:191:78
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     | -------------------------------------- similarly named trait `ToSocketAddrsWithDefaultPortSync` defined here
[INFO] [stdout] ...
[INFO] [stdout] 191 | impl<T: ToSocketAddrs + ?Sized> ToSocketAddrsWithDefaultPort for &T where T: ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ToSocketAddrsWithDefaultPortSync`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:192:24
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     | -------------------------------------- similarly named trait `ToSocketAddrsWithDefaultPortSync` defined here
[INFO] [stdout] ...
[INFO] [stdout] 192 |     type Inner = <T as ToSocketAddrsWithDefaultPort>::Inner;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ToSocketAddrsWithDefaultPortSync`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:208:14
[INFO] [stdout]     |
[INFO] [stdout] 208 |         impl ToSocketAddrsWithDefaultPort for $ty {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 241 | str_impl!(str);
[INFO] [stdout]     | -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `str_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToSocketAddrsWithDefaultPort` in this scope
[INFO] [stdout]    --> src/lib.rs:208:14
[INFO] [stdout]     |
[INFO] [stdout] 208 |         impl ToSocketAddrsWithDefaultPort for $ty {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 242 | str_impl!(String);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async(key="async", feature="async", inner(cfg_attr(docsrs, doc(cfg(feature = "async"))), doc="A trait to use instead of `async_std::n...
[INFO] [stdout]     |                        --------------- the item is gated behind the `r#async` feature
[INFO] [stdout] ...
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     async(key="tokio", feature="tokio", inner(cfg_attr(docsrs, doc(cfg(feature = "tokio"))), doc="A trait to use instead of `tokio::net::...
[INFO] [stdout]     |                        --------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 113 | )]
[INFO] [stdout] 114 | pub trait ToSocketAddrsWithDefaultPort {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `str_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `to-socket-addrs` (lib) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "c1ecb1bd2f3c2578d138e7bc1da82c4adf8c59be1bd4e8340589c150592471e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1ecb1bd2f3c2578d138e7bc1da82c4adf8c59be1bd4e8340589c150592471e2", kill_on_drop: false }`
[INFO] [stdout] c1ecb1bd2f3c2578d138e7bc1da82c4adf8c59be1bd4e8340589c150592471e2
