[INFO] fetching crate seccomp-droundy-sys 0.1.2... [INFO] documenting seccomp-droundy-sys-0.1.2 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate seccomp-droundy-sys 0.1.2 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate seccomp-droundy-sys 0.1.2 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", 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-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74306e6882ac623942ce0b6415a3cf9c955ba786e857de9acc21790ddefc6495 [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" "74306e6882ac623942ce0b6415a3cf9c955ba786e857de9acc21790ddefc6495", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74306e6882ac623942ce0b6415a3cf9c955ba786e857de9acc21790ddefc6495", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74306e6882ac623942ce0b6415a3cf9c955ba786e857de9acc21790ddefc6495", kill_on_drop: false }` [INFO] [stdout] 74306e6882ac623942ce0b6415a3cf9c955ba786e857de9acc21790ddefc6495 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0af31a9eba7835989b9e547e981c380dc505b127977c3548241a7d3e528c850 [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" "a0af31a9eba7835989b9e547e981c380dc505b127977c3548241a7d3e528c850", kill_on_drop: false }` [INFO] [stderr] Compiling seccomp-droundy-sys v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'gcc::Build': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:50:9 [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 item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | gcc::Build::new() [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: libseccomp/src/arch-arm-syscalls.c: In function 'arm_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-arm-syscalls.c:512:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 512 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-arm-syscalls.c:513:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 513 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-mips64n32-syscalls.c: In function 'mips64n32_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-mips64n32-syscalls.c:504:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 504 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-mips64n32-syscalls.c:505:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 505 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/api.c: In function 'seccomp_rule_add': [INFO] [stderr] warning: libseccomp/src/api.c:362:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 362 | for (iter = 0; iter < arg_cnt; ++iter) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libseccomp/src/api.c: In function 'seccomp_rule_add_exact': [INFO] [stderr] warning: libseccomp/src/api.c:414:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 414 | for (iter = 0; iter < arg_cnt; ++iter) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libseccomp/src/db.c: In function '_db_syscall_priority': [INFO] [stderr] warning: libseccomp/src/db.c:477:39: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 477 | while (s_iter != NULL && s_iter->num < syscall) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libseccomp/src/db.c:483:36: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 483 | if (s_iter != NULL && s_iter->num == syscall) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/db.c: In function 'db_col_valid': [INFO] [stderr] warning: libseccomp/src/db.c:688:32: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 688 | if (col != NULL && col->state == _DB_STA_VALID && col->filter_cnt > 0) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/db.c: In function 'db_col_db_add': [INFO] [stderr] warning: libseccomp/src/db.c:892:38: warning: comparison of integer expressions of different signedness: 'int' and 'const enum ' [-Wsign-compare] [INFO] [stderr] warning: 892 | if (col->endian != 0 && col->endian != db->arch->endian) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/db.c: In function 'db_rule_add': [INFO] [stderr] warning: libseccomp/src/db.c:1280:39: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 1280 | while (s_iter != NULL && s_iter->num < syscall) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libseccomp/src/db.c:1293:36: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 1293 | if (s_iter == NULL || s_iter->num != syscall) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/db.c: In function 'db_col_transaction_abort': [INFO] [stderr] warning: libseccomp/src/db.c:1743:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1743 | for (iter = 0; iter < filter_cnt; iter++) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libseccomp/src/arch-mips-syscalls.c: In function 'mips_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-mips-syscalls.c:504:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 504 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-mips-syscalls.c:505:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 505 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-x86-syscalls.c: In function 'x86_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-x86-syscalls.c:584:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 584 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-x86-syscalls.c:585:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 585 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-x86_64-syscalls.c: In function 'x86_64_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-x86_64-syscalls.c:500:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 500 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-x86_64-syscalls.c:501:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 501 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/gen_pfc.c: In function '_pfc_arg': [INFO] [stderr] warning: libseccomp/src/gen_pfc.c:105:43: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 105 | if (arch_arg_offset_hi(arch, node->arg) == node->arg_offset) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-mips64-syscalls.c: In function 'mips64_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-mips64-syscalls.c:504:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 504 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-mips64-syscalls.c:505:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 505 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-s390-syscalls.c: In function 's390_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-s390-syscalls.c:568:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 568 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-s390-syscalls.c:569:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 569 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/gen_bpf.c: In function '__blk_free': [INFO] [stderr] warning: libseccomp/src/gen_bpf.c:240:42: warning: unused parameter 'state' [-Wunused-parameter] [INFO] [stderr] warning: 240 | static void __blk_free(struct bpf_state *state, struct bpf_blk *blk) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: libseccomp/src/gen_bpf.c: In function '_blk_free': [INFO] [stderr] warning: libseccomp/src/gen_bpf.c:277:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 277 | for (iter = 0; iter < blk->blk_cnt; iter++) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libseccomp/src/gen_bpf.c: In function '_gen_bpf_build_bpf': [INFO] [stderr] warning: libseccomp/src/gen_bpf.c:1685:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1685 | for (iter = 0; iter < col->filter_cnt; iter++) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libseccomp/src/gen_bpf.c:1691:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1691 | for (iter = 0; iter < col->filter_cnt; iter++) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libseccomp/src/gen_bpf.c:1729:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1729 | for (iter = 0; iter < b_iter->blk_cnt; iter++) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libseccomp/src/gen_bpf.c:1871:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1871 | for (iter = 0; iter < b_iter->blk_cnt; iter++) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libseccomp/src/hash.c: In function 'hash': [INFO] [stderr] warning: libseccomp/src/hash.c:74:6: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 74 | k2 ^= tail[2] << 16; [INFO] [stderr] warning: | ~~~^~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libseccomp/src/hash.c:75:2: note: here [INFO] [stderr] warning: 75 | case 2: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libseccomp/src/hash.c:76:6: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 76 | k2 ^= tail[1] << 8; [INFO] [stderr] warning: | ~~~^~~~~~~~~~~~~~~ [INFO] [stderr] warning: libseccomp/src/hash.c:77:2: note: here [INFO] [stderr] warning: 77 | case 1: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libseccomp/src/arch-parisc-syscalls.c: In function 'parisc_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-parisc-syscalls.c:484:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 484 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-parisc-syscalls.c:485:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 485 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-x32-syscalls.c: In function 'x32_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-x32-syscalls.c:500:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 500 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-x32-syscalls.c:501:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 501 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-ppc64-syscalls.c: In function 'ppc64_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-ppc64-syscalls.c:501:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 501 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-ppc64-syscalls.c:502:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 502 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-s390x-syscalls.c: In function 's390x_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-s390x-syscalls.c:568:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 568 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-s390x-syscalls.c:569:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 569 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-aarch64-syscalls.c: In function 'aarch64_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-aarch64-syscalls.c:500:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 500 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-aarch64-syscalls.c:501:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 501 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-ppc-syscalls.c: In function 'ppc_syscall_resolve_num': [INFO] [stderr] warning: libseccomp/src/arch-ppc-syscalls.c:501:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 501 | for (iter = 0; table[iter].num != __NR_SCMP_ERROR; iter++) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: libseccomp/src/arch-ppc-syscalls.c:502:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 502 | if (num == table[iter].num) [INFO] [stderr] warning: | ^~ [INFO] [stderr] Documenting seccomp-droundy-sys v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.14s [INFO] running `Command { std: "docker" "inspect" "a0af31a9eba7835989b9e547e981c380dc505b127977c3548241a7d3e528c850", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0af31a9eba7835989b9e547e981c380dc505b127977c3548241a7d3e528c850", kill_on_drop: false }` [INFO] [stdout] a0af31a9eba7835989b9e547e981c380dc505b127977c3548241a7d3e528c850