[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 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 607ca00d82cc4a2759e02e1cddee843510d0956b1c03d3c0e98da2aca75a5563 [INFO] running `Command { std: "docker" "start" "-a" "607ca00d82cc4a2759e02e1cddee843510d0956b1c03d3c0e98da2aca75a5563", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "607ca00d82cc4a2759e02e1cddee843510d0956b1c03d3c0e98da2aca75a5563", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "607ca00d82cc4a2759e02e1cddee843510d0956b1c03d3c0e98da2aca75a5563", kill_on_drop: false }` [INFO] [stdout] 607ca00d82cc4a2759e02e1cddee843510d0956b1c03d3c0e98da2aca75a5563 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf01ae50f5c56c719a5c59bb22d4e6496bcc02cc35be93e9689580db839a3a8b [INFO] running `Command { std: "docker" "start" "-a" "cf01ae50f5c56c719a5c59bb22d4e6496bcc02cc35be93e9689580db839a3a8b", kill_on_drop: false }` [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" "cf01ae50f5c56c719a5c59bb22d4e6496bcc02cc35be93e9689580db839a3a8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf01ae50f5c56c719a5c59bb22d4e6496bcc02cc35be93e9689580db839a3a8b", kill_on_drop: false }` [INFO] [stdout] cf01ae50f5c56c719a5c59bb22d4e6496bcc02cc35be93e9689580db839a3a8b