[INFO] updating cached repository https://github.com/wKLV/game-board [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7f0b6f7b08dd8579fb2f5ecd0b60e573c205efd2 [INFO] checking wKLV/game-board against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FwKLV%2Fgame-board" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wKLV/game-board on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/wKLV/game-board [INFO] finished tweaking git repo https://github.com/wKLV/game-board [INFO] tweaked toml for git repo https://github.com/wKLV/game-board written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/wKLV/game-board already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cc12c41b8e93b552a5c471f647a0c0e799e998e805f7bb9f4e99c3d900281e2d [INFO] running `"docker" "start" "-a" "cc12c41b8e93b552a5c471f647a0c0e799e998e805f7bb9f4e99c3d900281e2d"` [INFO] [stderr] Compiling phf_shared v0.7.19 [INFO] [stderr] Compiling serde v0.8.17 [INFO] [stderr] Checking rustc-demangle v0.1.2 [INFO] [stderr] Compiling miniz-sys v0.1.7 [INFO] [stderr] Compiling backtrace-sys v0.1.4 [INFO] [stderr] Checking rayon v0.5.0 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Compiling glium v0.15.0 [INFO] [stderr] Compiling phf_generator v0.7.19 [INFO] [stderr] Compiling phf v0.7.19 [INFO] [stderr] Checking tempfile v2.1.4 [INFO] [stderr] Checking enum_primitive v0.1.0 [INFO] [stderr] Compiling phf_codegen v0.7.19 [INFO] [stderr] Checking jpeg-decoder v0.1.8 [INFO] [stderr] Checking backtrace v0.2.3 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Checking flate2 v0.2.14 [INFO] [stderr] Checking png v0.5.2 [INFO] [stderr] Compiling serde_json v0.8.3 [INFO] [stderr] Checking image v0.10.3 [INFO] [stderr] Compiling libloading v0.3.1 [INFO] [stderr] Checking dlib v0.3.1 [INFO] [stderr] Checking wayland-sys v0.5.11 [INFO] [stderr] Checking wayland-window v0.2.3 [INFO] [stderr] Checking wayland-kbd v0.3.6 [INFO] [stderr] Checking tt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: the item `Surface` is imported redundantly [INFO] [stderr] --> src/io.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 3 | use glium::Surface; [INFO] [stderr] | -------------- the item `Surface` is already imported here [INFO] [stderr] ... [INFO] [stderr] 202 | use glium::Surface; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/main.rs:82:44 [INFO] [stderr] | [INFO] [stderr] 82 | self[pos] = entity_created;; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Surface` is imported redundantly [INFO] [stderr] --> src/io.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 3 | use glium::Surface; [INFO] [stderr] | -------------- the item `Surface` is already imported here [INFO] [stderr] ... [INFO] [stderr] 202 | use glium::Surface; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/main.rs:82:44 [INFO] [stderr] | [INFO] [stderr] 82 | self[pos] = entity_created;; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 28s [INFO] running `"docker" "inspect" "cc12c41b8e93b552a5c471f647a0c0e799e998e805f7bb9f4e99c3d900281e2d"` [INFO] running `"docker" "rm" "-f" "cc12c41b8e93b552a5c471f647a0c0e799e998e805f7bb9f4e99c3d900281e2d"` [INFO] [stdout] cc12c41b8e93b552a5c471f647a0c0e799e998e805f7bb9f4e99c3d900281e2d