[INFO] cloning repository https://github.com/pleasewhy/SimpleAsyncTcp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pleasewhy/SimpleAsyncTcp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpleasewhy%2FSimpleAsyncTcp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpleasewhy%2FSimpleAsyncTcp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 239e5d7ac546e34db673289b2ff1ff7bc757fc99
[INFO] testing pleasewhy/SimpleAsyncTcp against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpleasewhy%2FSimpleAsyncTcp" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pleasewhy/SimpleAsyncTcp
[INFO] finished tweaking git repo https://github.com/pleasewhy/SimpleAsyncTcp
[INFO] tweaked toml for git repo https://github.com/pleasewhy/SimpleAsyncTcp written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pleasewhy/SimpleAsyncTcp 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 git repo https://github.com/pleasewhy/SimpleAsyncTcp 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] 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] 04d71e86e98326fe03b172e9cb0855ca1ecfda5fad7851157ec283a3c1d6677d
[INFO] running `Command { std: "docker" "start" "-a" "04d71e86e98326fe03b172e9cb0855ca1ecfda5fad7851157ec283a3c1d6677d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04d71e86e98326fe03b172e9cb0855ca1ecfda5fad7851157ec283a3c1d6677d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04d71e86e98326fe03b172e9cb0855ca1ecfda5fad7851157ec283a3c1d6677d", kill_on_drop: false }`
[INFO] [stdout] 04d71e86e98326fe03b172e9cb0855ca1ecfda5fad7851157ec283a3c1d6677d
[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] df7d1a9c149f3b86493a3a54a1ab2453c61a6fa2eb77dbcc0282d6eb8582eb6e
[INFO] running `Command { std: "docker" "start" "-a" "df7d1a9c149f3b86493a3a54a1ab2453c61a6fa2eb77dbcc0282d6eb8582eb6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.106
[INFO] [stderr]    Compiling futures-core-preview v0.3.0-alpha.17
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling futures-io-preview v0.3.0-alpha.17
[INFO] [stderr]    Compiling nix v0.17.0
[INFO] [stderr]    Compiling uniset v0.2.0
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling bit-iter v0.1.6
[INFO] [stderr]    Compiling futures-sink-preview v0.3.0-alpha.17
[INFO] [stderr]    Compiling futures-channel-preview v0.3.0-alpha.17
[INFO] [stderr]    Compiling futures-util-preview v0.3.0-alpha.17
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling parking_lot_core v0.7.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling parking_lot v0.10.2
[INFO] [stderr]    Compiling unicycle v0.6.3 (https://github.com/sujayakar/unicycle?rev=44c0e8f62cb9355cfd35ef5309abf10a4c388b62#44c0e8f6)
[INFO] [stderr]    Compiling mio-uds v0.6.8
[INFO] [stderr]    Compiling futures-executor-preview v0.3.0-alpha.17
[INFO] [stderr]    Compiling futures-preview v0.3.0-alpha.17
[INFO] [stderr]    Compiling tokio-macros v0.2.6
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling SimpleAsyncTcp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(allocator_api)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/main.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(get_mut_unchecked)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lazy_static::__Deref`
[INFO] [stdout]  --> src/net/tcplisten.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use lazy_static::__Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ErrorKind`
[INFO] [stdout]  --> src/net/tcplisten.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{self, ErrorKind};
[INFO] [stdout]   |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Waker`
[INFO] [stdout]   --> src/net/mod.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 16 | use std::task::{Context, Poll, Waker};
[INFO] [stdout]    |                                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]   --> src/net/mod.rs:88:17
[INFO] [stdout]    |
[INFO] [stdout] 88 |             let res = poll.poll(&mut es, Some(Duration::from_millis(500)));
[INFO] [stdout]    |                 ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `SimpleAsyncTcp` (bin "SimpleAsyncTcp") due to 2 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "df7d1a9c149f3b86493a3a54a1ab2453c61a6fa2eb77dbcc0282d6eb8582eb6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df7d1a9c149f3b86493a3a54a1ab2453c61a6fa2eb77dbcc0282d6eb8582eb6e", kill_on_drop: false }`
[INFO] [stdout] df7d1a9c149f3b86493a3a54a1ab2453c61a6fa2eb77dbcc0282d6eb8582eb6e
