[INFO] cloning repository https://github.com/tormol/tiprotd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tormol/tiprotd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftormol%2Ftiprotd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftormol%2Ftiprotd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cdeca536d36c41dec57dd46118f040e02031bcbb
[INFO] testing tormol/tiprotd against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftormol%2Ftiprotd" "/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/tormol/tiprotd
[INFO] finished tweaking git repo https://github.com/tormol/tiprotd
[INFO] tweaked toml for git repo https://github.com/tormol/tiprotd written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tormol/tiprotd on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tormol/tiprotd 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-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded udplite v0.1.0
[INFO] [stderr]   Downloaded sctp v0.1.5
[INFO] [stderr]   Downloaded uds v0.2.3
[INFO] [stderr]   Downloaded posixmq v1.0.0
[INFO] [stderr]   Downloaded nix v0.24.1
[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-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d8e51bb86a7872432a071f145780fc7782e412bcacc5361ca042c63b06508860
[INFO] running `Command { std: "docker" "start" "-a" "d8e51bb86a7872432a071f145780fc7782e412bcacc5361ca042c63b06508860", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d8e51bb86a7872432a071f145780fc7782e412bcacc5361ca042c63b06508860", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8e51bb86a7872432a071f145780fc7782e412bcacc5361ca042c63b06508860", kill_on_drop: false }`
[INFO] [stdout] d8e51bb86a7872432a071f145780fc7782e412bcacc5361ca042c63b06508860
[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-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7fbdfade16bae7c668464f9131648876d0499d5dffdd3385ecfcb8fa3aa3eeb8
[INFO] running `Command { std: "docker" "start" "-a" "7fbdfade16bae7c668464f9131648876d0499d5dffdd3385ecfcb8fa3aa3eeb8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling sctp v0.1.5
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling mio v0.7.11
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling nix v0.24.1
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sctp-0.1.5/src/net/addr.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |             mem::transmute(SocketAddrV42 { inner: addr })
[INFO] [stdout]    |             ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `SocketAddrV42` (128 bits)
[INFO] [stdout]    = note: target type: `SocketAddrV4` (48 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0512`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sctp` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7fbdfade16bae7c668464f9131648876d0499d5dffdd3385ecfcb8fa3aa3eeb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fbdfade16bae7c668464f9131648876d0499d5dffdd3385ecfcb8fa3aa3eeb8", kill_on_drop: false }`
[INFO] [stdout] 7fbdfade16bae7c668464f9131648876d0499d5dffdd3385ecfcb8fa3aa3eeb8
