[INFO] fetching crate seccomp-sys 0.1.3... [INFO] checking seccomp-sys-0.1.3 against try#0f31acebf540c89e4a4d5d114959fe91973419cb for pr-147017 [INFO] extracting crate seccomp-sys 0.1.3 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate seccomp-sys 0.1.3 [INFO] finished tweaking crates.io crate seccomp-sys 0.1.3 [INFO] tweaked toml for crates.io crate seccomp-sys 0.1.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate seccomp-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] crate crates.io crate seccomp-sys 0.1.3 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" "+0f31acebf540c89e4a4d5d114959fe91973419cb" "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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 51b8c85b0c1f6bb31e30f5ef3515f4c689ac805052f6deb6f54dc8ecb407a075 [INFO] running `Command { std: "docker" "start" "-a" "51b8c85b0c1f6bb31e30f5ef3515f4c689ac805052f6deb6f54dc8ecb407a075", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51b8c85b0c1f6bb31e30f5ef3515f4c689ac805052f6deb6f54dc8ecb407a075", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51b8c85b0c1f6bb31e30f5ef3515f4c689ac805052f6deb6f54dc8ecb407a075", kill_on_drop: false }` [INFO] [stdout] 51b8c85b0c1f6bb31e30f5ef3515f4c689ac805052f6deb6f54dc8ecb407a075 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 1ff2a7568f52ac4a56433850166c1d306e9d76ed9efc729ad71af83a4e4fcee0 [INFO] running `Command { std: "docker" "start" "-a" "1ff2a7568f52ac4a56433850166c1d306e9d76ed9efc729ad71af83a4e4fcee0", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling seccomp-sys v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 117 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | SCMP_ARCH_X86_64 = 0xc000003e, [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:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | SCMP_ARCH_AARCH64 = 0xc00000b7, [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:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | SCMP_ARCH_MIPS64 = 0x80000008, [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:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | SCMP_ARCH_MIPS64N32 = 0xa0000008, [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:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | SCMP_ARCH_MIPSEL64 = 0xc0000008, [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:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | SCMP_ARCH_MIPSEL64N32 = 0xe0000008, [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:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | SCMP_ARCH_PPC64 = 0x80000015, [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:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | SCMP_ARCH_PPC64LE = 0xc0000015, [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:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | SCMP_ARCH_S390X = 0x80000016, [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 `seccomp-sys` (lib test) due to 9 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 117 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `repr(C)` enum discriminant does not fit into C `int` [INFO] [stdout] --> src/lib.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | SCMP_ARCH_X86_64 = 0xc000003e, [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:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | SCMP_ARCH_AARCH64 = 0xc00000b7, [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:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | SCMP_ARCH_MIPS64 = 0x80000008, [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:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | SCMP_ARCH_MIPS64N32 = 0xa0000008, [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:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | SCMP_ARCH_MIPSEL64 = 0xc0000008, [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:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | SCMP_ARCH_MIPSEL64N32 = 0xe0000008, [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:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | SCMP_ARCH_PPC64 = 0x80000015, [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:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | SCMP_ARCH_PPC64LE = 0xc0000015, [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:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | SCMP_ARCH_S390X = 0x80000016, [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 `seccomp-sys` (lib) due to 9 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "1ff2a7568f52ac4a56433850166c1d306e9d76ed9efc729ad71af83a4e4fcee0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ff2a7568f52ac4a56433850166c1d306e9d76ed9efc729ad71af83a4e4fcee0", kill_on_drop: false }` [INFO] [stdout] 1ff2a7568f52ac4a56433850166c1d306e9d76ed9efc729ad71af83a4e4fcee0