[INFO] fetching crate glutin_cocoa 0.1.6... [INFO] checking glutin_cocoa-0.1.6 against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] extracting crate glutin_cocoa 0.1.6 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate glutin_cocoa 0.1.6 on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b61299d918955036f02c64c5ab7cd49dcc08c90dfc85e4cf114a41fb2b7ec6a8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b61299d918955036f02c64c5ab7cd49dcc08c90dfc85e4cf114a41fb2b7ec6a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b61299d918955036f02c64c5ab7cd49dcc08c90dfc85e4cf114a41fb2b7ec6a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b61299d918955036f02c64c5ab7cd49dcc08c90dfc85e4cf114a41fb2b7ec6a8", kill_on_drop: false }` [INFO] [stdout] b61299d918955036f02c64c5ab7cd49dcc08c90dfc85e4cf114a41fb2b7ec6a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cbc5299676cc39d3020a1a268d54b846780ad305337205f150d437220e2e70da [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cbc5299676cc39d3020a1a268d54b846780ad305337205f150d437220e2e70da", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Checking bitflags v0.1.1 [INFO] [stderr] Checking malloc_buf v0.0.6 [INFO] [stderr] Checking objc v0.1.8 [INFO] [stdout] error[E0591]: can't transmute zero-sized type [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/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/github.com-1ecc6299db9ec823/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/github.com-1ecc6299db9ec823/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/github.com-1ecc6299db9ec823/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] error: aborting due to 4 previous errors [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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "cbc5299676cc39d3020a1a268d54b846780ad305337205f150d437220e2e70da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbc5299676cc39d3020a1a268d54b846780ad305337205f150d437220e2e70da", kill_on_drop: false }` [INFO] [stdout] cbc5299676cc39d3020a1a268d54b846780ad305337205f150d437220e2e70da