[INFO] cloning repository https://github.com/espieux/dungeoncrawl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/espieux/dungeoncrawl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fespieux%2Fdungeoncrawl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fespieux%2Fdungeoncrawl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 76028dc6bbe8af2c7b8fbdec40a8f2889dcd9481 [INFO] testing espieux/dungeoncrawl against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fespieux%2Fdungeoncrawl" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/espieux/dungeoncrawl on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/espieux/dungeoncrawl [INFO] finished tweaking git repo https://github.com/espieux/dungeoncrawl [INFO] tweaked toml for git repo https://github.com/espieux/dungeoncrawl written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/espieux/dungeoncrawl 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" "+beta-2025-01-12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8660cd288e59c2a3c67d563e58bd21c1eb7a2b5eadc8f26dbed28b983b8320ae [INFO] running `Command { std: "docker" "start" "-a" "8660cd288e59c2a3c67d563e58bd21c1eb7a2b5eadc8f26dbed28b983b8320ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8660cd288e59c2a3c67d563e58bd21c1eb7a2b5eadc8f26dbed28b983b8320ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8660cd288e59c2a3c67d563e58bd21c1eb7a2b5eadc8f26dbed28b983b8320ae", kill_on_drop: false }` [INFO] [stdout] 8660cd288e59c2a3c67d563e58bd21c1eb7a2b5eadc8f26dbed28b983b8320ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c01902049e6046f4e6f08c1860700301a9f7525947cea818b0480964f27cd447 [INFO] running `Command { std: "docker" "start" "-a" "c01902049e6046f4e6f08c1860700301a9f7525947cea818b0480964f27cd447", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.161 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling xml-rs v0.8.22 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling bytemuck v1.19.0 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling thiserror v1.0.65 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling cc v1.1.31 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling fdeflate v0.3.5 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling safe_arch v0.7.2 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling xcursor v0.3.8 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling foreign-types-shared v0.3.1 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling safe_arch v0.5.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling servo-fontconfig-sys v5.1.0 [INFO] [stderr] Compiling flate2 v1.0.34 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling crossfont v0.5.2 [INFO] [stderr] Compiling cmake v0.1.51 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Compiling wide v0.7.28 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling tiny-skia-path v0.7.0 [INFO] [stderr] Compiling syn v2.0.85 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling png v0.17.14 [INFO] [stderr] Compiling glutin_egl_sys v0.1.6 [INFO] [stderr] Compiling glutin_glx_sys v0.1.8 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling freetype-sys v0.13.1 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling tiny-skia v0.7.0 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling servo-fontconfig v0.5.1 [INFO] [stderr] Compiling freetype-rs v0.26.0 [INFO] [stderr] Compiling serde v1.0.213 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling anyhow v1.0.91 [INFO] [stderr] Compiling ultraviolet v0.9.2 [INFO] [stderr] Compiling raw-window-handle v0.5.2 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling bracket-embedding v0.8.7 [INFO] [stderr] Compiling bracket-color v0.8.7 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling bracket-rex v0.8.7 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling bracket-geometry v0.8.7 [INFO] [stderr] Compiling object-pool v0.5.4 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling bracket-algorithm-traits v0.8.7 [INFO] [stderr] Compiling glow v0.11.2 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling bracket-pathfinding v0.8.7 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling thiserror-impl v1.0.65 [INFO] [stderr] Compiling foreign-types-macros v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.213 [INFO] [stderr] Compiling wayland-cursor v0.29.5 [INFO] [stderr] Compiling wayland-egl v0.29.5 [INFO] [stderr] Compiling foreign-types v0.5.0 [INFO] [stderr] Compiling calloop v0.10.6 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling bracket-random v0.8.7 [INFO] [stderr] Compiling bracket-noise v0.8.7 [INFO] [stderr] Compiling legion_codegen v0.3.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling erased-serde v0.3.31 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling legion v0.3.1 [INFO] [stderr] Compiling sctk-adwaita v0.4.3 [INFO] [stderr] Compiling winit v0.27.5 [INFO] [stderr] Compiling glutin v0.29.1 [INFO] [stderr] Compiling bracket-terminal v0.8.7 [INFO] [stderr] Compiling bracket-lib v0.8.7 [INFO] [stderr] Compiling dungeoncrawl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `render` is never used [INFO] [stdout] --> src/map.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl Map { [INFO] [stdout] | -------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn render(&self, ctx: &mut BTerm, camera: &Camera) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/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/rustco3deln/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{liblegion-003c4433e601160f.rlib,liberased_serde-8601d7bf5dcf564c.rlib,libcrossbeam_channel-70140b4a051c7b95.rlib,libmaybe_uninit-ece59c5d75f5f342.rlib,libcrossbeam_utils-205db60a5f6bcd2e.rlib,libcfg_if-5debf92116708c19.rlib,libbit_set-d8d586362ca7b5d5.rlib,libbit_vec-b06753219a6ccf92.rlib,libdowncast_rs-9143b3ab1f004153.rlib,libuuid-f493451a7cd64f8a.rlib,libserde-66e5e42bf09fdc9f.rlib,libitertools-2e07f700c65ce597.rlib,librayon-49344f00009074be.rlib,librayon_core-cc27df126eb1cc76.rlib,libcrossbeam_deque-7afa7a71c7e8137a.rlib,libcrossbeam_epoch-10b55c33f040add3.rlib,libcrossbeam_utils-a8a58313e76b01fb.rlib,libeither-c79786ce8c15a53c.rlib,libbracket_lib-b130e915f96be446.rlib,libbracket_terminal-5f562929ae3a3749.rlib,libanyhow-4407d26eea2334d3.rlib,libimage-ee24271d2897362c.rlib,libcolor_quant-72accfe2cafd1a2d.rlib,libjpeg_decoder-5be1025935bd4e47.rlib,libglutin-c760dd4649b07142.rlib,libwayland_egl-a71df8e0f6072497.rlib,libosmesa_sys-4d109263e54c0fb6.rlib,libshared_library-7d141276634d808b.rlib,liblibloading-1d9d598bea47447c.rlib,libwinit-41e811f9f7fc94f0.rlib,libsctk_adwaita-d49fcf7002d6670c.rlib,libcrossfont-6984ded4c7b4d327.rlib,libfontconfig-e089d22a71d1d4a1.rlib,libfontconfig_sys-8e28d5c55ea61e14.rlib,libexpat_sys-a3997c0e2aea3ad9.rlib,libforeign_types-e400a7acca0596a3.rlib,libforeign_types_shared-3d83f2459f55b51f.rlib,libfreetype-014fa0ff5e6f9b98.rlib,libfreetype_sys-9372134aef53fc24.rlib,libtiny_skia-d9a59c73695bf785.rlib,libpng-ea37df71ef49f2ef.rlib,libfdeflate-08e661b44fbb5a1c.rlib,libsafe_arch-e3aa756719ad0450.rlib,libarrayvec-1656f650a01ecea7.rlib,libtiny_skia_path-1b678f0466b39d2b.rlib,libarrayref-81fde35c69841043.rlib,libraw_window_handle-6399e1d91bf21053.rlib,libcty-bf0a8fc628231ea7.rlib,libmio-f29ea437f00a6447.rlib,libpercent_encoding-af9df9186596bd92.rlib,libsmithay_client_toolkit-191ba848f90932b8.rlib,libwayland_cursor-e8c24ce2386d2770.rlib,libxcursor-34f9c7fd66fec6cd.rlib,libmemmap2-7c7fb9c99800cd27.rlib,libwayland_protocols-b2e50e184b2507f4.rlib,libwayland_client-4a5d8fcb92a6ea5b.rlib,libscoped_tls-ddc34d439339bb5f.rlib,libwayland_commons-2f88b386e001f171.rlib,libnix-ae13b02efb6f934d.rlib,libwayland_sys-edb969b735974480.rlib,libcalloop-4046f15762df52b2.rlib,libthiserror-20045bdc208c128e.rlib,libslotmap-64eaeeb071f248a8.rlib,libnix-00f148cc3bb42b9a.rlib,libmemoffset-6530cc6023f3f6bc.rlib,libvec_map-75126d96f8392bf4.rlib,libdlib-197a615c7f223bda.rlib,liblibloading-afde54a491daafc2.rlib,libraw_window_handle-fa6b9cb7b8d4289b.rlib,libbitflags-dde12b0d7d495b50.rlib,liblog-9a3ff67864b30e2c.rlib,libglutin_glx_sys-9d6958258be891e2.rlib,libx11_dl-34e4e42df00ae033.rlib,libonce_cell-2642703f88b7c2f4.rlib,libglutin_egl_sys-5def3ab2d324a520.rlib,libglow-0114d39898566e5b.rlib,libbracket_rex-3c50dcfecab9ed9c.rlib,libbracket_embedding-271b58b49ac22d4e.rlib,libflate2-a34c3c5cfeee451d.rlib,libminiz_oxide-f31e2dff5c172ca8.rlib,libsimd_adler32-a85d6c6326d2f661.rlib,libcrc32fast-dba2d92cf6d67f2f.rlib,libbyteorder-8f59b6d1bfdaa844.rlib,libobject_pool-672c928bf498e8c6.rlib,libparking_lot-176c54d19f43e37a.rlib,libparking_lot_core-4fd243b6ee53858b.rlib,libinstant-79f3cdff3e918341.rlib,libbracket_pathfinding-18416283c9fbb324.rlib,libnum_rational-08509afc9f75d196.rlib,libnum_integer-d4872c59b804a294.rlib,libnum_traits-2f99c9b3147ab27a.rlib,libbracket_noise-064eecead44dc2b6.rlib,libbracket_random-0d3df7b3901e5f9b.rlib,libgetrandom-ff5a33e31754d9c6.rlib,libregex-8fb012a0498f6295.rlib,libregex_automata-b68fd9d57e20f1f0.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.rlib,librand_xorshift-27c7507d12adc076.rlib,librand-fd43ea05f203c21b.rlib,librand_core-4b67a56f68d6cbfa.rlib,libbracket_color-e64ae2f8d23d69e0.rlib,libparking_lot-df79467b8582d8cb.rlib,libparking_lot_core-20e619208ce25f93.rlib,liblibc-3ff8acc461896625.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,liblock_api-cec8690087847b60.rlib,libscopeguard-7ec2214574194454.rlib,liblazy_static-3674be3f4245d19b.rlib,libbracket_algorithm_traits-5f1cbd143f85d258.rlib,libsmallvec-5dc15f12cdebef01.rlib,libbracket_geometry-e61bac1dce6fa67d.rlib,libultraviolet-d7294354e014228e.rlib,libwide-12a124b593ac0cef.rlib,libsafe_arch-fcf9567be423c137.rlib,libbytemuck-c92d855c77341efd.rlib}" "/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-2e6eca6bf1681754.rlib,libpanic_unwind-6419b8734ab2f0cb.rlib,libobject-784ada497c5d935e.rlib,libmemchr-9267ffe866ca370f.rlib,libaddr2line-36f3ec5f8f15f213.rlib,libgimli-a0a71c3c5fe00164.rlib,librustc_demangle-95f237535246c825.rlib,libstd_detect-e0bd23c2b0917c59.rlib,libhashbrown-22a7802a8abbef9e.rlib,librustc_std_workspace_alloc-eb0228d54dd99343.rlib,libminiz_oxide-e6c6f516ce70276d.rlib,libadler-af73ed2b2e212982.rlib,libunwind-0000b4ce778574a2.rlib,libcfg_if-1a94dbdc43bc518f.rlib,liblibc-b957950176a614bc.rlib,liballoc-2b137d666ae9b5cb.rlib,librustc_std_workspace_core-4cf833632aafa84c.rlib,libcore-65c2c6d2d6ae570b.rlib,libcompiler_builtins-678c764df5f831e4.rlib}" "-Wl,-Bdynamic" "-ldl" "-lfreetype" "-lfontconfig" "-lfreetype" "-lexpat" "-lm" "-lfreetype" "-ldl" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/dungeoncrawl-aeb3f5e605f3c2c0" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [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] [stderr] error: could not compile `dungeoncrawl` (bin "dungeoncrawl") due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "c01902049e6046f4e6f08c1860700301a9f7525947cea818b0480964f27cd447", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c01902049e6046f4e6f08c1860700301a9f7525947cea818b0480964f27cd447", kill_on_drop: false }` [INFO] [stdout] c01902049e6046f4e6f08c1860700301a9f7525947cea818b0480964f27cd447