[INFO] fetching crate applevisor-sys 0.1.3... [INFO] checking applevisor-sys-0.1.3 against try#0f31acebf540c89e4a4d5d114959fe91973419cb for pr-147017 [INFO] extracting crate applevisor-sys 0.1.3 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate applevisor-sys 0.1.3 [INFO] finished tweaking crates.io crate applevisor-sys 0.1.3 [INFO] tweaked toml for crates.io crate applevisor-sys 0.1.3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate applevisor-sys 0.1.3 on toolchain 0f31acebf540c89e4a4d5d114959fe91973419cb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0f31acebf540c89e4a4d5d114959fe91973419cb" "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" "+0f31acebf540c89e4a4d5d114959fe91973419cb" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0f31acebf540c89e4a4d5d114959fe91973419cb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+0f31acebf540c89e4a4d5d114959fe91973419cb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a83b3ec7fa8086891307722d2bf5f3a283a5ba2fd1f727acd1e3328daaaf4864 [INFO] running `Command { std: "docker" "start" "-a" "a83b3ec7fa8086891307722d2bf5f3a283a5ba2fd1f727acd1e3328daaaf4864", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a83b3ec7fa8086891307722d2bf5f3a283a5ba2fd1f727acd1e3328daaaf4864", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a83b3ec7fa8086891307722d2bf5f3a283a5ba2fd1f727acd1e3328daaaf4864", kill_on_drop: false }` [INFO] [stdout] a83b3ec7fa8086891307722d2bf5f3a283a5ba2fd1f727acd1e3328daaaf4864 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+0f31acebf540c89e4a4d5d114959fe91973419cb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 251ebe407cdf2e534a6e78661af979993b833961c7af3594bcf91d8def8ec881 [INFO] running `Command { std: "docker" "start" "-a" "251ebe407cdf2e534a6e78661af979993b833961c7af3594bcf91d8def8ec881", kill_on_drop: false }` [INFO] [stderr] Checking applevisor-sys v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | HV_ERROR = 0xfae94001, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | HV_BUSY = 0xfae94002, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | HV_ERROR = 0xfae94001, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | HV_BUSY = 0xfae94002, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | HV_BAD_ARGUMENT = 0xfae94003, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | HV_BAD_ARGUMENT = 0xfae94003, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | HV_ILLEGAL_GUEST_STATE = 0xfae94004, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | HV_ILLEGAL_GUEST_STATE = 0xfae94004, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | HV_NO_RESOURCES = 0xfae94005, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | HV_NO_DEVICE = 0xfae94006, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | HV_NO_RESOURCES = 0xfae94005, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | HV_DENIED = 0xfae94007, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | HV_FAULT = 0xfae94008, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | HV_NO_DEVICE = 0xfae94006, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | HV_UNSUPPORTED = 0xfae9400f, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | HV_DENIED = 0xfae94007, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | HV_FAULT = 0xfae94008, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | HV_UNSUPPORTED = 0xfae9400f, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `repr(C)` enums with big discriminants are non-portable, and their size in Rust might not match their size in C [INFO] [stdout] = help: use `repr($int_ty)` instead to explicitly set the size of this enum [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `applevisor-sys` (lib) due to 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `applevisor-sys` (lib test) due to 9 previous errors [INFO] running `Command { std: "docker" "inspect" "251ebe407cdf2e534a6e78661af979993b833961c7af3594bcf91d8def8ec881", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "251ebe407cdf2e534a6e78661af979993b833961c7af3594bcf91d8def8ec881", kill_on_drop: false }` [INFO] [stdout] 251ebe407cdf2e534a6e78661af979993b833961c7af3594bcf91d8def8ec881