[INFO] cloning repository https://github.com/yzhs/sokoban [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yzhs/sokoban" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyzhs%2Fsokoban", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyzhs%2Fsokoban'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 70e98e14a0304cc565dd20ed2e28a6f93de80fb0 [INFO] testing yzhs/sokoban against master#61223975d46f794466efa832bc7562b9707ecc46+rustflags=-Copt-level=3 for pr-121282 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyzhs%2Fsokoban" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yzhs/sokoban on toolchain 61223975d46f794466efa832bc7562b9707ecc46 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yzhs/sokoban [INFO] finished tweaking git repo https://github.com/yzhs/sokoban [INFO] tweaked toml for git repo https://github.com/yzhs/sokoban written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/yzhs/sokoban already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded colog v1.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae58878a0055dd7d01ed22db8a55c39dd51e995367de21d745a71f5320e1b77d [INFO] running `Command { std: "docker" "start" "-a" "ae58878a0055dd7d01ed22db8a55c39dd51e995367de21d745a71f5320e1b77d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae58878a0055dd7d01ed22db8a55c39dd51e995367de21d745a71f5320e1b77d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae58878a0055dd7d01ed22db8a55c39dd51e995367de21d745a71f5320e1b77d", kill_on_drop: false }` [INFO] [stdout] ae58878a0055dd7d01ed22db8a55c39dd51e995367de21d745a71f5320e1b77d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4bdcebab195ec443682e0dde168b0008dc6eb34495617df3c67b651af848d981 [INFO] running `Command { std: "docker" "start" "-a" "4bdcebab195ec443682e0dde168b0008dc6eb34495617df3c67b651af848d981", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling xml-rs v0.8.15 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling simd-adler32 v0.3.5 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling libloading v0.8.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling freetype-sys v0.13.1 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling flate2 v1.0.26 [INFO] [stderr] Compiling servo-fontconfig-sys v5.1.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling fdeflate v0.3.0 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling png v0.17.9 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.0 [INFO] [stderr] Compiling xcursor v0.3.4 [INFO] [stderr] Compiling crossfont v0.5.1 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling foreign-types-shared v0.3.1 [INFO] [stderr] Compiling tiny-skia-path v0.7.0 [INFO] [stderr] Compiling servo-fontconfig v0.5.1 [INFO] [stderr] Compiling freetype-rs v0.26.0 [INFO] [stderr] Compiling safe_arch v0.5.2 [INFO] [stderr] Compiling wayland-cursor v0.29.5 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling tiny-skia v0.7.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.6 [INFO] [stderr] Compiling glutin_glx_sys v0.1.8 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling regex-automata v0.3.3 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling backtrace v0.3.68 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling gimli v0.27.3 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling raw-window-handle v0.5.2 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling anstream v0.6.5 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling regex v1.9.1 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling addr2line v0.20.0 [INFO] [stderr] Compiling wayland-egl v0.29.5 [INFO] [stderr] Compiling glium v0.32.1 [INFO] [stderr] Compiling object v0.31.1 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling half v2.2.1 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling foreign-types-macros v0.2.3 [INFO] [stderr] Compiling pin-project-internal v1.1.2 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling serde_json v1.0.111 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling clap_builder v4.4.14 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling foreign-types v0.5.0 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling tiff v0.9.0 [INFO] [stderr] Compiling colored v2.0.4 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling takeable-option v0.5.0 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling colog v1.2.0 [INFO] [stderr] Compiling directories v5.0.1 [INFO] [stderr] Compiling clap v4.4.14 [INFO] [stderr] Compiling serde_derive v1.0.195 [INFO] [stderr] Compiling quick-xml v0.23.1 [INFO] [stderr] Compiling calloop v0.10.6 [INFO] [stderr] Compiling natord v1.0.9 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling find_folder v0.3.0 [INFO] [stderr] Compiling pin-project v1.1.2 [INFO] [stderr] Compiling sctk-adwaita v0.4.3 [INFO] [stderr] Compiling flume v0.10.14 [INFO] [stderr] Compiling winit v0.27.5 [INFO] [stderr] Compiling exr v1.7.0 [INFO] [stderr] Compiling glutin v0.29.1 [INFO] [stderr] Compiling image v0.24.7 [INFO] [stderr] Compiling sokoban v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `HashMap` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::{HashMap, HashSet, VecDeque}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 4 | use crate::current_level::*; [INFO] [stdout] | ----------------------- the item `HashMap` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `HashSet` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::{HashMap, HashSet, VecDeque}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 4 | use crate::current_level::*; [INFO] [stdout] | ----------------------- the item `HashSet` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Event` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::current_level::*; [INFO] [stdout] | ----------------------- the item `Event` is already imported here [INFO] [stdout] 5 | use crate::direction::*; [INFO] [stdout] 6 | use crate::event::Event; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Move` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::current_level::*; [INFO] [stdout] | ----------------------- the item `Move` is already imported here [INFO] [stdout] ... [INFO] [stdout] 7 | use crate::move_::Move; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `move_worker` is never used [INFO] [stdout] --> src/current_level.rs:228:8 [INFO] [stdout] | [INFO] [stdout] 208 | impl CurrentLevel { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 228 | fn move_worker(&mut self, direction: Direction) -> Event { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `push_towards_position` is never used [INFO] [stdout] --> src/current_level.rs:386:8 [INFO] [stdout] | [INFO] [stdout] 310 | impl CurrentLevel { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 386 | fn push_towards_position( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `visualise_graph` is never used [INFO] [stdout] --> src/current_level/pathfinding.rs:164:8 [INFO] [stdout] | [INFO] [stdout] 15 | impl CurrentLevel { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 164 | fn visualise_graph(&self, graph: &Graph) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `glium` is imported redundantly [INFO] [stdout] --> src/gui/texture.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use glium::{self, backend::Facade, texture::Texture2d}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | extern crate glium; [INFO] [stdout] | ------------------- the item `glium` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `glium` is imported redundantly [INFO] [stdout] --> src/gui/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | self, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | extern crate glium; [INFO] [stdout] | ------------------- the item `glium` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `glium::glutin::event::KeyboardInput::modifiers`: Deprecated in favor of WindowEvent::ModifiersChanged [INFO] [stdout] --> src/main.rs:151:29 [INFO] [stdout] | [INFO] [stdout] 151 | ... modifiers, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `glium::glutin::event::WindowEvent::MouseInput::modifiers`: Deprecated in favor of WindowEvent::ModifiersChanged [INFO] [stdout] --> src/main.rs:164:21 [INFO] [stdout] | [INFO] [stdout] 164 | modifiers, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `aspect_ratio` [INFO] [stdout] --> src/gui/mod.rs:414:13 [INFO] [stdout] | [INFO] [stdout] 414 | let aspect_ratio = self.window_aspect_ratio(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aspect_ratio` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `text` [INFO] [stdout] --> src/gui/mod.rs:507:13 [INFO] [stdout] | [INFO] [stdout] 507 | let text = self.statistics_text(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_text` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `aspect_ratio` [INFO] [stdout] --> src/gui/mod.rs:513:13 [INFO] [stdout] | [INFO] [stdout] 513 | let aspect_ratio = self.window_aspect_ratio(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aspect_ratio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `target` [INFO] [stdout] --> src/gui/mod.rs:512:62 [INFO] [stdout] | [INFO] [stdout] 512 | fn draw_statistics_overlay(&mut self, target: &mut S) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_target` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `window` [INFO] [stdout] --> src/main.rs:121:41 [INFO] [stdout] | [INFO] [stdout] 121 | event_loop.run(move |ev: Event<()>, window, control_flow| match ev { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `control_flow` [INFO] [stdout] --> src/main.rs:121:49 [INFO] [stdout] | [INFO] [stdout] 121 | event_loop.run(move |ev: Event<()>, window, control_flow| match ev { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_control_flow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `end_of_level_text` is never used [INFO] [stdout] --> src/gui/mod.rs:456:8 [INFO] [stdout] | [INFO] [stdout] 324 | impl Gui { [INFO] [stdout] | -------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 456 | fn end_of_level_text(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `tile_kind` is never read [INFO] [stdout] --> src/gui/sprite.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct Sprite { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 26 | tile_kind: TileKind, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Sprite` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s [INFO] running `Command { std: "docker" "inspect" "4bdcebab195ec443682e0dde168b0008dc6eb34495617df3c67b651af848d981", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bdcebab195ec443682e0dde168b0008dc6eb34495617df3c67b651af848d981", kill_on_drop: false }` [INFO] [stdout] 4bdcebab195ec443682e0dde168b0008dc6eb34495617df3c67b651af848d981 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2af524ef23f48d9bae0e876926f1138f2038ba1f58cf1a424a7b3bbdf25e605 [INFO] running `Command { std: "docker" "start" "-a" "d2af524ef23f48d9bae0e876926f1138f2038ba1f58cf1a424a7b3bbdf25e605", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `HashMap` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::{HashMap, HashSet, VecDeque}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 4 | use crate::current_level::*; [INFO] [stdout] | ----------------------- the item `HashMap` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `HashSet` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::{HashMap, HashSet, VecDeque}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 4 | use crate::current_level::*; [INFO] [stdout] | ----------------------- the item `HashSet` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Event` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::current_level::*; [INFO] [stdout] | ----------------------- the item `Event` is already imported here [INFO] [stdout] 5 | use crate::direction::*; [INFO] [stdout] 6 | use crate::event::Event; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Move` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::current_level::*; [INFO] [stdout] | ----------------------- the item `Move` is already imported here [INFO] [stdout] ... [INFO] [stdout] 7 | use crate::move_::Move; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `move_worker` is never used [INFO] [stdout] --> src/current_level.rs:228:8 [INFO] [stdout] | [INFO] [stdout] 208 | impl CurrentLevel { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 228 | fn move_worker(&mut self, direction: Direction) -> Event { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `push_towards_position` is never used [INFO] [stdout] --> src/current_level.rs:386:8 [INFO] [stdout] | [INFO] [stdout] 310 | impl CurrentLevel { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 386 | fn push_towards_position( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `visualise_graph` is never used [INFO] [stdout] --> src/current_level/pathfinding.rs:164:8 [INFO] [stdout] | [INFO] [stdout] 15 | impl CurrentLevel { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 164 | fn visualise_graph(&self, graph: &Graph) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `glium` is imported redundantly [INFO] [stdout] --> src/gui/texture.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use glium::{self, backend::Facade, texture::Texture2d}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | extern crate glium; [INFO] [stdout] | ------------------- the item `glium` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `glium` is imported redundantly [INFO] [stdout] --> src/gui/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | self, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | extern crate glium; [INFO] [stdout] | ------------------- the item `glium` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `glium::glutin::event::KeyboardInput::modifiers`: Deprecated in favor of WindowEvent::ModifiersChanged [INFO] [stdout] --> src/main.rs:151:29 [INFO] [stdout] | [INFO] [stdout] 151 | ... modifiers, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `glium::glutin::event::WindowEvent::MouseInput::modifiers`: Deprecated in favor of WindowEvent::ModifiersChanged [INFO] [stdout] --> src/main.rs:164:21 [INFO] [stdout] | [INFO] [stdout] 164 | modifiers, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `aspect_ratio` [INFO] [stdout] --> src/gui/mod.rs:414:13 [INFO] [stdout] | [INFO] [stdout] 414 | let aspect_ratio = self.window_aspect_ratio(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aspect_ratio` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `text` [INFO] [stdout] --> src/gui/mod.rs:507:13 [INFO] [stdout] | [INFO] [stdout] 507 | let text = self.statistics_text(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_text` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `aspect_ratio` [INFO] [stdout] --> src/gui/mod.rs:513:13 [INFO] [stdout] | [INFO] [stdout] 513 | let aspect_ratio = self.window_aspect_ratio(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aspect_ratio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `target` [INFO] [stdout] --> src/gui/mod.rs:512:62 [INFO] [stdout] | [INFO] [stdout] 512 | fn draw_statistics_overlay(&mut self, target: &mut S) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_target` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `window` [INFO] [stdout] --> src/main.rs:121:41 [INFO] [stdout] | [INFO] [stdout] 121 | event_loop.run(move |ev: Event<()>, window, control_flow| match ev { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `control_flow` [INFO] [stdout] --> src/main.rs:121:49 [INFO] [stdout] | [INFO] [stdout] 121 | event_loop.run(move |ev: Event<()>, window, control_flow| match ev { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_control_flow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `end_of_level_text` is never used [INFO] [stdout] --> src/gui/mod.rs:456:8 [INFO] [stdout] | [INFO] [stdout] 324 | impl Gui { [INFO] [stdout] | -------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 456 | fn end_of_level_text(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `tile_kind` is never read [INFO] [stdout] --> src/gui/sprite.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct Sprite { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 26 | tile_kind: TileKind, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Sprite` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling quickcheck v1.0.3 [INFO] [stderr] Compiling quickcheck_macros v1.0.0 [INFO] [stderr] Compiling sokoban v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `HashMap` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::{HashMap, HashSet, VecDeque}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 4 | use crate::current_level::*; [INFO] [stdout] | ----------------------- the item `HashMap` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `HashSet` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::{HashMap, HashSet, VecDeque}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 4 | use crate::current_level::*; [INFO] [stdout] | ----------------------- the item `HashSet` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Event` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::current_level::*; [INFO] [stdout] | ----------------------- the item `Event` is already imported here [INFO] [stdout] 5 | use crate::direction::*; [INFO] [stdout] 6 | use crate::event::Event; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Move` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::current_level::*; [INFO] [stdout] | ----------------------- the item `Move` is already imported here [INFO] [stdout] ... [INFO] [stdout] 7 | use crate::move_::Move; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Position` is imported redundantly [INFO] [stdout] --> src/current_level/pathfinding.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 205 | use super::*; [INFO] [stdout] | -------- the item `Position` is already imported here [INFO] [stdout] 206 | use crate::position::Position; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Receiver` is imported redundantly [INFO] [stdout] --> src/game.rs:449:36 [INFO] [stdout] | [INFO] [stdout] 448 | use super::*; [INFO] [stdout] | -------- the item `Receiver` is already imported here [INFO] [stdout] 449 | use std::sync::mpsc::{channel, Receiver}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `move_worker` is never used [INFO] [stdout] --> src/current_level.rs:228:8 [INFO] [stdout] | [INFO] [stdout] 208 | impl CurrentLevel { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 228 | fn move_worker(&mut self, direction: Direction) -> Event { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `push_towards_position` is never used [INFO] [stdout] --> src/current_level.rs:386:8 [INFO] [stdout] | [INFO] [stdout] 310 | impl CurrentLevel { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 386 | fn push_towards_position( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `visualise_graph` is never used [INFO] [stdout] --> src/current_level/pathfinding.rs:164:8 [INFO] [stdout] | [INFO] [stdout] 15 | impl CurrentLevel { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 164 | fn visualise_graph(&self, graph: &Graph) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 33.37s [INFO] running `Command { std: "docker" "inspect" "d2af524ef23f48d9bae0e876926f1138f2038ba1f58cf1a424a7b3bbdf25e605", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2af524ef23f48d9bae0e876926f1138f2038ba1f58cf1a424a7b3bbdf25e605", kill_on_drop: false }` [INFO] [stdout] d2af524ef23f48d9bae0e876926f1138f2038ba1f58cf1a424a7b3bbdf25e605 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cda0e0ed326b2970564c9dd52b9490c92146b77a75367cba2abba77e645fb9c5 [INFO] running `Command { std: "docker" "start" "-a" "cda0e0ed326b2970564c9dd52b9490c92146b77a75367cba2abba77e645fb9c5", kill_on_drop: false }` [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `HashMap` is imported redundantly [INFO] [stderr] --> src/current_level/pathfinding.rs:1:24 [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::{HashMap, HashSet, VecDeque}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4 | use crate::current_level::*; [INFO] [stderr] | ----------------------- the item `HashMap` is already imported here [INFO] [stderr] [INFO] [stderr] warning: the item `HashSet` is imported redundantly [INFO] [stderr] --> src/current_level/pathfinding.rs:1:33 [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::{HashMap, HashSet, VecDeque}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4 | use crate::current_level::*; [INFO] [stderr] | ----------------------- the item `HashSet` is already imported here [INFO] [stderr] [INFO] [stderr] warning: the item `Event` is imported redundantly [INFO] [stderr] --> src/current_level/pathfinding.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 4 | use crate::current_level::*; [INFO] [stderr] | ----------------------- the item `Event` is already imported here [INFO] [stderr] 5 | use crate::direction::*; [INFO] [stderr] 6 | use crate::event::Event; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Move` is imported redundantly [INFO] [stderr] --> src/current_level/pathfinding.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 4 | use crate::current_level::*; [INFO] [stderr] | ----------------------- the item `Move` is already imported here [INFO] [stderr] ... [INFO] [stderr] 7 | use crate::move_::Move; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `move_worker` is never used [INFO] [stderr] --> src/current_level.rs:228:8 [INFO] [stderr] | [INFO] [stderr] 208 | impl CurrentLevel { [INFO] [stderr] | ----------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 228 | fn move_worker(&mut self, direction: Direction) -> Event { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `push_towards_position` is never used [INFO] [stderr] --> src/current_level.rs:386:8 [INFO] [stderr] | [INFO] [stderr] 310 | impl CurrentLevel { [INFO] [stderr] | ----------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 386 | fn push_towards_position( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `visualise_graph` is never used [INFO] [stderr] --> src/current_level/pathfinding.rs:164:8 [INFO] [stderr] | [INFO] [stderr] 15 | impl CurrentLevel { [INFO] [stderr] | ----------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 164 | fn visualise_graph(&self, graph: &Graph) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `sokoban` (lib) generated 8 warnings [INFO] [stderr] warning: the item `Position` is imported redundantly [INFO] [stderr] --> src/current_level/pathfinding.rs:206:9 [INFO] [stderr] | [INFO] [stderr] 205 | use super::*; [INFO] [stderr] | -------- the item `Position` is already imported here [INFO] [stderr] 206 | use crate::position::Position; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Receiver` is imported redundantly [INFO] [stderr] --> src/game.rs:449:36 [INFO] [stderr] | [INFO] [stderr] 448 | use super::*; [INFO] [stderr] | -------- the item `Receiver` is already imported here [INFO] [stderr] 449 | use std::sync::mpsc::{channel, Receiver}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `glium` is imported redundantly [INFO] [stderr] --> src/gui/texture.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use glium::{self, backend::Facade, texture::Texture2d}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | extern crate glium; [INFO] [stderr] | ------------------- the item `glium` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `glium` is imported redundantly [INFO] [stderr] --> src/gui/mod.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | self, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | extern crate glium; [INFO] [stderr] | ------------------- the item `glium` is already imported here [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `glium::glutin::event::KeyboardInput::modifiers`: Deprecated in favor of WindowEvent::ModifiersChanged [INFO] [stderr] --> src/main.rs:151:29 [INFO] [stderr] | [INFO] [stderr] 151 | ... modifiers, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `glium::glutin::event::WindowEvent::MouseInput::modifiers`: Deprecated in favor of WindowEvent::ModifiersChanged [INFO] [stderr] --> src/main.rs:164:21 [INFO] [stderr] | [INFO] [stderr] 164 | modifiers, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `aspect_ratio` [INFO] [stderr] --> src/gui/mod.rs:414:13 [INFO] [stderr] | [INFO] [stderr] 414 | let aspect_ratio = self.window_aspect_ratio(); [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aspect_ratio` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `text` [INFO] [stderr] --> src/gui/mod.rs:507:13 [INFO] [stderr] | [INFO] [stderr] 507 | let text = self.statistics_text(); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_text` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `aspect_ratio` [INFO] [stderr] --> src/gui/mod.rs:513:13 [INFO] [stderr] | [INFO] [stderr] 513 | let aspect_ratio = self.window_aspect_ratio(); [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aspect_ratio` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `target` [INFO] [stderr] --> src/gui/mod.rs:512:62 [INFO] [stderr] | [INFO] [stderr] 512 | fn draw_statistics_overlay(&mut self, target: &mut S) { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_target` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `window` [INFO] [stderr] --> src/main.rs:121:41 [INFO] [stderr] | [INFO] [stderr] 121 | event_loop.run(move |ev: Event<()>, window, control_flow| match ev { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `control_flow` [INFO] [stderr] --> src/main.rs:121:49 [INFO] [stderr] | [INFO] [stderr] 121 | event_loop.run(move |ev: Event<()>, window, control_flow| match ev { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_control_flow` [INFO] [stderr] [INFO] [stderr] warning: method `end_of_level_text` is never used [INFO] [stderr] --> src/gui/mod.rs:456:8 [INFO] [stderr] | [INFO] [stderr] 324 | impl Gui { [INFO] [stderr] | -------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 456 | fn end_of_level_text(&self) -> &str { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `tile_kind` is never read [INFO] [stderr] --> src/gui/sprite.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 16 | pub struct Sprite { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] ... [INFO] [stderr] 26 | tile_kind: TileKind, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Sprite` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `sokoban` (lib test) generated 10 warnings (8 duplicates) [INFO] [stderr] warning: `sokoban` (bin "sokoban") generated 12 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sokoban_backend-4ce6f484410377b0) [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test current_level::pathfinding::tests::find_trivial_path ... ok [INFO] [stdout] test current_level::test::push_to_obstacle_test ... ok [INFO] [stdout] test current_level::pathfinding::tests::cannot_move_into_position ... ok [INFO] [stdout] test current_level::pathfinding::tests::cannot_move_into_wall ... ok [INFO] [stdout] test current_level::test::test_cannot_move_crate_into_wall_horizontally ... ok [INFO] [stdout] test current_level::pathfinding::tests::fails_when_no_path_exists ... ok [INFO] [stdout] test current_level::pathfinding::tests::find_simplest_nontrivial_path ... ok [INFO] [stdout] test current_level::pathfinding::tests::follow_simple_path ... ok [INFO] [stdout] test collection::test::load_test_collections ... ok [INFO] [stdout] test current_level::test::test_cannot_move_crate_into_wall_vertically ... ok [INFO] [stdout] test current_level::pathfinding::tests::find_not_so_tricky_path ... ok [INFO] [stdout] test current_level::test::walk_to_obstacle_test ... ok [INFO] [stdout] test current_level::test::test_trivial_move_1 ... ok [INFO] [stdout] test direction::test::from_positions ... ok [INFO] [stdout] test game::tests::load_original ... ok [INFO] [stdout] test level::test::test_no_workers ... ok [INFO] [stdout] test level::test::test_two_workers ... ok [INFO] [stdout] test current_level::test::test_trivial_move_2 ... ok [INFO] [stdout] test level::test::out_of_bounds_not_interior ... ok [INFO] [stdout] test level::test::test_empty_level ... ok [INFO] [stdout] test level::test::test_crate_missing ... ok [INFO] [stdout] test move_::test::to_from ... ok [INFO] [stdout] test move_::test::parse_str ... ok [INFO] [stdout] test undo::tests::empty_should_return_none ... ok [INFO] [stdout] test move_::test::invalid_char ... ok [INFO] [stdout] test game::tests::test_undo ... ok [INFO] [stdout] test undo::tests::redo_should_return_most_recently_undone_action ... ok [INFO] [stdout] test undo::tests::undo_should_return_most_recent_action ... ok [INFO] [stdout] test undo::tests::record_should_not_truncate_if_identical ... ok [INFO] [stdout] test undo::tests::record_should_redo_if_possible ... ok [INFO] [stdout] test undo::tests::record_should_truncate_if_different ... ok [INFO] [stdout] test game::tests::prop_move_undo ... ok [INFO] [stdout] test level::test::invalid_char - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running tests/level.rs (/opt/rustwide/target/debug/deps/level-1ac5dd07b64af069) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_path_finding ... ok [INFO] [stdout] test test_simple_moves ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests sokoban_backend [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cda0e0ed326b2970564c9dd52b9490c92146b77a75367cba2abba77e645fb9c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cda0e0ed326b2970564c9dd52b9490c92146b77a75367cba2abba77e645fb9c5", kill_on_drop: false }` [INFO] [stdout] cda0e0ed326b2970564c9dd52b9490c92146b77a75367cba2abba77e645fb9c5 [INFO] testing yzhs/sokoban against try#d073071d77ce0f93b4fd8cc567a1e2b9e1b22126+rustflags=-Copt-level=3 for pr-121282 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyzhs%2Fsokoban" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yzhs/sokoban on toolchain d073071d77ce0f93b4fd8cc567a1e2b9e1b22126 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yzhs/sokoban [INFO] finished tweaking git repo https://github.com/yzhs/sokoban [INFO] tweaked toml for git repo https://github.com/yzhs/sokoban written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/yzhs/sokoban already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 405812d7abfcbffd174cb371f194e07f6882aa44ec073840e317e6cbef341f8e [INFO] running `Command { std: "docker" "start" "-a" "405812d7abfcbffd174cb371f194e07f6882aa44ec073840e317e6cbef341f8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "405812d7abfcbffd174cb371f194e07f6882aa44ec073840e317e6cbef341f8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "405812d7abfcbffd174cb371f194e07f6882aa44ec073840e317e6cbef341f8e", kill_on_drop: false }` [INFO] [stdout] 405812d7abfcbffd174cb371f194e07f6882aa44ec073840e317e6cbef341f8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a62006d6daf42d1271e5efc83401a50a1dc0bde9856f7cb9216e77fa8333ee34 [INFO] running `Command { std: "docker" "start" "-a" "a62006d6daf42d1271e5efc83401a50a1dc0bde9856f7cb9216e77fa8333ee34", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling xml-rs v0.8.15 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling simd-adler32 v0.3.5 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling libloading v0.8.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling freetype-sys v0.13.1 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling flate2 v1.0.26 [INFO] [stderr] Compiling servo-fontconfig-sys v5.1.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling fdeflate v0.3.0 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling png v0.17.9 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling crossfont v0.5.1 [INFO] [stderr] Compiling xcursor v0.3.4 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.0 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Compiling foreign-types-shared v0.3.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling tiny-skia-path v0.7.0 [INFO] [stderr] Compiling servo-fontconfig v0.5.1 [INFO] [stderr] Compiling freetype-rs v0.26.0 [INFO] [stderr] Compiling safe_arch v0.5.2 [INFO] [stderr] Compiling wayland-cursor v0.29.5 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling tiny-skia v0.7.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.6 [INFO] [stderr] Compiling glutin_glx_sys v0.1.8 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling regex-automata v0.3.3 [INFO] [stderr] error: could not compile `x11-dl` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/bin/rustc --crate-name x11_dl --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8a598136ed363cf5 -C extra-filename=-8a598136ed363cf5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-333221bd45703000.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-fe848ebb2f78f957.rmeta --cap-lints allow --cap-lints=forbid -Copt-level=3 -l dl` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "a62006d6daf42d1271e5efc83401a50a1dc0bde9856f7cb9216e77fa8333ee34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a62006d6daf42d1271e5efc83401a50a1dc0bde9856f7cb9216e77fa8333ee34", kill_on_drop: false }` [INFO] [stdout] a62006d6daf42d1271e5efc83401a50a1dc0bde9856f7cb9216e77fa8333ee34