[INFO] crate fswatch-sys 0.1.10 is already in cache [INFO] checking fswatch-sys-0.1.10 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate fswatch-sys 0.1.10 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate fswatch-sys 0.1.10 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate fswatch-sys 0.1.10 [INFO] finished tweaking crates.io crate fswatch-sys 0.1.10 [INFO] tweaked toml for crates.io crate fswatch-sys 0.1.10 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] 6353382fc6a9f24e829a49f3c9579b8732d52db10c03a64ae7cf135aa227c57a [INFO] running `"docker" "start" "-a" "6353382fc6a9f24e829a49f3c9579b8732d52db10c03a64ae7cf135aa227c57a"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking fswatch-sys v0.1.10 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:71:49 [INFO] [stderr] | [INFO] [stderr] 71 | pub const FSW_ERR_SESSION_UNKNOWN: FSW_STATUS = (1 << 1); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:72:56 [INFO] [stderr] | [INFO] [stderr] 72 | pub const FSW_ERR_MONITOR_ALREADY_EXISTS: FSW_STATUS = (1 << 2); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:73:40 [INFO] [stderr] | [INFO] [stderr] 73 | pub const FSW_ERR_MEMORY: FSW_STATUS = (1 << 3); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:74:54 [INFO] [stderr] | [INFO] [stderr] 74 | pub const FSW_ERR_UNKNOWN_MONITOR_TYPE: FSW_STATUS = (1 << 4); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:75:50 [INFO] [stderr] | [INFO] [stderr] 75 | pub const FSW_ERR_CALLBACK_NOT_SET: FSW_STATUS = (1 << 5); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:76:47 [INFO] [stderr] | [INFO] [stderr] 76 | pub const FSW_ERR_PATHS_NOT_SET: FSW_STATUS = (1 << 6); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:77:49 [INFO] [stderr] | [INFO] [stderr] 77 | pub const FSW_ERR_MISSING_CONTEXT: FSW_STATUS = (1 << 7); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:78:46 [INFO] [stderr] | [INFO] [stderr] 78 | pub const FSW_ERR_INVALID_PATH: FSW_STATUS = (1 << 8); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:79:50 [INFO] [stderr] | [INFO] [stderr] 79 | pub const FSW_ERR_INVALID_CALLBACK: FSW_STATUS = (1 << 9); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:80:49 [INFO] [stderr] | [INFO] [stderr] 80 | pub const FSW_ERR_INVALID_LATENCY: FSW_STATUS = (1 << 10); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:81:47 [INFO] [stderr] | [INFO] [stderr] 81 | pub const FSW_ERR_INVALID_REGEX: FSW_STATUS = (1 << 11); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:82:57 [INFO] [stderr] | [INFO] [stderr] 82 | pub const FSW_ERR_MONITOR_ALREADY_RUNNING: FSW_STATUS = (1 << 12); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:83:47 [INFO] [stderr] | [INFO] [stderr] 83 | pub const FSW_ERR_UNKNOWN_VALUE: FSW_STATUS = (1 << 13); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:84:50 [INFO] [stderr] | [INFO] [stderr] 84 | pub const FSW_ERR_INVALID_PROPERTY: FSW_STATUS = (1 << 14); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:111:13 [INFO] [stderr] | [INFO] [stderr] 111 | Created = (1 << 1), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:112:13 [INFO] [stderr] | [INFO] [stderr] 112 | Updated = (1 << 2), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:113:13 [INFO] [stderr] | [INFO] [stderr] 113 | Removed = (1 << 3), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:114:13 [INFO] [stderr] | [INFO] [stderr] 114 | Renamed = (1 << 4), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:115:19 [INFO] [stderr] | [INFO] [stderr] 115 | OwnerModified = (1 << 5), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:116:23 [INFO] [stderr] | [INFO] [stderr] 116 | AttributeModified = (1 << 6), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:117:15 [INFO] [stderr] | [INFO] [stderr] 117 | MovedFrom = (1 << 7), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 118 | MovedTo = (1 << 8), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:119:12 [INFO] [stderr] | [INFO] [stderr] 119 | IsFile = (1 << 9), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:120:11 [INFO] [stderr] | [INFO] [stderr] 120 | IsDir = (1 << 10), [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:121:15 [INFO] [stderr] | [INFO] [stderr] 121 | IsSymLink = (1 << 11), [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:122:10 [INFO] [stderr] | [INFO] [stderr] 122 | Link = (1 << 12), [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:123:14 [INFO] [stderr] | [INFO] [stderr] 123 | Overflow = (1 << 13) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:71:49 [INFO] [stderr] | [INFO] [stderr] 71 | pub const FSW_ERR_SESSION_UNKNOWN: FSW_STATUS = (1 << 1); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:72:56 [INFO] [stderr] | [INFO] [stderr] 72 | pub const FSW_ERR_MONITOR_ALREADY_EXISTS: FSW_STATUS = (1 << 2); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:73:40 [INFO] [stderr] | [INFO] [stderr] 73 | pub const FSW_ERR_MEMORY: FSW_STATUS = (1 << 3); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:74:54 [INFO] [stderr] | [INFO] [stderr] 74 | pub const FSW_ERR_UNKNOWN_MONITOR_TYPE: FSW_STATUS = (1 << 4); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:75:50 [INFO] [stderr] | [INFO] [stderr] 75 | pub const FSW_ERR_CALLBACK_NOT_SET: FSW_STATUS = (1 << 5); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:76:47 [INFO] [stderr] | [INFO] [stderr] 76 | pub const FSW_ERR_PATHS_NOT_SET: FSW_STATUS = (1 << 6); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:77:49 [INFO] [stderr] | [INFO] [stderr] 77 | pub const FSW_ERR_MISSING_CONTEXT: FSW_STATUS = (1 << 7); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:78:46 [INFO] [stderr] | [INFO] [stderr] 78 | pub const FSW_ERR_INVALID_PATH: FSW_STATUS = (1 << 8); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:79:50 [INFO] [stderr] | [INFO] [stderr] 79 | pub const FSW_ERR_INVALID_CALLBACK: FSW_STATUS = (1 << 9); [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:80:49 [INFO] [stderr] | [INFO] [stderr] 80 | pub const FSW_ERR_INVALID_LATENCY: FSW_STATUS = (1 << 10); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:81:47 [INFO] [stderr] | [INFO] [stderr] 81 | pub const FSW_ERR_INVALID_REGEX: FSW_STATUS = (1 << 11); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:82:57 [INFO] [stderr] | [INFO] [stderr] 82 | pub const FSW_ERR_MONITOR_ALREADY_RUNNING: FSW_STATUS = (1 << 12); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:83:47 [INFO] [stderr] | [INFO] [stderr] 83 | pub const FSW_ERR_UNKNOWN_VALUE: FSW_STATUS = (1 << 13); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lib.rs:84:50 [INFO] [stderr] | [INFO] [stderr] 84 | pub const FSW_ERR_INVALID_PROPERTY: FSW_STATUS = (1 << 14); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:111:13 [INFO] [stderr] | [INFO] [stderr] 111 | Created = (1 << 1), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:112:13 [INFO] [stderr] | [INFO] [stderr] 112 | Updated = (1 << 2), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:113:13 [INFO] [stderr] | [INFO] [stderr] 113 | Removed = (1 << 3), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:114:13 [INFO] [stderr] | [INFO] [stderr] 114 | Renamed = (1 << 4), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:115:19 [INFO] [stderr] | [INFO] [stderr] 115 | OwnerModified = (1 << 5), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:116:23 [INFO] [stderr] | [INFO] [stderr] 116 | AttributeModified = (1 << 6), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:117:15 [INFO] [stderr] | [INFO] [stderr] 117 | MovedFrom = (1 << 7), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 118 | MovedTo = (1 << 8), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:119:12 [INFO] [stderr] | [INFO] [stderr] 119 | IsFile = (1 << 9), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:120:11 [INFO] [stderr] | [INFO] [stderr] 120 | IsDir = (1 << 10), [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:121:15 [INFO] [stderr] | [INFO] [stderr] 121 | IsSymLink = (1 << 11), [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:122:10 [INFO] [stderr] | [INFO] [stderr] 122 | Link = (1 << 12), [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/lib.rs:123:14 [INFO] [stderr] | [INFO] [stderr] 123 | Overflow = (1 << 13) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 27 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 27 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.25s [INFO] running `"docker" "inspect" "6353382fc6a9f24e829a49f3c9579b8732d52db10c03a64ae7cf135aa227c57a"` [INFO] running `"docker" "rm" "-f" "6353382fc6a9f24e829a49f3c9579b8732d52db10c03a64ae7cf135aa227c57a"` [INFO] [stdout] 6353382fc6a9f24e829a49f3c9579b8732d52db10c03a64ae7cf135aa227c57a