[INFO] crate reminisce 0.9.1 is already in cache [INFO] testing reminisce-0.9.1 against 1.45.2 for beta-1.46-1 [INFO] extracting crate reminisce 0.9.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate reminisce 0.9.1 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", 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-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: path `/workspace/builds/worker-12/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 80dcb27123fe4c829547e8d8fbeea9839e54f4cbee370de54601cd7785bc61f5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "80dcb27123fe4c829547e8d8fbeea9839e54f4cbee370de54601cd7785bc61f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "80dcb27123fe4c829547e8d8fbeea9839e54f4cbee370de54601cd7785bc61f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80dcb27123fe4c829547e8d8fbeea9839e54f4cbee370de54601cd7785bc61f5", kill_on_drop: false }` [INFO] [stdout] 80dcb27123fe4c829547e8d8fbeea9839e54f4cbee370de54601cd7785bc61f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 04bce34f48d247d7e376c108e973d69603f30f604821c996eab689416fa05ee2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "04bce34f48d247d7e376c108e973d69603f30f604821c996eab689416fa05ee2", 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] Blocking waiting for file lock on package cache [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] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/reminisce.rs:4:61 [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] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/linux.rs:78:31 [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 item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/linux.rs:100:31 [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 item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/linux.rs:107:34 [INFO] [stdout] | [INFO] [stdout] 107 | let mut num_buttons: c_char = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Event: std::convert::From<::NativeEvent>` is not satisfied [INFO] [stdout] --> src/reminisce.rs:331:30 [INFO] [stdout] | [INFO] [stdout] 229 | pub trait Joystick : Sized where Event: From { [INFO] [stdout] | ----------------------- required by this bound in `Joystick` [INFO] [stdout] ... [INFO] [stdout] 331 | pub trait StatefulJoystick : Joystick + Sized { [INFO] [stdout] | ^^^^^^^^ the trait `std::convert::From<::NativeEvent>` is not implemented for `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Event: std::convert::From<::NativeEvent>` is not satisfied [INFO] [stdout] --> src/reminisce.rs:403:34 [INFO] [stdout] | [INFO] [stdout] 229 | pub trait Joystick : Sized where Event: From { [INFO] [stdout] | ----------------------- required by this bound in `Joystick` [INFO] [stdout] ... [INFO] [stdout] 403 | pub struct Poller<'a, J> where J:Joystick+'a { [INFO] [stdout] | ^^^^^^^^ the trait `std::convert::From<::NativeEvent>` is not implemented for `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `reminisce`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "04bce34f48d247d7e376c108e973d69603f30f604821c996eab689416fa05ee2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04bce34f48d247d7e376c108e973d69603f30f604821c996eab689416fa05ee2", kill_on_drop: false }` [INFO] [stdout] 04bce34f48d247d7e376c108e973d69603f30f604821c996eab689416fa05ee2