[INFO] cloning repository https://github.com/Redacted-Studios/Redacted-Engine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Redacted-Studios/Redacted-Engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedacted-Studios%2FRedacted-Engine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedacted-Studios%2FRedacted-Engine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 062572dc28c45827e0a43d815c7263c549ae2a46 [INFO] testing Redacted-Studios/Redacted-Engine 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%2FRedacted-Studios%2FRedacted-Engine" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Redacted-Studios/Redacted-Engine 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 git repo https://github.com/Redacted-Studios/Redacted-Engine [INFO] finished tweaking git repo https://github.com/Redacted-Studios/Redacted-Engine [INFO] tweaked toml for git repo https://github.com/Redacted-Studios/Redacted-Engine written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Redacted-Studios/Redacted-Engine 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 761c77fbc2ca7dcbef20dee2bdf3aab0654c250331be159a260d850e43dc7202 [INFO] running `Command { std: "docker" "start" "-a" "761c77fbc2ca7dcbef20dee2bdf3aab0654c250331be159a260d850e43dc7202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "761c77fbc2ca7dcbef20dee2bdf3aab0654c250331be159a260d850e43dc7202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "761c77fbc2ca7dcbef20dee2bdf3aab0654c250331be159a260d850e43dc7202", kill_on_drop: false }` [INFO] [stdout] 761c77fbc2ca7dcbef20dee2bdf3aab0654c250331be159a260d850e43dc7202 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] e28775db100d0f789e728ff01ce2a9cc5ba823c3c52770051cf8fc17928aa857 [INFO] running `Command { std: "docker" "start" "-a" "e28775db100d0f789e728ff01ce2a9cc5ba823c3c52770051cf8fc17928aa857", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling glfw v0.43.0 (https://github.com/bjz/glfw-rs.git#5298cfc6) [INFO] [stderr] Compiling redacted v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Action`, `Context`, `Key` [INFO] [stdout] --> src/engine/window/mod.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | use glfw::{Action, Context, Key, WindowEvent}; [INFO] [stdout] | ^^^^^^ ^^^^^^^ ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:13:66 [INFO] [stdout] | [INFO] [stdout] 13 | let mut RWindowInstane = engine::window::RWindow { instance: None, window: None, events: None, width: 1280, height: 720, caption: "RW... [INFO] [stdout] | ^^^^ expected struct `Glfw`, found enum `Option` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Glfw` [INFO] [stdout] found enum `Option<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:13:80 [INFO] [stdout] | [INFO] [stdout] 13 | let mut RWindowInstane = engine::window::RWindow { instance: None, window: None, events: None, width: 1280, height: 720, caption: "RW... [INFO] [stdout] | ^^^^ expected struct `Window`, found enum `Option` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Window` [INFO] [stdout] found enum `Option<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:13:94 [INFO] [stdout] | [INFO] [stdout] 13 | ...ce: None, window: None, events: None, width: 1280, height: 720, caption: "RWindow instance!".to_string() }; [INFO] [stdout] | ^^^^ expected struct `std::sync::mpsc::Receiver`, found enum `Option` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `std::sync::mpsc::Receiver<(f64, WindowEvent)>` [INFO] [stdout] found enum `Option<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `redacted` due to 4 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "e28775db100d0f789e728ff01ce2a9cc5ba823c3c52770051cf8fc17928aa857", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e28775db100d0f789e728ff01ce2a9cc5ba823c3c52770051cf8fc17928aa857", kill_on_drop: false }` [INFO] [stdout] e28775db100d0f789e728ff01ce2a9cc5ba823c3c52770051cf8fc17928aa857