[INFO] cloning repository https://github.com/jackmead515/tcp_chunker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jackmead515/tcp_chunker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackmead515%2Ftcp_chunker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackmead515%2Ftcp_chunker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 90e8e7f7470c3fcf0a55e38c68bcaf9e05e603cd
[INFO] testing jackmead515/tcp_chunker against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackmead515%2Ftcp_chunker" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jackmead515/tcp_chunker
[INFO] finished tweaking git repo https://github.com/jackmead515/tcp_chunker
[INFO] tweaked toml for git repo https://github.com/jackmead515/tcp_chunker written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jackmead515/tcp_chunker on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jackmead515/tcp_chunker 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c53a80b5a1978f9eb4a6711b381fb266db823311f0a8ca1f2ba3da44f873c80
[INFO] running `Command { std: "docker" "start" "-a" "4c53a80b5a1978f9eb4a6711b381fb266db823311f0a8ca1f2ba3da44f873c80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c53a80b5a1978f9eb4a6711b381fb266db823311f0a8ca1f2ba3da44f873c80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c53a80b5a1978f9eb4a6711b381fb266db823311f0a8ca1f2ba3da44f873c80", kill_on_drop: false }`
[INFO] [stdout] 4c53a80b5a1978f9eb4a6711b381fb266db823311f0a8ca1f2ba3da44f873c80
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 646e1f0853124a43bf3b60ef1d37bb8bc363f8f3382d2764982b8f6e576fae0d
[INFO] running `Command { std: "docker" "start" "-a" "646e1f0853124a43bf3b60ef1d37bb8bc363f8f3382d2764982b8f6e576fae0d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.17
[INFO] [stderr]    Compiling syn v1.0.29
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling proc-macro-nested v0.1.4
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling futures-sink v0.3.5
[INFO] [stderr]    Compiling futures-core v0.3.5
[INFO] [stderr]    Compiling proc-macro-hack v0.5.16
[INFO] [stderr]    Compiling once_cell v1.4.0
[INFO] [stderr]    Compiling futures-io v0.3.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.8
[INFO] [stderr]    Compiling serde v1.0.111
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling futures-task v0.3.5
[INFO] [stderr]    Compiling futures-channel v0.3.5
[INFO] [stderr]    Compiling dirs-sys v0.3.5
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling dirs v2.0.2
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling quote v1.0.6
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling pin-project-internal v0.4.17
[INFO] [stderr]    Compiling futures-macro v0.3.5
[INFO] [stderr]    Compiling serde_derive v1.0.111
[INFO] [stderr]    Compiling pin-project v0.4.17
[INFO] [stderr]    Compiling futures-util v0.3.5
[INFO] [stderr]    Compiling futures-executor v0.3.5
[INFO] [stderr]    Compiling futures v0.3.5
[INFO] [stderr]    Compiling uuid v0.8.1
[INFO] [stderr]    Compiling tcp_chunker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no method named `reply_to_client` found for mutable reference `&mut Pipeline` in the current scope
[INFO] [stdout]   --> src/protocol/mod.rs:90:12
[INFO] [stdout]    |
[INFO] [stdout] 90 |       self.reply_to_client();
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ method not found in `&mut Pipeline`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/protocol/read.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 |       Err(e) => {
[INFO] [stdout]    |           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]   --> src/protocol/read.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 |   let length = match client.read(&mut data) {
[INFO] [stdout]    |       ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/protocol/read.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     Err(e) => {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/protocol/util.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     Err(e) => Err(Errors::ParseError)
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> src/protocol/util.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 |     Ok(f) => return Ok(()),
[INFO] [stdout]    |        ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/protocol/util.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     Err(e) => return Err(Errors::FileIOError)
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/protocol/util.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Err(e) => return Err(Errors::FileIOError)
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/protocol/util.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     Err(e) => return Err(Errors::FileIOError)
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/protocol/util.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     Err(e) => return Err(Errors::FileIOError)
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/protocol/mod.rs:144:11
[INFO] [stdout]     |
[INFO] [stdout] 144 |       Err(e) => return Err(errors::Errors::FileIOError)
[INFO] [stdout]     |           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tcp_chunker` (bin "tcp_chunker") due to 1 previous error; 10 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "646e1f0853124a43bf3b60ef1d37bb8bc363f8f3382d2764982b8f6e576fae0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "646e1f0853124a43bf3b60ef1d37bb8bc363f8f3382d2764982b8f6e576fae0d", kill_on_drop: false }`
[INFO] [stdout] 646e1f0853124a43bf3b60ef1d37bb8bc363f8f3382d2764982b8f6e576fae0d
