[INFO] cloning repository https://github.com/mlange-42/kohonen [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mlange-42/kohonen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlange-42%2Fkohonen", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlange-42%2Fkohonen'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9189a05357a3c326ec234d65d9a0efecacea57f3 [INFO] testing mlange-42/kohonen against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlange-42%2Fkohonen" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mlange-42/kohonen on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mlange-42/kohonen [INFO] finished tweaking git repo https://github.com/mlange-42/kohonen [INFO] tweaked toml for git repo https://github.com/mlange-42/kohonen written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/mlange-42/kohonen already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66ecbe3ae68025a439963fd63dcea04d95d9a625c43fa8bb8ac9df88a0ab4cd3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "66ecbe3ae68025a439963fd63dcea04d95d9a625c43fa8bb8ac9df88a0ab4cd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66ecbe3ae68025a439963fd63dcea04d95d9a625c43fa8bb8ac9df88a0ab4cd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66ecbe3ae68025a439963fd63dcea04d95d9a625c43fa8bb8ac9df88a0ab4cd3", kill_on_drop: false }` [INFO] [stdout] 66ecbe3ae68025a439963fd63dcea04d95d9a625c43fa8bb8ac9df88a0ab4cd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 78eb03684809a861ba398429c6c80dda4b57de20bd323ca629a74cdd0f37e7d1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "78eb03684809a861ba398429c6c80dda4b57de20bd323ca629a74cdd0f37e7d1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling wayland-sys v0.24.1 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling float-ord v0.2.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling bytemuck v1.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.9 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling deflate v0.8.3 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling euclid v0.20.7 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling png v0.16.1 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling lyon_geom v0.14.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling minifb v0.15.3 [INFO] [stderr] Compiling lyon_path v0.14.0 [INFO] [stderr] Compiling wayland-scanner v0.24.1 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling freetype v0.4.1 [INFO] [stderr] Compiling servo-fontconfig v0.4.0 [INFO] [stderr] Compiling crossterm_utils v0.1.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossterm_cursor v0.1.0 [INFO] [stderr] Compiling crossterm_screen v0.1.0 [INFO] [stderr] Compiling crossterm_style v0.2.0 [INFO] [stderr] Compiling crossterm_input v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling crossterm_terminal v0.1.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling font-kit v0.4.0 [INFO] [stderr] Compiling crossterm v0.8.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling dont_disappear v3.0.1 [INFO] [stderr] Compiling wayland-client v0.24.1 [INFO] [stderr] Compiling wayland-protocols v0.24.1 [INFO] [stderr] Compiling plotters v0.2.12 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling wayland-commons v0.24.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling image v0.23.2 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling easy_graph v0.1.0 (https://github.com/mlange-42/easy_graph.git#bde713f7) [INFO] [stderr] Compiling structopt-derive v0.4.5 [INFO] [stderr] Compiling structopt v0.3.12 [INFO] [stderr] Compiling bstr v0.2.12 [INFO] [stderr] Compiling serde_json v1.0.50 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling kohonen v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/cli.rs:154:20 [INFO] [stdout] | [INFO] [stdout] 154 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 155 | | "Three argument required for {}: start value, end value, decay function (lin|exp)", [INFO] [stdout] 156 | | name [INFO] [stdout] 157 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 154 | panic!( [INFO] [stdout] 155 | "Three argument required for {}: start value, end value, decay function (lin|exp)", [INFO] [stdout] 156 | name [INFO] [stdout] 157 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `Command { std: "docker" "inspect" "78eb03684809a861ba398429c6c80dda4b57de20bd323ca629a74cdd0f37e7d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78eb03684809a861ba398429c6c80dda4b57de20bd323ca629a74cdd0f37e7d1", kill_on_drop: false }` [INFO] [stdout] 78eb03684809a861ba398429c6c80dda4b57de20bd323ca629a74cdd0f37e7d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72b77bfeb3f32014cde80582297dee67afc2c2d98b50be0256349bb620ba0324 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "72b77bfeb3f32014cde80582297dee67afc2c2d98b50be0256349bb620ba0324", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/cli.rs:154:20 [INFO] [stdout] | [INFO] [stdout] 154 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 155 | | "Three argument required for {}: start value, end value, decay function (lin|exp)", [INFO] [stdout] 156 | | name [INFO] [stdout] 157 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 154 | panic!( [INFO] [stdout] 155 | "Three argument required for {}: start value, end value, decay function (lin|exp)", [INFO] [stdout] 156 | name [INFO] [stdout] 157 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling statistical v1.0.0 [INFO] [stderr] Compiling kohonen v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.iris.6fxraegc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953" "/opt/rustwide/target/debug/examples/iris-dbbdc0281ca90953.3k5bvpwk6mnnnajz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/minifb-1562270bebbd8101/out" "-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/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkohonen-50b29af8e6a14c00.rlib" "/opt/rustwide/target/debug/deps/libcsv-36633d7c4bb88c71.rlib" "/opt/rustwide/target/debug/deps/libryu-1fb51e18fba3d843.rlib" "/opt/rustwide/target/debug/deps/libitoa-e25fe890778d1b6d.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-317d749c22997c16.rlib" "/opt/rustwide/target/debug/deps/libbstr-4effb289d3f5e228.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-00d1d3db62aa4432.rlib" "/opt/rustwide/target/debug/deps/libmemchr-b0f9d8e50186066d.rlib" "/opt/rustwide/target/debug/deps/librand-d71cb543047aa1f4.rlib" "/opt/rustwide/target/debug/deps/librand_core-c5a17f3e643a1981.rlib" "/opt/rustwide/target/debug/deps/librand_core-d2b5a49d7405257c.rlib" "/opt/rustwide/target/debug/deps/libstructopt-95ad64d010c33dab.rlib" "/opt/rustwide/target/debug/deps/libclap-30da2c02f4a74a00.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1b378012469a33f8.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-fb20cec72f5e99be.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-ee9d06d0dac0a81b.rlib" "/opt/rustwide/target/debug/deps/libstrsim-66e58bd8aecd9c6e.rlib" "/opt/rustwide/target/debug/deps/libatty-bd144dbf0f896681.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libserde-40d2b3f3f0439856.rlib" "/opt/rustwide/target/debug/deps/libeasy_graph-4a1cdbb1ff82697f.rlib" "/opt/rustwide/target/debug/deps/libimage-9f72c7a902b69cb7.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-0e25142dcd4c3a5c.rlib" "/opt/rustwide/target/debug/deps/libpng-e09fb4b631c98ae8.rlib" "/opt/rustwide/target/debug/deps/libdeflate-eb714454ffdb9a76.rlib" "/opt/rustwide/target/debug/deps/libinflate-7feab1ac3ce2101f.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-838f0c3581e4174c.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7f78c1de5599d643.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6534950808db525b.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-e080dfba811e4a3a.rlib" "/opt/rustwide/target/debug/deps/librayon-7dc49985dc0592a2.rlib" "/opt/rustwide/target/debug/deps/librayon_core-6a8ab5a524415d10.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-088c6779b4eaba2f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-8e193e81a9a21d3f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-bf7e0d9489077da3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-dba1b39ad820ea3b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-e88ee3fdd4df8593.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-dd221593b5f0d28c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-d9227aa3de882b81.rlib" "/opt/rustwide/target/debug/deps/libeither-92a75463d303d422.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-828b0d4cf8a2c77a.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-abb633a32c06118d.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-90967d843f94ab66.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ba541fc265e60c49.rlib" "/opt/rustwide/target/debug/deps/libgif-254d0bb04aa7dbf3.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-8d82edba8aab80d8.rlib" "/opt/rustwide/target/debug/deps/libtiff-45aa1ca7356f9013.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-3ad4ad1fdc284cd0.rlib" "/opt/rustwide/target/debug/deps/libadler32-6e5e8dd48055b888.rlib" "/opt/rustwide/target/debug/deps/liblzw-c1eedea7c77109bb.rlib" "/opt/rustwide/target/debug/deps/libminifb-b619f1a675998f7c.rlib" "/opt/rustwide/target/debug/deps/libcast-6fc50782d050f952.rlib" "/opt/rustwide/target/debug/deps/libtime-1f1bea8dd6edbb7a.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-6fc65e519b488ff0.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-20b8b34ae36df9ad.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-4e5a29341228fcb8.rlib" "/opt/rustwide/target/debug/deps/libplotters-92a848afc0a735e8.rlib" "/opt/rustwide/target/debug/deps/libfont_kit-d23fd00f452afab5.rlib" "/opt/rustwide/target/debug/deps/libfloat_ord-e2d2d5fb23667c7d.rlib" "/opt/rustwide/target/debug/deps/libdirs-f3b94990198a5aee.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-cf81b69d08d8207e.rlib" "/opt/rustwide/target/debug/deps/libsame_file-2c4a4aad0db934de.rlib" "/opt/rustwide/target/debug/deps/libfontconfig-dc579ff10f367592.rlib" "/opt/rustwide/target/debug/deps/libfontconfig_sys-241fb82ebc024a36.rlib" "/opt/rustwide/target/debug/deps/libexpat_sys-41f6d0db8ea42aaf.rlib" "/opt/rustwide/target/debug/deps/libmemmap-6f50a3a751dbd2b0.rlib" "/opt/rustwide/target/debug/deps/libfreetype-bb5ea2886eba3d91.rlib" "/opt/rustwide/target/debug/deps/liblibc-63b5466f8111040e.rlib" "/opt/rustwide/target/debug/deps/libfreetype_sys-c7700f8c7126c3b1.rlib" "/opt/rustwide/target/debug/deps/liblyon_path-43b25ad00ee37f6e.rlib" "/opt/rustwide/target/debug/deps/liblyon_geom-c72ed74f64b57d70.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-0202744cd76ed2d7.rlib" "/opt/rustwide/target/debug/deps/libnodrop-55a6de42935d16d2.rlib" "/opt/rustwide/target/debug/deps/libeuclid-667fca4021678439.rlib" "/opt/rustwide/target/debug/deps/liblog-881c55c6dff23787.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c4f6196cf7d68209.rlib" "/opt/rustwide/target/debug/deps/librusttype-2b2b52566967b71b.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-72b99a31bb242b13.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-6c984759c2f0f595.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-11754c7c25dc1e37.rlib" "/opt/rustwide/target/debug/deps/libordered_float-e4fcb5c53f79ba44.rlib" "/opt/rustwide/target/debug/deps/libapprox-5c295e65d71f5a3a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ff2d4c059a61c830.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3fb8dddf4a8ddd77.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-ldl" "-lfontconfig" "-lfreetype" "-lexpat" "-lutil" "-ldl" "-lutil" "-lfreetype" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kohonen` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused variable: `som` [INFO] [stdout] --> src/ui/layer_view.rs:374:13 [INFO] [stdout] | [INFO] [stdout] 374 | let som = Som::new(&cols, 16, 20, params); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_som` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/cli.rs:154:20 [INFO] [stdout] | [INFO] [stdout] 154 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 155 | | "Three argument required for {}: start value, end value, decay function (lin|exp)", [INFO] [stdout] 156 | | name [INFO] [stdout] 157 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 154 | panic!( [INFO] [stdout] 155 | "Three argument required for {}: start value, end value, decay function (lin|exp)", [INFO] [stdout] 156 | name [INFO] [stdout] 157 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.countries.7g03k00o-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5" "/opt/rustwide/target/debug/examples/countries-d71805d12bcce8d5.15e4tyn7gngiibz2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/minifb-1562270bebbd8101/out" "-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/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkohonen-50b29af8e6a14c00.rlib" "/opt/rustwide/target/debug/deps/libcsv-36633d7c4bb88c71.rlib" "/opt/rustwide/target/debug/deps/libryu-1fb51e18fba3d843.rlib" "/opt/rustwide/target/debug/deps/libitoa-e25fe890778d1b6d.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-317d749c22997c16.rlib" "/opt/rustwide/target/debug/deps/libbstr-4effb289d3f5e228.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-00d1d3db62aa4432.rlib" "/opt/rustwide/target/debug/deps/libmemchr-b0f9d8e50186066d.rlib" "/opt/rustwide/target/debug/deps/librand-d71cb543047aa1f4.rlib" "/opt/rustwide/target/debug/deps/librand_core-c5a17f3e643a1981.rlib" "/opt/rustwide/target/debug/deps/librand_core-d2b5a49d7405257c.rlib" "/opt/rustwide/target/debug/deps/libstructopt-95ad64d010c33dab.rlib" "/opt/rustwide/target/debug/deps/libclap-30da2c02f4a74a00.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1b378012469a33f8.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-fb20cec72f5e99be.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-ee9d06d0dac0a81b.rlib" "/opt/rustwide/target/debug/deps/libstrsim-66e58bd8aecd9c6e.rlib" "/opt/rustwide/target/debug/deps/libatty-bd144dbf0f896681.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libserde-40d2b3f3f0439856.rlib" "/opt/rustwide/target/debug/deps/libeasy_graph-4a1cdbb1ff82697f.rlib" "/opt/rustwide/target/debug/deps/libimage-9f72c7a902b69cb7.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-0e25142dcd4c3a5c.rlib" "/opt/rustwide/target/debug/deps/libpng-e09fb4b631c98ae8.rlib" "/opt/rustwide/target/debug/deps/libdeflate-eb714454ffdb9a76.rlib" "/opt/rustwide/target/debug/deps/libinflate-7feab1ac3ce2101f.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-838f0c3581e4174c.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7f78c1de5599d643.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6534950808db525b.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-e080dfba811e4a3a.rlib" "/opt/rustwide/target/debug/deps/librayon-7dc49985dc0592a2.rlib" "/opt/rustwide/target/debug/deps/librayon_core-6a8ab5a524415d10.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-088c6779b4eaba2f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-8e193e81a9a21d3f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-bf7e0d9489077da3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-dba1b39ad820ea3b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-e88ee3fdd4df8593.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-dd221593b5f0d28c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-d9227aa3de882b81.rlib" "/opt/rustwide/target/debug/deps/libeither-92a75463d303d422.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-828b0d4cf8a2c77a.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-abb633a32c06118d.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-90967d843f94ab66.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ba541fc265e60c49.rlib" "/opt/rustwide/target/debug/deps/libgif-254d0bb04aa7dbf3.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-8d82edba8aab80d8.rlib" "/opt/rustwide/target/debug/deps/libtiff-45aa1ca7356f9013.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-3ad4ad1fdc284cd0.rlib" "/opt/rustwide/target/debug/deps/libadler32-6e5e8dd48055b888.rlib" "/opt/rustwide/target/debug/deps/liblzw-c1eedea7c77109bb.rlib" "/opt/rustwide/target/debug/deps/libminifb-b619f1a675998f7c.rlib" "/opt/rustwide/target/debug/deps/libcast-6fc50782d050f952.rlib" "/opt/rustwide/target/debug/deps/libtime-1f1bea8dd6edbb7a.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-6fc65e519b488ff0.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-20b8b34ae36df9ad.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-4e5a29341228fcb8.rlib" "/opt/rustwide/target/debug/deps/libplotters-92a848afc0a735e8.rlib" "/opt/rustwide/target/debug/deps/libfont_kit-d23fd00f452afab5.rlib" "/opt/rustwide/target/debug/deps/libfloat_ord-e2d2d5fb23667c7d.rlib" "/opt/rustwide/target/debug/deps/libdirs-f3b94990198a5aee.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-cf81b69d08d8207e.rlib" "/opt/rustwide/target/debug/deps/libsame_file-2c4a4aad0db934de.rlib" "/opt/rustwide/target/debug/deps/libfontconfig-dc579ff10f367592.rlib" "/opt/rustwide/target/debug/deps/libfontconfig_sys-241fb82ebc024a36.rlib" "/opt/rustwide/target/debug/deps/libexpat_sys-41f6d0db8ea42aaf.rlib" "/opt/rustwide/target/debug/deps/libmemmap-6f50a3a751dbd2b0.rlib" "/opt/rustwide/target/debug/deps/libfreetype-bb5ea2886eba3d91.rlib" "/opt/rustwide/target/debug/deps/liblibc-63b5466f8111040e.rlib" "/opt/rustwide/target/debug/deps/libfreetype_sys-c7700f8c7126c3b1.rlib" "/opt/rustwide/target/debug/deps/liblyon_path-43b25ad00ee37f6e.rlib" "/opt/rustwide/target/debug/deps/liblyon_geom-c72ed74f64b57d70.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-0202744cd76ed2d7.rlib" "/opt/rustwide/target/debug/deps/libnodrop-55a6de42935d16d2.rlib" "/opt/rustwide/target/debug/deps/libeuclid-667fca4021678439.rlib" "/opt/rustwide/target/debug/deps/liblog-881c55c6dff23787.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c4f6196cf7d68209.rlib" "/opt/rustwide/target/debug/deps/librusttype-2b2b52566967b71b.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-72b99a31bb242b13.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-6c984759c2f0f595.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-11754c7c25dc1e37.rlib" "/opt/rustwide/target/debug/deps/libordered_float-e4fcb5c53f79ba44.rlib" "/opt/rustwide/target/debug/deps/libapprox-5c295e65d71f5a3a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ff2d4c059a61c830.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3fb8dddf4a8ddd77.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-ldl" "-lfontconfig" "-lfreetype" "-lexpat" "-lutil" "-ldl" "-lutil" "-lfreetype" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "72b77bfeb3f32014cde80582297dee67afc2c2d98b50be0256349bb620ba0324", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72b77bfeb3f32014cde80582297dee67afc2c2d98b50be0256349bb620ba0324", kill_on_drop: false }` [INFO] [stdout] 72b77bfeb3f32014cde80582297dee67afc2c2d98b50be0256349bb620ba0324