[INFO] fetching crate seccomp-droundy-sys 0.1.2... [INFO] checking seccomp-droundy-sys-0.1.2 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate seccomp-droundy-sys 0.1.2 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate seccomp-droundy-sys 0.1.2 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate seccomp-droundy-sys 0.1.2 [INFO] finished tweaking crates.io crate seccomp-droundy-sys 0.1.2 [INFO] tweaked toml for crates.io crate seccomp-droundy-sys 0.1.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f1ee2e46cfc33506f2cad08141c3bf6cf42af8c17965d4313163bdec7de95ebe [INFO] running `Command { std: "docker" "start" "-a" "f1ee2e46cfc33506f2cad08141c3bf6cf42af8c17965d4313163bdec7de95ebe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f1ee2e46cfc33506f2cad08141c3bf6cf42af8c17965d4313163bdec7de95ebe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1ee2e46cfc33506f2cad08141c3bf6cf42af8c17965d4313163bdec7de95ebe", kill_on_drop: false }` [INFO] [stdout] f1ee2e46cfc33506f2cad08141c3bf6cf42af8c17965d4313163bdec7de95ebe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61f22b27933c463d2f337d3d12adf7cc9a5faa3202b392eb265c1f0b7649b54f [INFO] running `Command { std: "docker" "start" "-a" "61f22b27933c463d2f337d3d12adf7cc9a5faa3202b392eb265c1f0b7649b54f", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling seccomp-droundy-sys v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:50:14 [INFO] [stdout] | [INFO] [stdout] 50 | gcc::Build::new() [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:50:21 [INFO] [stdout] | [INFO] [stdout] 50 | gcc::Build::new() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: for loop over a `Result`. This is more readably written as an `if let` statement [INFO] [stdout] --> build.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | for f in src_dir.read_dir() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(for_loops_over_fallibles)]` on by default [INFO] [stdout] help: to check pattern in a loop use `while let` [INFO] [stdout] | [INFO] [stdout] 23 | while let Ok(f) = src_dir.read_dir() { [INFO] [stdout] | ~~~~~~~~~~~~~ ~~~ [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 23 | if let Ok(f) = src_dir.read_dir() { [INFO] [stdout] | ~~~~~~~~~~ ~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-s390-syscalls.c: In function 's390_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-s390-syscalls.c:568:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 568 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-s390-syscalls.c:569:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 569 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x86_64-syscalls.c: In function 'x86_64_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x86_64-syscalls.c:500:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 500 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x86_64-syscalls.c:501:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 501 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-ppc64-syscalls.c: In function 'ppc64_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-ppc64-syscalls.c:501:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 501 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-ppc64-syscalls.c:502:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 502 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-parisc-syscalls.c: In function 'parisc_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-parisc-syscalls.c:484:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 484 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-parisc-syscalls.c:485:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 485 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c: In function '_db_syscall_priority': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:477:46: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 477 | while (s_iter != NULL && s_iter->num < syscall) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:483:43: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 483 | if (s_iter != NULL && s_iter->num == syscall) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c: In function 'db_col_valid': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:688:39: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 688 | if (col != NULL && col->state == _DB_STA_VALID && col->filter_cnt > 0) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c: In function 'db_col_db_add': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:892:45: warning: comparison of integer expressions of different signedness: 'int' and 'enum ' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 892 | if (col->endian != 0 && col->endian != db->arch->endian) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c: In function 'db_rule_add': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:1280:46: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1280 | while (s_iter != NULL && s_iter->num < syscall) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:1293:43: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1293 | if (s_iter == NULL || s_iter->num != syscall) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c: In function 'db_col_transaction_abort': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:1743:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1743 | for (iter = 0; iter < filter_cnt; iter++) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x86-syscalls.c: In function 'x86_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x86-syscalls.c:584:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 584 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x86-syscalls.c:585:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 585 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips64n32-syscalls.c: In function 'mips64n32_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips64n32-syscalls.c:504:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 504 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips64n32-syscalls.c:505:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 505 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-arm-syscalls.c: In function 'arm_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-arm-syscalls.c:512:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 512 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-arm-syscalls.c:513:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 513 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-ppc-syscalls.c: In function 'ppc_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-ppc-syscalls.c:501:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 501 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-ppc-syscalls.c:502:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 502 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x32-syscalls.c: In function 'x32_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x32-syscalls.c:500:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 500 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x32-syscalls.c:501:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 501 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/api.c: In function 'seccomp_rule_add': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/api.c:362:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 362 | for (iter = 0; iter < arg_cnt; ++iter) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/api.c: In function 'seccomp_rule_add_exact': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/api.c:414:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 414 | for (iter = 0; iter < arg_cnt; ++iter) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips-syscalls.c: In function 'mips_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips-syscalls.c:504:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 504 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips-syscalls.c:505:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 505 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-s390x-syscalls.c: In function 's390x_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-s390x-syscalls.c:568:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 568 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-s390x-syscalls.c:569:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 569 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c: In function '__blk_free': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c:240:42: warning: unused parameter 'state' [-Wunused-parameter] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 240 | static void __blk_free(struct bpf_state *state, struct bpf_blk *blk) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ~~~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c: In function '_blk_free': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c:277:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 277 | for (iter = 0; iter < blk->blk_cnt; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c: In function '_gen_bpf_build_bpf': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c:1685:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1685 | for (iter = 0; iter < col->filter_cnt; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c:1691:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1691 | for (iter = 0; iter < col->filter_cnt; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c:1729:37: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1729 | for (iter = 0; iter < b_iter->blk_cnt; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c:1871:37: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1871 | for (iter = 0; iter < b_iter->blk_cnt; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/hash.c: In function 'hash': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/hash.c:74:20: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 74 | k2 ^= tail[2] << 16; [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ~~~^~~~~~~~~~~~~~~~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/hash.c:75:9: note: here [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 75 | case 2: [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~~~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/hash.c:76:20: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 76 | k2 ^= tail[1] << 8; [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ~~~^~~~~~~~~~~~~~~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/hash.c:77:9: note: here [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 77 | case 1: [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~~~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_pfc.c: In function '_pfc_arg': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_pfc.c:105:57: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 105 | if (arch_arg_offset_hi(arch, node->arg) == node->arg_offset) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips64-syscalls.c: In function 'mips64_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips64-syscalls.c:504:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 504 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips64-syscalls.c:505:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 505 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-aarch64-syscalls.c: In function 'aarch64_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-aarch64-syscalls.c:500:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 500 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-aarch64-syscalls.c:501:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 501 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | pub type scmp_datum_t = libc::uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:123:43 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn seccomp_init(def_action: libc::uint32_t) -> *mut scmp_filter_ctx; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:136:71 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn seccomp_reset(ctx: *mut scmp_filter_ctx, def_action: libc::uint32_t) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:163:74 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn seccomp_arch_add(ctx: *mut scmp_filter_ctx, arch_token: libc::uint32_t) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:175:77 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn seccomp_arch_remove(ctx: *mut scmp_filter_ctx, arch_token: libc::uint32_t)-> libc::c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:202:68 [INFO] [stdout] | [INFO] [stdout] 202 | attr: scmp_filter_attr, value: *mut libc::uint32_t) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | pub type scmp_datum_t = libc::uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:216:63 [INFO] [stdout] | [INFO] [stdout] 216 | attr: scmp_filter_attr, value: libc::uint32_t) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/lib.rs:243:72 [INFO] [stdout] | [INFO] [stdout] 243 | ... syscall: libc::c_int, priority: libc::uint8_t) -> libc::c_int; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:263:40 [INFO] [stdout] | [INFO] [stdout] 263 | action: libc::uint32_t, syscall: libc::c_int, arg_cnt: libc::c_uint, ...) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:285:23 [INFO] [stdout] | [INFO] [stdout] 285 | action: libc::uint32_t, syscall: libc::c_int, arg_cnt: libc::c_uint, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:304:76 [INFO] [stdout] | [INFO] [stdout] 304 | pub fn seccomp_rule_add_exact(ctx: *mut scmp_filter_ctx, action: libc::uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:123:43 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn seccomp_init(def_action: libc::uint32_t) -> *mut scmp_filter_ctx; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:324:55 [INFO] [stdout] | [INFO] [stdout] 324 | ... action: libc::uint32_t, syscall: libc::c_int, arg_cnt: libc::c_uint, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:136:71 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn seccomp_reset(ctx: *mut scmp_filter_ctx, def_action: libc::uint32_t) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:163:74 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn seccomp_arch_add(ctx: *mut scmp_filter_ctx, arch_token: libc::uint32_t) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:175:77 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn seccomp_arch_remove(ctx: *mut scmp_filter_ctx, arch_token: libc::uint32_t)-> libc::c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:202:68 [INFO] [stdout] | [INFO] [stdout] 202 | attr: scmp_filter_attr, value: *mut libc::uint32_t) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:216:63 [INFO] [stdout] | [INFO] [stdout] 216 | attr: scmp_filter_attr, value: libc::uint32_t) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/lib.rs:243:72 [INFO] [stdout] | [INFO] [stdout] 243 | ... syscall: libc::c_int, priority: libc::uint8_t) -> libc::c_int; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:263:40 [INFO] [stdout] | [INFO] [stdout] 263 | action: libc::uint32_t, syscall: libc::c_int, arg_cnt: libc::c_uint, ...) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:285:23 [INFO] [stdout] | [INFO] [stdout] 285 | action: libc::uint32_t, syscall: libc::c_int, arg_cnt: libc::c_uint, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:304:76 [INFO] [stdout] | [INFO] [stdout] 304 | pub fn seccomp_rule_add_exact(ctx: *mut scmp_filter_ctx, action: libc::uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/lib.rs:324:55 [INFO] [stdout] | [INFO] [stdout] 324 | ... action: libc::uint32_t, syscall: libc::c_int, arg_cnt: libc::c_uint, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `seccomp_sys` [INFO] [stdout] --> examples/kill-setuid.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate seccomp_sys; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-s390-syscalls.c: In function 's390_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-s390-syscalls.c:568:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 568 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-s390-syscalls.c:569:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 569 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x86_64-syscalls.c: In function 'x86_64_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x86_64-syscalls.c:500:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 500 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x86_64-syscalls.c:501:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 501 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-ppc64-syscalls.c: In function 'ppc64_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-ppc64-syscalls.c:501:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 501 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-ppc64-syscalls.c:502:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 502 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-parisc-syscalls.c: In function 'parisc_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-parisc-syscalls.c:484:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 484 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-parisc-syscalls.c:485:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 485 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c: In function '_db_syscall_priority': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:477:46: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 477 | while (s_iter != NULL && s_iter->num < syscall) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:483:43: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 483 | if (s_iter != NULL && s_iter->num == syscall) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c: In function 'db_col_valid': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:688:39: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 688 | if (col != NULL && col->state == _DB_STA_VALID && col->filter_cnt > 0) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c: In function 'db_col_db_add': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:892:45: warning: comparison of integer expressions of different signedness: 'int' and 'enum ' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 892 | if (col->endian != 0 && col->endian != db->arch->endian) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c: In function 'db_rule_add': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:1280:46: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1280 | while (s_iter != NULL && s_iter->num < syscall) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:1293:43: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1293 | if (s_iter == NULL || s_iter->num != syscall) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c: In function 'db_col_transaction_abort': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/db.c:1743:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1743 | for (iter = 0; iter < filter_cnt; iter++) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x86-syscalls.c: In function 'x86_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x86-syscalls.c:584:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 584 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x86-syscalls.c:585:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 585 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips64n32-syscalls.c: In function 'mips64n32_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips64n32-syscalls.c:504:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 504 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips64n32-syscalls.c:505:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 505 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-arm-syscalls.c: In function 'arm_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-arm-syscalls.c:512:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 512 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-arm-syscalls.c:513:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 513 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-ppc-syscalls.c: In function 'ppc_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-ppc-syscalls.c:501:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 501 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-ppc-syscalls.c:502:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 502 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x32-syscalls.c: In function 'x32_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x32-syscalls.c:500:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 500 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-x32-syscalls.c:501:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 501 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/api.c: In function 'seccomp_rule_add': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/api.c:362:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 362 | for (iter = 0; iter < arg_cnt; ++iter) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/api.c: In function 'seccomp_rule_add_exact': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/api.c:414:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 414 | for (iter = 0; iter < arg_cnt; ++iter) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips-syscalls.c: In function 'mips_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips-syscalls.c:504:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 504 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips-syscalls.c:505:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 505 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-s390x-syscalls.c: In function 's390x_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-s390x-syscalls.c:568:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 568 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-s390x-syscalls.c:569:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 569 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c: In function '__blk_free': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c:240:42: warning: unused parameter 'state' [-Wunused-parameter] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 240 | static void __blk_free(struct bpf_state *state, struct bpf_blk *blk) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ~~~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c: In function '_blk_free': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c:277:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 277 | for (iter = 0; iter < blk->blk_cnt; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c: In function '_gen_bpf_build_bpf': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c:1685:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1685 | for (iter = 0; iter < col->filter_cnt; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c:1691:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1691 | for (iter = 0; iter < col->filter_cnt; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c:1729:37: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1729 | for (iter = 0; iter < b_iter->blk_cnt; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_bpf.c:1871:37: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 1871 | for (iter = 0; iter < b_iter->blk_cnt; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/hash.c: In function 'hash': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/hash.c:74:20: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 74 | k2 ^= tail[2] << 16; [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ~~~^~~~~~~~~~~~~~~~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/hash.c:75:9: note: here [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 75 | case 2: [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~~~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/hash.c:76:20: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 76 | k2 ^= tail[1] << 8; [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ~~~^~~~~~~~~~~~~~~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/hash.c:77:9: note: here [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 77 | case 1: [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~~~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_pfc.c: In function '_pfc_arg': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/gen_pfc.c:105:57: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 105 | if (arch_arg_offset_hi(arch, node->arg) == node->arg_offset) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips64-syscalls.c: In function 'mips64_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips64-syscalls.c:504:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 504 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-mips64-syscalls.c:505:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 505 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-aarch64-syscalls.c: In function 'aarch64_syscall_resolve_num': [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-aarch64-syscalls.c:500:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 500 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: libseccomp/src/arch-aarch64-syscalls.c:501:25: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: 501 | if (num == table[iter].num) [INFO] [stderr] warning: seccomp-droundy-sys@0.1.2: | ^~ [INFO] [stderr] [INFO] [stderr] error: could not compile `seccomp-droundy-sys` (example "kill-setuid") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "61f22b27933c463d2f337d3d12adf7cc9a5faa3202b392eb265c1f0b7649b54f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61f22b27933c463d2f337d3d12adf7cc9a5faa3202b392eb265c1f0b7649b54f", kill_on_drop: false }` [INFO] [stdout] 61f22b27933c463d2f337d3d12adf7cc9a5faa3202b392eb265c1f0b7649b54f