[INFO] cloning repository https://github.com/luutifa/platformer-engine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luutifa/platformer-engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluutifa%2Fplatformer-engine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluutifa%2Fplatformer-engine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1e719bee91819f644f57b1d2792732554527b843 [INFO] checking luutifa/platformer-engine against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluutifa%2Fplatformer-engine" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/luutifa/platformer-engine on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/luutifa/platformer-engine [INFO] finished tweaking git repo https://github.com/luutifa/platformer-engine [INFO] tweaked toml for git repo https://github.com/luutifa/platformer-engine written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/luutifa/platformer-engine already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70cee03155f5c855b82709277d0cd0b436c6e6cb323deb4094c93872ed2d4c61 [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" "70cee03155f5c855b82709277d0cd0b436c6e6cb323deb4094c93872ed2d4c61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70cee03155f5c855b82709277d0cd0b436c6e6cb323deb4094c93872ed2d4c61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70cee03155f5c855b82709277d0cd0b436c6e6cb323deb4094c93872ed2d4c61", kill_on_drop: false }` [INFO] [stdout] 70cee03155f5c855b82709277d0cd0b436c6e6cb323deb4094c93872ed2d4c61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c42f4de25f54ad151ff0aa056d908ed17c3d0504da4c2f10b3f5c795f8bdd113 [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" "c42f4de25f54ad151ff0aa056d908ed17c3d0504da4c2f10b3f5c795f8bdd113", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Checking adler32 v1.0.3 [INFO] [stderr] Checking byteorder v1.2.3 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Checking inflate v0.4.3 [INFO] [stderr] Checking deflate v0.7.18 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Checking sdl2 v0.31.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Checking platformer-engine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `CStr` [INFO] [stdout] --> src/renderer/resources.rs:8:25 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::{CString, CStr}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CStr` [INFO] [stdout] --> src/renderer/resources.rs:8:25 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::{CString, CStr}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gl_context` [INFO] [stdout] --> src/main.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | let gl_context = window.gl_create_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gl_context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gl_context` [INFO] [stdout] --> src/main.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | let gl_context = window.gl_create_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gl_context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `textures` [INFO] [stdout] --> src/renderer/resources.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | textures: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `is_pot` [INFO] [stdout] --> src/renderer/resources.rs:16:4 [INFO] [stdout] | [INFO] [stdout] 16 | fn is_pot(width: f32, height: f32) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `load_texture` [INFO] [stdout] --> src/renderer/resources.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn load_texture(&mut self, filename: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `meshes` [INFO] [stdout] --> src/renderer/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | meshes: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `textures` [INFO] [stdout] --> src/renderer/resources.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | textures: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `is_pot` [INFO] [stdout] --> src/renderer/resources.rs:16:4 [INFO] [stdout] | [INFO] [stdout] 16 | fn is_pot(width: f32, height: f32) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `load_texture` [INFO] [stdout] --> src/renderer/resources.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn load_texture(&mut self, filename: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `meshes` [INFO] [stdout] --> src/renderer/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | meshes: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.06s [INFO] running `Command { std: "docker" "inspect" "c42f4de25f54ad151ff0aa056d908ed17c3d0504da4c2f10b3f5c795f8bdd113", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c42f4de25f54ad151ff0aa056d908ed17c3d0504da4c2f10b3f5c795f8bdd113", kill_on_drop: false }` [INFO] [stdout] c42f4de25f54ad151ff0aa056d908ed17c3d0504da4c2f10b3f5c795f8bdd113