[INFO] crate sciter-rs 0.5.49 is already in cache [INFO] testing sciter-rs-0.5.49 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate sciter-rs 0.5.49 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate sciter-rs 0.5.49 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "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-13/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stdout] 5ebd045d7d0c2922b572f697f4af3a869546182e1738e7e28e48b762137cc5bb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "5ebd045d7d0c2922b572f697f4af3a869546182e1738e7e28e48b762137cc5bb"` [INFO] [stderr] Compiling libc v0.2.66 [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 4.78s [INFO] running `"docker" "inspect" "5ebd045d7d0c2922b572f697f4af3a869546182e1738e7e28e48b762137cc5bb"` [INFO] running `"docker" "rm" "-f" "5ebd045d7d0c2922b572f697f4af3a869546182e1738e7e28e48b762137cc5bb"` [INFO] [stdout] 5ebd045d7d0c2922b572f697f4af3a869546182e1738e7e28e48b762137cc5bb [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stdout] e727f0144cd42b5d8c4be27e51518465e24a635d914066b69ff2eb8c75865d65 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e727f0144cd42b5d8c4be27e51518465e24a635d914066b69ff2eb8c75865d65"` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling xdg v2.2.0 [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 libloading v0.5.2 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling lock_api v0.3.3 [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] Compiling semver v0.9.0 [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 nix v0.14.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [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 rusttype v0.8.2 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [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 46.79s [INFO] running `"docker" "inspect" "e727f0144cd42b5d8c4be27e51518465e24a635d914066b69ff2eb8c75865d65"` [INFO] running `"docker" "rm" "-f" "e727f0144cd42b5d8c4be27e51518465e24a635d914066b69ff2eb8c75865d65"` [INFO] [stdout] e727f0144cd42b5d8c4be27e51518465e24a635d914066b69ff2eb8c75865d65 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] 19c5c55ab28d0bb00a11b646ae4b1fc354720820306546b3fa273e6254067daa [INFO] running `"docker" "start" "-a" "19c5c55ab28d0bb00a11b646ae4b1fc354720820306546b3fa273e6254067daa"` [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.50s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/sciter-94400da732e0f263 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test utf::tests::test_wcslen ... ok [INFO] [stdout] test value::tests::test_value_layout ... ok [INFO] [stdout] test utf::tests::s2w_test ... ok [INFO] [stdout] test utf::tests::test_w2s ... ok [INFO] [stdout] test capi::schandler::test::test1 ... ok [INFO] [stdout] test utf::tests::test_u2s ... ok [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" "19c5c55ab28d0bb00a11b646ae4b1fc354720820306546b3fa273e6254067daa"` [INFO] running `"docker" "rm" "-f" "19c5c55ab28d0bb00a11b646ae4b1fc354720820306546b3fa273e6254067daa"` [INFO] [stdout] 19c5c55ab28d0bb00a11b646ae4b1fc354720820306546b3fa273e6254067daa