[INFO] fetching crate getaddrs 0.1.0...
[INFO] testing getaddrs-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate getaddrs 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate getaddrs 0.1.0
[INFO] finished tweaking crates.io crate getaddrs 0.1.0
[INFO] tweaked toml for crates.io crate getaddrs 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate getaddrs 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding bitflags v0.9.1 (available: v2.10.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitflags v0.9.1
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3b514ca23394d6067ccacf1a8b0fe403fdec859081d7052e62d48d1699432e0e
[INFO] running `Command { std: "docker" "start" "-a" "3b514ca23394d6067ccacf1a8b0fe403fdec859081d7052e62d48d1699432e0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b514ca23394d6067ccacf1a8b0fe403fdec859081d7052e62d48d1699432e0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b514ca23394d6067ccacf1a8b0fe403fdec859081d7052e62d48d1699432e0e", kill_on_drop: false }`
[INFO] [stdout] 3b514ca23394d6067ccacf1a8b0fe403fdec859081d7052e62d48d1699432e0e
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7e209946721788aa42ff7217819d7959722188249bda3b7204883c75a8ff0284
[INFO] running `Command { std: "docker" "start" "-a" "7e209946721788aa42ff7217819d7959722188249bda3b7204883c75a8ff0284", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling bitflags v0.9.1
[INFO] [stderr]    Compiling getaddrs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/if_flags.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / bitflags! {
[INFO] [stdout]  5 | |     pub struct InterfaceFlags: c_uint {
[INFO] [stdout]  6 | |         /// Interface is running.
[INFO] [stdout]  7 | |         const IFF_UP = libc::IFF_UP as c_uint;
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/if_flags.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / bitflags! {
[INFO] [stdout]  5 | |     pub struct InterfaceFlags: c_uint {
[INFO] [stdout]  6 | |         /// Interface is running.
[INFO] [stdout]  7 | |         const IFF_UP = libc::IFF_UP as c_uint;
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/if_flags.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / bitflags! {
[INFO] [stdout]  5 | |     pub struct InterfaceFlags: c_uint {
[INFO] [stdout]  6 | |         /// Interface is running.
[INFO] [stdout]  7 | |         const IFF_UP = libc::IFF_UP as c_uint;
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/sockaddr.rs:28:38
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 unsafe { s_addr_v4 = transmute(data_v4.sin_addr.s_addr); }
[INFO] [stdout]    |                                      ---------^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "7e209946721788aa42ff7217819d7959722188249bda3b7204883c75a8ff0284", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e209946721788aa42ff7217819d7959722188249bda3b7204883c75a8ff0284", kill_on_drop: false }`
[INFO] [stdout] 7e209946721788aa42ff7217819d7959722188249bda3b7204883c75a8ff0284
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d7a3a8cdee852f80926e0ab863178509cd0df232a59d53fb23d52bded35c0134
[INFO] running `Command { std: "docker" "start" "-a" "d7a3a8cdee852f80926e0ab863178509cd0df232a59d53fb23d52bded35c0134", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling getaddrs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/if_flags.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / bitflags! {
[INFO] [stdout]  5 | |     pub struct InterfaceFlags: c_uint {
[INFO] [stdout]  6 | |         /// Interface is running.
[INFO] [stdout]  7 | |         const IFF_UP = libc::IFF_UP as c_uint;
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/if_flags.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / bitflags! {
[INFO] [stdout]  5 | |     pub struct InterfaceFlags: c_uint {
[INFO] [stdout]  6 | |         /// Interface is running.
[INFO] [stdout]  7 | |         const IFF_UP = libc::IFF_UP as c_uint;
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/if_flags.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / bitflags! {
[INFO] [stdout]  5 | |     pub struct InterfaceFlags: c_uint {
[INFO] [stdout]  6 | |         /// Interface is running.
[INFO] [stdout]  7 | |         const IFF_UP = libc::IFF_UP as c_uint;
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/sockaddr.rs:28:38
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 unsafe { s_addr_v4 = transmute(data_v4.sin_addr.s_addr); }
[INFO] [stdout]    |                                      ---------^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/if_flags.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / bitflags! {
[INFO] [stdout]  5 | |     pub struct InterfaceFlags: c_uint {
[INFO] [stdout]  6 | |         /// Interface is running.
[INFO] [stdout]  7 | |         const IFF_UP = libc::IFF_UP as c_uint;
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/if_flags.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / bitflags! {
[INFO] [stdout]  5 | |     pub struct InterfaceFlags: c_uint {
[INFO] [stdout]  6 | |         /// Interface is running.
[INFO] [stdout]  7 | |         const IFF_UP = libc::IFF_UP as c_uint;
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/if_flags.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / bitflags! {
[INFO] [stdout]  5 | |     pub struct InterfaceFlags: c_uint {
[INFO] [stdout]  6 | |         /// Interface is running.
[INFO] [stdout]  7 | |         const IFF_UP = libc::IFF_UP as c_uint;
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/sockaddr.rs:28:38
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 unsafe { s_addr_v4 = transmute(data_v4.sin_addr.s_addr); }
[INFO] [stdout]    |                                      ---------^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.63s
[INFO] running `Command { std: "docker" "inspect" "d7a3a8cdee852f80926e0ab863178509cd0df232a59d53fb23d52bded35c0134", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7a3a8cdee852f80926e0ab863178509cd0df232a59d53fb23d52bded35c0134", kill_on_drop: false }`
[INFO] [stdout] d7a3a8cdee852f80926e0ab863178509cd0df232a59d53fb23d52bded35c0134
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5dbe99f8ea303dd707d32b32bc9abfe006924f860c0a5b92f710bb9ea701f173
[INFO] running `Command { std: "docker" "start" "-a" "5dbe99f8ea303dd707d32b32bc9abfe006924f860c0a5b92f710bb9ea701f173", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/if_flags.rs:4:1
[INFO] [stderr]    |
[INFO] [stderr]  4 | / bitflags! {
[INFO] [stderr]  5 | |     pub struct InterfaceFlags: c_uint {
[INFO] [stderr]  6 | |         /// Interface is running.
[INFO] [stderr]  7 | |         const IFF_UP = libc::IFF_UP as c_uint;
[INFO] [stderr] ...  |
[INFO] [stderr] 45 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/if_flags.rs:4:1
[INFO] [stderr]    |
[INFO] [stderr]  4 | / bitflags! {
[INFO] [stderr]  5 | |     pub struct InterfaceFlags: c_uint {
[INFO] [stderr]  6 | |         /// Interface is running.
[INFO] [stderr]  7 | |         const IFF_UP = libc::IFF_UP as c_uint;
[INFO] [stderr] ...  |
[INFO] [stderr] 45 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/sockaddr.rs:28:38
[INFO] [stderr]    |
[INFO] [stderr] 28 |                 unsafe { s_addr_v4 = transmute(data_v4.sin_addr.s_addr); }
[INFO] [stderr]    |                                      ---------^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                                      |
[INFO] [stderr]    |                                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `getaddrs` (lib) generated 4 warnings (1 duplicate) (run `cargo fix --lib -p getaddrs` to apply 1 suggestion)
[INFO] [stderr] warning: `getaddrs` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/getaddrs-bc5570e2c0087935)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::tests_get_if_addrs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests getaddrs
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 13) ... ok
[INFO] [stdout] test src/lib.rs - (line 28) ... ok
[INFO] [stdout] test src/lib.rs - (line 45) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.56s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5dbe99f8ea303dd707d32b32bc9abfe006924f860c0a5b92f710bb9ea701f173", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5dbe99f8ea303dd707d32b32bc9abfe006924f860c0a5b92f710bb9ea701f173", kill_on_drop: false }`
[INFO] [stdout] 5dbe99f8ea303dd707d32b32bc9abfe006924f860c0a5b92f710bb9ea701f173
