[INFO] fetching crate autogui 0.4.0... [INFO] testing autogui-0.4.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate autogui 0.4.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate autogui 0.4.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate autogui 0.4.0 [INFO] finished tweaking crates.io crate autogui 0.4.0 [INFO] tweaked toml for crates.io crate autogui 0.4.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb3e22e7cabb422c4b1168351f2422c2e9b8d5c9050d60f331e768735f09daa0 [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" "cb3e22e7cabb422c4b1168351f2422c2e9b8d5c9050d60f331e768735f09daa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb3e22e7cabb422c4b1168351f2422c2e9b8d5c9050d60f331e768735f09daa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb3e22e7cabb422c4b1168351f2422c2e9b8d5c9050d60f331e768735f09daa0", kill_on_drop: false }` [INFO] [stdout] cb3e22e7cabb422c4b1168351f2422c2e9b8d5c9050d60f331e768735f09daa0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 054929ac445b8c307a190f0eacf2c70bf83440c5559547401f5ce6a01f96a04a [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" "054929ac445b8c307a190f0eacf2c70bf83440c5559547401f5ce6a01f96a04a", 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 autogui v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `linux` [INFO] [stdout] --> src/platform/mod.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(target_os = "linux")] pub(crate) mod linux; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `linux`, create file "src/platform/linux.rs" or "src/platform/linux/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `process_event` in module `platform::current` [INFO] [stdout] --> src/actor.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | platform::current::process_event(t, None); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform::current` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `process_event` in module `current` [INFO] [stdout] --> src/mouse.rs:135:18 [INFO] [stdout] | [INFO] [stdout] 135 | current::process_event(t, Some(self.position)); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `current` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(crate_in_paths)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `crate_in_paths` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(slice_patterns)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `slice_patterns` has been stable since 1.42.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0554, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `autogui` due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "054929ac445b8c307a190f0eacf2c70bf83440c5559547401f5ce6a01f96a04a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "054929ac445b8c307a190f0eacf2c70bf83440c5559547401f5ce6a01f96a04a", kill_on_drop: false }` [INFO] [stdout] 054929ac445b8c307a190f0eacf2c70bf83440c5559547401f5ce6a01f96a04a