[INFO] crate sciter-rs 0.5.49 is already in cache [INFO] checking sciter-rs-0.5.49 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate sciter-rs 0.5.49 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate sciter-rs 0.5.49 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sciter-rs 0.5.49 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate sciter-rs 0.5.49 [INFO] tweaked toml for crates.io crate sciter-rs 0.5.49 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate sciter-rs 0.5.49 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] 8ee32b56215cf2ab1a40a45068156890361e6251b07dc95c8ce61dfc204e7646 [INFO] running `"docker" "start" "-a" "8ee32b56215cf2ab1a40a45068156890361e6251b07dc95c8ce61dfc204e7646"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Checking downcast-rs v1.1.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking lock_api v0.3.3 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking rusttype v0.8.2 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking sciter-rs v0.5.49 (/opt/rustwide/workdir) [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:125:19 [INFO] [stderr] | [INFO] [stderr] 125 | SW_TITLEBAR = (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 const expression [INFO] [stderr] --> src/capi/scdef.rs:127:19 [INFO] [stderr] | [INFO] [stderr] 127 | SW_RESIZEABLE = (1 << 2), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:129:19 [INFO] [stderr] | [INFO] [stderr] 129 | SW_TOOL = (1 << 3), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:131:19 [INFO] [stderr] | [INFO] [stderr] 131 | SW_CONTROLS = (1 << 4), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:133:19 [INFO] [stderr] | [INFO] [stderr] 133 | SW_GLASSY = (1 << 5), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:135:19 [INFO] [stderr] | [INFO] [stderr] 135 | SW_ALPHA = (1 << 6), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:137:19 [INFO] [stderr] | [INFO] [stderr] 137 | SW_MAIN = (1 << 7), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:139:19 [INFO] [stderr] | [INFO] [stderr] 139 | SW_POPUP = (1 << 8), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:141:21 [INFO] [stderr] | [INFO] [stderr] 141 | SW_ENABLE_DEBUG = (1 << 9), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:143:21 [INFO] [stderr] | [INFO] [stderr] 143 | SW_OWNS_VM = (1 << 10), [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/lib.rs:377:41 [INFO] [stderr] | [INFO] [stderr] 377 | static ref _API: &'static ISciterAPI = { SciterAPI() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/lib.rs:384:48 [INFO] [stderr] | [INFO] [stderr] 384 | static ref _RAPI: &'static SciterRequestAPI = { unsafe { &*(SciterAPI().GetSciterRequestAPI)() } }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: 12 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.19.5 [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:125:19 [INFO] [stderr] | [INFO] [stderr] 125 | SW_TITLEBAR = (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 const expression [INFO] [stderr] --> src/capi/scdef.rs:127:19 [INFO] [stderr] | [INFO] [stderr] 127 | SW_RESIZEABLE = (1 << 2), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:129:19 [INFO] [stderr] | [INFO] [stderr] 129 | SW_TOOL = (1 << 3), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:131:19 [INFO] [stderr] | [INFO] [stderr] 131 | SW_CONTROLS = (1 << 4), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:133:19 [INFO] [stderr] | [INFO] [stderr] 133 | SW_GLASSY = (1 << 5), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:135:19 [INFO] [stderr] | [INFO] [stderr] 135 | SW_ALPHA = (1 << 6), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:137:19 [INFO] [stderr] | [INFO] [stderr] 137 | SW_MAIN = (1 << 7), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:139:19 [INFO] [stderr] | [INFO] [stderr] 139 | SW_POPUP = (1 << 8), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:141:21 [INFO] [stderr] | [INFO] [stderr] 141 | SW_ENABLE_DEBUG = (1 << 9), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/capi/scdef.rs:143:21 [INFO] [stderr] | [INFO] [stderr] 143 | SW_OWNS_VM = (1 << 10), [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/lib.rs:377:41 [INFO] [stderr] | [INFO] [stderr] 377 | static ref _API: &'static ISciterAPI = { SciterAPI() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/lib.rs:384:48 [INFO] [stderr] | [INFO] [stderr] 384 | static ref _RAPI: &'static SciterRequestAPI = { unsafe { &*(SciterAPI().GetSciterRequestAPI)() } }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: 12 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.48s [INFO] running `"docker" "inspect" "8ee32b56215cf2ab1a40a45068156890361e6251b07dc95c8ce61dfc204e7646"` [INFO] running `"docker" "rm" "-f" "8ee32b56215cf2ab1a40a45068156890361e6251b07dc95c8ce61dfc204e7646"` [INFO] [stdout] 8ee32b56215cf2ab1a40a45068156890361e6251b07dc95c8ce61dfc204e7646