[INFO] cloning repository https://github.com/your-code-is-my-property/snake-game-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/your-code-is-my-property/snake-game-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyour-code-is-my-property%2Fsnake-game-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyour-code-is-my-property%2Fsnake-game-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5bec8427eb7532f17e8b95197d39887599c92205 [INFO] checking your-code-is-my-property/snake-game-rust against master#3cdcdaf31b45f8045164aae9604573d23091970b for pr-122267 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyour-code-is-my-property%2Fsnake-game-rust" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/your-code-is-my-property/snake-game-rust on toolchain 3cdcdaf31b45f8045164aae9604573d23091970b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3cdcdaf31b45f8045164aae9604573d23091970b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/your-code-is-my-property/snake-game-rust [INFO] finished tweaking git repo https://github.com/your-code-is-my-property/snake-game-rust [INFO] tweaked toml for git repo https://github.com/your-code-is-my-property/snake-game-rust written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/your-code-is-my-property/snake-game-rust 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" "+3cdcdaf31b45f8045164aae9604573d23091970b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pistoncore-window v0.31.0 [INFO] [stderr] Downloaded pistoncore-event_loop v0.36.0 [INFO] [stderr] Downloaded winit v0.10.0 [INFO] [stderr] Downloaded cocoa v0.13.0 [INFO] [stderr] Downloaded core-graphics v0.12.4 [INFO] [stderr] Downloaded piston v0.36.0 [INFO] [stderr] Downloaded glutin v0.12.2 [INFO] [stderr] Downloaded pistoncore-glutin_window v0.45.3 [INFO] [stderr] Downloaded piston2d-opengl_graphics v0.52.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+3cdcdaf31b45f8045164aae9604573d23091970b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7ba20f3d6e1ef94cc3d68723fe2703c44fdd9bcfc332dba60ea27bd60848ea1 [INFO] running `Command { std: "docker" "start" "-a" "d7ba20f3d6e1ef94cc3d68723fe2703c44fdd9bcfc332dba60ea27bd60848ea1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7ba20f3d6e1ef94cc3d68723fe2703c44fdd9bcfc332dba60ea27bd60848ea1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7ba20f3d6e1ef94cc3d68723fe2703c44fdd9bcfc332dba60ea27bd60848ea1", kill_on_drop: false }` [INFO] [stdout] d7ba20f3d6e1ef94cc3d68723fe2703c44fdd9bcfc332dba60ea27bd60848ea1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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" "+3cdcdaf31b45f8045164aae9604573d23091970b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33dd840f1e9b23e8a402a42f53da8c1ebd0984aea45eaf12752f447b87ddc214 [INFO] running `Command { std: "docker" "start" "-a" "33dd840f1e9b23e8a402a42f53da8c1ebd0984aea45eaf12752f447b87ddc214", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Checking piston-float v0.3.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking wayland-sys v0.12.5 [INFO] [stderr] Checking piston-viewport v0.3.0 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking token_store v0.1.2 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking memmap v0.6.2 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking shader_version v0.3.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling gl_generator v0.8.0 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking stb_truetype v0.2.8 [INFO] [stderr] Checking wayland-kbd v0.13.1 [INFO] [stderr] Compiling glutin v0.12.2 [INFO] [stderr] Checking ordered-float v0.5.2 [INFO] [stderr] Checking inflate v0.3.4 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Checking png v0.11.0 [INFO] [stderr] Checking rusttype v0.4.3 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking wayland-window v0.13.3 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking vecmath v0.3.1 [INFO] [stderr] Checking interpolation v0.1.0 [INFO] [stderr] Checking read_color v1.0.0 [INFO] [stderr] Checking jpeg-decoder v0.1.22 [INFO] [stderr] Checking winit v0.10.0 [INFO] [stderr] Checking piston-texture v0.6.0 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking piston-shaders_graphics2d v0.3.1 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking piston2d-graphics v0.26.0 [INFO] [stderr] Checking image v0.18.0 [INFO] [stderr] Checking piston2d-opengl_graphics v0.52.1 [INFO] [stderr] Checking pistoncore-input v0.20.0 [INFO] [stderr] Checking pistoncore-window v0.31.0 [INFO] [stderr] Checking pistoncore-event_loop v0.36.0 [INFO] [stderr] Checking pistoncore-glutin_window v0.45.3 [INFO] [stderr] Checking piston v0.36.0 [INFO] [stderr] Checking snake_game v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `Snake_Piece` should have an upper camel case name [INFO] [stdout] --> src/main.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | pub struct Snake_Piece(u32, u32); [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SnakePiece` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `graphics` is imported redundantly [INFO] [stdout] --> src/main.rs:175:13 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate graphics; [INFO] [stdout] | ---------------------- the item `graphics` is already imported here [INFO] [stdout] ... [INFO] [stdout] 175 | use graphics; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Snake_Piece` should have an upper camel case name [INFO] [stdout] --> src/main.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | pub struct Snake_Piece(u32, u32); [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SnakePiece` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `graphics` is imported redundantly [INFO] [stdout] --> src/main.rs:175:13 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate graphics; [INFO] [stdout] | ---------------------- the item `graphics` is already imported here [INFO] [stdout] ... [INFO] [stdout] 175 | use graphics; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/main.rs:32:40 [INFO] [stdout] | [INFO] [stdout] 32 | self.gl.draw(args.viewport(), |c, gl| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/main.rs:32:40 [INFO] [stdout] | [INFO] [stdout] 32 | self.gl.draw(args.viewport(), |c, gl| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/main.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | fn update(&mut self, args: &UpdateArgs) -> bool { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/main.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | fn update(&mut self, args: &UpdateArgs) -> bool { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `WIDTH` should have a snake case name [INFO] [stdout] --> src/main.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 200 | let WIDTH = COLS * SQUARE_WIDTH; [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `width` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `HEIGHT` should have a snake case name [INFO] [stdout] --> src/main.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | let HEIGHT = ROWS * SQUARE_WIDTH; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `WIDTH` should have a snake case name [INFO] [stdout] --> src/main.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 200 | let WIDTH = COLS * SQUARE_WIDTH; [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `width` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `HEIGHT` should have a snake case name [INFO] [stdout] --> src/main.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | let HEIGHT = ROWS * SQUARE_WIDTH; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `height` [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` profile [unoptimized + debuginfo] target(s) in 6.36s [INFO] running `Command { std: "docker" "inspect" "33dd840f1e9b23e8a402a42f53da8c1ebd0984aea45eaf12752f447b87ddc214", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33dd840f1e9b23e8a402a42f53da8c1ebd0984aea45eaf12752f447b87ddc214", kill_on_drop: false }` [INFO] [stdout] 33dd840f1e9b23e8a402a42f53da8c1ebd0984aea45eaf12752f447b87ddc214 [INFO] checking your-code-is-my-property/snake-game-rust against try#05804f728f276cf7ecedbf71c814df440d37f293 for pr-122267 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyour-code-is-my-property%2Fsnake-game-rust" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/your-code-is-my-property/snake-game-rust on toolchain 05804f728f276cf7ecedbf71c814df440d37f293 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+05804f728f276cf7ecedbf71c814df440d37f293" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/your-code-is-my-property/snake-game-rust [INFO] finished tweaking git repo https://github.com/your-code-is-my-property/snake-game-rust [INFO] tweaked toml for git repo https://github.com/your-code-is-my-property/snake-game-rust written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/your-code-is-my-property/snake-game-rust 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" "+05804f728f276cf7ecedbf71c814df440d37f293" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+05804f728f276cf7ecedbf71c814df440d37f293" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91e0c8d1f669e0177461fb0b35ec3e8b4f00e5023d6452fc8a7174cc76ec92e2 [INFO] running `Command { std: "docker" "start" "-a" "91e0c8d1f669e0177461fb0b35ec3e8b4f00e5023d6452fc8a7174cc76ec92e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91e0c8d1f669e0177461fb0b35ec3e8b4f00e5023d6452fc8a7174cc76ec92e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91e0c8d1f669e0177461fb0b35ec3e8b4f00e5023d6452fc8a7174cc76ec92e2", kill_on_drop: false }` [INFO] [stdout] 91e0c8d1f669e0177461fb0b35ec3e8b4f00e5023d6452fc8a7174cc76ec92e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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" "+05804f728f276cf7ecedbf71c814df440d37f293" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd22cc898e72e1957307544805cc5803b435d49150441437c82d2e0bb5fde29c [INFO] running `Command { std: "docker" "start" "-a" "bd22cc898e72e1957307544805cc5803b435d49150441437c82d2e0bb5fde29c", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking piston-float v0.3.0 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Checking wayland-sys v0.12.5 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking piston-viewport v0.3.0 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking token_store v0.1.2 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking memmap v0.6.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking shader_version v0.3.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Compiling gl_generator v0.8.0 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking stb_truetype v0.2.8 [INFO] [stderr] Checking wayland-kbd v0.13.1 [INFO] [stderr] Compiling glutin v0.12.2 [INFO] [stderr] Checking ordered-float v0.5.2 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking inflate v0.3.4 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking wayland-window v0.13.3 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Checking png v0.11.0 [INFO] [stderr] Checking rusttype v0.4.3 [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/rusttype-aa2f4f0500cf0952/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcqXhdo0/symbols.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.00.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.01.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.02.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.03.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.04.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.05.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.06.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.07.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.08.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.09.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.build_script_build.f3f78ae095a948b8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027.khey4ayz358jpmn.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgl_generator-b7b29be46826b657.rlib" "/opt/rustwide/target/debug/deps/libkhronos_api-d01dfc224880dfa2.rlib" "/opt/rustwide/target/debug/deps/libxml-6e9d1da2be344172.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b4021d2a22ea681a.rlib" "/opt/rustwide/target/debug/deps/liblog-b845dd15ff520597.rlib" "/opt/rustwide/target/debug/deps/liblog-1eafc93f86020aa8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-567b18db5e64b918.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-eb900a948ffb2e3b.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0717037f6b0eea2d.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-b30b1af07795b345.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-b4513439f9e2eff4.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-89c7daf7b6421ee6.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ca929c3c4a8825b3.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-a21ec804edbb6277.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ae671f6743503b8e.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-081c0dc6465d213d.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4e1666f139f12757.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d6789b63313428be.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-eb6f9b960309e6b1.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cda7cee373864ce1.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d84d0e58f34585a5.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8c4c4e24ed6290fa.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e8a6a2df7983aa1a.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5b3e30276043b6e7.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/05804f728f276cf7ecedbf71c814df440d37f293/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/glutin-9505b4f52b0b6027/build_script_build-9505b4f52b0b6027" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `glutin` (build script) due to 2 previous errors [INFO] [stderr] error: failed to run custom build command for `gl v0.10.0` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/gl-08d7aff704e6dcfe/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gl-0.10.0/build.rs:28:10: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x564330b6ea95 - std::backtrace_rs::backtrace::libunwind::trace::h51c494a7e3b4da9d [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5 [INFO] [stderr] 1: 0x564330b6ea95 - std::backtrace_rs::backtrace::trace_unsynchronized::hae594097d538ae61 [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x564330b6ea95 - std::sys_common::backtrace::_print_fmt::ha3dd3558271d96c6 [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x564330b6ea95 - ::fmt::h871c1b91d41f8681 [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x564330b8c8db - core::fmt::rt::Argument::fmt::h927aab1ad16a956b [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/core/src/fmt/rt.rs:142:9 [INFO] [stderr] 5: 0x564330b8c8db - core::fmt::write::h5e97c1139741ac2d [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/core/src/fmt/mod.rs:1153:17 [INFO] [stderr] 6: 0x564330b6cbdf - std::io::Write::write_fmt::h56d74e6ae21603f3 [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/io/mod.rs:1843:15 [INFO] [stderr] 7: 0x564330b6e86e - std::sys_common::backtrace::_print::hd44c072caed0012c [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x564330b6e86e - std::sys_common::backtrace::print::he52e2922ba9329de [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x564330b6fcd9 - std::panicking::default_hook::{{closure}}::ha0e57600b4ee1ab6 [INFO] [stderr] 10: 0x564330b6fa43 - std::panicking::default_hook::h4e2c499988b368c1 [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/panicking.rs:292:9 [INFO] [stderr] 11: 0x564330b70176 - std::panicking::rust_panic_with_hook::h1703dad2561fe996 [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/panicking.rs:779:13 [INFO] [stderr] 12: 0x564330b70056 - std::panicking::begin_panic_handler::{{closure}}::h2e3601d402531a21 [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/panicking.rs:657:13 [INFO] [stderr] 13: 0x564330b6ef59 - std::sys_common::backtrace::__rust_end_short_backtrace::h9ef315ba4939efef [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stderr] 14: 0x564330b6fd87 - rust_begin_unwind [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/panicking.rs:645:5 [INFO] [stderr] 15: 0x564330ad4ce6 - core::panicking::panic_fmt::h25a98439feb853f6 [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/core/src/panicking.rs:72:14 [INFO] [stderr] 16: 0x564330ad51d6 - core::result::unwrap_failed::h1a3249e83cff60c8 [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/core/src/result.rs:1654:5 [INFO] [stderr] 17: 0x564330af92e5 - build_script_build::main::h87fb7c5cef31d126 [INFO] [stderr] 18: 0x564330afec63 - core::ops::function::FnOnce::call_once::h9b7b58383b13a4ea [INFO] [stderr] 19: 0x564330afe126 - std::sys_common::backtrace::__rust_begin_short_backtrace::hda00e85b42f6d63c [INFO] [stderr] 20: 0x564330b05029 - std::rt::lang_start::{{closure}}::ha765cb6b32d0f5b9 [INFO] [stderr] 21: 0x564330b6a631 - core::ops::function::impls:: for &F>::call_once::h0139ea5cb7831c26 [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 22: 0x564330b6a631 - std::panicking::try::do_call::hf8f2f0ffd65a34b8 [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/panicking.rs:552:40 [INFO] [stderr] 23: 0x564330b6a631 - std::panicking::try::hfc1dd232a5c743af [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/panicking.rs:516:19 [INFO] [stderr] 24: 0x564330b6a631 - std::panic::catch_unwind::h046306abe9bde1bd [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/panic.rs:146:14 [INFO] [stderr] 25: 0x564330b6a631 - std::rt::lang_start_internal::{{closure}}::h6679b91a3031839e [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/rt.rs:148:48 [INFO] [stderr] 26: 0x564330b6a631 - std::panicking::try::do_call::h8cc993c18eee9b5b [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/panicking.rs:552:40 [INFO] [stderr] 27: 0x564330b6a631 - std::panicking::try::hcd8c9160705b767d [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/panicking.rs:516:19 [INFO] [stderr] 28: 0x564330b6a631 - std::panic::catch_unwind::h7aa26630e19d4d2c [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/panic.rs:146:14 [INFO] [stderr] 29: 0x564330b6a631 - std::rt::lang_start_internal::hdb661fe1f50b489e [INFO] [stderr] at /rustc/05804f728f276cf7ecedbf71c814df440d37f293/library/std/src/rt.rs:148:20 [INFO] [stderr] 30: 0x564330b05007 - std::rt::lang_start::hff5b76480f61104f [INFO] [stderr] 31: 0x564330af93a5 - main [INFO] [stderr] 32: 0x7f2d0c604d90 - [INFO] [stderr] 33: 0x7f2d0c604e40 - __libc_start_main [INFO] [stderr] 34: 0x564330ad5375 - _start [INFO] [stderr] 35: 0x0 - [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/rayon-c4b5f3272dad920e.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/rayon-c4b5f3272dad920e/dep-lib-rayon` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `serde_derive` (lib) [INFO] running `Command { std: "docker" "inspect" "bd22cc898e72e1957307544805cc5803b435d49150441437c82d2e0bb5fde29c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd22cc898e72e1957307544805cc5803b435d49150441437c82d2e0bb5fde29c", kill_on_drop: false }` [INFO] [stdout] bd22cc898e72e1957307544805cc5803b435d49150441437c82d2e0bb5fde29c