[INFO] cloning repository https://github.com/Pastramicity/Rengine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Pastramicity/Rengine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPastramicity%2FRengine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPastramicity%2FRengine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0f75c76e87b34ee9827846755e70ca5f0a7db87c [INFO] testing Pastramicity/Rengine against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPastramicity%2FRengine" "/workspace/builds/worker-93/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-93/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Pastramicity/Rengine on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Pastramicity/Rengine [INFO] finished tweaking git repo https://github.com/Pastramicity/Rengine [INFO] tweaked toml for git repo https://github.com/Pastramicity/Rengine written to /workspace/builds/worker-93/source/Cargo.toml [INFO] crate git repo https://github.com/Pastramicity/Rengine already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/deltaphc/raylib-rs` [INFO] [stderr] Updating git submodule `https://github.com/raysan5/raylib` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1b104fbf7a0b48e7fa03f08118d02cd3a86e2b11a3bfb1014c33d68f456741af [INFO] running `Command { std: "docker" "start" "-a" "1b104fbf7a0b48e7fa03f08118d02cd3a86e2b11a3bfb1014c33d68f456741af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b104fbf7a0b48e7fa03f08118d02cd3a86e2b11a3bfb1014c33d68f456741af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b104fbf7a0b48e7fa03f08118d02cd3a86e2b11a3bfb1014c33d68f456741af", kill_on_drop: false }` [INFO] [stdout] 1b104fbf7a0b48e7fa03f08118d02cd3a86e2b11a3bfb1014c33d68f456741af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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=forbid" "-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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72946689add398d247588d49e0f7ef463ac87e894106a2a65ee150db5f3d1fe7 [INFO] running `Command { std: "docker" "start" "-a" "72946689add398d247588d49e0f7ef463ac87e894106a2a65ee150db5f3d1fe7", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling erased-serde v0.3.16 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling atomic_refcell v0.1.8 [INFO] [stderr] Compiling scoped-tls-hkt v0.1.2 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling cmake v0.1.46 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling raylib-sys v3.7.0 (https://github.com/deltaphc/raylib-rs#c0a5760a) [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling legion_codegen v0.4.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling legion v0.4.0 [INFO] [stderr] Compiling raylib v3.7.0 (https://github.com/deltaphc/raylib-rs#c0a5760a) [INFO] [stderr] Compiling rengine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `r` in this scope [INFO] [stdout] --> src/main.rs:31:56 [INFO] [stdout] | [INFO] [stdout] 31 | usr::s::rdraw = Box::new(rl.begin_drawing(&r.thread)); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `rl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::default` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::default; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Screen_Pos` should have an upper camel case name [INFO] [stdout] --> src/usr/c.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct Screen_Pos{ [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `ScreenPos` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `raylib::prelude::RaylibDrawHandle<'_>: std::default::Default` is not satisfied [INFO] [stdout] --> src/usr/s.rs:5:44 [INFO] [stdout] | [INFO] [stdout] 5 | pub static mut rdraw:Box=Box::default(); [INFO] [stdout] | ^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `raylib::prelude::RaylibDrawHandle<'_>` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `std::default::Default` for `Box>` [INFO] [stdout] note: required by `std::default::Default::default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rengine` due to 3 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "72946689add398d247588d49e0f7ef463ac87e894106a2a65ee150db5f3d1fe7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72946689add398d247588d49e0f7ef463ac87e894106a2a65ee150db5f3d1fe7", kill_on_drop: false }` [INFO] [stdout] 72946689add398d247588d49e0f7ef463ac87e894106a2a65ee150db5f3d1fe7