[INFO] fetching crate glutin_cocoa 0.1.6...
[INFO] testing glutin_cocoa-0.1.6 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate glutin_cocoa 0.1.6 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate glutin_cocoa 0.1.6
[INFO] finished tweaking crates.io crate glutin_cocoa 0.1.6
[INFO] tweaked toml for crates.io crate glutin_cocoa 0.1.6 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate glutin_cocoa 0.1.6 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding bitflags v0.1.1 (available: v2.9.4)
[INFO] [stderr]       Adding objc v0.1.8 (available: v0.2.7)
[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] 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] c1f4b42fb848ffd8bbd43f46e7116dc1c6b49943e4aa0f9fd980102c24fe8d10
[INFO] running `Command { std: "docker" "start" "-a" "c1f4b42fb848ffd8bbd43f46e7116dc1c6b49943e4aa0f9fd980102c24fe8d10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1f4b42fb848ffd8bbd43f46e7116dc1c6b49943e4aa0f9fd980102c24fe8d10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1f4b42fb848ffd8bbd43f46e7116dc1c6b49943e4aa0f9fd980102c24fe8d10", kill_on_drop: false }`
[INFO] [stdout] c1f4b42fb848ffd8bbd43f46e7116dc1c6b49943e4aa0f9fd980102c24fe8d10
[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] 0a83daf8c2fee316f7fa428bad7f0f6ea32d9c71e1b0ae00374c3fad10b106d0
[INFO] running `Command { std: "docker" "start" "-a" "0a83daf8c2fee316f7fa428bad7f0f6ea32d9c71e1b0ae00374c3fad10b106d0", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling malloc_buf v0.0.6
[INFO] [stderr]    Compiling bitflags v0.1.1
[INFO] [stderr]    Compiling objc v0.1.8
[INFO] [stdout] error[E0591]: can't transmute zero-sized type
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/objc-0.1.8/src/message.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |         unsafe { mem::transmute(runtime::objc_msgSend) }
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: unsafe extern "C" fn(*mut Object, Sel, ...) -> *mut Object {runtime::objc_msgSend}
[INFO] [stdout]    = note: target type: unsafe extern "C" fn(*mut Object, Sel, ...) -> R
[INFO] [stdout]    = help: cast with `as` to a pointer instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0591]: can't transmute zero-sized type
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/objc-0.1.8/src/message.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 |         unsafe { mem::transmute(runtime::objc_msgSend_stret) }
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: unsafe extern "C" fn(*mut Object, Sel, ...) {runtime::objc_msgSend_stret}
[INFO] [stdout]    = note: target type: unsafe extern "C" fn(*mut Object, Sel, ...) -> R
[INFO] [stdout]    = help: cast with `as` to a pointer instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0591]: can't transmute zero-sized type
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/objc-0.1.8/src/message.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 |         unsafe { mem::transmute(runtime::objc_msgSendSuper) }
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: unsafe extern "C" fn(*const Super, Sel, ...) -> *mut Object {runtime::objc_msgSendSuper}
[INFO] [stdout]    = note: target type: unsafe extern "C" fn(*const Super, Sel, ...) -> R
[INFO] [stdout]    = help: cast with `as` to a pointer instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0591]: can't transmute zero-sized type
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/objc-0.1.8/src/message.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |         unsafe { mem::transmute(runtime::objc_msgSendSuper_stret) }
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: unsafe extern "C" fn(*const Super, Sel, ...) {runtime::objc_msgSendSuper_stret}
[INFO] [stdout]    = note: target type: unsafe extern "C" fn(*const Super, Sel, ...) -> R
[INFO] [stdout]    = help: cast with `as` to a pointer instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0591`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `objc` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "0a83daf8c2fee316f7fa428bad7f0f6ea32d9c71e1b0ae00374c3fad10b106d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a83daf8c2fee316f7fa428bad7f0f6ea32d9c71e1b0ae00374c3fad10b106d0", kill_on_drop: false }`
[INFO] [stdout] 0a83daf8c2fee316f7fa428bad7f0f6ea32d9c71e1b0ae00374c3fad10b106d0
