[INFO] fetching crate fibers 0.1.13...
[INFO] testing fibers-0.1.13 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate fibers 0.1.13 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate fibers 0.1.13
[INFO] finished tweaking crates.io crate fibers 0.1.13
[INFO] tweaked toml for crates.io crate fibers 0.1.13 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fibers 0.1.13 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fibers 0.1.13 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b6433f2a7a194f9be9569783c13fb8894b5c189523d735f6c5099bc73ee64095
[INFO] running `Command { std: "docker" "start" "-a" "b6433f2a7a194f9be9569783c13fb8894b5c189523d735f6c5099bc73ee64095", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b6433f2a7a194f9be9569783c13fb8894b5c189523d735f6c5099bc73ee64095", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6433f2a7a194f9be9569783c13fb8894b5c189523d735f6c5099bc73ee64095", kill_on_drop: false }`
[INFO] [stdout] b6433f2a7a194f9be9569783c13fb8894b5c189523d735f6c5099bc73ee64095
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e3797dc6727215bbe53762bf7d38acd2d8c21a91b566b7bc314cd7583fcd9bf
[INFO] running `Command { std: "docker" "start" "-a" "9e3797dc6727215bbe53762bf7d38acd2d8c21a91b566b7bc314cd7583fcd9bf", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling futures v0.1.29
[INFO] [stderr]    Compiling nbchan v0.1.3
[INFO] [stderr]    Compiling splay_tree v0.2.10
[INFO] [stderr]    Compiling net2 v0.2.33
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling mio v0.6.19
[INFO] [stderr]    Compiling fibers v0.1.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `pollers` is never read
[INFO] [stdout]   --> src/executor/thread_pool.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct ThreadPoolExecutor {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] 47 |     pool: SchedulerPool,
[INFO] [stdout] 48 |     pollers: PollerPool,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ThreadPoolExecutor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `links` is never read
[INFO] [stdout]    --> src/executor/thread_pool.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 142 | struct PollerPool {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] 143 |     pollers: Vec<poll::PollerHandle>,
[INFO] [stdout] 144 |     links: Vec<Link<(), io::Error>>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PollerPool` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/fiber/schedule.rs:54:36
[INFO] [stdout]    |
[INFO] [stdout] 54 |             scheduler_id: unsafe { NEXT_SCHEDULER_ID.fetch_add(1, atomic::Ordering::SeqCst) },
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fiber/schedule.rs:324:23
[INFO] [stdout]     |
[INFO] [stdout] 324 |     pub fn as_context(&mut self) -> Option<Context> {
[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] 324 |     pub fn as_context(&mut self) -> Option<Context<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/io/poll/mod.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn lock(&self) -> EventedLock<T> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn lock(&self) -> EventedLock<'_, T> {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io/poll/poller.rs:374:18
[INFO] [stdout]     |
[INFO] [stdout] 374 |     pub fn inner(&self) -> EventedLock<T> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 374 |     pub fn inner(&self) -> EventedLock<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sync_atomic.rs:20:27
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn try_borrow_mut(&self) -> Option<AtomicBorrowMut<T>> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn try_borrow_mut(&self) -> Option<AtomicBorrowMut<'_, T>> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sync_atomic.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn try_borrow(&self) -> Option<AtomicBorrowRef<T>> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn try_borrow(&self) -> Option<AtomicBorrowRef<'_, T>> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
[INFO] running `Command { std: "docker" "inspect" "9e3797dc6727215bbe53762bf7d38acd2d8c21a91b566b7bc314cd7583fcd9bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e3797dc6727215bbe53762bf7d38acd2d8c21a91b566b7bc314cd7583fcd9bf", kill_on_drop: false }`
[INFO] [stdout] 9e3797dc6727215bbe53762bf7d38acd2d8c21a91b566b7bc314cd7583fcd9bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ebb2c3e1aa532775fc57448e8857791a696a64e821b42cfc9c42ba11aee8eb7
[INFO] running `Command { std: "docker" "start" "-a" "4ebb2c3e1aa532775fc57448e8857791a696a64e821b42cfc9c42ba11aee8eb7", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling httparse v1.3.4
[INFO] [stderr]    Compiling unicode-width v0.1.6
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling atty v0.2.13
[INFO] [stderr]    Compiling handy_async v0.2.13
[INFO] [stdout] warning: field `pollers` is never read
[INFO] [stdout]   --> src/executor/thread_pool.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct ThreadPoolExecutor {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] 47 |     pool: SchedulerPool,
[INFO] [stdout] 48 |     pollers: PollerPool,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ThreadPoolExecutor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `links` is never read
[INFO] [stdout]    --> src/executor/thread_pool.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 142 | struct PollerPool {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] 143 |     pollers: Vec<poll::PollerHandle>,
[INFO] [stdout] 144 |     links: Vec<Link<(), io::Error>>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PollerPool` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/fiber/schedule.rs:54:36
[INFO] [stdout]    |
[INFO] [stdout] 54 |             scheduler_id: unsafe { NEXT_SCHEDULER_ID.fetch_add(1, atomic::Ordering::SeqCst) },
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fiber/schedule.rs:324:23
[INFO] [stdout]     |
[INFO] [stdout] 324 |     pub fn as_context(&mut self) -> Option<Context> {
[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] 324 |     pub fn as_context(&mut self) -> Option<Context<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/io/poll/mod.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn lock(&self) -> EventedLock<T> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn lock(&self) -> EventedLock<'_, T> {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io/poll/poller.rs:374:18
[INFO] [stdout]     |
[INFO] [stdout] 374 |     pub fn inner(&self) -> EventedLock<T> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 374 |     pub fn inner(&self) -> EventedLock<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sync_atomic.rs:20:27
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn try_borrow_mut(&self) -> Option<AtomicBorrowMut<T>> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn try_borrow_mut(&self) -> Option<AtomicBorrowMut<'_, T>> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sync_atomic.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn try_borrow(&self) -> Option<AtomicBorrowRef<T>> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn try_borrow(&self) -> Option<AtomicBorrowRef<'_, T>> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling clap v2.33.0
[INFO] [stderr]    Compiling fibers v0.1.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `pollers` is never read
[INFO] [stdout]   --> src/executor/thread_pool.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct ThreadPoolExecutor {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] 47 |     pool: SchedulerPool,
[INFO] [stdout] 48 |     pollers: PollerPool,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ThreadPoolExecutor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `links` is never read
[INFO] [stdout]    --> src/executor/thread_pool.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 142 | struct PollerPool {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] 143 |     pollers: Vec<poll::PollerHandle>,
[INFO] [stdout] 144 |     links: Vec<Link<(), io::Error>>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PollerPool` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/fiber/schedule.rs:54:36
[INFO] [stdout]    |
[INFO] [stdout] 54 |             scheduler_id: unsafe { NEXT_SCHEDULER_ID.fetch_add(1, atomic::Ordering::SeqCst) },
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fiber/schedule.rs:324:23
[INFO] [stdout]     |
[INFO] [stdout] 324 |     pub fn as_context(&mut self) -> Option<Context> {
[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] 324 |     pub fn as_context(&mut self) -> Option<Context<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/io/poll/mod.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn lock(&self) -> EventedLock<T> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn lock(&self) -> EventedLock<'_, T> {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io/poll/poller.rs:374:18
[INFO] [stdout]     |
[INFO] [stdout] 374 |     pub fn inner(&self) -> EventedLock<T> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 374 |     pub fn inner(&self) -> EventedLock<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sync_atomic.rs:20:27
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn try_borrow_mut(&self) -> Option<AtomicBorrowMut<T>> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn try_borrow_mut(&self) -> Option<AtomicBorrowMut<'_, T>> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sync_atomic.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn try_borrow(&self) -> Option<AtomicBorrowRef<T>> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn try_borrow(&self) -> Option<AtomicBorrowRef<'_, T>> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.95s
[INFO] running `Command { std: "docker" "inspect" "4ebb2c3e1aa532775fc57448e8857791a696a64e821b42cfc9c42ba11aee8eb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ebb2c3e1aa532775fc57448e8857791a696a64e821b42cfc9c42ba11aee8eb7", kill_on_drop: false }`
[INFO] [stdout] 4ebb2c3e1aa532775fc57448e8857791a696a64e821b42cfc9c42ba11aee8eb7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8e256fcf19839011e7c086a1108bb8073a044699524f7d45fcf5a5505d971e26
[INFO] running `Command { std: "docker" "start" "-a" "8e256fcf19839011e7c086a1108bb8073a044699524f7d45fcf5a5505d971e26", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: field `pollers` is never read
[INFO] [stderr]   --> src/executor/thread_pool.rs:48:5
[INFO] [stderr]    |
[INFO] [stderr] 46 | pub struct ThreadPoolExecutor {
[INFO] [stderr]    |            ------------------ field in this struct
[INFO] [stderr] 47 |     pool: SchedulerPool,
[INFO] [stderr] 48 |     pollers: PollerPool,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ThreadPoolExecutor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `links` is never read
[INFO] [stderr]    --> src/executor/thread_pool.rs:144:5
[INFO] [stderr]     |
[INFO] [stderr] 142 | struct PollerPool {
[INFO] [stderr]     |        ---------- field in this struct
[INFO] [stderr] 143 |     pollers: Vec<poll::PollerHandle>,
[INFO] [stderr] 144 |     links: Vec<Link<(), io::Error>>,
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `PollerPool` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/fiber/schedule.rs:54:36
[INFO] [stderr]    |
[INFO] [stderr] 54 |             scheduler_id: unsafe { NEXT_SCHEDULER_ID.fetch_add(1, atomic::Ordering::SeqCst) },
[INFO] [stderr]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/fiber/schedule.rs:324:23
[INFO] [stderr]     |
[INFO] [stderr] 324 |     pub fn as_context(&mut self) -> Option<Context> {
[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] 324 |     pub fn as_context(&mut self) -> Option<Context<'_>> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/io/poll/mod.rs:33:17
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub fn lock(&self) -> EventedLock<T> {
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub fn lock(&self) -> EventedLock<'_, T> {
[INFO] [stderr]    |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/io/poll/poller.rs:374:18
[INFO] [stderr]     |
[INFO] [stderr] 374 |     pub fn inner(&self) -> EventedLock<T> {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     pub fn inner(&self) -> EventedLock<'_, T> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/sync_atomic.rs:20:27
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub fn try_borrow_mut(&self) -> Option<AtomicBorrowMut<T>> {
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub fn try_borrow_mut(&self) -> Option<AtomicBorrowMut<'_, T>> {
[INFO] [stderr]    |                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/sync_atomic.rs:29:23
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub fn try_borrow(&self) -> Option<AtomicBorrowRef<T>> {
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub fn try_borrow(&self) -> Option<AtomicBorrowRef<'_, T>> {
[INFO] [stderr]    |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: `fibers` (lib) generated 8 warnings (run `cargo fix --lib -p fibers` to apply 5 suggestions)
[INFO] [stderr] warning: `fibers` (lib test) generated 8 warnings (8 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/fibers-227e580bfc4b296a)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test time::timer::test::it_works ... ok
[INFO] [stdout] test time::timer::test::timeout_after_works ... ok
[INFO] [stdout] test collections::test::it_works ... ok
[INFO] [stdout] test sync_atomic::test::it_works ... ok
[INFO] [stderr]    Doc-tests fibers
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test src/lib.rs - (line 30) ... ignored
[INFO] [stdout] test src/lib.rs - (line 113) - compile ... ok
[INFO] [stdout] test src/sync/oneshot.rs - sync::oneshot::MonitorError<E>::unwrap_or (line 306) ... ok
[INFO] [stdout] test src/sync/oneshot.rs - sync::oneshot::monitor (line 190) ... ok
[INFO] [stdout] test src/sync/oneshot.rs - sync::oneshot::MonitorError<E>::map (line 281) ... ok
[INFO] [stdout] test src/fiber/mod.rs - fiber::Spawn::spawn_link (line 73) ... ok
[INFO] [stdout] test src/sync/oneshot.rs - sync::oneshot::channel (line 30) ... ok
[INFO] [stdout] test src/executor/thread_pool.rs - executor::thread_pool::ThreadPoolExecutor (line 24) ... ok
[INFO] [stdout] test src/sync/oneshot.rs - sync::oneshot::monitor (line 155) ... ok
[INFO] [stdout] test src/executor/in_place.rs - executor::in_place::InPlaceExecutor (line 18) ... ok
[INFO] [stdout] test src/sync/mpsc.rs - sync::mpsc (line 14) ... ok
[INFO] [stdout] test src/sync/mpsc.rs - sync::mpsc::channel (line 76) ... ok
[INFO] [stdout] test src/lib.rs - (line 77) ... ok
[INFO] [stdout] test src/net/tcp.rs - net::tcp::TcpStream (line 216) ... FAILED
[INFO] [stdout] test src/fiber/schedule.rs - fiber::schedule::yield_poll (line 260) ... ok
[INFO] [stdout] test src/net/udp.rs - net::udp::UdpSocket (line 19) ... ok
[INFO] [stdout] test src/net/tcp.rs - net::tcp::TcpListener (line 22) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/net/tcp.rs - net::tcp::TcpStream (line 216) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (551) panicked at src/net/tcp.rs:26:18:
[INFO] [stdout] Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61c91606cf62 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61c91606cf62 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61c91606cf62 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61c91606cf62 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61c91607c5df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61c91607c5df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61c916048af1 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61c916048af1 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61c91604f332 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61c91605147c - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61c9160512d6 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x61c916051b05 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x61c91605199a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x61c91604f469 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x61c91603d51d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x61c916080d20 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x61c915fed325 - rust_out::main::_doctest_main_src_net_tcp_rs_216_0::{{closure}}::h49b767ae80d8e627
[INFO] [stdout]   17:     0x61c915fe8f56 - core::result::Result<T,E>::map_err::h4bde60c80d1c5ba3
[INFO] [stdout]   18:     0x61c915fecbce - <futures::future::map_err::MapErr<A,F> as futures::future::Future>::poll::he9f661927aa054b8
[INFO] [stdout]   19:     0x61c91603d1b2 - <alloc::boxed::Box<F> as futures::future::Future>::poll::he38d8cb180bacf22
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.1.29/src/future/mod.rs:113:22
[INFO] [stdout]   20:     0x61c916008a60 - fibers::fiber::FiberState::run_once::h9b02894e4078ad2f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fiber/mod.rs:169:50
[INFO] [stdout]   21:     0x61c915ff86c3 - fibers::fiber::schedule::Scheduler::run_fiber::hb46c2a41f781d1fa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fiber/schedule.rs:157:30
[INFO] [stdout]   22:     0x61c915ff8504 - fibers::fiber::schedule::Scheduler::run_once::h355aae314769ff9f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fiber/schedule.rs:103:22
[INFO] [stdout]   23:     0x61c916009365 - <fibers::executor::in_place::InPlaceExecutor as fibers::executor::Executor>::run_once::heb5d2b585c88e0cd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/executor/in_place.rs:68:24
[INFO] [stdout]   24:     0x61c915fed0f8 - rust_out::main::_doctest_main_src_net_tcp_rs_216_0::he4b9f946fa5c2f33
[INFO] [stdout]   25:     0x61c915fecc06 - rust_out::main::h909c389308a13d94
[INFO] [stdout]   26:     0x61c915fe8023 - core::ops::function::FnOnce::call_once::he80aaf16098e337a
[INFO] [stdout]   27:     0x61c915fe7636 - std::sys::backtrace::__rust_begin_short_backtrace::hd4f5856814720a68
[INFO] [stdout]   28:     0x61c915fe7619 - std::rt::lang_start::{{closure}}::hdd522a24cafb4b4b
[INFO] [stdout]   29:     0x61c91604a4a0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   30:     0x61c91604a4a0 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x61c91604a4a0 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x61c91604a4a0 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x61c91604a4a0 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stdout]   34:     0x61c91604a4a0 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61c91604a4a0 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61c91604a4a0 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61c91604a4a0 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stdout]   38:     0x61c915fe7601 - std::rt::lang_start::h5d51bffdfd88737a
[INFO] [stdout]   39:     0x61c915fee015 - main
[INFO] [stdout]   40:     0x70ec91c931ca - <unknown>
[INFO] [stdout]   41:     0x70ec91c9328b - __libc_start_main
[INFO] [stdout]   42:     0x61c915fe7475 - _start
[INFO] [stdout]   43:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/net/tcp.rs - net::tcp::TcpListener (line 22) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (586) panicked at src/net/tcp.rs:26:18:
[INFO] [stdout] Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eb7f05a2022 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eb7f05a2022 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eb7f05a2022 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5eb7f05a2022 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5eb7f05b169f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5eb7f05b169f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5eb7f057dc01 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eb7f057dc01 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5eb7f0584442 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5eb7f058658c - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5eb7f05863e6 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x5eb7f0586c15 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x5eb7f0586aaa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x5eb7f0584579 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5eb7f057262d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x5eb7f05b5de0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x5eb7f0522fc5 - rust_out::main::_doctest_main_src_net_tcp_rs_22_0::{{closure}}::haf772cfcb45004dc
[INFO] [stdout]   17:     0x5eb7f051eab6 - core::result::Result<T,E>::map_err::h7424829d182904af
[INFO] [stdout]   18:     0x5eb7f05227ce - <futures::future::map_err::MapErr<A,F> as futures::future::Future>::poll::hd255bad4e94a676f
[INFO] [stdout]   19:     0x5eb7f05722c2 - <alloc::boxed::Box<F> as futures::future::Future>::poll::he38d8cb180bacf22
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.1.29/src/future/mod.rs:113:22
[INFO] [stdout]   20:     0x5eb7f053ddb0 - fibers::fiber::FiberState::run_once::h9b02894e4078ad2f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fiber/mod.rs:169:50
[INFO] [stdout]   21:     0x5eb7f052e213 - fibers::fiber::schedule::Scheduler::run_fiber::hb46c2a41f781d1fa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fiber/schedule.rs:157:30
[INFO] [stdout]   22:     0x5eb7f052e054 - fibers::fiber::schedule::Scheduler::run_once::h355aae314769ff9f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fiber/schedule.rs:103:22
[INFO] [stdout]   23:     0x5eb7f053e6b5 - <fibers::executor::in_place::InPlaceExecutor as fibers::executor::Executor>::run_once::heb5d2b585c88e0cd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/executor/in_place.rs:68:24
[INFO] [stdout]   24:     0x5eb7f0522cf8 - rust_out::main::_doctest_main_src_net_tcp_rs_22_0::ha16fddd2ca6274e4
[INFO] [stdout]   25:     0x5eb7f0522806 - rust_out::main::h909c389308a13d94
[INFO] [stdout]   26:     0x5eb7f051dc23 - core::ops::function::FnOnce::call_once::he80aaf16098e337a
[INFO] [stdout]   27:     0x5eb7f051d236 - std::sys::backtrace::__rust_begin_short_backtrace::hd4f5856814720a68
[INFO] [stdout]   28:     0x5eb7f051d219 - std::rt::lang_start::{{closure}}::hdd522a24cafb4b4b
[INFO] [stdout]   29:     0x5eb7f057f5b0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   30:     0x5eb7f057f5b0 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x5eb7f057f5b0 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x5eb7f057f5b0 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5eb7f057f5b0 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stdout]   34:     0x5eb7f057f5b0 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x5eb7f057f5b0 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x5eb7f057f5b0 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x5eb7f057f5b0 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stdout]   38:     0x5eb7f051d201 - std::rt::lang_start::h5d51bffdfd88737a
[INFO] [stdout]   39:     0x5eb7f0523bb5 - main
[INFO] [stdout]   40:     0x7b7df04d51ca - <unknown>
[INFO] [stdout]   41:     0x7b7df04d528b - __libc_start_main
[INFO] [stdout]   42:     0x5eb7f051d075 - _start
[INFO] [stdout]   43:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/net/tcp.rs - net::tcp::TcpListener (line 22)
[INFO] [stdout]     src/net/tcp.rs - net::tcp::TcpStream (line 216)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 14 passed; 2 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.29s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8e256fcf19839011e7c086a1108bb8073a044699524f7d45fcf5a5505d971e26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e256fcf19839011e7c086a1108bb8073a044699524f7d45fcf5a5505d971e26", kill_on_drop: false }`
[INFO] [stdout] 8e256fcf19839011e7c086a1108bb8073a044699524f7d45fcf5a5505d971e26
