[INFO] cloning repository RoyJacobs/winit-repro [INFO] running `"git" "clone" "--bare" "git://github.com/RoyJacobs/winit-repro.git" "work/cache/sources/gh/RoyJacobs/winit-repro"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/RoyJacobs/winit-repro'... [INFO] running `"git" "clone" "work/cache/sources/gh/RoyJacobs/winit-repro" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RoyJacobs/winit-repro"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RoyJacobs/winit-repro'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/RoyJacobs/winit-repro" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RoyJacobs/winit-repro"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RoyJacobs/winit-repro'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4307831311290d75587d9a3363993c861970f8de [INFO] sha for GitHub repo RoyJacobs/winit-repro: 4307831311290d75587d9a3363993c861970f8de [INFO] validating manifest of RoyJacobs/winit-repro on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of RoyJacobs/winit-repro on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing RoyJacobs/winit-repro [INFO] finished frobbing RoyJacobs/winit-repro [INFO] frobbed toml for RoyJacobs/winit-repro written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RoyJacobs/winit-repro/Cargo.toml [INFO] started frobbing RoyJacobs/winit-repro [INFO] finished frobbing RoyJacobs/winit-repro [INFO] frobbed toml for RoyJacobs/winit-repro written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RoyJacobs/winit-repro/Cargo.toml [INFO] crate RoyJacobs/winit-repro already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing RoyJacobs/winit-repro against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RoyJacobs/winit-repro:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 7a902cad88bd30cc7cd672adea6c3326e1f5551391e1fd259a618e4c945913d8 [INFO] running `"docker" "start" "-a" "7a902cad88bd30cc7cd672adea6c3326e1f5551391e1fd259a618e4c945913d8"` [INFO] [stderr] Compiling tempfile v2.1.6 [INFO] [stderr] Compiling glutin v0.9.1 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.9 [INFO] [stderr] Compiling wayland-client v0.9.9 [INFO] [stderr] Compiling wayland-window v0.6.1 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling winit v0.7.5 [INFO] [stderr] Compiling repro v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `event` [INFO] [stderr] --> src/main.rs:16:34 [INFO] [stderr] | [INFO] [stderr] 16 | events_loop.run_forever(|event| { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_event` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.76s [INFO] running `"docker" "inspect" "7a902cad88bd30cc7cd672adea6c3326e1f5551391e1fd259a618e4c945913d8"` [INFO] running `"docker" "rm" "-f" "7a902cad88bd30cc7cd672adea6c3326e1f5551391e1fd259a618e4c945913d8"` [INFO] [stdout] 7a902cad88bd30cc7cd672adea6c3326e1f5551391e1fd259a618e4c945913d8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RoyJacobs/winit-repro:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 8be1216d85e459311e0bdac686573f6a3ca14a45c9e296538025ada5b0feff45 [INFO] running `"docker" "start" "-a" "8be1216d85e459311e0bdac686573f6a3ca14a45c9e296538025ada5b0feff45"` [INFO] [stderr] Compiling repro v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `event` [INFO] [stderr] --> src/main.rs:16:34 [INFO] [stderr] | [INFO] [stderr] 16 | events_loop.run_forever(|event| { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_event` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `"docker" "inspect" "8be1216d85e459311e0bdac686573f6a3ca14a45c9e296538025ada5b0feff45"` [INFO] running `"docker" "rm" "-f" "8be1216d85e459311e0bdac686573f6a3ca14a45c9e296538025ada5b0feff45"` [INFO] [stdout] 8be1216d85e459311e0bdac686573f6a3ca14a45c9e296538025ada5b0feff45 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RoyJacobs/winit-repro:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 0f88deaaffeb7b35eaf2e9e0c4ffad3f6b7db0aea1600fc3613475b2f91ed016 [INFO] running `"docker" "start" "-a" "0f88deaaffeb7b35eaf2e9e0c4ffad3f6b7db0aea1600fc3613475b2f91ed016"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/repro-950da8fa5a185382 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "0f88deaaffeb7b35eaf2e9e0c4ffad3f6b7db0aea1600fc3613475b2f91ed016"` [INFO] running `"docker" "rm" "-f" "0f88deaaffeb7b35eaf2e9e0c4ffad3f6b7db0aea1600fc3613475b2f91ed016"` [INFO] [stdout] 0f88deaaffeb7b35eaf2e9e0c4ffad3f6b7db0aea1600fc3613475b2f91ed016