[INFO] cloning repository https://github.com/jcerise/rust-dungeoncrawler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jcerise/rust-dungeoncrawler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjcerise%2Frust-dungeoncrawler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjcerise%2Frust-dungeoncrawler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 78813a65812ba6467bcb4921f3749c7467d92e30 [INFO] building jcerise/rust-dungeoncrawler against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjcerise%2Frust-dungeoncrawler" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jcerise/rust-dungeoncrawler on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jcerise/rust-dungeoncrawler [INFO] finished tweaking git repo https://github.com/jcerise/rust-dungeoncrawler [INFO] tweaked toml for git repo https://github.com/jcerise/rust-dungeoncrawler written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jcerise/rust-dungeoncrawler 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f33b807ccff5d23a852b7618472481574f562ce49cf68332aa45ec727702aa4d [INFO] running `Command { std: "docker" "start" "-a" "f33b807ccff5d23a852b7618472481574f562ce49cf68332aa45ec727702aa4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f33b807ccff5d23a852b7618472481574f562ce49cf68332aa45ec727702aa4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f33b807ccff5d23a852b7618472481574f562ce49cf68332aa45ec727702aa4d", kill_on_drop: false }` [INFO] [stdout] f33b807ccff5d23a852b7618472481574f562ce49cf68332aa45ec727702aa4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 713b6abd0c005516e551dbe8e3c6c30d9d60d15a74394bbf3e6dcb65ffd6cc7c [INFO] running `Command { std: "docker" "start" "-a" "713b6abd0c005516e551dbe8e3c6c30d9d60d15a74394bbf3e6dcb65ffd6cc7c", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling minimal-lexical v0.1.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling safe_arch v0.5.2 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling nom v7.0.0 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Compiling wide v0.6.5 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling andrew v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling anyhow v1.0.44 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling ultraviolet v0.8.1 [INFO] [stderr] Compiling memmap2 v0.1.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling erased-serde v0.3.16 [INFO] [stderr] Compiling xcursor v0.3.4 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling bracket-color v0.8.2 [INFO] [stderr] Compiling object-pool v0.5.4 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling glow v0.10.0 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling bracket-geometry v0.8.3 [INFO] [stderr] Compiling bracket-algorithm-traits v0.8.2 [INFO] [stderr] Compiling bracket-pathfinding v0.8.4 [INFO] [stderr] Compiling bracket-random v0.8.2 [INFO] [stderr] Compiling bracket-noise v0.8.2 [INFO] [stderr] Compiling calloop v0.6.5 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling wayland-commons v0.28.6 [INFO] [stderr] Compiling wayland-cursor v0.28.6 [INFO] [stderr] Compiling wayland-egl v0.28.6 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling legion_codegen v0.3.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.3 [INFO] [stderr] Compiling legion v0.3.1 [INFO] [stderr] Compiling winit v0.24.0 [INFO] [stderr] Compiling glutin v0.26.0 [INFO] [stderr] Compiling bracket-terminal v0.8.5 [INFO] [stderr] Compiling bracket-lib v0.8.1 [INFO] [stderr] Compiling dungeoncrawler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `render` [INFO] [stdout] --> src/systems/map_render.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | .for_each(|(pos, render)| { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_render` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` 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/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/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" "-m64" "/tmp/rustcgPVJbf/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{liblegion-56c08f09adefdad8.rlib,liberased_serde-5d83dee5c264941d.rlib,libcrossbeam_channel-b82b629e0dc0dd1b.rlib,libcrossbeam_utils-554e8f12bc4a8a4c.rlib,libbit_set-00fba1649b907642.rlib,libbit_vec-8e677f8183f998ef.rlib,libdowncast_rs-ffbd8a7d19c70af3.rlib,libuuid-3d66f1bd51c77943.rlib,libserde-3ac814bdc427f494.rlib,libitertools-7407d63af5a15eb6.rlib,librayon-7cc756180045958a.rlib,librayon_core-70f7709d808e193a.rlib,libnum_cpus-0c18489ba1ed25fc.rlib,libcrossbeam_deque-4f5a279c6ca1ce76.rlib,libcrossbeam_epoch-dad2e82d8294eaab.rlib,libmemoffset-31eb278b9616aa00.rlib,libcrossbeam_channel-00af23261657f241.rlib,libcrossbeam_utils-7296ceeae8a00b54.rlib,libeither-9e7e392a8497717b.rlib,libthiserror-88931f344fccadf6.rlib,libbracket_lib-cbfd7611ce30bf42.rlib,libbracket_terminal-1c5ee0a7f16834b0.rlib,libanyhow-8ddd405a91752953.rlib,libflate2-b083ea0b03e11bfd.rlib,libminiz_oxide-0dc75f491df36e6b.rlib,libadler-f4caa73e14204bdd.rlib,libglutin-a4c76e0b39cb5a80.rlib,libwayland_egl-9feb28c58a828209.rlib,libosmesa_sys-ac9d6f614c321441.rlib,libshared_library-70f2b9feaebc1e41.rlib,libwinit-92ed0fd33e4acb7e.rlib,libmio_extras-fc69ab7965f7baf2.rlib,libmio-f3a8d0523a89954d.rlib,libslab-26a3d359eb9be3d3.rlib,libiovec-600a011d2292a609.rlib,libnet2-f0c189b8039c99a0.rlib,liblazycell-0fc01752428421b1.rlib,libpercent_encoding-d8e5e041794fd24f.rlib,libsmithay_client_toolkit-c5be98368e0f2ae5.rlib,libandrew-21939df2ea81fc21.rlib,libxml-e99e599c74c7a48b.rlib,libxdg-f7386ae616cafec8.rlib,libwalkdir-d4051467a448ae9e.rlib,libsame_file-1ceb7b6153588b15.rlib,librusttype-a391c4987b1326fc.rlib,libab_glyph_rasterizer-046af5444e5ed557.rlib,libowned_ttf_parser-9010dbc35b150e84.rlib,libttf_parser-4d9ca54ec651f9e1.rlib,libwayland_cursor-ba282998c14d824b.rlib,libxcursor-1c6e032f5b7bcb80.rlib,libnom-f272255a8502a916.rlib,libminimal_lexical-bb32569ed4f55e50.rlib,libmemmap2-cb95e1d13998f0dd.rlib,libwayland_protocols-472fd41e0e13894e.rlib,libwayland_client-5c3c8d9c29e426b1.rlib,libscoped_tls-563b287bd664763c.rlib,libwayland_commons-9f264717fb64c581.rlib,libonce_cell-5132bd2988d9c7dd.rlib,libnix-d6d1d867f3853e42.rlib,libwayland_sys-fc55cb6f0f79dfdc.rlib,libdlib-c21c985287d76525.rlib,liblibloading-264a54599aadeb4c.rlib,libcalloop-960958abb6ccb8f7.rlib,libnix-432135ea4276b9e4.rlib,libcfg_if-7e9efee4241be1ca.rlib,libdlib-3814cfa741f2cf82.rlib,liblibloading-b9d8331ed624d244.rlib,libraw_window_handle-49cae9296c47bd82.rlib,libglutin_glx_sys-89bc9a9a28c46c5c.rlib,libx11_dl-571731191f1d56c5.rlib,libmaybe_uninit-dd2e9a8bbd6c23a5.rlib,libglutin_egl_sys-d8582027330b0723.rlib,liblog-cb1a50f85f9d3564.rlib,libimage-e1547644d1b86a81.rlib,libcolor_quant-fa7ff1de0e6ea74b.rlib,libpng-fa8035326359d10e.rlib,libminiz_oxide-7f02f655e02afdcf.rlib,libcrc32fast-fb2004b3379a92cb.rlib,libdeflate-a8f6e154957e49cf.rlib,libadler32-884c7c82211a01d9.rlib,libbitflags-e2b4db6c651223da.rlib,libnum_rational-5d56dc0612010134.rlib,libnum_iter-e6a02362a688ef18.rlib,libnum_integer-b25814bb86c8b517.rlib,libjpeg_decoder-77cd9d9bb948b0bc.rlib,libnum_traits-cfed5bfcdbd0c299.rlib,libglow-741b16a434b31c2c.rlib,libobject_pool-3260d6aa4da4b3be.rlib,libbracket_pathfinding-7d9429ca24aa26dd.rlib,libbracket_noise-a934cdac0d7e208f.rlib,libbracket_random-d091447a0efa2c69.rlib,libregex-36d8298223f64d46.rlib,libaho_corasick-81123488faa05381.rlib,libmemchr-e95fd1d1246b263e.rlib,libregex_syntax-a8b7a392e3a16251.rlib,librand_xorshift-a62854c33755ec7e.rlib,librand-c5b79c329292e603.rlib,librand_chacha-3b771f2c298cc178.rlib,libppv_lite86-88ed22677a4c0286.rlib,librand_core-3cd91d9c4c32db71.rlib,libgetrandom-7cc97cfa2b45fe2e.rlib,libbracket_color-5b538cad1a8cfe06.rlib,libbyteorder-379f547b04d51d02.rlib,libparking_lot-7bbc76561d54a2c3.rlib,libparking_lot_core-ee24bb46ea996f90.rlib,liblibc-19b2ebbdf9f10c85.rlib,liblock_api-f53ebc2a2625a986.rlib,libscopeguard-43643e546252cd47.rlib,libinstant-d62a0eb0b39e218a.rlib,libcfg_if-33ef6c02a07f9fec.rlib,liblazy_static-2bb390fee0230a38.rlib,libbracket_algorithm_traits-f4c193f2e942beef.rlib,libsmallvec-97844d2104066b54.rlib,libbracket_geometry-d1cd959f633d67e0.rlib,libultraviolet-6e4708a0ca3bfeb6.rlib,libwide-1412ff0d1a00e436.rlib,libsafe_arch-5b8619dd0e7198b5.rlib,libbytemuck-aad0be7f73619f27.rlib}" "/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-d6f1d924b2f4233e.rlib,libpanic_unwind-00eb06e39850f679.rlib,libobject-d0382f11baa011b6.rlib,libmemchr-b7e2e2c1a7e4643d.rlib,libaddr2line-30ced7f1999cfa29.rlib,libgimli-3ee7e14c58e31ebd.rlib,librustc_demangle-a4f649bba77ffcc5.rlib,libstd_detect-c89a3ce7ad7c3dbd.rlib,libhashbrown-e1ce1d3d110c6707.rlib,librustc_std_workspace_alloc-e0604fecbf0f39dc.rlib,libminiz_oxide-0a9c6172f04822cc.rlib,libadler2-14a33f7117abcee7.rlib,libunwind-24c16adbe5e57356.rlib,libcfg_if-d2688d4a5c8e415b.rlib,liblibc-8ff7ba6d97853f27.rlib,liballoc-5c001d095eb077ec.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-dd545221bb4f4734.rlib}" "-Wl,-Bdynamic" "-ldl" "-ldl" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/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/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/dungeoncrawler-abd06c571795cf22" "-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: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dungeoncrawler` (bin "dungeoncrawler") due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "713b6abd0c005516e551dbe8e3c6c30d9d60d15a74394bbf3e6dcb65ffd6cc7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "713b6abd0c005516e551dbe8e3c6c30d9d60d15a74394bbf3e6dcb65ffd6cc7c", kill_on_drop: false }` [INFO] [stdout] 713b6abd0c005516e551dbe8e3c6c30d9d60d15a74394bbf3e6dcb65ffd6cc7c