[INFO] crate sciter-rs 0.5.49 is already in cache [INFO] testing sciter-rs-0.5.49 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate sciter-rs 0.5.49 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate sciter-rs 0.5.49 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "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-7/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" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a9d3a6eaf86d4b0c68a3dccc4a005133f616e0365ca87419626a884a6637c963 [INFO] running `"docker" "start" "-a" "a9d3a6eaf86d4b0c68a3dccc4a005133f616e0365ca87419626a884a6637c963"` [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling sciter-rs v0.5.49 (/opt/rustwide/workdir) [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 3.10s [INFO] running `"docker" "inspect" "a9d3a6eaf86d4b0c68a3dccc4a005133f616e0365ca87419626a884a6637c963"` [INFO] running `"docker" "rm" "-f" "a9d3a6eaf86d4b0c68a3dccc4a005133f616e0365ca87419626a884a6637c963"` [INFO] [stdout] a9d3a6eaf86d4b0c68a3dccc4a005133f616e0365ca87419626a884a6637c963 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 96962b993783c581adf40642beed069d74811c653cb9c751675b2b63d24e5671 [INFO] running `"docker" "start" "-a" "96962b993783c581adf40642beed069d74811c653cb9c751675b2b63d24e5671"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [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 lock_api v0.3.3 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.5 [INFO] [stderr] Compiling sciter-rs v0.5.49 (/opt/rustwide/workdir) [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 test [unoptimized + debuginfo] target(s) in 44.87s [INFO] running `"docker" "inspect" "96962b993783c581adf40642beed069d74811c653cb9c751675b2b63d24e5671"` [INFO] running `"docker" "rm" "-f" "96962b993783c581adf40642beed069d74811c653cb9c751675b2b63d24e5671"` [INFO] [stdout] 96962b993783c581adf40642beed069d74811c653cb9c751675b2b63d24e5671 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 048720037d695c4644f188af65983a877cfbc36e1b6bf71d77201c17ef74d3c0 [INFO] running `"docker" "start" "-a" "048720037d695c4644f188af65983a877cfbc36e1b6bf71d77201c17ef74d3c0"` [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] 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 test [unoptimized + debuginfo] target(s) in 0.48s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/sciter-94400da732e0f263 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test utf::tests::s2w_test ... ok [INFO] [stdout] test capi::schandler::test::test1 ... ok [INFO] [stdout] test utf::tests::test_wcslen ... ok [INFO] [stdout] test utf::tests::test_w2s ... ok [INFO] [stdout] test utf::tests::test_u2s ... ok [INFO] [stdout] test value::tests::test_value_layout ... ok [INFO] [stdout] test value::tests::test_abi ... FAILED [INFO] [stderr] thread panicked while panicking. aborting. [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/sciter-94400da732e0f263` (signal: 4, SIGILL: illegal instruction) [INFO] running `"docker" "inspect" "048720037d695c4644f188af65983a877cfbc36e1b6bf71d77201c17ef74d3c0"` [INFO] running `"docker" "rm" "-f" "048720037d695c4644f188af65983a877cfbc36e1b6bf71d77201c17ef74d3c0"` [INFO] [stdout] 048720037d695c4644f188af65983a877cfbc36e1b6bf71d77201c17ef74d3c0