[INFO] fetching crate soio 0.2.3... [INFO] testing soio-0.2.3 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate soio 0.2.3 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate soio 0.2.3 [INFO] removed 1 missing tests [INFO] finished tweaking crates.io crate soio 0.2.3 [INFO] tweaked toml for crates.io crate soio 0.2.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate soio 0.2.3 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding log v0.3.9 (available: v0.4.28) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5f343f4c711b6aee37734b29e72b2a9943bd9764ccea6b7dcb5b281a4a00527b [INFO] running `Command { std: "docker" "start" "-a" "5f343f4c711b6aee37734b29e72b2a9943bd9764ccea6b7dcb5b281a4a00527b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f343f4c711b6aee37734b29e72b2a9943bd9764ccea6b7dcb5b281a4a00527b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f343f4c711b6aee37734b29e72b2a9943bd9764ccea6b7dcb5b281a4a00527b", kill_on_drop: false }` [INFO] [stdout] 5f343f4c711b6aee37734b29e72b2a9943bd9764ccea6b7dcb5b281a4a00527b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 055af4268ca0b07e7848d5c3c73e3d79be1759586c4f37e3c949ec8dea611bda [INFO] running `Command { std: "docker" "start" "-a" "055af4268ca0b07e7848d5c3c73e3d79be1759586c4f37e3c949ec8dea611bda", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling soio v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig` [INFO] [stdout] --> src/sys/mod.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(any(target_os = "bitrig", target_os = "dragonfly", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig` [INFO] [stdout] --> src/sys/mod.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(any(target_os = "bitrig", target_os = "dragonfly", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/sys/dlsym.rs:10:50 [INFO] [stdout] | [INFO] [stdout] 10 | static $name: ::sys::dlsym::DlSym $ret> = [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/epoll.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | dlsym!(fn epoll_create1(c_int) -> c_int); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `set_nonblock` [INFO] [stdout] --> src/sys/mod.rs:31:24 [INFO] [stdout] | [INFO] [stdout] 31 | pub use self::io::{Io, set_nonblock}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/sys/dlsym.rs:10:50 [INFO] [stdout] | [INFO] [stdout] 10 | static $name: ::sys::dlsym::DlSym $ret> = [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | dlsym!(fn pipe2(*mut c_int, c_int) -> c_int); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Read` and `Write` [INFO] [stdout] --> src/io.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | pub use std::io::{Read, Write, Result, Error, ErrorKind}; [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/sys/dlsym.rs:13:44 [INFO] [stdout] | [INFO] [stdout] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sys/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | dlsym!(fn pipe2(*mut c_int, c_int) -> c_int); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 13 - addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] 13 + addr: ::std::sync::atomic::AtomicUsize::new(0), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/sys/epoll.rs:3:48 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/sys/epoll.rs:31:31 [INFO] [stdout] | [INFO] [stdout] 31 | static NEXT_ID: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 31 - static NEXT_ID: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stdout] 31 + static NEXT_ID: AtomicUsize = AtomicUsize::new(0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/sys/dlsym.rs:13:44 [INFO] [stdout] | [INFO] [stdout] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sys/epoll.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | dlsym!(fn epoll_create1(c_int) -> c_int); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 13 - addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] 13 + addr: ::std::sync::atomic::AtomicUsize::new(0), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/poll.rs:706:40 [INFO] [stdout] | [INFO] [stdout] 706 | let mut curr = self.lock_state.compare_and_swap(0, 1, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/poll.rs:724:50 [INFO] [stdout] | [INFO] [stdout] 724 | let actual = self.lock_state.compare_and_swap(curr, next, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/poll.rs:748:50 [INFO] [stdout] | [INFO] [stdout] 748 | let actual = self.lock_state.compare_and_swap(curr, next, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:583:47 [INFO] [stdout] | [INFO] [stdout] 583 | let actual = self.readiness_queue.compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:632:29 [INFO] [stdout] | [INFO] [stdout] 632 | if self.update_lock.compare_and_swap(false, true, Acquire) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:922:48 [INFO] [stdout] | [INFO] [stdout] 922 | let actual = self.inner.head_readiness.compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:1016:47 [INFO] [stdout] | [INFO] [stdout] 1016 | let act = self.head_readiness.compare_and_swap(prev, node_ptr, AcqRel); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:1196:20 [INFO] [stdout] | [INFO] [stdout] 1196 | self.inner.compare_and_swap(current.into(), new.into(), order).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/channel.rs:310:50 [INFO] [stdout] | [INFO] [stdout] 310 | &SendError::Io(ref io_err) => io_err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/channel.rs:319:53 [INFO] [stdout] | [INFO] [stdout] 319 | &TrySendError::Io(ref io_err) => io_err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `MapNonBlock` is never used [INFO] [stdout] --> src/io.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait MapNonBlock { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/event.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 173 | pub fn iter(&self) -> Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `Command { std: "docker" "inspect" "055af4268ca0b07e7848d5c3c73e3d79be1759586c4f37e3c949ec8dea611bda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "055af4268ca0b07e7848d5c3c73e3d79be1759586c4f37e3c949ec8dea611bda", kill_on_drop: false }` [INFO] [stdout] 055af4268ca0b07e7848d5c3c73e3d79be1759586c4f37e3c949ec8dea611bda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9089269b0e39774c9d960c845d404b20efc0a0c8ad979169ed936eb0828921d1 [INFO] running `Command { std: "docker" "start" "-a" "9089269b0e39774c9d960c845d404b20efc0a0c8ad979169ed936eb0828921d1", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig` [INFO] [stdout] --> src/sys/mod.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(any(target_os = "bitrig", target_os = "dragonfly", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig` [INFO] [stdout] --> src/sys/mod.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(any(target_os = "bitrig", target_os = "dragonfly", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/sys/dlsym.rs:10:50 [INFO] [stdout] | [INFO] [stdout] 10 | static $name: ::sys::dlsym::DlSym $ret> = [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/epoll.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | dlsym!(fn epoll_create1(c_int) -> c_int); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `set_nonblock` [INFO] [stdout] --> src/sys/mod.rs:31:24 [INFO] [stdout] | [INFO] [stdout] 31 | pub use self::io::{Io, set_nonblock}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/sys/dlsym.rs:10:50 [INFO] [stdout] | [INFO] [stdout] 10 | static $name: ::sys::dlsym::DlSym $ret> = [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | dlsym!(fn pipe2(*mut c_int, c_int) -> c_int); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Read` and `Write` [INFO] [stdout] --> src/io.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | pub use std::io::{Read, Write, Result, Error, ErrorKind}; [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/sys/dlsym.rs:13:44 [INFO] [stdout] | [INFO] [stdout] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sys/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | dlsym!(fn pipe2(*mut c_int, c_int) -> c_int); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 13 - addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] 13 + addr: ::std::sync::atomic::AtomicUsize::new(0), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/sys/epoll.rs:3:48 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/sys/epoll.rs:31:31 [INFO] [stdout] | [INFO] [stdout] 31 | static NEXT_ID: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 31 - static NEXT_ID: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stdout] 31 + static NEXT_ID: AtomicUsize = AtomicUsize::new(0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/sys/dlsym.rs:13:44 [INFO] [stdout] | [INFO] [stdout] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sys/epoll.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | dlsym!(fn epoll_create1(c_int) -> c_int); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 13 - addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] 13 + addr: ::std::sync::atomic::AtomicUsize::new(0), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/poll.rs:706:40 [INFO] [stdout] | [INFO] [stdout] 706 | let mut curr = self.lock_state.compare_and_swap(0, 1, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/poll.rs:724:50 [INFO] [stdout] | [INFO] [stdout] 724 | let actual = self.lock_state.compare_and_swap(curr, next, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/poll.rs:748:50 [INFO] [stdout] | [INFO] [stdout] 748 | let actual = self.lock_state.compare_and_swap(curr, next, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:583:47 [INFO] [stdout] | [INFO] [stdout] 583 | let actual = self.readiness_queue.compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:632:29 [INFO] [stdout] | [INFO] [stdout] 632 | if self.update_lock.compare_and_swap(false, true, Acquire) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:922:48 [INFO] [stdout] | [INFO] [stdout] 922 | let actual = self.inner.head_readiness.compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:1016:47 [INFO] [stdout] | [INFO] [stdout] 1016 | let act = self.head_readiness.compare_and_swap(prev, node_ptr, AcqRel); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:1196:20 [INFO] [stdout] | [INFO] [stdout] 1196 | self.inner.compare_and_swap(current.into(), new.into(), order).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/channel.rs:310:50 [INFO] [stdout] | [INFO] [stdout] 310 | &SendError::Io(ref io_err) => io_err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/channel.rs:319:53 [INFO] [stdout] | [INFO] [stdout] 319 | &TrySendError::Io(ref io_err) => io_err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `MapNonBlock` is never used [INFO] [stdout] --> src/io.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait MapNonBlock { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/event.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 173 | pub fn iter(&self) -> Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling soio v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig` [INFO] [stdout] --> src/sys/mod.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(any(target_os = "bitrig", target_os = "dragonfly", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig` [INFO] [stdout] --> src/sys/mod.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(any(target_os = "bitrig", target_os = "dragonfly", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/sys/dlsym.rs:10:50 [INFO] [stdout] | [INFO] [stdout] 10 | static $name: ::sys::dlsym::DlSym $ret> = [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/epoll.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | dlsym!(fn epoll_create1(c_int) -> c_int); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `set_nonblock` [INFO] [stdout] --> src/sys/mod.rs:31:24 [INFO] [stdout] | [INFO] [stdout] 31 | pub use self::io::{Io, set_nonblock}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/sys/dlsym.rs:10:50 [INFO] [stdout] | [INFO] [stdout] 10 | static $name: ::sys::dlsym::DlSym $ret> = [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | dlsym!(fn pipe2(*mut c_int, c_int) -> c_int); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Read` and `Write` [INFO] [stdout] --> src/io.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | pub use std::io::{Read, Write, Result, Error, ErrorKind}; [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/sys/dlsym.rs:13:44 [INFO] [stdout] | [INFO] [stdout] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sys/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | dlsym!(fn pipe2(*mut c_int, c_int) -> c_int); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 13 - addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] 13 + addr: ::std::sync::atomic::AtomicUsize::new(0), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/sys/epoll.rs:3:48 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/sys/epoll.rs:31:31 [INFO] [stdout] | [INFO] [stdout] 31 | static NEXT_ID: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 31 - static NEXT_ID: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stdout] 31 + static NEXT_ID: AtomicUsize = AtomicUsize::new(0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/sys/dlsym.rs:13:44 [INFO] [stdout] | [INFO] [stdout] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sys/epoll.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | dlsym!(fn epoll_create1(c_int) -> c_int); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 13 - addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] 13 + addr: ::std::sync::atomic::AtomicUsize::new(0), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/poll.rs:706:40 [INFO] [stdout] | [INFO] [stdout] 706 | let mut curr = self.lock_state.compare_and_swap(0, 1, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/poll.rs:724:50 [INFO] [stdout] | [INFO] [stdout] 724 | let actual = self.lock_state.compare_and_swap(curr, next, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/poll.rs:748:50 [INFO] [stdout] | [INFO] [stdout] 748 | let actual = self.lock_state.compare_and_swap(curr, next, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:583:47 [INFO] [stdout] | [INFO] [stdout] 583 | let actual = self.readiness_queue.compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:632:29 [INFO] [stdout] | [INFO] [stdout] 632 | if self.update_lock.compare_and_swap(false, true, Acquire) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:922:48 [INFO] [stdout] | [INFO] [stdout] 922 | let actual = self.inner.head_readiness.compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:1016:47 [INFO] [stdout] | [INFO] [stdout] 1016 | let act = self.head_readiness.compare_and_swap(prev, node_ptr, AcqRel); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/registration.rs:1196:20 [INFO] [stdout] | [INFO] [stdout] 1196 | self.inner.compare_and_swap(current.into(), new.into(), order).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/channel.rs:310:50 [INFO] [stdout] | [INFO] [stdout] 310 | &SendError::Io(ref io_err) => io_err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/channel.rs:319:53 [INFO] [stdout] | [INFO] [stdout] 319 | &TrySendError::Io(ref io_err) => io_err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `MapNonBlock` is never used [INFO] [stdout] --> src/io.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait MapNonBlock { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/event.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 173 | pub fn iter(&self) -> Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "9089269b0e39774c9d960c845d404b20efc0a0c8ad979169ed936eb0828921d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9089269b0e39774c9d960c845d404b20efc0a0c8ad979169ed936eb0828921d1", kill_on_drop: false }` [INFO] [stdout] 9089269b0e39774c9d960c845d404b20efc0a0c8ad979169ed936eb0828921d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cb178395930959e29ee9294f187085c4e468ae79730e8cf7e41f803bc4b34e3c [INFO] running `Command { std: "docker" "start" "-a" "cb178395930959e29ee9294f187085c4e468ae79730e8cf7e41f803bc4b34e3c", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: unexpected `cfg` condition value: `bitrig` [INFO] [stderr] --> src/sys/mod.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg(any(target_os = "bitrig", target_os = "dragonfly", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `bitrig` [INFO] [stderr] --> src/sys/mod.rs:17:11 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg(any(target_os = "bitrig", target_os = "dragonfly", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stderr] --> src/sys/dlsym.rs:10:50 [INFO] [stderr] | [INFO] [stderr] 10 | static $name: ::sys::dlsym::DlSym $ret> = [INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stderr] | [INFO] [stderr] ::: src/sys/epoll.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | dlsym!(fn epoll_create1(c_int) -> c_int); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(missing_abi)]` on by default [INFO] [stderr] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `set_nonblock` [INFO] [stderr] --> src/sys/mod.rs:31:24 [INFO] [stderr] | [INFO] [stderr] 31 | pub use self::io::{Io, set_nonblock}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stderr] --> src/sys/dlsym.rs:10:50 [INFO] [stderr] | [INFO] [stderr] 10 | static $name: ::sys::dlsym::DlSym $ret> = [INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stderr] | [INFO] [stderr] ::: src/sys/mod.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | dlsym!(fn pipe2(*mut c_int, c_int) -> c_int); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Read` and `Write` [INFO] [stderr] --> src/io.rs:2:19 [INFO] [stderr] | [INFO] [stderr] 2 | pub use std::io::{Read, Write, Result, Error, ErrorKind}; [INFO] [stderr] | ^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/sys/dlsym.rs:13:44 [INFO] [stderr] | [INFO] [stderr] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/sys/mod.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | dlsym!(fn pipe2(*mut c_int, c_int) -> c_int); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: replace the use of the deprecated constant [INFO] [stderr] | [INFO] [stderr] 13 - addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stderr] 13 + addr: ::std::sync::atomic::AtomicUsize::new(0), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/sys/epoll.rs:3:48 [INFO] [stderr] | [INFO] [stderr] 3 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/sys/epoll.rs:31:31 [INFO] [stderr] | [INFO] [stderr] 31 | static NEXT_ID: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: replace the use of the deprecated constant [INFO] [stderr] | [INFO] [stderr] 31 - static NEXT_ID: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] 31 + static NEXT_ID: AtomicUsize = AtomicUsize::new(0); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/sys/dlsym.rs:13:44 [INFO] [stderr] | [INFO] [stderr] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/sys/epoll.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | dlsym!(fn epoll_create1(c_int) -> c_int); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `dlsym` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: replace the use of the deprecated constant [INFO] [stderr] | [INFO] [stderr] 13 - addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stderr] 13 + addr: ::std::sync::atomic::AtomicUsize::new(0), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/poll.rs:706:40 [INFO] [stderr] | [INFO] [stderr] 706 | let mut curr = self.lock_state.compare_and_swap(0, 1, SeqCst); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/poll.rs:724:50 [INFO] [stderr] | [INFO] [stderr] 724 | let actual = self.lock_state.compare_and_swap(curr, next, SeqCst); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/poll.rs:748:50 [INFO] [stderr] | [INFO] [stderr] 748 | let actual = self.lock_state.compare_and_swap(curr, next, SeqCst); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/registration.rs:583:47 [INFO] [stderr] | [INFO] [stderr] 583 | let actual = self.readiness_queue.compare_and_swap( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/registration.rs:632:29 [INFO] [stderr] | [INFO] [stderr] 632 | if self.update_lock.compare_and_swap(false, true, Acquire) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/registration.rs:922:48 [INFO] [stderr] | [INFO] [stderr] 922 | let actual = self.inner.head_readiness.compare_and_swap( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/registration.rs:1016:47 [INFO] [stderr] | [INFO] [stderr] 1016 | let act = self.head_readiness.compare_and_swap(prev, node_ptr, AcqRel); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/registration.rs:1196:20 [INFO] [stderr] | [INFO] [stderr] 1196 | self.inner.compare_and_swap(current.into(), new.into(), order).into() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/channel.rs:310:50 [INFO] [stderr] | [INFO] [stderr] 310 | &SendError::Io(ref io_err) => io_err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/channel.rs:319:53 [INFO] [stderr] | [INFO] [stderr] 319 | &TrySendError::Io(ref io_err) => io_err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `MapNonBlock` is never used [INFO] [stderr] --> src/io.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait MapNonBlock { [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/event.rs:173:17 [INFO] [stderr] | [INFO] [stderr] 173 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ---- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 173 | pub fn iter(&self) -> Iter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `soio` (lib) generated 22 warnings (run `cargo fix --lib -p soio` to apply 8 suggestions) [INFO] [stderr] warning: `soio` (lib test) generated 22 warnings (22 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/soio-8eecd315e583504d) [INFO] [stderr] Doc-tests soio [INFO] [stdout] [INFO] [stdout] running 64 tests [INFO] [stdout] test src/event.rs - event::Event::token (line 277) ... ok [INFO] [stdout] test src/event.rs - event::Events::is_empty (line 143) ... ok [INFO] [stdout] test src/iovec.rs - iovec::IoVec::as_bytes (line 58) ... ok [INFO] [stdout] test src/event.rs - event::Events::capacity (line 128) ... ok [INFO] [stdout] test src/event.rs - event::Events::with_capacity (line 74) ... ok [INFO] [stdout] test src/event.rs - event::Event::readiness (line 262) ... ok [INFO] [stdout] test src/event.rs - event::Events::len (line 115) ... ok [INFO] [stdout] test src/iovec.rs - iovec::IoVec (line 9) ... ok [INFO] [stdout] test src/evented.rs - evented::Evented (line 66) ... ok [INFO] [stdout] test src/event.rs - event::Event::new (line 243) ... ok [INFO] [stdout] test src/event.rs - event::Event (line 219) ... ok [INFO] [stdout] test src/evented.rs - evented::Evented (line 31) ... ok [INFO] [stdout] test src/event.rs - event::Iter (line 45) ... ok [INFO] [stdout] test src/lib.rs - (line 22) ... ok [INFO] [stdout] test src/event.rs - event::Events (line 14) ... ok [INFO] [stdout] test src/poll.rs - poll::Poll::deregister (line 565) ... FAILED [INFO] [stdout] test src/poll.rs - poll::Poll (line 253) ... FAILED [INFO] [stdout] test src/event.rs - event::Events::iter (line 158) ... ok [INFO] [stdout] test src/event.rs - event::Events::get (line 92) ... ok [INFO] [stdout] test src/poll.rs - poll::Poll::poll (line 634) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::contains (line 180) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt (line 11) ... ok [INFO] [stdout] test src/lib.rs - (line 16) ... ok [INFO] [stdout] test src/iovec.rs - iovec::IoVec::as_mut_bytes (line 77) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::is_edge (line 116) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::contains (line 189) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::contains (line 198) ... ok [INFO] [stdout] test src/poll.rs - poll::Poll (line 86) ... ok [INFO] [stdout] test src/poll.rs - poll::Poll::reregister (line 516) ... FAILED [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::edge (line 56) ... ok [INFO] [stdout] test src/poll.rs - poll::Poll::new (line 339) ... ok [INFO] [stdout] test src/poll.rs - poll::Poll::register (line 439) ... FAILED [INFO] [stdout] test src/ready.rs - ready::Ready (line 19) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::empty (line 36) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::remove (line 239) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::is_level (line 136) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::insert (line 220) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::contains (line 314) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::is_oneshot (line 156) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::oneshot (line 96) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::contains (line 323) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::contains (line 332) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::insert (line 272) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::level (line 76) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::error (line 112) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::empty (line 48) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::is_readable (line 179) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::hup (line 141) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::is_empty (line 162) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::remove (line 291) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::is_hup (line 252) ... ok [INFO] [stdout] test src/registration.rs - registration::Registration (line 37) ... ok [INFO] [stdout] test src/sys/eventedfd.rs - sys::eventedfd::EventedFd (line 31) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::writable (line 87) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::is_error (line 224) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::is_writable (line 199) ... ok [INFO] [stdout] test src/registration.rs - registration::SetReadiness::set_readiness (line 492) ... ok [INFO] [stdout] test src/registration.rs - registration::SetReadiness::readiness (line 430) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::readable (line 67) ... ok [INFO] [stdout] test src/registration.rs - registration::SetReadiness::set_readiness (line 462) ... ok [INFO] [stdout] test src/sys/eventedfd.rs - sys::eventedfd::EventedFd (line 50) ... ok [INFO] [stdout] test src/token.rs - token::Token (line 13) ... ok [INFO] [stdout] test src/registration.rs - registration::Registration::new_prev (line 326) ... ok [INFO] [stdout] test src/registration.rs - registration::Registration::new (line 266) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/poll.rs - poll::Poll::deregister (line 565) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (708) panicked at src/poll.rs:10:52: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5ae156d87c22 - std::backtrace_rs::backtrace::libunwind::trace::h0fb8082ca5562a61 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5ae156d87c22 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa258994374a3cd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5ae156d87c22 - std::sys::backtrace::_print_fmt::h11496fe34963a885 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5ae156d87c22 - ::fmt::hff1a9408d012ee89 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5ae156da52cf - core::fmt::rt::Argument::fmt::hf11195b61445f5d1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5ae156da52cf - core::fmt::write::h2f1fc679f228cc52 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5ae156d79953 - std::io::default_write_fmt::hdd5e6d67566e664d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5ae156d79953 - std::io::Write::write_fmt::haa2231cbd9aebf95 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5ae156d87a72 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5ae156d7789c - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5ae156d776e3 - std::panicking::default_hook::h43da101644971931 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:328:9 [INFO] [stdout] 11: 0x5ae156d77dda - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:834:13 [INFO] [stdout] 12: 0x5ae156d875fa - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:707:13 [INFO] [stdout] 13: 0x5ae156d87559 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 14: 0x5ae156d781cd - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:698:5 [INFO] [stdout] 15: 0x5ae156da83b0 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:75:14 [INFO] [stdout] 16: 0x5ae156da8ab6 - core::result::unwrap_failed::hbb243a6a8b53218d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/result.rs:1852:5 [INFO] [stdout] 17: 0x5ae156d58c94 - rust_out::main::_doctest_main_src_poll_rs_565_0::h5e40f48621ecfaf8 [INFO] [stdout] 18: 0x5ae156d59136 - rust_out::main::h7e777e61203ca549 [INFO] [stdout] 19: 0x5ae156d59803 - core::ops::function::FnOnce::call_once::h894b479a9b16664c [INFO] [stdout] 20: 0x5ae156d59af6 - std::sys::backtrace::__rust_begin_short_backtrace::hcbf029d2da904189 [INFO] [stdout] 21: 0x5ae156d59939 - std::rt::lang_start::{{closure}}::h3a05cfdeea429f55 [INFO] [stdout] 22: 0x5ae156d881f0 - core::ops::function::impls:: for &F>::call_once::h32dc2b2f49a48277 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:290:21 [INFO] [stdout] 23: 0x5ae156d881f0 - std::panicking::catch_unwind::do_call::h3353546a38525559 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 24: 0x5ae156d881f0 - std::panicking::catch_unwind::h57fb70202d1ae368 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 25: 0x5ae156d881f0 - std::panic::catch_unwind::h4b724a52bb5803b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 26: 0x5ae156d881f0 - std::rt::lang_start_internal::{{closure}}::h3724b3072c80532a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:175:24 [INFO] [stdout] 27: 0x5ae156d881f0 - std::panicking::catch_unwind::do_call::h4f6e90f858bd1c3f [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x5ae156d881f0 - std::panicking::catch_unwind::h81c085c0d350991c [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 29: 0x5ae156d881f0 - std::panic::catch_unwind::h289049af1176d82a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x5ae156d881f0 - std::rt::lang_start_internal::h3c37ebeb799b11e1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:171:5 [INFO] [stdout] 31: 0x5ae156d59921 - std::rt::lang_start::h5b53c8738ceaa0f6 [INFO] [stdout] 32: 0x5ae156d59b75 - main [INFO] [stdout] 33: 0x78f3c3a721ca - [INFO] [stdout] 34: 0x78f3c3a7228b - __libc_start_main [INFO] [stdout] 35: 0x5ae156d584b5 - _start [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/poll.rs - poll::Poll (line 253) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (728) panicked at src/poll.rs:10:50: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5605c3f52362 - std::backtrace_rs::backtrace::libunwind::trace::h0fb8082ca5562a61 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5605c3f52362 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa258994374a3cd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5605c3f52362 - std::sys::backtrace::_print_fmt::h11496fe34963a885 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5605c3f52362 - ::fmt::hff1a9408d012ee89 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5605c3f6f54f - core::fmt::rt::Argument::fmt::hf11195b61445f5d1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5605c3f6f54f - core::fmt::write::h2f1fc679f228cc52 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5605c3f43fb3 - std::io::default_write_fmt::hdd5e6d67566e664d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5605c3f43fb3 - std::io::Write::write_fmt::haa2231cbd9aebf95 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5605c3f521b2 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5605c3f41efc - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5605c3f41d43 - std::panicking::default_hook::h43da101644971931 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:328:9 [INFO] [stdout] 11: 0x5605c3f4243a - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:834:13 [INFO] [stdout] 12: 0x5605c3f51d3a - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:707:13 [INFO] [stdout] 13: 0x5605c3f51c99 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 14: 0x5605c3f4282d - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:698:5 [INFO] [stdout] 15: 0x5605c3f72580 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:75:14 [INFO] [stdout] 16: 0x5605c3f72c06 - core::result::unwrap_failed::hbb243a6a8b53218d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/result.rs:1852:5 [INFO] [stdout] 17: 0x5605c3f28550 - rust_out::main::_doctest_main_src_poll_rs_253_0::h04f94119b1a78e89 [INFO] [stdout] 18: 0x5605c3f284d6 - rust_out::main::h7e777e61203ca549 [INFO] [stdout] 19: 0x5605c3f28ef3 - core::ops::function::FnOnce::call_once::h894b479a9b16664c [INFO] [stdout] 20: 0x5605c3f29046 - std::sys::backtrace::__rust_begin_short_backtrace::hcbf029d2da904189 [INFO] [stdout] 21: 0x5605c3f28db9 - std::rt::lang_start::{{closure}}::h3a05cfdeea429f55 [INFO] [stdout] 22: 0x5605c3f52930 - core::ops::function::impls:: for &F>::call_once::h32dc2b2f49a48277 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:290:21 [INFO] [stdout] 23: 0x5605c3f52930 - std::panicking::catch_unwind::do_call::h3353546a38525559 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 24: 0x5605c3f52930 - std::panicking::catch_unwind::h57fb70202d1ae368 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 25: 0x5605c3f52930 - std::panic::catch_unwind::h4b724a52bb5803b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 26: 0x5605c3f52930 - std::rt::lang_start_internal::{{closure}}::h3724b3072c80532a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:175:24 [INFO] [stdout] 27: 0x5605c3f52930 - std::panicking::catch_unwind::do_call::h4f6e90f858bd1c3f [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x5605c3f52930 - std::panicking::catch_unwind::h81c085c0d350991c [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 29: 0x5605c3f52930 - std::panic::catch_unwind::h289049af1176d82a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x5605c3f52930 - std::rt::lang_start_internal::h3c37ebeb799b11e1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:171:5 [INFO] [stdout] 31: 0x5605c3f28da1 - std::rt::lang_start::h5b53c8738ceaa0f6 [INFO] [stdout] 32: 0x5605c3f290b5 - main [INFO] [stdout] 33: 0x7196e57111ca - [INFO] [stdout] 34: 0x7196e571128b - __libc_start_main [INFO] [stdout] 35: 0x5605c3f27e95 - _start [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/poll.rs - poll::Poll::reregister (line 516) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (985) panicked at src/poll.rs:9:52: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5ad251ef07e2 - std::backtrace_rs::backtrace::libunwind::trace::h0fb8082ca5562a61 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5ad251ef07e2 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa258994374a3cd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5ad251ef07e2 - std::sys::backtrace::_print_fmt::h11496fe34963a885 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5ad251ef07e2 - ::fmt::hff1a9408d012ee89 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5ad251f0d9cf - core::fmt::rt::Argument::fmt::hf11195b61445f5d1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5ad251f0d9cf - core::fmt::write::h2f1fc679f228cc52 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5ad251ee2513 - std::io::default_write_fmt::hdd5e6d67566e664d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5ad251ee2513 - std::io::Write::write_fmt::haa2231cbd9aebf95 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5ad251ef0632 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5ad251ee045c - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5ad251ee02a3 - std::panicking::default_hook::h43da101644971931 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:328:9 [INFO] [stdout] 11: 0x5ad251ee099a - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:834:13 [INFO] [stdout] 12: 0x5ad251ef01ba - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:707:13 [INFO] [stdout] 13: 0x5ad251ef0119 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 14: 0x5ad251ee0d8d - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:698:5 [INFO] [stdout] 15: 0x5ad251f10a00 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:75:14 [INFO] [stdout] 16: 0x5ad251f11086 - core::result::unwrap_failed::hbb243a6a8b53218d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/result.rs:1852:5 [INFO] [stdout] 17: 0x5ad251ec6ae1 - rust_out::main::_doctest_main_src_poll_rs_516_0::h27beff5e7a45a3a3 [INFO] [stdout] 18: 0x5ad251ec6de6 - rust_out::main::h7e777e61203ca549 [INFO] [stdout] 19: 0x5ad251ec7263 - core::ops::function::FnOnce::call_once::h894b479a9b16664c [INFO] [stdout] 20: 0x5ad251ec73a6 - std::sys::backtrace::__rust_begin_short_backtrace::hcbf029d2da904189 [INFO] [stdout] 21: 0x5ad251ec7129 - std::rt::lang_start::{{closure}}::h3a05cfdeea429f55 [INFO] [stdout] 22: 0x5ad251ef0db0 - core::ops::function::impls:: for &F>::call_once::h32dc2b2f49a48277 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:290:21 [INFO] [stdout] 23: 0x5ad251ef0db0 - std::panicking::catch_unwind::do_call::h3353546a38525559 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 24: 0x5ad251ef0db0 - std::panicking::catch_unwind::h57fb70202d1ae368 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 25: 0x5ad251ef0db0 - std::panic::catch_unwind::h4b724a52bb5803b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 26: 0x5ad251ef0db0 - std::rt::lang_start_internal::{{closure}}::h3724b3072c80532a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:175:24 [INFO] [stdout] 27: 0x5ad251ef0db0 - std::panicking::catch_unwind::do_call::h4f6e90f858bd1c3f [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x5ad251ef0db0 - std::panicking::catch_unwind::h81c085c0d350991c [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 29: 0x5ad251ef0db0 - std::panic::catch_unwind::h289049af1176d82a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x5ad251ef0db0 - std::rt::lang_start_internal::h3c37ebeb799b11e1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:171:5 [INFO] [stdout] 31: 0x5ad251ec7111 - std::rt::lang_start::h5b53c8738ceaa0f6 [INFO] [stdout] 32: 0x5ad251ec7405 - main [INFO] [stdout] 33: 0x7a2a9eeb41ca - [INFO] [stdout] 34: 0x7a2a9eeb428b - __libc_start_main [INFO] [stdout] 35: 0x5ad251ec5f15 - _start [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/poll.rs - poll::Poll::register (line 439) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (1183) panicked at src/poll.rs:10:52: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5eb00cf88332 - std::backtrace_rs::backtrace::libunwind::trace::h0fb8082ca5562a61 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5eb00cf88332 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa258994374a3cd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5eb00cf88332 - std::sys::backtrace::_print_fmt::h11496fe34963a885 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5eb00cf88332 - ::fmt::hff1a9408d012ee89 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5eb00cfa59df - core::fmt::rt::Argument::fmt::hf11195b61445f5d1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5eb00cfa59df - core::fmt::write::h2f1fc679f228cc52 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5eb00cf7a063 - std::io::default_write_fmt::hdd5e6d67566e664d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5eb00cf7a063 - std::io::Write::write_fmt::haa2231cbd9aebf95 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5eb00cf88182 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5eb00cf77fac - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5eb00cf77df3 - std::panicking::default_hook::h43da101644971931 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:328:9 [INFO] [stdout] 11: 0x5eb00cf784ea - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:834:13 [INFO] [stdout] 12: 0x5eb00cf87d0a - std::panicking::panic_handler::{{closure}}::hbff715d0475cf1bd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:707:13 [INFO] [stdout] 13: 0x5eb00cf87c69 - std::sys::backtrace::__rust_end_short_backtrace::hd6f43484e45a4955 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 14: 0x5eb00cf788dd - __rustc[b29d3319de9a3146]::rust_begin_unwind [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:698:5 [INFO] [stdout] 15: 0x5eb00cfa8ac0 - core::panicking::panic_fmt::h5f8d281875be5ff1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panicking.rs:75:14 [INFO] [stdout] 16: 0x5eb00cfa91c6 - core::result::unwrap_failed::hbb243a6a8b53218d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/result.rs:1852:5 [INFO] [stdout] 17: 0x5eb00cf5915a - rust_out::main::_doctest_main_src_poll_rs_439_0::h6c17951e5e5ba9dd [INFO] [stdout] 18: 0x5eb00cf58fa6 - rust_out::main::h7e777e61203ca549 [INFO] [stdout] 19: 0x5eb00cf59c03 - core::ops::function::FnOnce::call_once::h894b479a9b16664c [INFO] [stdout] 20: 0x5eb00cf59f36 - std::sys::backtrace::__rust_begin_short_backtrace::hcbf029d2da904189 [INFO] [stdout] 21: 0x5eb00cf59d39 - std::rt::lang_start::{{closure}}::h3a05cfdeea429f55 [INFO] [stdout] 22: 0x5eb00cf88900 - core::ops::function::impls:: for &F>::call_once::h32dc2b2f49a48277 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:290:21 [INFO] [stdout] 23: 0x5eb00cf88900 - std::panicking::catch_unwind::do_call::h3353546a38525559 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 24: 0x5eb00cf88900 - std::panicking::catch_unwind::h57fb70202d1ae368 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 25: 0x5eb00cf88900 - std::panic::catch_unwind::h4b724a52bb5803b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 26: 0x5eb00cf88900 - std::rt::lang_start_internal::{{closure}}::h3724b3072c80532a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:175:24 [INFO] [stdout] 27: 0x5eb00cf88900 - std::panicking::catch_unwind::do_call::h4f6e90f858bd1c3f [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x5eb00cf88900 - std::panicking::catch_unwind::h81c085c0d350991c [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 29: 0x5eb00cf88900 - std::panic::catch_unwind::h289049af1176d82a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x5eb00cf88900 - std::rt::lang_start_internal::h3c37ebeb799b11e1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/rt.rs:171:5 [INFO] [stdout] 31: 0x5eb00cf59d21 - std::rt::lang_start::h5b53c8738ceaa0f6 [INFO] [stdout] 32: 0x5eb00cf59f95 - main [INFO] [stdout] 33: 0x79648f8f11ca - [INFO] [stdout] 34: 0x79648f8f128b - __libc_start_main [INFO] [stdout] 35: 0x5eb00cf586f5 - _start [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/poll.rs - poll::Poll (line 253) [INFO] [stdout] src/poll.rs - poll::Poll::deregister (line 565) [INFO] [stdout] src/poll.rs - poll::Poll::register (line 439) [INFO] [stdout] src/poll.rs - poll::Poll::reregister (line 516) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 60 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.49s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "cb178395930959e29ee9294f187085c4e468ae79730e8cf7e41f803bc4b34e3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb178395930959e29ee9294f187085c4e468ae79730e8cf7e41f803bc4b34e3c", kill_on_drop: false }` [INFO] [stdout] cb178395930959e29ee9294f187085c4e468ae79730e8cf7e41f803bc4b34e3c