[INFO] fetching crate reminisce 0.9.1... [INFO] testing reminisce-0.9.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate reminisce 0.9.1 into /workspace/builds/worker-61/source [INFO] validating manifest of crates.io crate reminisce 0.9.1 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] started tweaking crates.io crate reminisce 0.9.1 [INFO] finished tweaking crates.io crate reminisce 0.9.1 [INFO] tweaked toml for crates.io crate reminisce 0.9.1 written to /workspace/builds/worker-61/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: path `/workspace/builds/worker-61/source/src/reminisce.rs` was erroneously implicitly accepted for library `reminisce`, [INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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] 57ba19df4058717ce46b34916bcebd7ff804e73e700785a26875717d11485dac [INFO] running `Command { std: "docker" "start" "-a" "57ba19df4058717ce46b34916bcebd7ff804e73e700785a26875717d11485dac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57ba19df4058717ce46b34916bcebd7ff804e73e700785a26875717d11485dac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57ba19df4058717ce46b34916bcebd7ff804e73e700785a26875717d11485dac", kill_on_drop: false }` [INFO] [stdout] 57ba19df4058717ce46b34916bcebd7ff804e73e700785a26875717d11485dac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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] f8315e6950bde74b2abdf7ecc43416dde31d58e3c3eabad384de56fb3daff6ac [INFO] running `Command { std: "docker" "start" "-a" "f8315e6950bde74b2abdf7ecc43416dde31d58e3c3eabad384de56fb3daff6ac", kill_on_drop: false }` [INFO] [stderr] warning: path `/opt/rustwide/workdir/src/reminisce.rs` was erroneously implicitly accepted for library `reminisce`, [INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml [INFO] [stderr] Compiling reminisce v0.9.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `walk_dir` in module `fs` [INFO] [stdout] --> src/linux.rs:24:27 [INFO] [stdout] | [INFO] [stdout] 24 | if let Ok(entries) = fs::walk_dir("/dev/input/") { [INFO] [stdout] | ^^^^^^^^ not found in `fs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/linux.rs:78:36 [INFO] [stdout] | [INFO] [stdout] 78 | let mut event:LinuxEvent = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/linux.rs:100:36 [INFO] [stdout] | [INFO] [stdout] 100 | let mut num_axes: c_char = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/linux.rs:107:39 [INFO] [stdout] | [INFO] [stdout] 107 | let mut num_buttons: c_char = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/reminisce.rs:4:69 [INFO] [stdout] | [INFO] [stdout] 4 | #![cfg_attr(all(target_os = "linux", not(feature = "sdl")), feature(fs_walk))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `fs_walk` [INFO] [stdout] --> src/reminisce.rs:4:69 [INFO] [stdout] | [INFO] [stdout] 4 | #![cfg_attr(all(target_os = "linux", not(feature = "sdl")), feature(fs_walk))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Event: From<::NativeEvent>` is not satisfied [INFO] [stdout] --> src/reminisce.rs:331:30 [INFO] [stdout] | [INFO] [stdout] 331 | pub trait StatefulJoystick : Joystick + Sized { [INFO] [stdout] | ^^^^^^^^ the trait `From<::NativeEvent>` is not implemented for `Event` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Joystick` [INFO] [stdout] --> src/reminisce.rs:229:41 [INFO] [stdout] | [INFO] [stdout] 229 | pub trait Joystick : Sized where Event: From { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Joystick` [INFO] [stdout] help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 331 | pub trait StatefulJoystick : Joystick + Sized where Event: From<::NativeEvent> { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Event: From<::NativeEvent>` is not satisfied [INFO] [stdout] --> src/reminisce.rs:403:34 [INFO] [stdout] | [INFO] [stdout] 403 | pub struct Poller<'a, J> where J:Joystick+'a { [INFO] [stdout] | ^^^^^^^^ the trait `From<::NativeEvent>` is not implemented for `Event` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Joystick` [INFO] [stdout] --> src/reminisce.rs:229:41 [INFO] [stdout] | [INFO] [stdout] 229 | pub trait Joystick : Sized where Event: From { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Joystick` [INFO] [stdout] help: consider extending the `where` bound, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 403 | pub struct Poller<'a, J> where J:Joystick+'a, Event: From<::NativeEvent> { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0554, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `reminisce` due to 6 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f8315e6950bde74b2abdf7ecc43416dde31d58e3c3eabad384de56fb3daff6ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8315e6950bde74b2abdf7ecc43416dde31d58e3c3eabad384de56fb3daff6ac", kill_on_drop: false }` [INFO] [stdout] f8315e6950bde74b2abdf7ecc43416dde31d58e3c3eabad384de56fb3daff6ac