[INFO] fetching crate soio 0.2.3... [INFO] testing soio-0.2.3 against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] extracting crate soio 0.2.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate soio 0.2.3 on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fce4110bc030caf6e69e78bb9dd0bed057196e3d40d0fabda8d28bc1465d1402 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fce4110bc030caf6e69e78bb9dd0bed057196e3d40d0fabda8d28bc1465d1402", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fce4110bc030caf6e69e78bb9dd0bed057196e3d40d0fabda8d28bc1465d1402", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fce4110bc030caf6e69e78bb9dd0bed057196e3d40d0fabda8d28bc1465d1402", kill_on_drop: false }` [INFO] [stdout] fce4110bc030caf6e69e78bb9dd0bed057196e3d40d0fabda8d28bc1465d1402 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fd4525775fe2eb8b367659898408a4f99ea33b716f5613a927a2a753cfd8fe89 [INFO] running `Command { std: "docker" "start" "-a" "fd4525775fe2eb8b367659898408a4f99ea33b716f5613a927a2a753cfd8fe89", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling soio v0.2.3 (/opt/rustwide/workdir) [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:23 [INFO] [stdout] | [INFO] [stdout] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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:23 [INFO] [stdout] | [INFO] [stdout] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `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 associated function `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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.55s [INFO] running `Command { std: "docker" "inspect" "fd4525775fe2eb8b367659898408a4f99ea33b716f5613a927a2a753cfd8fe89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd4525775fe2eb8b367659898408a4f99ea33b716f5613a927a2a753cfd8fe89", kill_on_drop: false }` [INFO] [stdout] fd4525775fe2eb8b367659898408a4f99ea33b716f5613a927a2a753cfd8fe89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9f8d8b3049ab46d70507af692bd0bc06428446417e1b4fbcc69379997f1e0f34 [INFO] running `Command { std: "docker" "start" "-a" "9f8d8b3049ab46d70507af692bd0bc06428446417e1b4fbcc69379997f1e0f34", kill_on_drop: false }` [INFO] [stderr] Compiling soio v0.2.3 (/opt/rustwide/workdir) [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:23 [INFO] [stdout] | [INFO] [stdout] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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:23 [INFO] [stdout] | [INFO] [stdout] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `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 associated function `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: 6 warnings emitted [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:23 [INFO] [stdout] | [INFO] [stdout] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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:23 [INFO] [stdout] | [INFO] [stdout] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `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 associated function `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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.64s [INFO] running `Command { std: "docker" "inspect" "9f8d8b3049ab46d70507af692bd0bc06428446417e1b4fbcc69379997f1e0f34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f8d8b3049ab46d70507af692bd0bc06428446417e1b4fbcc69379997f1e0f34", kill_on_drop: false }` [INFO] [stdout] 9f8d8b3049ab46d70507af692bd0bc06428446417e1b4fbcc69379997f1e0f34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 622dd98b4d19dfc2aa1f067b097a03cccd639160510a74ecaef8363684dc02f6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "622dd98b4d19dfc2aa1f067b097a03cccd639160510a74ecaef8363684dc02f6", kill_on_drop: false }` [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:23 [INFO] [stderr] | [INFO] [stderr] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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:23 [INFO] [stderr] | [INFO] [stderr] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `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 associated function `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: 6 warnings emitted [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:23 [INFO] [stderr] | [INFO] [stderr] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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:23 [INFO] [stderr] | [INFO] [stderr] 13 | addr: ::std::sync::atomic::ATOMIC_USIZE_INIT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicUsize::new(0)` [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `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 associated function `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: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/soio-42ff287369a80778 [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests soio [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 64 tests [INFO] [stdout] test src/evented.rs - evented::Evented (line 31) ... ok [INFO] [stdout] test src/event.rs - event::Event::token (line 277) ... ok [INFO] [stdout] test src/event.rs - event::Event::readiness (line 262) ... ok [INFO] [stdout] test src/event.rs - event::Event::new (line 243) ... ok [INFO] [stdout] test src/event.rs - event::Events::get (line 92) ... ok [INFO] [stdout] test src/event.rs - event::Events::len (line 115) ... ok [INFO] [stdout] test src/event.rs - event::Event (line 219) ... ok [INFO] [stdout] test src/event.rs - event::Events::with_capacity (line 74) ... ok [INFO] [stdout] test src/event.rs - event::Events::iter (line 158) ... ok [INFO] [stdout] test src/event.rs - event::Iter (line 45) ... ok [INFO] [stdout] test src/event.rs - event::Events::capacity (line 128) ... ok [INFO] [stdout] test src/evented.rs - evented::Evented (line 66) ... ok [INFO] [stdout] test src/event.rs - event::Events::is_empty (line 143) ... ok [INFO] [stdout] test src/iovec.rs - iovec::IoVec (line 9) ... ok [INFO] [stdout] test src/iovec.rs - iovec::IoVec::as_bytes (line 58) ... ok [INFO] [stdout] test src/event.rs - event::Events (line 14) ... ok [INFO] [stdout] test src/iovec.rs - iovec::IoVec::as_mut_bytes (line 77) ... ok [INFO] [stdout] test src/lib.rs - (line 16) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::contains (line 198) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::empty (line 36) ... ok [INFO] [stdout] test src/poll.rs - poll::Poll::register (line 439) ... FAILED [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 180) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt (line 11) ... ok [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 (line 86) ... ok [INFO] [stdout] test src/poll.rs - poll::Poll::reregister (line 516) ... FAILED [INFO] [stdout] test src/poll.rs - poll::Poll (line 253) ... FAILED [INFO] [stdout] test src/lib.rs - (line 22) ... ok [INFO] [stdout] test src/poll.rs - poll::Poll::deregister (line 565) ... FAILED [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::is_level (line 136) ... ok [INFO] [stdout] test src/poll_opt.rs - poll_opt::PollOpt::insert (line 220) ... 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/poll.rs - poll::Poll::poll (line 634) ... 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::level (line 76) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready (line 19) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::contains (line 332) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::empty (line 48) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::contains (line 323) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::contains (line 314) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::error (line 112) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::is_empty (line 162) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::hup (line 141) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::readable (line 67) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::insert (line 272) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::is_error (line 224) ... ok [INFO] [stdout] test src/registration.rs - registration::Registration (line 37) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::is_hup (line 252) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::is_readable (line 179) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::remove (line 291) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::is_writable (line 199) ... ok [INFO] [stdout] test src/ready.rs - ready::Ready::writable (line 87) ... ok [INFO] [stdout] test src/registration.rs - registration::SetReadiness::readiness (line 430) ... ok [INFO] [stdout] test src/registration.rs - registration::SetReadiness::set_readiness (line 462) ... ok [INFO] [stdout] test src/registration.rs - registration::SetReadiness::set_readiness (line 492) ... ok [INFO] [stdout] test src/sys/eventedfd.rs - sys::eventedfd::EventedFd (line 50) ... ok [INFO] [stdout] test src/sys/eventedfd.rs - sys::eventedfd::EventedFd (line 31) ... ok [INFO] [stdout] test src/registration.rs - registration::Registration::new (line 266) ... ok [INFO] [stdout] test src/registration.rs - registration::Registration::new_prev (line 326) ... ok [INFO] [stdout] test src/token.rs - token::Token (line 13) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/poll.rs - poll::Poll::register (line 439) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 101, kind: Other, message: "Network is unreachable" }', src/poll.rs:9:52 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55915ec8af60 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55915ec8af60 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55915ec8af60 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55915ec8af60 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55915eca6efc - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55915ec87472 - std::io::Write::write_fmt::h24485de26f355188 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55915ec8d495 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55915ec8d495 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55915ec8d495 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55915ec8cfea - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55915ec8dc31 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55915ec8d777 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x55915ec8b41c - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55915ec8d6d9 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x55915eca62a1 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55915eca60c3 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x55915ec653aa - core::result::Result::unwrap::h0ede7daba6d449cc [INFO] [stdout] 17: 0x55915ec665f3 - rust_out::main::h405f65324f7b53be [INFO] [stdout] 18: 0x55915ec64bf3 - core::ops::function::FnOnce::call_once::ha451af22024e1864 [INFO] [stdout] 19: 0x55915ec64229 - std::sys_common::backtrace::__rust_begin_short_backtrace::hefd8e56bf97a4afd [INFO] [stdout] 20: 0x55915ec642b9 - std::rt::lang_start::{{closure}}::hee13be5f96bd7848 [INFO] [stdout] 21: 0x55915ec8e057 - core::ops::function::impls:: for &F>::call_once::h194d6aa01fb6b594 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 22: 0x55915ec8e057 - std::panicking::try::do_call::h4ef477456776cccb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 23: 0x55915ec8e057 - std::panicking::try::h7f2121b6bb3bbca4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 24: 0x55915ec8e057 - std::panic::catch_unwind::he974d0ca04309948 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 25: 0x55915ec8e057 - std::rt::lang_start_internal::h36e9e78490120b9f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/rt.rs:51:25 [INFO] [stdout] 26: 0x55915ec64298 - std::rt::lang_start::h290408a3f91c6d5a [INFO] [stdout] 27: 0x55915ec66a1b - main [INFO] [stdout] 28: 0x7f82555400b3 - __libc_start_main [INFO] [stdout] 29: 0x55915ec640ae - _start [INFO] [stdout] 30: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/poll.rs - poll::Poll::reregister (line 516) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 101, kind: Other, message: "Network is unreachable" }', src/poll.rs:8:52 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5620359e6300 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5620359e6300 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5620359e6300 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5620359e6300 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x562035a01f8c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x5620359e2992 - std::io::Write::write_fmt::h24485de26f355188 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x5620359e87f5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5620359e87f5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5620359e87f5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5620359e834a - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x5620359e8f91 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x5620359e8ad7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x5620359e67bc - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5620359e8a39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x562035a01331 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x562035a01153 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x5620359c723a - core::result::Result::unwrap::h0ede7daba6d449cc [INFO] [stdout] 17: 0x5620359c8680 - rust_out::main::h405f65324f7b53be [INFO] [stdout] 18: 0x5620359c6b83 - core::ops::function::FnOnce::call_once::ha451af22024e1864 [INFO] [stdout] 19: 0x5620359c6229 - std::sys_common::backtrace::__rust_begin_short_backtrace::hefd8e56bf97a4afd [INFO] [stdout] 20: 0x5620359c62b9 - std::rt::lang_start::{{closure}}::hee13be5f96bd7848 [INFO] [stdout] 21: 0x5620359e93b7 - core::ops::function::impls:: for &F>::call_once::h194d6aa01fb6b594 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 22: 0x5620359e93b7 - std::panicking::try::do_call::h4ef477456776cccb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 23: 0x5620359e93b7 - std::panicking::try::h7f2121b6bb3bbca4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 24: 0x5620359e93b7 - std::panic::catch_unwind::he974d0ca04309948 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 25: 0x5620359e93b7 - std::rt::lang_start_internal::h36e9e78490120b9f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/rt.rs:51:25 [INFO] [stdout] 26: 0x5620359c6298 - std::rt::lang_start::h290408a3f91c6d5a [INFO] [stdout] 27: 0x5620359c886b - main [INFO] [stdout] 28: 0x7fba75f890b3 - __libc_start_main [INFO] [stdout] 29: 0x5620359c60ae - _start [INFO] [stdout] 30: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/poll.rs - poll::Poll (line 253) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 101, kind: Other, message: "Network is unreachable" }', src/poll.rs:9:50 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x563273bc3d00 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x563273bc3d00 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x563273bc3d00 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x563273bc3d00 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x563273bdf98c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x563273bc0392 - std::io::Write::write_fmt::h24485de26f355188 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x563273bc61f5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x563273bc61f5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x563273bc61f5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x563273bc5d4a - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x563273bc6991 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x563273bc64d7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x563273bc41bc - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x563273bc6439 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x563273bded31 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x563273bdeb53 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x563273ba525a - core::result::Result::unwrap::h0ede7daba6d449cc [INFO] [stdout] 17: 0x563273ba62a1 - rust_out::main::h405f65324f7b53be [INFO] [stdout] 18: 0x563273ba4b83 - core::ops::function::FnOnce::call_once::ha451af22024e1864 [INFO] [stdout] 19: 0x563273ba4229 - std::sys_common::backtrace::__rust_begin_short_backtrace::hefd8e56bf97a4afd [INFO] [stdout] 20: 0x563273ba42b9 - std::rt::lang_start::{{closure}}::hee13be5f96bd7848 [INFO] [stdout] 21: 0x563273bc6db7 - core::ops::function::impls:: for &F>::call_once::h194d6aa01fb6b594 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 22: 0x563273bc6db7 - std::panicking::try::do_call::h4ef477456776cccb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 23: 0x563273bc6db7 - std::panicking::try::h7f2121b6bb3bbca4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 24: 0x563273bc6db7 - std::panic::catch_unwind::he974d0ca04309948 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 25: 0x563273bc6db7 - std::rt::lang_start_internal::h36e9e78490120b9f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/rt.rs:51:25 [INFO] [stdout] 26: 0x563273ba4298 - std::rt::lang_start::h290408a3f91c6d5a [INFO] [stdout] 27: 0x563273ba645b - main [INFO] [stdout] 28: 0x7f442f8790b3 - __libc_start_main [INFO] [stdout] 29: 0x563273ba40ae - _start [INFO] [stdout] 30: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/poll.rs - poll::Poll::deregister (line 565) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 101, kind: Other, message: "Network is unreachable" }', src/poll.rs:9:52 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5600b5fe2c00 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5600b5fe2c00 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5600b5fe2c00 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5600b5fe2c00 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5600b5ffeb9c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x5600b5fdf112 - std::io::Write::write_fmt::h24485de26f355188 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x5600b5fe5135 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5600b5fe5135 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5600b5fe5135 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5600b5fe4c8a - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x5600b5fe58d1 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x5600b5fe5417 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x5600b5fe30bc - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5600b5fe5379 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x5600b5ffdf41 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5600b5ffdd63 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x5600b5fbd30a - core::result::Result::unwrap::h0ede7daba6d449cc [INFO] [stdout] 17: 0x5600b5fbe703 - rust_out::main::h405f65324f7b53be [INFO] [stdout] 18: 0x5600b5fbcb83 - core::ops::function::FnOnce::call_once::ha451af22024e1864 [INFO] [stdout] 19: 0x5600b5fbc229 - std::sys_common::backtrace::__rust_begin_short_backtrace::hefd8e56bf97a4afd [INFO] [stdout] 20: 0x5600b5fbc2b9 - std::rt::lang_start::{{closure}}::hee13be5f96bd7848 [INFO] [stdout] 21: 0x5600b5fe5cf7 - core::ops::function::impls:: for &F>::call_once::h194d6aa01fb6b594 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 22: 0x5600b5fe5cf7 - std::panicking::try::do_call::h4ef477456776cccb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 23: 0x5600b5fe5cf7 - std::panicking::try::h7f2121b6bb3bbca4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 24: 0x5600b5fe5cf7 - std::panic::catch_unwind::he974d0ca04309948 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 25: 0x5600b5fe5cf7 - std::rt::lang_start_internal::h36e9e78490120b9f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/rt.rs:51:25 [INFO] [stdout] 26: 0x5600b5fbc298 - std::rt::lang_start::h290408a3f91c6d5a [INFO] [stdout] 27: 0x5600b5fbeb2b - main [INFO] [stdout] 28: 0x7fe1b325f0b3 - __libc_start_main [INFO] [stdout] 29: 0x5600b5fbc0ae - _start [INFO] [stdout] 30: 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 [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "622dd98b4d19dfc2aa1f067b097a03cccd639160510a74ecaef8363684dc02f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "622dd98b4d19dfc2aa1f067b097a03cccd639160510a74ecaef8363684dc02f6", kill_on_drop: false }` [INFO] [stdout] 622dd98b4d19dfc2aa1f067b097a03cccd639160510a74ecaef8363684dc02f6