[INFO] cloning repository https://github.com/dennisn00/geo_crash [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dennisn00/geo_crash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdennisn00%2Fgeo_crash", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdennisn00%2Fgeo_crash'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 27e3f837a1c30219475c61bc9f74a568cfae51a4 [INFO] testing dennisn00/geo_crash 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%2Fdennisn00%2Fgeo_crash" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dennisn00/geo_crash 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/dennisn00/geo_crash [INFO] finished tweaking git repo https://github.com/dennisn00/geo_crash [INFO] tweaked toml for git repo https://github.com/dennisn00/geo_crash written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/dennisn00/geo_crash 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] ac351dae9fd38fee59eb5c941a2eab2e90e14303fa756bad755e8363136c7e56 [INFO] running `Command { std: "docker" "start" "-a" "ac351dae9fd38fee59eb5c941a2eab2e90e14303fa756bad755e8363136c7e56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac351dae9fd38fee59eb5c941a2eab2e90e14303fa756bad755e8363136c7e56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac351dae9fd38fee59eb5c941a2eab2e90e14303fa756bad755e8363136c7e56", kill_on_drop: false }` [INFO] [stdout] ac351dae9fd38fee59eb5c941a2eab2e90e14303fa756bad755e8363136c7e56 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 4ede181ec734fa9f1f198464d57b0f66f46030ee3cca2ce470a34238d6cd7f34 [INFO] running `Command { std: "docker" "start" "-a" "4ede181ec734fa9f1f198464d57b0f66f46030ee3cca2ce470a34238d6cd7f34", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cc v1.0.53 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling syn v1.0.21 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling quote v1.0.5 [INFO] [stderr] Compiling addr2line v0.12.0 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling object v0.19.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling bzip2-sys v0.1.8+1.0.8 [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling gfx_gl v0.6.1 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling gfx_core v0.9.2 [INFO] [stderr] Compiling sid v0.5.2 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling xi-unicode v0.2.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling glyph_brush_layout v0.1.9 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling twox-hash v1.5.0 [INFO] [stderr] Compiling slice-deque v0.3.0 [INFO] [stderr] Compiling ogg v0.7.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling mint v0.5.5 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling nalgebra v0.18.1 [INFO] [stderr] Compiling minimp3 v0.3.5 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling png v0.15.3 [INFO] [stderr] Compiling glyph_brush v0.6.3 [INFO] [stderr] Compiling lewton v0.9.4 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling claxon v0.4.2 [INFO] [stderr] Compiling podio v0.1.6 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling zip v0.5.5 [INFO] [stderr] Compiling directories v2.0.2 [INFO] [stderr] Compiling gilrs-core v0.2.6 [INFO] [stderr] Compiling glyph_brush v0.5.4 [INFO] [stderr] Compiling gfx v0.18.2 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling gilrs v0.7.4 [INFO] [stderr] Compiling gfx_device_gl v0.16.2 [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Compiling smart-default v0.5.2 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling euclid v0.19.9 [INFO] [stderr] Compiling rodio v0.9.0 [INFO] [stderr] Compiling winit v0.19.5 [INFO] [stderr] Compiling lyon_geom v0.12.7 [INFO] [stderr] Compiling lyon_path v0.13.2 [INFO] [stderr] Compiling lyon_algorithms v0.13.4 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling glutin v0.20.1 [INFO] [stderr] Compiling lyon_tessellation v0.13.5 [INFO] [stderr] Compiling image v0.22.5 [INFO] [stderr] Compiling gfx_window_glutin v0.30.0 [INFO] [stderr] Compiling lyon v0.13.5 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling ggez v0.5.1 [INFO] [stderr] Compiling geoCrash v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `BlendMode`, `DrawParam` [INFO] [stdout] --> src/player.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use ggez::graphics::{DrawParam, BlendMode, Mesh}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ContextBuilder` [INFO] [stdout] --> src/player.rs:2:31 [INFO] [stdout] | [INFO] [stdout] 2 | use ggez::{graphics, Context, ContextBuilder, GameResult}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `EventHandler`, `self` [INFO] [stdout] --> src/player.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | use ggez::event::{self, EventHandler}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/game_object.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn draw(&mut self, context: Context){ [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `objects` is never read [INFO] [stdout] --> src/master.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Master{ [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 7 | objects: Vec, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `update` is never used [INFO] [stdout] --> src/master.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 13 | impl Master{ [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 22 | pub fn update(){ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `update` is never used [INFO] [stdout] --> src/player.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl Player{ [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 36 | pub fn update(){ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `position`, `speed`, `direction`, and `mass` are never read [INFO] [stdout] --> src/game_object.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct GameObject { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 6 | position: Point, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 7 | speed: u32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 8 | direction: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 9 | mass: u32, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `update`, and `draw` are never used [INFO] [stdout] --> src/game_object.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl GameObject { [INFO] [stdout] | --------------- associated items in this implementation [INFO] [stdout] 13 | [INFO] [stdout] 14 | pub fn new() -> Self{ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 23 | pub fn update(){ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | pub fn draw(&mut self, context: Context){ [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `geoCrash` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = help: convert the identifier to snake case: `geo_crash` [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.35s [INFO] running `Command { std: "docker" "inspect" "4ede181ec734fa9f1f198464d57b0f66f46030ee3cca2ce470a34238d6cd7f34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ede181ec734fa9f1f198464d57b0f66f46030ee3cca2ce470a34238d6cd7f34", kill_on_drop: false }` [INFO] [stdout] 4ede181ec734fa9f1f198464d57b0f66f46030ee3cca2ce470a34238d6cd7f34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a89e9d5bcc807eb913a51ba1db12ade70b16e65b9095537efc351f9d056e7de9 [INFO] running `Command { std: "docker" "start" "-a" "a89e9d5bcc807eb913a51ba1db12ade70b16e65b9095537efc351f9d056e7de9", kill_on_drop: false }` [INFO] [stderr] Compiling geoCrash v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `BlendMode`, `DrawParam` [INFO] [stdout] --> src/player.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use ggez::graphics::{DrawParam, BlendMode, Mesh}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ContextBuilder` [INFO] [stdout] --> src/player.rs:2:31 [INFO] [stdout] | [INFO] [stdout] 2 | use ggez::{graphics, Context, ContextBuilder, GameResult}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `EventHandler`, `self` [INFO] [stdout] --> src/player.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | use ggez::event::{self, EventHandler}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/game_object.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn draw(&mut self, context: Context){ [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `objects` is never read [INFO] [stdout] --> src/master.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Master{ [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 7 | objects: Vec, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `update` is never used [INFO] [stdout] --> src/master.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 13 | impl Master{ [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 22 | pub fn update(){ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `update` is never used [INFO] [stdout] --> src/player.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl Player{ [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 36 | pub fn update(){ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `position`, `speed`, `direction`, and `mass` are never read [INFO] [stdout] --> src/game_object.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct GameObject { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 6 | position: Point, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 7 | speed: u32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 8 | direction: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 9 | mass: u32, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `update`, and `draw` are never used [INFO] [stdout] --> src/game_object.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl GameObject { [INFO] [stdout] | --------------- associated items in this implementation [INFO] [stdout] 13 | [INFO] [stdout] 14 | pub fn new() -> Self{ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 23 | pub fn update(){ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | pub fn draw(&mut self, context: Context){ [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `geoCrash` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = help: convert the identifier to snake case: `geo_crash` [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.66s [INFO] running `Command { std: "docker" "inspect" "a89e9d5bcc807eb913a51ba1db12ade70b16e65b9095537efc351f9d056e7de9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a89e9d5bcc807eb913a51ba1db12ade70b16e65b9095537efc351f9d056e7de9", kill_on_drop: false }` [INFO] [stdout] a89e9d5bcc807eb913a51ba1db12ade70b16e65b9095537efc351f9d056e7de9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] d4842d3b91c4967b5277113578f1542a2650e9fff0cd6378327f44cb3c487527 [INFO] running `Command { std: "docker" "start" "-a" "d4842d3b91c4967b5277113578f1542a2650e9fff0cd6378327f44cb3c487527", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `BlendMode`, `DrawParam` [INFO] [stderr] --> src/player.rs:1:22 [INFO] [stderr] | [INFO] [stderr] 1 | use ggez::graphics::{DrawParam, BlendMode, Mesh}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `ContextBuilder` [INFO] [stderr] --> src/player.rs:2:31 [INFO] [stderr] | [INFO] [stderr] 2 | use ggez::{graphics, Context, ContextBuilder, GameResult}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `EventHandler`, `self` [INFO] [stderr] --> src/player.rs:3:19 [INFO] [stderr] | [INFO] [stderr] 3 | use ggez::event::{self, EventHandler}; [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `context` [INFO] [stderr] --> src/game_object.rs:27:28 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn draw(&mut self, context: Context){ [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `objects` is never read [INFO] [stderr] --> src/master.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 6 | pub struct Master{ [INFO] [stderr] | ------ field in this struct [INFO] [stderr] 7 | objects: Vec, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function `update` is never used [INFO] [stderr] --> src/master.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 13 | impl Master{ [INFO] [stderr] | ----------- associated function in this implementation [INFO] [stderr] ... [INFO] [stderr] 22 | pub fn update(){ [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function `update` is never used [INFO] [stderr] --> src/player.rs:36:12 [INFO] [stderr] | [INFO] [stderr] 29 | impl Player{ [INFO] [stderr] | ----------- associated function in this implementation [INFO] [stderr] ... [INFO] [stderr] 36 | pub fn update(){ [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: fields `position`, `speed`, `direction`, and `mass` are never read [INFO] [stderr] --> src/game_object.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct GameObject { [INFO] [stderr] | ---------- fields in this struct [INFO] [stderr] 6 | position: Point, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 7 | speed: u32, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 8 | direction: u32, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 9 | mass: u32, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated items `new`, `update`, and `draw` are never used [INFO] [stderr] --> src/game_object.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 12 | impl GameObject { [INFO] [stderr] | --------------- associated items in this implementation [INFO] [stderr] 13 | [INFO] [stderr] 14 | pub fn new() -> Self{ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 23 | pub fn update(){ [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 27 | pub fn draw(&mut self, context: Context){ [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: crate `geoCrash` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = help: convert the identifier to snake case: `geo_crash` [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `geoCrash` (bin "geoCrash" test) generated 10 warnings (run `cargo fix --bin "geoCrash" --tests` to apply 3 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/geoCrash-d3f35d9d5d42ed0e) [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" "d4842d3b91c4967b5277113578f1542a2650e9fff0cd6378327f44cb3c487527", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4842d3b91c4967b5277113578f1542a2650e9fff0cd6378327f44cb3c487527", kill_on_drop: false }` [INFO] [stdout] d4842d3b91c4967b5277113578f1542a2650e9fff0cd6378327f44cb3c487527 [INFO] testing dennisn00/geo_crash 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%2Fdennisn00%2Fgeo_crash" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dennisn00/geo_crash 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/dennisn00/geo_crash [INFO] finished tweaking git repo https://github.com/dennisn00/geo_crash [INFO] tweaked toml for git repo https://github.com/dennisn00/geo_crash written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/dennisn00/geo_crash 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 920b02faf1d87a530dca43e4a97ce808c5689a712bdcda27c4fcd69b6ab48159 [INFO] running `Command { std: "docker" "start" "-a" "920b02faf1d87a530dca43e4a97ce808c5689a712bdcda27c4fcd69b6ab48159", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "920b02faf1d87a530dca43e4a97ce808c5689a712bdcda27c4fcd69b6ab48159", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "920b02faf1d87a530dca43e4a97ce808c5689a712bdcda27c4fcd69b6ab48159", kill_on_drop: false }` [INFO] [stdout] 920b02faf1d87a530dca43e4a97ce808c5689a712bdcda27c4fcd69b6ab48159 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] d31e94dc4d6e67d9eca9b5f6334c3da4c5726613751db8e92fb34b3b7e1ca111 [INFO] running `Command { std: "docker" "start" "-a" "d31e94dc4d6e67d9eca9b5f6334c3da4c5726613751db8e92fb34b3b7e1ca111", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cc v1.0.53 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling syn v1.0.21 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling quote v1.0.5 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling object v0.19.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling addr2line v0.12.0 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling bzip2-sys v0.1.8+1.0.8 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling gfx_gl v0.6.1 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling gfx_core v0.9.2 [INFO] [stderr] Compiling sid v0.5.2 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling xi-unicode v0.2.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling glyph_brush_layout v0.1.9 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling twox-hash v1.5.0 [INFO] [stderr] Compiling slice-deque v0.3.0 [INFO] [stderr] Compiling ogg v0.7.0 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling mint v0.5.5 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `inflate` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ogg` (lib) [INFO] [stdout] error: failed to write /tmp/rustcgacfYV/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `uuid` (lib) due to 2 previous errors [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetatem4Nb/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `vec_map` (lib) due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/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/rustcEnUZxQ/symbols.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.00.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.01.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.02.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.03.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.04.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.05.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.06.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.07.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.08.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.09.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.build_script_build.1242fe217ee885e3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97.52urzpfncw429ixy.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgl_generator-b96bc76735176277.rlib" "/opt/rustwide/target/debug/deps/libkhronos_api-6b0f6abae456b51d.rlib" "/opt/rustwide/target/debug/deps/libxml-69bdb05d3821845c.rlib" "/opt/rustwide/target/debug/deps/liblog-61e36735295b43ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c6e6d9912bc66f08.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-41777efa78699460.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-c112ec61d40d65ca.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-20279e89ddf4a3cc.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-04ebab3d6657d9b7.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-43ee38a2c180d260.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-d8bc9f4e15c9d54f.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e6b80df35ce800f7.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-e1bb29bdfec551bd.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-7d60d25f346b95e2.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-f568bda7d014913a.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-a759d15c36457a02.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-dd7d06242b5022a0.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f4343bfa39e809a4.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-af1cb76e71c5600e.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8c4c4e24ed6290fa.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-58f5eb9eff701be9.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b7903030bc1640bf.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/glutin_glx_sys-74f7de361d5d9b97/build_script_build-74f7de361d5d9b97" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-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_glx_sys` (build script) due to 2 previous errors [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/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/rustclkX0sH/symbols.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.00.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.01.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.02.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.03.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.04.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.05.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.06.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.07.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.08.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.09.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.10.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.11.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.12.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.13.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.14.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.build_script_build.6b4f2a2963c49712-cgu.15.rcgu.o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed.xf6nt4zigivexa4.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgl_generator-6901073670223b70.rlib" "/opt/rustwide/target/debug/deps/libkhronos_api-6b0f6abae456b51d.rlib" "/opt/rustwide/target/debug/deps/libxml-69bdb05d3821845c.rlib" "/opt/rustwide/target/debug/deps/liblog-61e36735295b43ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c6e6d9912bc66f08.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-41777efa78699460.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-c112ec61d40d65ca.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-20279e89ddf4a3cc.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-04ebab3d6657d9b7.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-43ee38a2c180d260.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-d8bc9f4e15c9d54f.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e6b80df35ce800f7.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-e1bb29bdfec551bd.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-7d60d25f346b95e2.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-f568bda7d014913a.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-a759d15c36457a02.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-dd7d06242b5022a0.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f4343bfa39e809a4.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-af1cb76e71c5600e.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8c4c4e24ed6290fa.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-58f5eb9eff701be9.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b7903030bc1640bf.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/gfx_gl-829286c1de057bed/build_script_build-829286c1de057bed" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-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 `pulldown-cmark` (lib) [INFO] [stderr] error: could not compile `gfx_gl` (build script) due to 2 previous errors [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `deflate` (lib) [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `wayland-client` (lib) [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: failed to run custom build command for `wayland-protocols v0.21.13` [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/wayland-protocols-0c09a6a3aabdd3c2/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'd073071d77ce0f93b4fd8cc567a1e2b9e1b22126' [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.21.13/src/lib.rs:208:40: [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: 0x556c1b90d0f6 - std::backtrace_rs::backtrace::libunwind::trace::hbf3981e6c8a62f19 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [INFO] [stderr] 1: 0x556c1b90d0f6 - std::backtrace_rs::backtrace::trace_unsynchronized::h5d13053d67c404cc [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x556c1b90d0f6 - std::sys_common::backtrace::_print_fmt::hd24dc5b701eaf8ad [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x556c1b90d0f6 - ::fmt::h1d0155c7c5a7d116 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x556c1b92ee8c - core::fmt::rt::Argument::fmt::h462c7a4781d69908 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/core/src/fmt/rt.rs:142:9 [INFO] [stderr] 5: 0x556c1b92ee8c - core::fmt::write::h3cadc3d0c35667c3 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/core/src/fmt/mod.rs:1120:17 [INFO] [stderr] 6: 0x556c1b90b0bf - std::io::Write::write_fmt::hed25ebadf8dbdff6 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/io/mod.rs:1846:15 [INFO] [stderr] 7: 0x556c1b90cea4 - std::sys_common::backtrace::_print::h21e0ad4a03aa55df [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x556c1b90cea4 - std::sys_common::backtrace::print::hb7cfd89cda9bdca7 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x556c1b90e70b - std::panicking::default_hook::{{closure}}::hceb0cad555a61bc8 [INFO] [stderr] 10: 0x556c1b90e459 - std::panicking::default_hook::h00eb745c4c12778b [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/panicking.rs:292:9 [INFO] [stderr] 11: 0x556c1b90ed40 - as core::ops::function::Fn>::call::hf3b7bc2e2257730b [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/alloc/src/boxed.rs:2030:9 [INFO] [stderr] 12: 0x556c1b90ed40 - std::panicking::rust_panic_with_hook::hccddb3269d601551 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/panicking.rs:786:13 [INFO] [stderr] 13: 0x556c1b90ea82 - std::panicking::begin_panic_handler::{{closure}}::h1759cdf989495c64 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/panicking.rs:660:13 [INFO] [stderr] 14: 0x556c1b90d5d6 - std::sys_common::backtrace::__rust_end_short_backtrace::h209794238b4d13a4 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stderr] 15: 0x556c1b90e7b4 - rust_begin_unwind [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/panicking.rs:648:5 [INFO] [stderr] 16: 0x556c1b888625 - core::panicking::panic_fmt::ha17ebef8fbaa0a3e [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/core/src/panicking.rs:72:14 [INFO] [stderr] 17: 0x556c1b888a93 - core::result::unwrap_failed::h4921228b49be0fef [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/core/src/result.rs:1653:5 [INFO] [stderr] 18: 0x556c1b894d0f - wayland_scanner::generate_c_code::hc34f5667f80b81f2 [INFO] [stderr] 19: 0x556c1b896452 - build_script_build::generate_protocol::h183e6933b7ae84c3 [INFO] [stderr] 20: 0x556c1b8970a2 - build_script_build::main::h0e523d017bb52a4f [INFO] [stderr] 21: 0x556c1b895d13 - std::sys_common::backtrace::__rust_begin_short_backtrace::h61c51488c62c0d81 [INFO] [stderr] 22: 0x556c1b895d29 - std::rt::lang_start::{{closure}}::h9e6469fd750d670d [INFO] [stderr] 23: 0x556c1b9084e3 - core::ops::function::impls:: for &F>::call_once::h7d1c89267327c395 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x556c1b9084e3 - std::panicking::try::do_call::hec8ee524898e5318 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/panicking.rs:555:40 [INFO] [stderr] 25: 0x556c1b9084e3 - std::panicking::try::h85c96e2ce7745fbd [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/panicking.rs:519:19 [INFO] [stderr] 26: 0x556c1b9084e3 - std::panic::catch_unwind::h01b393d92a7d858b [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/panic.rs:142:14 [INFO] [stderr] 27: 0x556c1b9084e3 - std::rt::lang_start_internal::{{closure}}::hecb3333b28712af4 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/rt.rs:148:48 [INFO] [stderr] 28: 0x556c1b9084e3 - std::panicking::try::do_call::hf03ca5e740a75feb [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/panicking.rs:555:40 [INFO] [stderr] 29: 0x556c1b9084e3 - std::panicking::try::h3875e18ff8e3d631 [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/panicking.rs:519:19 [INFO] [stderr] 30: 0x556c1b9084e3 - std::panic::catch_unwind::h014a8be543d3570f [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/panic.rs:142:14 [INFO] [stderr] 31: 0x556c1b9084e3 - std::rt::lang_start_internal::hb844c77b3284ebab [INFO] [stderr] at /rustc/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/library/std/src/rt.rs:148:20 [INFO] [stderr] 32: 0x556c1b897565 - main [INFO] [stderr] 33: 0x7fe9ec3ecd90 - [INFO] [stderr] 34: 0x7fe9ec3ece40 - __libc_start_main [INFO] [stderr] 35: 0x556c1b888c05 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `matrixmultiply` (lib) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta0JTOx6/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nix` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "d31e94dc4d6e67d9eca9b5f6334c3da4c5726613751db8e92fb34b3b7e1ca111", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d31e94dc4d6e67d9eca9b5f6334c3da4c5726613751db8e92fb34b3b7e1ca111", kill_on_drop: false }` [INFO] [stdout] d31e94dc4d6e67d9eca9b5f6334c3da4c5726613751db8e92fb34b3b7e1ca111