[INFO] crate libcryptsetup-sys 0.1.2 is already in cache [INFO] checking libcryptsetup-sys-0.1.2 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate libcryptsetup-sys 0.1.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate libcryptsetup-sys 0.1.2 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate libcryptsetup-sys 0.1.2 [INFO] finished tweaking crates.io crate libcryptsetup-sys 0.1.2 [INFO] tweaked toml for crates.io crate libcryptsetup-sys 0.1.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 575ae60b00ff9e12aa846681e3ae6b7cfef140af970e8a89ce15e1cea5076f63 [INFO] running `"docker" "start" "-a" "575ae60b00ff9e12aa846681e3ae6b7cfef140af970e8a89ce15e1cea5076f63"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libcryptsetup-sys v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:80:30 [INFO] [stderr] | [INFO] [stderr] 80 | CRYPT_VERITY_NO_HEADER = (1 << 0), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(unused_parens)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:81:31 [INFO] [stderr] | [INFO] [stderr] 81 | CRYPT_VERITY_CHECK_HASH = (1 << 1), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:82:32 [INFO] [stderr] | [INFO] [stderr] 82 | CRYPT_VERITY_CREATE_HASH = (1 << 2), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:101:33 [INFO] [stderr] | [INFO] [stderr] 101 | CRYPT_TCRYPT_LEGACY_MODES = (1 << 0), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:102:34 [INFO] [stderr] | [INFO] [stderr] 102 | CRYPT_TCRYPT_HIDDEN_HEADER = (1 << 1), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:103:34 [INFO] [stderr] | [INFO] [stderr] 103 | CRYPT_TCRYPT_BACKUP_HEADER = (1 << 2), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:104:34 [INFO] [stderr] | [INFO] [stderr] 104 | CRYPT_TCRYPT_SYSTEM_HEADER = (1 << 3), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:105:31 [INFO] [stderr] | [INFO] [stderr] 105 | CRYPT_TCRYPT_VERA_MODES = (1 << 4), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:113:31 [INFO] [stderr] | [INFO] [stderr] 113 | CRYPT_ACTIVATE_READONLY = (1 << 0), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:114:30 [INFO] [stderr] | [INFO] [stderr] 114 | CRYPT_ACTIVATE_NO_UUID = (1 << 1), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:115:29 [INFO] [stderr] | [INFO] [stderr] 115 | CRYPT_ACTIVATE_SHARED = (1 << 2), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:116:37 [INFO] [stderr] | [INFO] [stderr] 116 | CRYPT_ACTIVATE_ALLOW_DISCARDS = (1 << 3), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:117:30 [INFO] [stderr] | [INFO] [stderr] 117 | CRYPT_ACTIVATE_PRIVATE = (1 << 4), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:118:32 [INFO] [stderr] | [INFO] [stderr] 118 | CRYPT_ACTIVATE_CORRUPTED = (1 << 5), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | CRYPT_ACTIVATE_SAME_CPU_CRYPT = (1 << 6), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:120:45 [INFO] [stderr] | [INFO] [stderr] 120 | CRYPT_ACTIVATE_SUBMIT_FROM_CRYPT_CPUS = (1 << 7), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:121:40 [INFO] [stderr] | [INFO] [stderr] 121 | CRYPT_ACTIVATE_IGNORE_CORRUPTION = (1 << 8), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:122:44 [INFO] [stderr] | [INFO] [stderr] 122 | CRYPT_ACTIVATE_RESTART_ON_CORRUPTION = (1 << 9), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:123:41 [INFO] [stderr] | [INFO] [stderr] 123 | CRYPT_ACTIVATE_IGNORE_ZERO_BLOCKS = (1 << 10), [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:80:30 [INFO] [stderr] | [INFO] [stderr] 80 | CRYPT_VERITY_NO_HEADER = (1 << 0), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(unused_parens)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:81:31 [INFO] [stderr] | [INFO] [stderr] 81 | CRYPT_VERITY_CHECK_HASH = (1 << 1), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:82:32 [INFO] [stderr] | [INFO] [stderr] 82 | CRYPT_VERITY_CREATE_HASH = (1 << 2), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:101:33 [INFO] [stderr] | [INFO] [stderr] 101 | CRYPT_TCRYPT_LEGACY_MODES = (1 << 0), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:102:34 [INFO] [stderr] | [INFO] [stderr] 102 | CRYPT_TCRYPT_HIDDEN_HEADER = (1 << 1), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:103:34 [INFO] [stderr] | [INFO] [stderr] 103 | CRYPT_TCRYPT_BACKUP_HEADER = (1 << 2), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:104:34 [INFO] [stderr] | [INFO] [stderr] 104 | CRYPT_TCRYPT_SYSTEM_HEADER = (1 << 3), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:105:31 [INFO] [stderr] | [INFO] [stderr] 105 | CRYPT_TCRYPT_VERA_MODES = (1 << 4), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:113:31 [INFO] [stderr] | [INFO] [stderr] 113 | CRYPT_ACTIVATE_READONLY = (1 << 0), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:114:30 [INFO] [stderr] | [INFO] [stderr] 114 | CRYPT_ACTIVATE_NO_UUID = (1 << 1), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:115:29 [INFO] [stderr] | [INFO] [stderr] 115 | CRYPT_ACTIVATE_SHARED = (1 << 2), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:116:37 [INFO] [stderr] | [INFO] [stderr] 116 | CRYPT_ACTIVATE_ALLOW_DISCARDS = (1 << 3), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:117:30 [INFO] [stderr] | [INFO] [stderr] 117 | CRYPT_ACTIVATE_PRIVATE = (1 << 4), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:118:32 [INFO] [stderr] | [INFO] [stderr] 118 | CRYPT_ACTIVATE_CORRUPTED = (1 << 5), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | CRYPT_ACTIVATE_SAME_CPU_CRYPT = (1 << 6), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:120:45 [INFO] [stderr] | [INFO] [stderr] 120 | CRYPT_ACTIVATE_SUBMIT_FROM_CRYPT_CPUS = (1 << 7), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:121:40 [INFO] [stderr] | [INFO] [stderr] 121 | CRYPT_ACTIVATE_IGNORE_CORRUPTION = (1 << 8), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:122:44 [INFO] [stderr] | [INFO] [stderr] 122 | CRYPT_ACTIVATE_RESTART_ON_CORRUPTION = (1 << 9), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around const expression [INFO] [stderr] --> lib.rs:123:41 [INFO] [stderr] | [INFO] [stderr] 123 | CRYPT_ACTIVATE_IGNORE_ZERO_BLOCKS = (1 << 10), [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `libcryptsetup-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `libcryptsetup-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "575ae60b00ff9e12aa846681e3ae6b7cfef140af970e8a89ce15e1cea5076f63"` [INFO] running `"docker" "rm" "-f" "575ae60b00ff9e12aa846681e3ae6b7cfef140af970e8a89ce15e1cea5076f63"` [INFO] [stdout] 575ae60b00ff9e12aa846681e3ae6b7cfef140af970e8a89ce15e1cea5076f63