[INFO] fetching crate glutin_cocoa 0.1.6... [INFO] checking glutin_cocoa-0.1.6 against try#169954edd744527414c631e9af1bbdc537b0cdf2 for pr-75192 [INFO] extracting crate glutin_cocoa 0.1.6 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate glutin_cocoa 0.1.6 on toolchain 169954edd744527414c631e9af1bbdc537b0cdf2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "read-manifest" "--manifest-path" "Cargo.toml", 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-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c0224c224c3050c4a96becc506fb205a2074a87dc9d3817a2535d4400b7bc6af [INFO] running `Command { std: "docker" "start" "-a" "c0224c224c3050c4a96becc506fb205a2074a87dc9d3817a2535d4400b7bc6af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c0224c224c3050c4a96becc506fb205a2074a87dc9d3817a2535d4400b7bc6af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0224c224c3050c4a96becc506fb205a2074a87dc9d3817a2535d4400b7bc6af", kill_on_drop: false }` [INFO] [stdout] c0224c224c3050c4a96becc506fb205a2074a87dc9d3817a2535d4400b7bc6af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 97a7f6e8c26f567651b1dd0c27101a7c5e08dd538b757e0da7f6c88eb0224e66 [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" "97a7f6e8c26f567651b1dd0c27101a7c5e08dd538b757e0da7f6c88eb0224e66", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.76 [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 runtime::Object, runtime::Sel, ...) -> *mut runtime::Object {runtime::objc_msgSend} [INFO] [stdout] = note: target type: unsafe extern "C" fn(*mut runtime::Object, runtime::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 runtime::Object, runtime::Sel, ...) {runtime::objc_msgSend_stret} [INFO] [stdout] = note: target type: unsafe extern "C" fn(*mut runtime::Object, runtime::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 runtime::Super, runtime::Sel, ...) -> *mut runtime::Object {runtime::objc_msgSendSuper} [INFO] [stdout] = note: target type: unsafe extern "C" fn(*const runtime::Super, runtime::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 runtime::Super, runtime::Sel, ...) {runtime::objc_msgSendSuper_stret} [INFO] [stdout] = note: target type: unsafe extern "C" fn(*const runtime::Super, runtime::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" "97a7f6e8c26f567651b1dd0c27101a7c5e08dd538b757e0da7f6c88eb0224e66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97a7f6e8c26f567651b1dd0c27101a7c5e08dd538b757e0da7f6c88eb0224e66", kill_on_drop: false }` [INFO] [stdout] 97a7f6e8c26f567651b1dd0c27101a7c5e08dd538b757e0da7f6c88eb0224e66