[INFO] cloning repository https://github.com/feenkcom/libwinit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/feenkcom/libwinit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeenkcom%2Flibwinit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeenkcom%2Flibwinit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aa626067a3d208865da950e6037412a80b835ba1 [INFO] testing feenkcom/libwinit against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeenkcom%2Flibwinit" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/feenkcom/libwinit on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-22/source/.cargo/config [INFO] started tweaking git repo https://github.com/feenkcom/libwinit [INFO] finished tweaking git repo https://github.com/feenkcom/libwinit [INFO] tweaked toml for git repo https://github.com/feenkcom/libwinit written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/feenkcom/libwinit already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a30d88a1a962bcea7184cc04b5e0c4c82b3b5e65d38f6cbdd418e47e87668d5 [INFO] running `Command { std: "docker" "start" "-a" "5a30d88a1a962bcea7184cc04b5e0c4c82b3b5e65d38f6cbdd418e47e87668d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a30d88a1a962bcea7184cc04b5e0c4c82b3b5e65d38f6cbdd418e47e87668d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a30d88a1a962bcea7184cc04b5e0c4c82b3b5e65d38f6cbdd418e47e87668d5", kill_on_drop: false }` [INFO] [stdout] 5a30d88a1a962bcea7184cc04b5e0c4c82b3b5e65d38f6cbdd418e47e87668d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bbe834e77b211ed1825e517b9dfa6d98efbde30071ac1fce6b4b770d9711b721 [INFO] running `Command { std: "docker" "start" "-a" "bbe834e77b211ed1825e517b9dfa6d98efbde30071ac1fce6b4b770d9711b721", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.120 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.89 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling erased-serde v0.3.20 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling user-error v1.2.8 [INFO] [stderr] Compiling ipnet v2.4.0 [INFO] [stderr] Compiling wildmatch v2.1.0 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling winit v0.26.1 (https://github.com/syrel/winit?rev=3e8db78c10423528a8cf19d674c4494bfe34f74d#3e8db78c) [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling to_absolute v0.1.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling widestring v0.4.3 [INFO] [stderr] Compiling wayland-sys v0.29.4 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling tracing-core v0.1.23 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.15.3 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling wayland-scanner v0.29.4 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling tracing v0.1.32 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling wayland-client v0.29.4 [INFO] [stderr] Compiling wayland-protocols v0.29.4 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling mio v0.8.1 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling nix v0.22.3 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling memmap2 v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling which v4.2.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling xcursor v0.3.4 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling typetag-impl v0.1.8 [INFO] [stderr] Compiling wayland-commons v0.29.4 [INFO] [stderr] Compiling calloop v0.9.3 [INFO] [stderr] Compiling inventory v0.2.2 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling boxer v0.2.2 (https://github.com/feenkcom/gtoolkit-boxer?rev=4cc03d989c46aeb78d1a4f142360239cf8df7de3#4cc03d98) [INFO] [stderr] Compiling wayland-cursor v0.29.4 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling h2 v0.3.12 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling file-matcher v0.7.0 [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling typetag v0.1.8 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.10 [INFO] [stderr] Compiling downloader v0.2.6 [INFO] [stderr] Compiling shared-library-builder v0.3.0 (https://github.com/feenkcom/shared-library-builder-rs#5c2891b5) [INFO] [stderr] Compiling libwinit-library v0.1.0 (/opt/rustwide/workdir/shared-library-builder/library) [INFO] [stderr] Compiling libwinit-builder v0.1.0 (/opt/rustwide/workdir/shared-library-builder/builder) [INFO] [stderr] Compiling libwinit v0.2.1 (/opt/rustwide/workdir/library) [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> library/src/event_loop.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | if (std::env::var("WINIT_UNIX_BACKEND").is_err()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 17 - if (std::env::var("WINIT_UNIX_BACKEND").is_err()) { [INFO] [stdout] 17 + if std::env::var("WINIT_UNIX_BACKEND").is_err() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Winit` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.49s [INFO] running `Command { std: "docker" "inspect" "bbe834e77b211ed1825e517b9dfa6d98efbde30071ac1fce6b4b770d9711b721", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbe834e77b211ed1825e517b9dfa6d98efbde30071ac1fce6b4b770d9711b721", kill_on_drop: false }` [INFO] [stdout] bbe834e77b211ed1825e517b9dfa6d98efbde30071ac1fce6b4b770d9711b721 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 710e4aedd0ce5c517772d94e689b492d45740cc57be5bbc47dd1871e4cfc4361 [INFO] running `Command { std: "docker" "start" "-a" "710e4aedd0ce5c517772d94e689b492d45740cc57be5bbc47dd1871e4cfc4361", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libwinit v0.2.1 (/opt/rustwide/workdir/library) [INFO] [stderr] Compiling libwinit-library v0.1.0 (/opt/rustwide/workdir/shared-library-builder/library) [INFO] [stderr] Compiling libwinit-builder v0.1.0 (/opt/rustwide/workdir/shared-library-builder/builder) [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> library/src/event_loop.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | if (std::env::var("WINIT_UNIX_BACKEND").is_err()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 17 - if (std::env::var("WINIT_UNIX_BACKEND").is_err()) { [INFO] [stdout] 17 + if std::env::var("WINIT_UNIX_BACKEND").is_err() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Winit` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.18s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/Winit-0a948fae0418ca30) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/builder-9b1edd56d576c102) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/libwinit_library-557278c86c425968) [INFO] running `Command { std: "docker" "inspect" "710e4aedd0ce5c517772d94e689b492d45740cc57be5bbc47dd1871e4cfc4361", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "710e4aedd0ce5c517772d94e689b492d45740cc57be5bbc47dd1871e4cfc4361", kill_on_drop: false }` [INFO] [stdout] 710e4aedd0ce5c517772d94e689b492d45740cc57be5bbc47dd1871e4cfc4361 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] edbee08924832bde465f2d2de7d8f488a55392c5edc24887cc69f796ffffeaf5 [INFO] running `Command { std: "docker" "start" "-a" "edbee08924832bde465f2d2de7d8f488a55392c5edc24887cc69f796ffffeaf5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> library/src/event_loop.rs:17:12 [INFO] [stderr] | [INFO] [stderr] 17 | if (std::env::var("WINIT_UNIX_BACKEND").is_err()) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 17 - if (std::env::var("WINIT_UNIX_BACKEND").is_err()) { [INFO] [stderr] 17 + if std::env::var("WINIT_UNIX_BACKEND").is_err() { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: crate `Winit` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `winit` [INFO] [stderr] [INFO] [stderr] warning: `libwinit` (lib test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/Winit-0a948fae0418ca30) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/builder-9b1edd56d576c102) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libwinit_library-557278c86c425968) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests libwinit-library [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "edbee08924832bde465f2d2de7d8f488a55392c5edc24887cc69f796ffffeaf5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edbee08924832bde465f2d2de7d8f488a55392c5edc24887cc69f796ffffeaf5", kill_on_drop: false }` [INFO] [stdout] edbee08924832bde465f2d2de7d8f488a55392c5edc24887cc69f796ffffeaf5