[INFO] cloning repository https://github.com/theor/goap [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/theor/goap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheor%2Fgoap", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheor%2Fgoap'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 42f905392149bbb60397b550a73994a31f8af170 [INFO] checking theor/goap against master#e1ac0fa95ba15221ee195647cb12464df3164513 for pr-126090 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheor%2Fgoap" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/theor/goap on toolchain e1ac0fa95ba15221ee195647cb12464df3164513 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e1ac0fa95ba15221ee195647cb12464df3164513" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/theor/goap [INFO] finished tweaking git repo https://github.com/theor/goap [INFO] tweaked toml for git repo https://github.com/theor/goap written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/theor/goap 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" "+e1ac0fa95ba15221ee195647cb12464df3164513" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded percent-encoding v2.0.0 [INFO] [stderr] Downloaded twox-hash v1.4.2 [INFO] [stderr] Downloaded image v0.22.0 [INFO] [stderr] Downloaded pathfinding v1.1.12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+e1ac0fa95ba15221ee195647cb12464df3164513" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f40b00c7f5dd38d9360571148c595cf6d14e903341746cacf3b95a29a3bede3a [INFO] running `Command { std: "docker" "start" "-a" "f40b00c7f5dd38d9360571148c595cf6d14e903341746cacf3b95a29a3bede3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f40b00c7f5dd38d9360571148c595cf6d14e903341746cacf3b95a29a3bede3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f40b00c7f5dd38d9360571148c595cf6d14e903341746cacf3b95a29a3bede3a", kill_on_drop: false }` [INFO] [stdout] f40b00c7f5dd38d9360571148c595cf6d14e903341746cacf3b95a29a3bede3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+e1ac0fa95ba15221ee195647cb12464df3164513" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c246d56ece73d57b7c976c6b79eb7be986a07ae8ac94d985241048005e66e86b [INFO] running `Command { std: "docker" "start" "-a" "c246d56ece73d57b7c976c6b79eb7be986a07ae8ac94d985241048005e66e86b", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling pkg-config v0.3.15 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Checking rustc-hash v1.0.1 [INFO] [stderr] Checking stb_truetype v0.2.6 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking same-file v1.0.5 [INFO] [stderr] Checking downcast-rs v1.0.4 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Checking walkdir v2.2.9 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Compiling minimp3-sys v0.3.1 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Compiling gfx_gl v0.6.0 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Checking draw_state v0.8.0 [INFO] [stderr] Checking lock_api v0.2.0 [INFO] [stderr] Checking adler32 v1.0.3 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Checking sid v0.5.2 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling backtrace v0.3.34 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Checking rawpointer v0.1.0 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Checking percent-encoding v2.0.0 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Checking mint v0.5.1 [INFO] [stderr] Checking matrixmultiply v0.2.2 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking slice-deque v0.2.4 [INFO] [stderr] Checking ogg v0.7.0 [INFO] [stderr] Checking xi-unicode v0.1.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking cpal v0.8.2 [INFO] [stderr] Checking gif v0.10.2 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking lewton v0.9.4 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking minimp3 v0.3.3 [INFO] [stderr] Checking twox-hash v1.4.2 [INFO] [stderr] Checking nalgebra v0.18.0 [INFO] [stderr] Checking png v0.15.0 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking podio v0.1.6 [INFO] [stderr] Checking either v1.5.2 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Checking hashbrown v0.5.0 [INFO] [stderr] Checking claxon v0.4.2 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking zip v0.5.2 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Checking directories v2.0.2 [INFO] [stderr] Checking fixedbitset v0.1.9 [INFO] [stderr] Checking indexmap v1.0.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking pathfinding v1.1.12 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking glyph_brush_layout v0.1.6 [INFO] [stderr] Checking glyph_brush v0.5.3 [INFO] [stderr] Checking gilrs-core v0.2.2 [INFO] [stderr] Checking gilrs v0.7.1 [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling smart-default v0.5.2 [INFO] [stderr] Checking euclid v0.19.9 [INFO] [stderr] Checking toml v0.5.1 [INFO] [stderr] Checking gfx_core v0.9.1 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking lyon_geom v0.12.7 [INFO] [stderr] Checking image v0.22.0 [INFO] [stderr] Checking lyon_path v0.13.2 [INFO] [stderr] Checking lyon_tessellation v0.13.5 [INFO] [stderr] Checking lyon_algorithms v0.13.4 [INFO] [stderr] Checking gfx_device_gl v0.16.1 [INFO] [stderr] Checking gfx v0.18.1 [INFO] [stderr] Checking 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] Checking rodio v0.9.0 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.19.2 [INFO] [stderr] Checking glutin v0.20.0 [INFO] [stderr] Checking gfx_window_glutin v0.30.0 [INFO] [stderr] Checking goap v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `cgmath` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use cgmath; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cgmath` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use cgmath; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Color` and `DrawMode` [INFO] [stdout] --> src/main.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | use ggez::graphics::{Color, DrawMode, DrawParam}; [INFO] [stdout] | ^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Color` and `DrawMode` [INFO] [stdout] --> src/main.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | use ggez::graphics::{Color, DrawMode, DrawParam}; [INFO] [stdout] | ^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/goap.rs:97:54 [INFO] [stdout] | [INFO] [stdout] 97 | fn predecessors<'a>(n: &Step<'a>, actions: &[&'a Action]) -> Vec<(Step<'a>, i32)> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 97 | fn predecessors<'a>(n: &Step<'a>, actions: &[&'a dyn Action]) -> Vec<(Step<'a>, i32)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/goap.rs:109:66 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn find_path(start: &Context, end: &Context, actions: &[&Action]) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 | pub fn find_path(start: &Context, end: &Context, actions: &[&dyn Action]) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/goap.rs:97:54 [INFO] [stdout] | [INFO] [stdout] 97 | fn predecessors<'a>(n: &Step<'a>, actions: &[&'a Action]) -> Vec<(Step<'a>, i32)> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 97 | fn predecessors<'a>(n: &Step<'a>, actions: &[&'a dyn Action]) -> Vec<(Step<'a>, i32)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/goap.rs:109:66 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn find_path(start: &Context, end: &Context, actions: &[&Action]) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 | pub fn find_path(start: &Context, end: &Context, actions: &[&dyn Action]) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ch` [INFO] [stdout] --> src/goap.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 54 | fn exec(&self, ch: &mut crate::Char, state: &mut crate::MainState) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ch` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> src/goap.rs:54:42 [INFO] [stdout] | [INFO] [stdout] 54 | fn exec(&self, ch: &mut crate::Char, state: &mut crate::MainState) {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/main.rs:80:12 [INFO] [stdout] | [INFO] [stdout] 80 | fn new(ctx: &mut Context) -> GameResult { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ch` [INFO] [stdout] --> src/goap.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 54 | fn exec(&self, ch: &mut crate::Char, state: &mut crate::MainState) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ch` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> src/goap.rs:54:42 [INFO] [stdout] | [INFO] [stdout] 54 | fn exec(&self, ch: &mut crate::Char, state: &mut crate::MainState) {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/main.rs:80:12 [INFO] [stdout] | [INFO] [stdout] 80 | fn new(ctx: &mut Context) -> GameResult { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `has_axe` and `wood` are never read [INFO] [stdout] --> src/main.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 25 | struct Char { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 26 | pos: Pos, [INFO] [stdout] 27 | has_axe: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 28 | wood: u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Char` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_state` is never used [INFO] [stdout] --> src/main.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 53 | impl Char { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn to_state(&self) -> StateFlag { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/goap.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl Context { [INFO] [stdout] | ------------ associated function in this implementation [INFO] [stdout] 20 | pub fn new() -> Self { Self { state: StateFlag::NONE } } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `exec` is never used [INFO] [stdout] --> src/goap.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 39 | trait Action: Debug { [INFO] [stdout] | ------ method in this trait [INFO] [stdout] ... [INFO] [stdout] 43 | fn exec(&self, ch: &mut crate::Char, _state: &mut crate::MainState) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `action` is never read [INFO] [stdout] --> src/goap.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 75 | struct Step<'a> { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 76 | state: Context, [INFO] [stdout] 77 | action: Option<&'a dyn Action>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Step` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `has_axe` and `wood` are never read [INFO] [stdout] --> src/main.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 25 | struct Char { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 26 | pos: Pos, [INFO] [stdout] 27 | has_axe: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 28 | wood: u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Char` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_state` is never used [INFO] [stdout] --> src/main.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 53 | impl Char { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn to_state(&self) -> StateFlag { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Context` is never constructed [INFO] [stdout] --> src/goap.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | struct Context { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `with_state`, and `would_be_reached_by` are never used [INFO] [stdout] --> src/goap.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl Context { [INFO] [stdout] | ------------ associated items in this implementation [INFO] [stdout] 20 | pub fn new() -> Self { Self { state: StateFlag::NONE } } [INFO] [stdout] | ^^^ [INFO] [stdout] 21 | pub fn with_state(state: StateFlag) -> Self { Self { state } } [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 22 | pub fn would_be_reached_by(&self, a: &dyn Action) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Action` is never used [INFO] [stdout] --> src/goap.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | trait Action: Debug { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Step` is never constructed [INFO] [stdout] --> src/goap.rs:75:8 [INFO] [stdout] | [INFO] [stdout] 75 | struct Step<'a> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Planner` is never constructed [INFO] [stdout] --> src/goap.rs:94:8 [INFO] [stdout] | [INFO] [stdout] 94 | struct Planner; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `predecessors` and `find_path` are never used [INFO] [stdout] --> src/goap.rs:97:8 [INFO] [stdout] | [INFO] [stdout] 96 | impl Planner { [INFO] [stdout] | ------------ associated functions in this implementation [INFO] [stdout] 97 | fn predecessors<'a>(n: &Step<'a>, actions: &[&'a Action]) -> Vec<(Step<'a>, i32)> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | pub fn find_path(start: &Context, end: &Context, actions: &[&Action]) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s [INFO] running `Command { std: "docker" "inspect" "c246d56ece73d57b7c976c6b79eb7be986a07ae8ac94d985241048005e66e86b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c246d56ece73d57b7c976c6b79eb7be986a07ae8ac94d985241048005e66e86b", kill_on_drop: false }` [INFO] [stdout] c246d56ece73d57b7c976c6b79eb7be986a07ae8ac94d985241048005e66e86b [INFO] checking theor/goap against try#09fa13185567a1d9c37905d6a4a2ea56e7f44efc for pr-126090 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheor%2Fgoap" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/theor/goap on toolchain 09fa13185567a1d9c37905d6a4a2ea56e7f44efc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09fa13185567a1d9c37905d6a4a2ea56e7f44efc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/theor/goap [INFO] finished tweaking git repo https://github.com/theor/goap [INFO] tweaked toml for git repo https://github.com/theor/goap written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/theor/goap 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" "+09fa13185567a1d9c37905d6a4a2ea56e7f44efc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+09fa13185567a1d9c37905d6a4a2ea56e7f44efc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4269194bd62642c548a123fe4b7f0b50e66772b10944f8d21e7397770ebfa843 [INFO] running `Command { std: "docker" "start" "-a" "4269194bd62642c548a123fe4b7f0b50e66772b10944f8d21e7397770ebfa843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4269194bd62642c548a123fe4b7f0b50e66772b10944f8d21e7397770ebfa843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4269194bd62642c548a123fe4b7f0b50e66772b10944f8d21e7397770ebfa843", kill_on_drop: false }` [INFO] [stdout] 4269194bd62642c548a123fe4b7f0b50e66772b10944f8d21e7397770ebfa843 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+09fa13185567a1d9c37905d6a4a2ea56e7f44efc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 320d9d31a56f22cdede908d34686d11c03211f9c9504829ae023ff04b85f4844 [INFO] running `Command { std: "docker" "start" "-a" "320d9d31a56f22cdede908d34686d11c03211f9c9504829ae023ff04b85f4844", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Compiling pkg-config v0.3.15 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Checking rustc-hash v1.0.1 [INFO] [stderr] Checking stb_truetype v0.2.6 [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Checking same-file v1.0.5 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking downcast-rs v1.0.4 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking walkdir v2.2.9 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling minimp3-sys v0.3.1 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling gfx_gl v0.6.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking draw_state v0.8.0 [INFO] [stderr] Checking lock_api v0.2.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Checking adler32 v1.0.3 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Checking sid v0.5.2 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling backtrace v0.3.34 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Checking percent-encoding v2.0.0 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Checking mint v0.5.1 [INFO] [stderr] Checking rawpointer v0.1.0 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking matrixmultiply v0.2.2 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking slice-deque v0.2.4 [INFO] [stderr] Checking ogg v0.7.0 [INFO] [stderr] Checking xi-unicode v0.1.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Checking lewton v0.9.4 [INFO] [stderr] Checking cpal v0.8.2 [INFO] [stderr] Checking gif v0.10.2 [INFO] [stderr] Checking minimp3 v0.3.3 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking png v0.15.0 [INFO] [stderr] Checking twox-hash v1.4.2 [INFO] [stderr] Checking nalgebra v0.18.0 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Checking hashbrown v0.5.0 [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Checking claxon v0.4.2 [INFO] [stderr] Checking either v1.5.2 [INFO] [stderr] Checking podio v0.1.6 [INFO] [stderr] Checking directories v2.0.2 [INFO] [stderr] Checking fixedbitset v0.1.9 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Checking zip v0.5.2 [INFO] [stderr] Checking indexmap v1.0.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Checking pathfinding v1.1.12 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Checking gilrs-core v0.2.2 [INFO] [stderr] Checking gilrs v0.7.1 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking glyph_brush_layout v0.1.6 [INFO] [stderr] Checking glyph_brush v0.5.3 [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling smart-default v0.5.2 [INFO] [stderr] Checking euclid v0.19.9 [INFO] [stderr] Checking toml v0.5.1 [INFO] [stderr] Checking gfx_core v0.9.1 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetayRzToJ/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `euclid` (lib) due to 1 previous error [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/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcwwJXFC/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcwwJXFC/symbols.o" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.num_derive.86daa78e827fad0a-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.num_derive.86daa78e827fad0a-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.num_derive.86daa78e827fad0a-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.num_derive.86daa78e827fad0a-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.num_derive.86daa78e827fad0a-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.num_derive.86daa78e827fad0a-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.num_derive.86daa78e827fad0a-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.num_derive.86daa78e827fad0a-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.num_derive.86daa78e827fad0a-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.num_derive.86daa78e827fad0a-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.num_derive.86daa78e827fad0a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.2ahd6u4rdcfh1civ2wj0eewxd.rcgu.rmeta" "/opt/rustwide/target/debug/deps/num_derive-22d85761b3fd6063.e5pjqec544ds08kvmm7hjqxn5.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-a8102cfb6a4e3293.rlib" "/opt/rustwide/target/debug/deps/libquote-37d1192008b0801d.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-82da695a305a15a7.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-9313b4b022bb319a.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-7411463c3a9c77ba.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-45288dcc88911a1f.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9ff13545d1688b3c.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-210d920812faea91.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f3d3451767410a17.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-16717cdb08dfbef5.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-58e3f8995df4edb4.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2caea079085a58a2.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-314a4689716cb02e.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-5727477b0a78105a.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7e555563aa211118.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d9ed943652059c0d.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ee5b5774583426df.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-c3e1f40644ffc9b8.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-e8bfe52be756260a.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-7b90a2705bcf265b.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-b6892f3c52c68f01.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f72b956e24d1de70.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8b7e96e438f08f6.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/lib/rustlib/x86_64-unknown-linux-gnu/lib/self-contained" "-o" "/opt/rustwide/target/debug/deps/libnum_derive-22d85761b3fd6063.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [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 `num-derive` (lib) due to 2 previous errors [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaLBWaaV/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `toml` (lib) due to 1 previous error [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-1ac5bb4263e30d2e/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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 custom toolchain '09fa13185567a1d9c37905d6a4a2ea56e7f44efc'. [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: 0x55c33c2ae065 - std::backtrace_rs::backtrace::libunwind::trace::h3d2a7419257bfd0e [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x55c33c2ae065 - std::backtrace_rs::backtrace::trace_unsynchronized::h2d6e687669de9229 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55c33c2ae065 - std::sys_common::backtrace::_print_fmt::h867cba841b992a38 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x55c33c2ae065 - ::fmt::h9bf1f9d5e07f9801 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x55c33c2d092b - core::fmt::rt::Argument::fmt::hdc6693558c3a7040 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/core/src/fmt/rt.rs:165:63 [INFO] [stderr] 5: 0x55c33c2d092b - core::fmt::write::h92340cf800679ce0 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/core/src/fmt/mod.rs:1168:21 [INFO] [stderr] 6: 0x55c33c2abc2f - std::io::Write::write_fmt::h9fc455176843ff06 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/io/mod.rs:1835:15 [INFO] [stderr] 7: 0x55c33c2ade3e - std::sys_common::backtrace::_print::hce65862f08945041 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x55c33c2ade3e - std::sys_common::backtrace::print::hdd8f548c17e0b8f6 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x55c33c2af559 - std::panicking::default_hook::{{closure}}::h32474147a715f717 [INFO] [stderr] 10: 0x55c33c2af2fa - std::panicking::default_hook::h5156e3e136a5ef34 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/panicking.rs:298:9 [INFO] [stderr] 11: 0x55c33c2afbcb - as core::ops::function::Fn>::call::h2b3f77f5bbb84a33 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/alloc/src/boxed.rs:2077:9 [INFO] [stderr] 12: 0x55c33c2afbcb - std::panicking::rust_panic_with_hook::hd539df674f8da1b0 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/panicking.rs:799:13 [INFO] [stderr] 13: 0x55c33c2af944 - std::panicking::begin_panic_handler::{{closure}}::h85dbbc0291e28551 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/panicking.rs:664:13 [INFO] [stderr] 14: 0x55c33c2ae529 - std::sys_common::backtrace::__rust_end_short_backtrace::hcade64a7f16b9884 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stderr] 15: 0x55c33c2af677 - rust_begin_unwind [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/panicking.rs:652:5 [INFO] [stderr] 16: 0x55c33c2cf6e3 - core::panicking::panic_fmt::h9edd7299d2a40f9c [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/core/src/panicking.rs:72:14 [INFO] [stderr] 17: 0x55c33c2cfbd6 - core::result::unwrap_failed::h7d65585c37363db4 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/core/src/result.rs:1679:5 [INFO] [stderr] 18: 0x55c33c1d1c6d - wayland_scanner::generate_c_code::h0eb162cd7b18ff2a [INFO] [stderr] 19: 0x55c33c1e126a - build_script_build::generate_protocol::ha851900f45e2fe1c [INFO] [stderr] 20: 0x55c33c1e2426 - build_script_build::main::had6b46eeeabf491c [INFO] [stderr] 21: 0x55c33c1df153 - core::ops::function::FnOnce::call_once::h4b06dcaca3e1a23e [INFO] [stderr] 22: 0x55c33c1de996 - std::sys_common::backtrace::__rust_begin_short_backtrace::h39efc560d7443e94 [INFO] [stderr] 23: 0x55c33c1d34d9 - std::rt::lang_start::{{closure}}::h95bd4e5cc771aeba [INFO] [stderr] 24: 0x55c33c2a8fdd - core::ops::function::impls:: for &F>::call_once::hbd4dba9c0ac6a541 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 25: 0x55c33c2a8fdd - std::panicking::try::do_call::hd201c44d598df5de [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/panicking.rs:559:40 [INFO] [stderr] 26: 0x55c33c2a8fdd - std::panicking::try::h960ed749cb2e602d [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/panicking.rs:523:19 [INFO] [stderr] 27: 0x55c33c2a8fdd - std::panic::catch_unwind::hbdbd08afdd0f4216 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/panic.rs:149:14 [INFO] [stderr] 28: 0x55c33c2a8fdd - std::rt::lang_start_internal::{{closure}}::h7a998531dba75ef6 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/rt.rs:141:48 [INFO] [stderr] 29: 0x55c33c2a8fdd - std::panicking::try::do_call::hf805588186c76e2e [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/panicking.rs:559:40 [INFO] [stderr] 30: 0x55c33c2a8fdd - std::panicking::try::ha6216e8b69b5d908 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/panicking.rs:523:19 [INFO] [stderr] 31: 0x55c33c2a8fdd - std::panic::catch_unwind::h84eca58ef20c63bb [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/panic.rs:149:14 [INFO] [stderr] 32: 0x55c33c2a8fdd - std::rt::lang_start_internal::hbdd690b5b15eb384 [INFO] [stderr] at /rustc/09fa13185567a1d9c37905d6a4a2ea56e7f44efc/library/std/src/rt.rs:141:20 [INFO] [stderr] 33: 0x55c33c1d34b7 - std::rt::lang_start::hf7a850e74fbe5e02 [INFO] [stderr] 34: 0x55c33c1e27d5 - main [INFO] [stderr] 35: 0x7f35226a1d90 - [INFO] [stderr] 36: 0x7f35226a1e40 - __libc_start_main [INFO] [stderr] 37: 0x55c33c1d12b5 - _start [INFO] [stderr] 38: 0x0 - [INFO] [stdout] error: error writing metadata object file: 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 `serde_derive` (lib) due to 2 previous errors [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetarhyKlO/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gfx_core` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetasv8UNF/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 `nalgebra` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "320d9d31a56f22cdede908d34686d11c03211f9c9504829ae023ff04b85f4844", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "320d9d31a56f22cdede908d34686d11c03211f9c9504829ae023ff04b85f4844", kill_on_drop: false }` [INFO] [stdout] 320d9d31a56f22cdede908d34686d11c03211f9c9504829ae023ff04b85f4844