[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 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlange-42%2Fkohonen" "/workspace/builds/worker-24/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-24/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mlange-42/kohonen on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-24/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" "+1.59.0" "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-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe14fcf1058e15c6ae540efc3a07070201ca8466aa422e48df07b3915c60498e [INFO] running `Command { std: "docker" "start" "-a" "fe14fcf1058e15c6ae540efc3a07070201ca8466aa422e48df07b3915c60498e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe14fcf1058e15c6ae540efc3a07070201ca8466aa422e48df07b3915c60498e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe14fcf1058e15c6ae540efc3a07070201ca8466aa422e48df07b3915c60498e", kill_on_drop: false }` [INFO] [stdout] fe14fcf1058e15c6ae540efc3a07070201ca8466aa422e48df07b3915c60498e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cca3a7c75a571c34745c9cac63e8a08bad1be30a32c59401e3ecd4d70793704e [INFO] running `Command { std: "docker" "start" "-a" "cca3a7c75a571c34745c9cac63e8a08bad1be30a32c59401e3ecd4d70793704e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling wayland-sys v0.24.1 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling float-ord v0.2.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling bytemuck v1.2.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling memoffset v0.5.4 [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 num-rational v0.2.4 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling minifb v0.15.3 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling deflate v0.8.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling png v0.16.1 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling wayland-scanner v0.24.1 [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 rusttype v0.8.2 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling servo-fontconfig v0.4.0 [INFO] [stderr] Compiling freetype v0.4.1 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling crossterm_utils v0.1.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling lyon_geom v0.14.1 [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 rayon v1.3.0 [INFO] [stderr] Compiling crossterm_terminal v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling wayland-client v0.24.1 [INFO] [stderr] Compiling wayland-protocols v0.24.1 [INFO] [stderr] Compiling crossterm v0.8.2 [INFO] [stderr] Compiling lyon_path v0.14.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling dont_disappear v3.0.1 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling font-kit v0.4.0 [INFO] [stderr] Compiling plotters v0.2.12 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling image v0.23.2 [INFO] [stderr] Compiling wayland-commons v0.24.1 [INFO] [stderr] Compiling structopt-derive v0.4.5 [INFO] [stderr] Compiling easy_graph v0.1.0 (https://github.com/mlange-42/easy_graph.git#bde713f7) [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_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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 38.60s [INFO] running `Command { std: "docker" "inspect" "cca3a7c75a571c34745c9cac63e8a08bad1be30a32c59401e3ecd4d70793704e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cca3a7c75a571c34745c9cac63e8a08bad1be30a32c59401e3ecd4d70793704e", kill_on_drop: false }` [INFO] [stdout] cca3a7c75a571c34745c9cac63e8a08bad1be30a32c59401e3ecd4d70793704e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4b3d04dc5866b312066a278f76ae16c3785ce1258798fb9793263abfa03ee78 [INFO] running `Command { std: "docker" "start" "-a" "e4b3d04dc5866b312066a278f76ae16c3785ce1258798fb9793263abfa03ee78", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_os v0.1.3 [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_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [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" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.countries.2690e392-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732.vxhm29yofihu8ab.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/minifb-6fb28fedabb74d1d/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/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkohonen-93dc85b8ebdaa63f.rlib" "/opt/rustwide/target/debug/deps/libcsv-b7f48612d9987848.rlib" "/opt/rustwide/target/debug/deps/libryu-c9adf1c4f7f1b0db.rlib" "/opt/rustwide/target/debug/deps/libitoa-94eca445da7fd95f.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-87721c9a9d8be7c9.rlib" "/opt/rustwide/target/debug/deps/libbstr-dc91681fe51b48b2.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-eeea0f8ccec5aa96.rlib" "/opt/rustwide/target/debug/deps/libmemchr-eea647fca2d1eafa.rlib" "/opt/rustwide/target/debug/deps/librand-8a99995808093f51.rlib" "/opt/rustwide/target/debug/deps/librand_core-42d53bd199876080.rlib" "/opt/rustwide/target/debug/deps/librand_core-9c28905e9ca21444.rlib" "/opt/rustwide/target/debug/deps/libstructopt-e0bfa1b8245e997a.rlib" "/opt/rustwide/target/debug/deps/libclap-777ae4bbad49770e.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1f10d80223e7070e.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-852d22a9f6a79b1c.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-39c5586bd6fcbca1.rlib" "/opt/rustwide/target/debug/deps/libstrsim-5ed65f37e78831b4.rlib" "/opt/rustwide/target/debug/deps/libatty-0e5ee414b39183fc.rlib" "/opt/rustwide/target/debug/deps/libansi_term-2df7e3f976b42be1.rlib" "/opt/rustwide/target/debug/deps/libserde-5dc084a3c1bac792.rlib" "/opt/rustwide/target/debug/deps/libeasy_graph-07532f2f47dd4295.rlib" "/opt/rustwide/target/debug/deps/libimage-347fae20528c6add.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-ba42fa7c5e4c7a81.rlib" "/opt/rustwide/target/debug/deps/libpng-abcbd07a9875cc6b.rlib" "/opt/rustwide/target/debug/deps/libdeflate-b4be474390e2ac8c.rlib" "/opt/rustwide/target/debug/deps/libinflate-854c82a2481083db.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-9f2eced82c986060.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0409eb6f696bdc99.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-9352d0547c17268c.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-bb43789ec19dc2e3.rlib" "/opt/rustwide/target/debug/deps/librayon-90c3a0151edf1466.rlib" "/opt/rustwide/target/debug/deps/librayon_core-a0a568a9848d38ae.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-ae3611cbda012177.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-988330876af4433e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-2cba07f9ee8141c7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-9f576e049fc88c4f.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d46e40bbd3136360.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-8d7571d470b4639d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-011ed21887195bc3.rlib" "/opt/rustwide/target/debug/deps/libeither-ab04060cd5b7fa8d.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-50f58f4ebda690ae.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-2f2d0825375919ac.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-35c4be8b21f0f9c9.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9f56c07cdebc7cf9.rlib" "/opt/rustwide/target/debug/deps/libgif-83246d3644ba9a2a.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-cc1f24a9b346f47a.rlib" "/opt/rustwide/target/debug/deps/libtiff-df08435262a355fc.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-9b8d5b78c3f59ee3.rlib" "/opt/rustwide/target/debug/deps/libadler32-fdf272dfe99155d0.rlib" "/opt/rustwide/target/debug/deps/liblzw-7f6c936569036a7d.rlib" "/opt/rustwide/target/debug/deps/libminifb-3bd48d336a0287ee.rlib" "/opt/rustwide/target/debug/deps/libcast-049159d983fbc426.rlib" "/opt/rustwide/target/debug/deps/libtime-5f29f47734b6eb9d.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-4d842ac60c0e2ea5.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6966cf89fb86060e.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-52e16b999ca31748.rlib" "/opt/rustwide/target/debug/deps/libplotters-023e09727eeb5144.rlib" "/opt/rustwide/target/debug/deps/libfont_kit-cc6b482620353d0d.rlib" "/opt/rustwide/target/debug/deps/libfloat_ord-602e143b65e9605d.rlib" "/opt/rustwide/target/debug/deps/libdirs-0914b883c6a3119c.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-02cd8726e8dfdbb4.rlib" "/opt/rustwide/target/debug/deps/libsame_file-7cad1936c4c8685b.rlib" "/opt/rustwide/target/debug/deps/libfontconfig-c114a65420f7c78a.rlib" "/opt/rustwide/target/debug/deps/libfontconfig_sys-a4a0e7cafe58f1f4.rlib" "/opt/rustwide/target/debug/deps/libexpat_sys-e1a08fda7a571c59.rlib" "/opt/rustwide/target/debug/deps/libmemmap-09d39cdafa10475f.rlib" "/opt/rustwide/target/debug/deps/libfreetype-b201d08e3ef12819.rlib" "/opt/rustwide/target/debug/deps/liblibc-16212931be91def7.rlib" "/opt/rustwide/target/debug/deps/libfreetype_sys-886cabe8e68a1f2b.rlib" "/opt/rustwide/target/debug/deps/liblyon_path-b2181ec0915557eb.rlib" "/opt/rustwide/target/debug/deps/liblyon_geom-91ad95c41bfc5052.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-1e508da0e96effac.rlib" "/opt/rustwide/target/debug/deps/libnodrop-643f1dd11de24a6e.rlib" "/opt/rustwide/target/debug/deps/libeuclid-1744aaabe04e3e3a.rlib" "/opt/rustwide/target/debug/deps/liblog-9b6e6da01040a32b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e93dce105ba1ecd.rlib" "/opt/rustwide/target/debug/deps/librusttype-9981e8ba93ba2a3f.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-c75e5af8c8f4c180.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-195565e85f6c1ed0.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-056a07d4a717df8f.rlib" "/opt/rustwide/target/debug/deps/libordered_float-69eddb828e2d1a17.rlib" "/opt/rustwide/target/debug/deps/libapprox-04dac9e401e936f5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e021e9d5f38402b7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-ldl" "-lfontconfig" "-lfreetype" "-lexpat" "-lutil" "-ldl" "-lutil" "-lfreetype" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/countries-2814c4188207c732" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [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` due to 2 previous errors [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_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.iris.9478666d-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4.167am2sifuj3u6uf.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/minifb-6fb28fedabb74d1d/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/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkohonen-93dc85b8ebdaa63f.rlib" "/opt/rustwide/target/debug/deps/libcsv-b7f48612d9987848.rlib" "/opt/rustwide/target/debug/deps/libryu-c9adf1c4f7f1b0db.rlib" "/opt/rustwide/target/debug/deps/libitoa-94eca445da7fd95f.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-87721c9a9d8be7c9.rlib" "/opt/rustwide/target/debug/deps/libbstr-dc91681fe51b48b2.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-eeea0f8ccec5aa96.rlib" "/opt/rustwide/target/debug/deps/libmemchr-eea647fca2d1eafa.rlib" "/opt/rustwide/target/debug/deps/librand-8a99995808093f51.rlib" "/opt/rustwide/target/debug/deps/librand_core-42d53bd199876080.rlib" "/opt/rustwide/target/debug/deps/librand_core-9c28905e9ca21444.rlib" "/opt/rustwide/target/debug/deps/libstructopt-e0bfa1b8245e997a.rlib" "/opt/rustwide/target/debug/deps/libclap-777ae4bbad49770e.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1f10d80223e7070e.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-852d22a9f6a79b1c.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-39c5586bd6fcbca1.rlib" "/opt/rustwide/target/debug/deps/libstrsim-5ed65f37e78831b4.rlib" "/opt/rustwide/target/debug/deps/libatty-0e5ee414b39183fc.rlib" "/opt/rustwide/target/debug/deps/libansi_term-2df7e3f976b42be1.rlib" "/opt/rustwide/target/debug/deps/libserde-5dc084a3c1bac792.rlib" "/opt/rustwide/target/debug/deps/libeasy_graph-07532f2f47dd4295.rlib" "/opt/rustwide/target/debug/deps/libimage-347fae20528c6add.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-ba42fa7c5e4c7a81.rlib" "/opt/rustwide/target/debug/deps/libpng-abcbd07a9875cc6b.rlib" "/opt/rustwide/target/debug/deps/libdeflate-b4be474390e2ac8c.rlib" "/opt/rustwide/target/debug/deps/libinflate-854c82a2481083db.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-9f2eced82c986060.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0409eb6f696bdc99.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-9352d0547c17268c.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-bb43789ec19dc2e3.rlib" "/opt/rustwide/target/debug/deps/librayon-90c3a0151edf1466.rlib" "/opt/rustwide/target/debug/deps/librayon_core-a0a568a9848d38ae.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-ae3611cbda012177.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-988330876af4433e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-2cba07f9ee8141c7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-9f576e049fc88c4f.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d46e40bbd3136360.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-8d7571d470b4639d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-011ed21887195bc3.rlib" "/opt/rustwide/target/debug/deps/libeither-ab04060cd5b7fa8d.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-50f58f4ebda690ae.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-2f2d0825375919ac.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-35c4be8b21f0f9c9.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9f56c07cdebc7cf9.rlib" "/opt/rustwide/target/debug/deps/libgif-83246d3644ba9a2a.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-cc1f24a9b346f47a.rlib" "/opt/rustwide/target/debug/deps/libtiff-df08435262a355fc.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-9b8d5b78c3f59ee3.rlib" "/opt/rustwide/target/debug/deps/libadler32-fdf272dfe99155d0.rlib" "/opt/rustwide/target/debug/deps/liblzw-7f6c936569036a7d.rlib" "/opt/rustwide/target/debug/deps/libminifb-3bd48d336a0287ee.rlib" "/opt/rustwide/target/debug/deps/libcast-049159d983fbc426.rlib" "/opt/rustwide/target/debug/deps/libtime-5f29f47734b6eb9d.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-4d842ac60c0e2ea5.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6966cf89fb86060e.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-52e16b999ca31748.rlib" "/opt/rustwide/target/debug/deps/libplotters-023e09727eeb5144.rlib" "/opt/rustwide/target/debug/deps/libfont_kit-cc6b482620353d0d.rlib" "/opt/rustwide/target/debug/deps/libfloat_ord-602e143b65e9605d.rlib" "/opt/rustwide/target/debug/deps/libdirs-0914b883c6a3119c.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-02cd8726e8dfdbb4.rlib" "/opt/rustwide/target/debug/deps/libsame_file-7cad1936c4c8685b.rlib" "/opt/rustwide/target/debug/deps/libfontconfig-c114a65420f7c78a.rlib" "/opt/rustwide/target/debug/deps/libfontconfig_sys-a4a0e7cafe58f1f4.rlib" "/opt/rustwide/target/debug/deps/libexpat_sys-e1a08fda7a571c59.rlib" "/opt/rustwide/target/debug/deps/libmemmap-09d39cdafa10475f.rlib" "/opt/rustwide/target/debug/deps/libfreetype-b201d08e3ef12819.rlib" "/opt/rustwide/target/debug/deps/liblibc-16212931be91def7.rlib" "/opt/rustwide/target/debug/deps/libfreetype_sys-886cabe8e68a1f2b.rlib" "/opt/rustwide/target/debug/deps/liblyon_path-b2181ec0915557eb.rlib" "/opt/rustwide/target/debug/deps/liblyon_geom-91ad95c41bfc5052.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-1e508da0e96effac.rlib" "/opt/rustwide/target/debug/deps/libnodrop-643f1dd11de24a6e.rlib" "/opt/rustwide/target/debug/deps/libeuclid-1744aaabe04e3e3a.rlib" "/opt/rustwide/target/debug/deps/liblog-9b6e6da01040a32b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e93dce105ba1ecd.rlib" "/opt/rustwide/target/debug/deps/librusttype-9981e8ba93ba2a3f.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-c75e5af8c8f4c180.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-195565e85f6c1ed0.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-056a07d4a717df8f.rlib" "/opt/rustwide/target/debug/deps/libordered_float-69eddb828e2d1a17.rlib" "/opt/rustwide/target/debug/deps/libapprox-04dac9e401e936f5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e021e9d5f38402b7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-ldl" "-lfontconfig" "-lfreetype" "-lexpat" "-lutil" "-ldl" "-lutil" "-lfreetype" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/iris-9b48d041c35c8ca4" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [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" "e4b3d04dc5866b312066a278f76ae16c3785ce1258798fb9793263abfa03ee78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4b3d04dc5866b312066a278f76ae16c3785ce1258798fb9793263abfa03ee78", kill_on_drop: false }` [INFO] [stdout] e4b3d04dc5866b312066a278f76ae16c3785ce1258798fb9793263abfa03ee78