[INFO] fetching crate fibers 0.1.13...
[INFO] testing fibers-0.1.13 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate fibers 0.1.13 into /workspace/builds/worker-5-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fibers 0.1.13 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nbchan v0.1.3
[INFO] [stderr]   Downloaded splay_tree v0.2.10
[INFO] [stderr]   Downloaded atty v0.2.13
[INFO] [stderr]   Downloaded hermit-abi v0.1.3
[INFO] [stderr]   Downloaded unicode-width v0.1.6
[INFO] [stderr]   Downloaded handy_async v0.2.13
[INFO] [stderr]   Downloaded mio v0.6.19
[INFO] [stderr]   Downloaded num_cpus v1.11.1
[INFO] [stderr]   Downloaded libc v0.2.65
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 113cf93227cc16741baaff55ac0a2517f09d4ed7acae3f641dc5cf0eaed86a4d
[INFO] running `Command { std: "docker" "start" "-a" "113cf93227cc16741baaff55ac0a2517f09d4ed7acae3f641dc5cf0eaed86a4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "113cf93227cc16741baaff55ac0a2517f09d4ed7acae3f641dc5cf0eaed86a4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "113cf93227cc16741baaff55ac0a2517f09d4ed7acae3f641dc5cf0eaed86a4d", kill_on_drop: false }`
[INFO] [stdout] 113cf93227cc16741baaff55ac0a2517f09d4ed7acae3f641dc5cf0eaed86a4d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9c03b0d6c9d1940542988db96e037582cd0c528c8db2df9e1a26073ef20de244
[INFO] running `Command { std: "docker" "start" "-a" "9c03b0d6c9d1940542988db96e037582cd0c528c8db2df9e1a26073ef20de244", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.65
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling futures v0.1.29
[INFO] [stderr]    Compiling splay_tree v0.2.10
[INFO] [stderr]    Compiling nbchan v0.1.3
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling net2 v0.2.33
[INFO] [stderr]    Compiling num_cpus v1.11.1
[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.34s
[INFO] running `Command { std: "docker" "inspect" "9c03b0d6c9d1940542988db96e037582cd0c528c8db2df9e1a26073ef20de244", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c03b0d6c9d1940542988db96e037582cd0c528c8db2df9e1a26073ef20de244", kill_on_drop: false }`
[INFO] [stdout] 9c03b0d6c9d1940542988db96e037582cd0c528c8db2df9e1a26073ef20de244
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb25416039c3c165aea01f18f12fcc648476b7c2c804a39100347ea403924de8
[INFO] running `Command { std: "docker" "start" "-a" "eb25416039c3c165aea01f18f12fcc648476b7c2c804a39100347ea403924de8", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling httparse v1.3.4
[INFO] [stderr]    Compiling unicode-width v0.1.6
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling atty 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 handy_async v0.2.13
[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 7.61s
[INFO] running `Command { std: "docker" "inspect" "eb25416039c3c165aea01f18f12fcc648476b7c2c804a39100347ea403924de8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb25416039c3c165aea01f18f12fcc648476b7c2c804a39100347ea403924de8", kill_on_drop: false }`
[INFO] [stdout] eb25416039c3c165aea01f18f12fcc648476b7c2c804a39100347ea403924de8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bfbcd06fd3f1959d5b3cdf709487f650c4c0ddce64eaf0aebd2f8fd5dbed0d1e
[INFO] running `Command { std: "docker" "start" "-a" "bfbcd06fd3f1959d5b3cdf709487f650c4c0ddce64eaf0aebd2f8fd5dbed0d1e", 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.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fibers-060fef0bf55a1313)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test collections::test::it_works ... ok
[INFO] [stdout] test sync_atomic::test::it_works ... ok
[INFO] [stdout] test time::timer::test::timeout_after_works ... ok
[INFO] [stdout] test time::timer::test::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    Doc-tests fibers
[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/net/udp.rs - net::udp::UdpSocket (line 19) ... ok
[INFO] [stdout] test src/sync/mpsc.rs - sync::mpsc::channel (line 76) ... ok
[INFO] [stdout] test src/fiber/mod.rs - fiber::Spawn::spawn_link (line 73) ... ok
[INFO] [stdout] test src/lib.rs - (line 77) ... ok
[INFO] [stdout] test src/fiber/schedule.rs - fiber::schedule::yield_poll (line 260) ... ok
[INFO] [stdout] test src/net/tcp.rs - net::tcp::TcpStream (line 216) ... FAILED
[INFO] [stdout] test src/sync/oneshot.rs - sync::oneshot::channel (line 30) ... ok
[INFO] [stdout] test src/sync/oneshot.rs - sync::oneshot::monitor (line 155) ... 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/sync/mpsc.rs - sync::mpsc (line 14) ... ok
[INFO] [stdout] test src/net/tcp.rs - net::tcp::TcpListener (line 22) ... FAILED
[INFO] [stdout] test src/executor/in_place.rs - executor::in_place::InPlaceExecutor (line 18) ... ok
[INFO] [stdout] test src/executor/thread_pool.rs - executor::thread_pool::ThreadPoolExecutor (line 24) ... ok
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[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' (433) 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:     0x563d5aa087c2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x563d5aa087c2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x563d5aa087c2 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x563d5aa087c2 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x563d5aa1af9a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x563d5aa1af9a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x563d5aa0cfd6 - std[716c9a7a72e5c14e]::io::default_write_fmt::<std[716c9a7a72e5c14e]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x563d5aa0cfd6 - <std[716c9a7a72e5c14e]::sys::stdio::unix::Stderr as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x563d5a9f1ebf - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x563d5a9f1ebf - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x563d5aa04101 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x563d5aa042bb - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x563d5a9f1f78 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x563d5a9e9ac9 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x563d5a9f291d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x563d5aa1b6cc - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x563d5a991c5f - rust_out[31cf89adcf23a82a]::main::_doctest_main_src_net_tcp_rs_216_0::{closure#1}
[INFO] [stdout]   17:     0x563d5a98d996 - <core[c5ed12ab89cc536a]::result::Result<futures[782605aab4c26b66]::poll::Async<()>, std[716c9a7a72e5c14e]::io::error::Error>>::map_err::<(), rust_out[31cf89adcf23a82a]::main::_doctest_main_src_net_tcp_rs_216_0::{closure#1}>
[INFO] [stdout]   18:     0x563d5a99341e - <futures[782605aab4c26b66]::future::map_err::MapErr<futures[782605aab4c26b66]::future::and_then::AndThen<fibers[775b5845e34be724]::net::tcp::TcpListenerBind, futures[782605aab4c26b66]::stream::for_each::ForEach<fibers[775b5845e34be724]::net::tcp::Incoming, rust_out[31cf89adcf23a82a]::main::_doctest_main_src_net_tcp_rs_216_0::{closure#0}::{closure#0}, core[c5ed12ab89cc536a]::result::Result<(), std[716c9a7a72e5c14e]::io::error::Error>>, rust_out[31cf89adcf23a82a]::main::_doctest_main_src_net_tcp_rs_216_0::{closure#0}>, rust_out[31cf89adcf23a82a]::main::_doctest_main_src_net_tcp_rs_216_0::{closure#1}> as futures[782605aab4c26b66]::future::Future>::poll
[INFO] [stdout]   19:     0x563d5a9dbeb2 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn futures[782605aab4c26b66]::future::Future<Item = (), Error = ()> + core[c5ed12ab89cc536a]::marker::Send> as futures[782605aab4c26b66]::future::Future>::poll
[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:     0x563d5a9bb800 - <fibers[775b5845e34be724]::fiber::FiberState>::run_once
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fiber/mod.rs:169:50
[INFO] [stdout]   21:     0x563d5a99a734 - <fibers[775b5845e34be724]::fiber::schedule::Scheduler>::run_fiber
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fiber/schedule.rs:157:30
[INFO] [stdout]   22:     0x563d5a99a551 - <fibers[775b5845e34be724]::fiber::schedule::Scheduler>::run_once
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fiber/schedule.rs:103:22
[INFO] [stdout]   23:     0x563d5a997a05 - <fibers[775b5845e34be724]::executor::in_place::InPlaceExecutor as fibers[775b5845e34be724]::executor::Executor>::run_once
[INFO] [stdout]                                at /opt/rustwide/workdir/src/executor/in_place.rs:68:24
[INFO] [stdout]   24:     0x563d5a99304b - rust_out[31cf89adcf23a82a]::main::_doctest_main_src_net_tcp_rs_216_0
[INFO] [stdout]   25:     0x563d5a991e16 - rust_out[31cf89adcf23a82a]::main
[INFO] [stdout]   26:     0x563d5a9945f3 - <fn() as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x563d5a990396 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   28:     0x563d5a991409 - std[716c9a7a72e5c14e]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   29:     0x563d5aa036f6 - <&dyn core[c5ed12ab89cc536a]::ops::function::Fn<(), Output = i32> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::panic::unwind_safe::RefUnwindSafe as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   30:     0x563d5aa036f6 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<&dyn core[c5ed12ab89cc536a]::ops::function::Fn<(), Output = i32> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x563d5aa036f6 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<i32, &dyn core[c5ed12ab89cc536a]::ops::function::Fn<(), Output = i32> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x563d5aa036f6 - std[716c9a7a72e5c14e]::panic::catch_unwind::<&dyn core[c5ed12ab89cc536a]::ops::function::Fn<(), Output = i32> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x563d5aa036f6 - std[716c9a7a72e5c14e]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/rt.rs:175:24
[INFO] [stdout]   34:     0x563d5aa036f6 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<std[716c9a7a72e5c14e]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35:     0x563d5aa036f6 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<isize, std[716c9a7a72e5c14e]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36:     0x563d5aa036f6 - std[716c9a7a72e5c14e]::panic::catch_unwind::<std[716c9a7a72e5c14e]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x563d5aa036f6 - std[716c9a7a72e5c14e]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/rt.rs:171:5
[INFO] [stdout]   38:     0x563d5a98f8d1 - std[716c9a7a72e5c14e]::rt::lang_start::<()>
[INFO] [stdout]   39:     0x563d5a994665 - main
[INFO] [stdout]   40:     0x72f7b3f8e1ca - <unknown>
[INFO] [stdout]   41:     0x72f7b3f8e28b - __libc_start_main
[INFO] [stdout]   42:     0x563d5a98d7e5 - _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' (498) 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:     0x62d580d84952 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62d580d84952 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62d580d84952 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62d580d84952 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62d580d970da - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62d580d970da - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x62d580d89116 - std[716c9a7a72e5c14e]::io::default_write_fmt::<std[716c9a7a72e5c14e]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62d580d89116 - <std[716c9a7a72e5c14e]::sys::stdio::unix::Stderr as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x62d580d6e04f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62d580d6e04f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62d580d80291 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x62d580d8044b - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x62d580d6e108 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x62d580d65c59 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x62d580d6eaad - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x62d580d9780c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x62d580d0e86f - rust_out[31cf89adcf23a82a]::main::_doctest_main_src_net_tcp_rs_22_0::{closure#1}
[INFO] [stdout]   17:     0x62d580d0a5f6 - <core[c5ed12ab89cc536a]::result::Result<futures[782605aab4c26b66]::poll::Async<()>, std[716c9a7a72e5c14e]::io::error::Error>>::map_err::<(), rust_out[31cf89adcf23a82a]::main::_doctest_main_src_net_tcp_rs_22_0::{closure#1}>
[INFO] [stdout]   18:     0x62d580d1002e - <futures[782605aab4c26b66]::future::map_err::MapErr<futures[782605aab4c26b66]::future::and_then::AndThen<fibers[775b5845e34be724]::net::tcp::TcpListenerBind, futures[782605aab4c26b66]::stream::for_each::ForEach<fibers[775b5845e34be724]::net::tcp::Incoming, rust_out[31cf89adcf23a82a]::main::_doctest_main_src_net_tcp_rs_22_0::{closure#0}::{closure#0}, core[c5ed12ab89cc536a]::result::Result<(), std[716c9a7a72e5c14e]::io::error::Error>>, rust_out[31cf89adcf23a82a]::main::_doctest_main_src_net_tcp_rs_22_0::{closure#0}>, rust_out[31cf89adcf23a82a]::main::_doctest_main_src_net_tcp_rs_22_0::{closure#1}> as futures[782605aab4c26b66]::future::Future>::poll
[INFO] [stdout]   19:     0x62d580d58042 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn futures[782605aab4c26b66]::future::Future<Item = (), Error = ()> + core[c5ed12ab89cc536a]::marker::Send> as futures[782605aab4c26b66]::future::Future>::poll
[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:     0x62d580d37ae0 - <fibers[775b5845e34be724]::fiber::FiberState>::run_once
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fiber/mod.rs:169:50
[INFO] [stdout]   21:     0x62d580d17344 - <fibers[775b5845e34be724]::fiber::schedule::Scheduler>::run_fiber
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fiber/schedule.rs:157:30
[INFO] [stdout]   22:     0x62d580d17161 - <fibers[775b5845e34be724]::fiber::schedule::Scheduler>::run_once
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fiber/schedule.rs:103:22
[INFO] [stdout]   23:     0x62d580d14615 - <fibers[775b5845e34be724]::executor::in_place::InPlaceExecutor as fibers[775b5845e34be724]::executor::Executor>::run_once
[INFO] [stdout]                                at /opt/rustwide/workdir/src/executor/in_place.rs:68:24
[INFO] [stdout]   24:     0x62d580d0fc5b - rust_out[31cf89adcf23a82a]::main::_doctest_main_src_net_tcp_rs_22_0
[INFO] [stdout]   25:     0x62d580d0ea26 - rust_out[31cf89adcf23a82a]::main
[INFO] [stdout]   26:     0x62d580d11203 - <fn() as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x62d580d0cff6 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   28:     0x62d580d0e069 - std[716c9a7a72e5c14e]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   29:     0x62d580d7f886 - <&dyn core[c5ed12ab89cc536a]::ops::function::Fn<(), Output = i32> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::panic::unwind_safe::RefUnwindSafe as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   30:     0x62d580d7f886 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<&dyn core[c5ed12ab89cc536a]::ops::function::Fn<(), Output = i32> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x62d580d7f886 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<i32, &dyn core[c5ed12ab89cc536a]::ops::function::Fn<(), Output = i32> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x62d580d7f886 - std[716c9a7a72e5c14e]::panic::catch_unwind::<&dyn core[c5ed12ab89cc536a]::ops::function::Fn<(), Output = i32> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x62d580d7f886 - std[716c9a7a72e5c14e]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/rt.rs:175:24
[INFO] [stdout]   34:     0x62d580d7f886 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<std[716c9a7a72e5c14e]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35:     0x62d580d7f886 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<isize, std[716c9a7a72e5c14e]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36:     0x62d580d7f886 - std[716c9a7a72e5c14e]::panic::catch_unwind::<std[716c9a7a72e5c14e]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x62d580d7f886 - std[716c9a7a72e5c14e]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/rt.rs:171:5
[INFO] [stdout]   38:     0x62d580d0c531 - std[716c9a7a72e5c14e]::rt::lang_start::<()>
[INFO] [stdout]   39:     0x62d580d11275 - main
[INFO] [stdout]   40:     0x774c752921ca - <unknown>
[INFO] [stdout]   41:     0x774c7529228b - __libc_start_main
[INFO] [stdout]   42:     0x62d580d0a445 - _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.47s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bfbcd06fd3f1959d5b3cdf709487f650c4c0ddce64eaf0aebd2f8fd5dbed0d1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfbcd06fd3f1959d5b3cdf709487f650c4c0ddce64eaf0aebd2f8fd5dbed0d1e", kill_on_drop: false }`
[INFO] [stdout] bfbcd06fd3f1959d5b3cdf709487f650c4c0ddce64eaf0aebd2f8fd5dbed0d1e
