[INFO] fetching crate getaddrs 0.1.0...
[INFO] testing getaddrs-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate getaddrs 0.1.0 into /workspace/builds/worker-1-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate getaddrs 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7837d672a3c640823bb39a5fa08d12634dccf1d4ce04f6e5044bf2ae7f2050a3
[INFO] running `Command { std: "docker" "start" "-a" "7837d672a3c640823bb39a5fa08d12634dccf1d4ce04f6e5044bf2ae7f2050a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7837d672a3c640823bb39a5fa08d12634dccf1d4ce04f6e5044bf2ae7f2050a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7837d672a3c640823bb39a5fa08d12634dccf1d4ce04f6e5044bf2ae7f2050a3", kill_on_drop: false }`
[INFO] [stdout] 7837d672a3c640823bb39a5fa08d12634dccf1d4ce04f6e5044bf2ae7f2050a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13a9b69c4c8c323a01fe2af15365120982558071b0650bc553f01d011d85f398
[INFO] running `Command { std: "docker" "start" "-a" "13a9b69c4c8c323a01fe2af15365120982558071b0650bc553f01d011d85f398", 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.47s
[INFO] running `Command { std: "docker" "inspect" "13a9b69c4c8c323a01fe2af15365120982558071b0650bc553f01d011d85f398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13a9b69c4c8c323a01fe2af15365120982558071b0650bc553f01d011d85f398", kill_on_drop: false }`
[INFO] [stdout] 13a9b69c4c8c323a01fe2af15365120982558071b0650bc553f01d011d85f398
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e9c34cf81a4fe153e3461f73aa74a67c3e9fd5e6132b6715b24f1047df507280
[INFO] running `Command { std: "docker" "start" "-a" "e9c34cf81a4fe153e3461f73aa74a67c3e9fd5e6132b6715b24f1047df507280", 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.41s
[INFO] running `Command { std: "docker" "inspect" "e9c34cf81a4fe153e3461f73aa74a67c3e9fd5e6132b6715b24f1047df507280", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9c34cf81a4fe153e3461f73aa74a67c3e9fd5e6132b6715b24f1047df507280", kill_on_drop: false }`
[INFO] [stdout] e9c34cf81a4fe153e3461f73aa74a67c3e9fd5e6132b6715b24f1047df507280
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e5cc45b483c18d8ae73b356012722ba3a41494a2e9a2aa7b117b584ec0753404
[INFO] running `Command { std: "docker" "start" "-a" "e5cc45b483c18d8ae73b356012722ba3a41494a2e9a2aa7b117b584ec0753404", 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.04s
[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.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests getaddrs
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 45) ... ok
[INFO] [stdout] test src/lib.rs - (line 13) ... ok
[INFO] [stdout] test src/lib.rs - (line 28) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e5cc45b483c18d8ae73b356012722ba3a41494a2e9a2aa7b117b584ec0753404", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5cc45b483c18d8ae73b356012722ba3a41494a2e9a2aa7b117b584ec0753404", kill_on_drop: false }`
[INFO] [stdout] e5cc45b483c18d8ae73b356012722ba3a41494a2e9a2aa7b117b584ec0753404
