[INFO] fetching crate nanachi 0.0.4... [INFO] testing nanachi-0.0.4 against master#0d13f6afeba4935499abe0c9a07426c94492c94e for pr-96025 [INFO] extracting crate nanachi 0.0.4 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate nanachi 0.0.4 on toolchain 0d13f6afeba4935499abe0c9a07426c94492c94e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nanachi 0.0.4 [INFO] finished tweaking crates.io crate nanachi 0.0.4 [INFO] tweaked toml for crates.io crate nanachi 0.0.4 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate nanachi 0.0.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded euclid v0.22.1 [INFO] [stderr] Downloaded lyon_geom v0.16.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e1d4a48f91e7a6375987f4352ff97bb034391e0e1963764891218cadd01f84d [INFO] running `Command { std: "docker" "start" "-a" "3e1d4a48f91e7a6375987f4352ff97bb034391e0e1963764891218cadd01f84d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e1d4a48f91e7a6375987f4352ff97bb034391e0e1963764891218cadd01f84d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e1d4a48f91e7a6375987f4352ff97bb034391e0e1963764891218cadd01f84d", kill_on_drop: false }` [INFO] [stdout] 3e1d4a48f91e7a6375987f4352ff97bb034391e0e1963764891218cadd01f84d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72103c45dff492b5d8c12aecb0e0b832201ee28d8b953dfbef9934d94f7562a2 [INFO] running `Command { std: "docker" "start" "-a" "72103c45dff492b5d8c12aecb0e0b832201ee28d8b953dfbef9934d94f7562a2", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.8.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling either v1.6.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling bytemuck v1.2.0 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling rayon v1.4.0 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling tiff v0.5.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling png v0.16.7 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling euclid v0.22.1 [INFO] [stderr] Compiling lyon_geom v0.16.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling image v0.23.9 [INFO] [stderr] Compiling nanachi v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `width` [INFO] [stdout] --> src/fill_color/pattern.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | width: f64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Pattern` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/fill_color/pattern.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `height` [INFO] [stdout] --> src/fill_color/pattern.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | height: f64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Pattern` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/fill_color/pattern.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.28s [INFO] running `Command { std: "docker" "inspect" "72103c45dff492b5d8c12aecb0e0b832201ee28d8b953dfbef9934d94f7562a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72103c45dff492b5d8c12aecb0e0b832201ee28d8b953dfbef9934d94f7562a2", kill_on_drop: false }` [INFO] [stdout] 72103c45dff492b5d8c12aecb0e0b832201ee28d8b953dfbef9934d94f7562a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a82f61838a79690d1c7a47de4da777cbaf826655dd29195c269b0d33d81acba1 [INFO] running `Command { std: "docker" "start" "-a" "a82f61838a79690d1c7a47de4da777cbaf826655dd29195c269b0d33d81acba1", kill_on_drop: false }` [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.3 [INFO] [stdout] warning: field is never read: `width` [INFO] [stdout] --> src/fill_color/pattern.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | width: f64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Pattern` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/fill_color/pattern.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `height` [INFO] [stdout] --> src/fill_color/pattern.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | height: f64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Pattern` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/fill_color/pattern.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling nanachi v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Rgb` [INFO] [stdout] --> examples/composite_test.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 2 | image::{ImageBuffer, Rgb, Rgba}, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Buffer` [INFO] [stdout] --> examples/composite_test_premultiplied_f32.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | buffer::{Buffer, GenericBuffer}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Rgb`, `path::Path` [INFO] [stdout] --> examples/path.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 2 | image::{ImageBuffer, Rgb, Rgba}, [INFO] [stdout] | ^^^ [INFO] [stdout] 3 | path::Path, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::f64::consts::PI` [INFO] [stdout] --> examples/path_data_notation.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::f64::consts::PI; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Buffer` [INFO] [stdout] --> examples/composite_test_f32.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | buffer::{Buffer, GenericBuffer}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PremultipliedRgba` [INFO] [stdout] --> examples/nanachi.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | pixel::{PremultipliedRgba, Rgba}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tmp` [INFO] [stdout] --> examples/blur.rs:64:13 [INFO] [stdout] | [INFO] [stdout] 64 | let mut tmp = GenericBuffer::from_pixel(width, height, Rgba::zero()); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_tmp` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/blur.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | let mut tmp = GenericBuffer::from_pixel(width, height, Rgba::zero()); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `smooth` [INFO] [stdout] --> examples/nanachi.rs:304:4 [INFO] [stdout] | [INFO] [stdout] 304 | fn smooth(path: &Path) -> Path { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nanachi` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name nanachi --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="image"' --cfg 'feature="image-crate"' --cfg 'feature="path-data-notation"' -C metadata=bb918dca23568f0a -C extra-filename=-bb918dca23568f0a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern image=/opt/rustwide/target/debug/deps/libimage-ba7a2183b9d9e83c.rlib --extern lyon_geom=/opt/rustwide/target/debug/deps/liblyon_geom-2b52b8ca908acaab.rlib --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-1a2abb9fa6691f03.rlib --extern rand_pcg=/opt/rustwide/target/debug/deps/librand_pcg-e9b92459022814c5.rlib --extern rusttype=/opt/rustwide/target/debug/deps/librusttype-18655637c667bc2d.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.path_data_notation.ebecdfed-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102.2yfdmiabd8l0q2px.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnanachi-62ae2282dd120193.rlib" "/opt/rustwide/target/debug/deps/liblyon_geom-2b52b8ca908acaab.rlib" "/opt/rustwide/target/debug/deps/libeuclid-159bd9b6a95aeea4.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-51c858ff5eb4efcc.rlib" "/opt/rustwide/target/debug/deps/libimage-ba7a2183b9d9e83c.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-b3d4484bb8819c5a.rlib" "/opt/rustwide/target/debug/deps/libpng-2dfccf2dcd36880f.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-97f2bfeb2b83083b.rlib" "/opt/rustwide/target/debug/deps/libdeflate-94a0b41b366646b9.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-4f37ba53a67bcba3.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-e632cd6ed7b99984.rlib" "/opt/rustwide/target/debug/deps/librayon-6b4f8a69574be46d.rlib" "/opt/rustwide/target/debug/deps/librayon_core-3bcb365d9716b30d.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-b59beab2d7a8f4b9.rlib" "/opt/rustwide/target/debug/deps/liblibc-4f4783b86777fc0d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-06121df51a3dcbd4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-d98ebbd2699ccc99.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-772034eca31f8ede.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-37ed2d0de3b01f43.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6eeb474ed04b0fb7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-15d02b042ccb7e12.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/libeither-e984fcb595be0116.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-d60964a8b5ca3771.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-33074271b5f1eeb5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-12321b8d03d1a068.rlib" "/opt/rustwide/target/debug/deps/libgif-5400fd3ff02b6d20.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-efd96908fbcbc9d2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-72d9cd60057031c3.rlib" "/opt/rustwide/target/debug/deps/libtiff-fc75fff899466739.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-de6f1c8ffae47eb4.rlib" "/opt/rustwide/target/debug/deps/libadler32-c955def959c5702b.rlib" "/opt/rustwide/target/debug/deps/liblzw-7b67818fa924d644.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-65be7507519f3778.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-443e20b28eeed844.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3e337470e099b116.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-10a87791239bd676.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-0e6cad6dd623d38e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9d05dd05a4d51b33.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-a60ff138fe1adfad.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-0e9344458c09713e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-939385b13e387309.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e3ce420901586b53.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-546bece8dd1bea42.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9b358af16d7d7aa1.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-554cd499fe1a3b52.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fbad2f5de5fb5cb2.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8fec8a74c706e4b4.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-020914c5936c5f85.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4896c4057dc9553a.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1f103368fa522bc0.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/path_data_notation-8a50e710b6154102" "-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: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.path.a1684eb7-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0.4fdchmif18sv5grn.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnanachi-62ae2282dd120193.rlib" "/opt/rustwide/target/debug/deps/liblyon_geom-2b52b8ca908acaab.rlib" "/opt/rustwide/target/debug/deps/libeuclid-159bd9b6a95aeea4.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-51c858ff5eb4efcc.rlib" "/opt/rustwide/target/debug/deps/libimage-ba7a2183b9d9e83c.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-b3d4484bb8819c5a.rlib" "/opt/rustwide/target/debug/deps/libpng-2dfccf2dcd36880f.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-97f2bfeb2b83083b.rlib" "/opt/rustwide/target/debug/deps/libdeflate-94a0b41b366646b9.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-4f37ba53a67bcba3.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-e632cd6ed7b99984.rlib" "/opt/rustwide/target/debug/deps/librayon-6b4f8a69574be46d.rlib" "/opt/rustwide/target/debug/deps/librayon_core-3bcb365d9716b30d.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-b59beab2d7a8f4b9.rlib" "/opt/rustwide/target/debug/deps/liblibc-4f4783b86777fc0d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-06121df51a3dcbd4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-d98ebbd2699ccc99.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-772034eca31f8ede.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-37ed2d0de3b01f43.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6eeb474ed04b0fb7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-15d02b042ccb7e12.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/libeither-e984fcb595be0116.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-d60964a8b5ca3771.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-33074271b5f1eeb5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-12321b8d03d1a068.rlib" "/opt/rustwide/target/debug/deps/libgif-5400fd3ff02b6d20.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-efd96908fbcbc9d2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-72d9cd60057031c3.rlib" "/opt/rustwide/target/debug/deps/libtiff-fc75fff899466739.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-de6f1c8ffae47eb4.rlib" "/opt/rustwide/target/debug/deps/libadler32-c955def959c5702b.rlib" "/opt/rustwide/target/debug/deps/liblzw-7b67818fa924d644.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-65be7507519f3778.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-443e20b28eeed844.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3e337470e099b116.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-10a87791239bd676.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-0e6cad6dd623d38e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9d05dd05a4d51b33.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-a60ff138fe1adfad.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-0e9344458c09713e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-939385b13e387309.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e3ce420901586b53.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-546bece8dd1bea42.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9b358af16d7d7aa1.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-554cd499fe1a3b52.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fbad2f5de5fb5cb2.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8fec8a74c706e4b4.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-020914c5936c5f85.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4896c4057dc9553a.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1f103368fa522bc0.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/path-e9a6841e437faba0" "-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: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.nanachi.b57b3b64-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975.4cqmd0h6zk4tkfoo.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librand_pcg-e9b92459022814c5.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2abb9fa6691f03.rlib" "/opt/rustwide/target/debug/deps/libnanachi-62ae2282dd120193.rlib" "/opt/rustwide/target/debug/deps/liblyon_geom-2b52b8ca908acaab.rlib" "/opt/rustwide/target/debug/deps/libeuclid-159bd9b6a95aeea4.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-51c858ff5eb4efcc.rlib" "/opt/rustwide/target/debug/deps/libimage-ba7a2183b9d9e83c.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-b3d4484bb8819c5a.rlib" "/opt/rustwide/target/debug/deps/libpng-2dfccf2dcd36880f.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-97f2bfeb2b83083b.rlib" "/opt/rustwide/target/debug/deps/libdeflate-94a0b41b366646b9.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-4f37ba53a67bcba3.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-e632cd6ed7b99984.rlib" "/opt/rustwide/target/debug/deps/librayon-6b4f8a69574be46d.rlib" "/opt/rustwide/target/debug/deps/librayon_core-3bcb365d9716b30d.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-b59beab2d7a8f4b9.rlib" "/opt/rustwide/target/debug/deps/liblibc-4f4783b86777fc0d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-06121df51a3dcbd4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-d98ebbd2699ccc99.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-772034eca31f8ede.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-37ed2d0de3b01f43.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6eeb474ed04b0fb7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-15d02b042ccb7e12.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/libeither-e984fcb595be0116.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-d60964a8b5ca3771.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-33074271b5f1eeb5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-12321b8d03d1a068.rlib" "/opt/rustwide/target/debug/deps/libgif-5400fd3ff02b6d20.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-efd96908fbcbc9d2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-72d9cd60057031c3.rlib" "/opt/rustwide/target/debug/deps/libtiff-fc75fff899466739.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-de6f1c8ffae47eb4.rlib" "/opt/rustwide/target/debug/deps/libadler32-c955def959c5702b.rlib" "/opt/rustwide/target/debug/deps/liblzw-7b67818fa924d644.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-65be7507519f3778.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-443e20b28eeed844.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3e337470e099b116.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-10a87791239bd676.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-0e6cad6dd623d38e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9d05dd05a4d51b33.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-a60ff138fe1adfad.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-0e9344458c09713e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-939385b13e387309.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e3ce420901586b53.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-546bece8dd1bea42.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9b358af16d7d7aa1.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-554cd499fe1a3b52.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fbad2f5de5fb5cb2.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8fec8a74c706e4b4.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-020914c5936c5f85.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4896c4057dc9553a.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1f103368fa522bc0.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/nanachi-385beac5e53d8975" "-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; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nanachi` due to 2 previous errors; 2 warnings emitted [INFO] [stderr] error: could not compile `nanachi` due to 2 previous errors; 1 warning emitted [INFO] [stderr] error: could not compile `nanachi` due to 2 previous errors; 1 warning emitted [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.text.edda17da-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1.2kthlh4cvjb0wj7e.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librusttype-18655637c667bc2d.rlib" "/opt/rustwide/target/debug/deps/libab_glyph_rasterizer-9038d489dbd09e4d.rlib" "/opt/rustwide/target/debug/deps/libowned_ttf_parser-12482e1ce080c973.rlib" "/opt/rustwide/target/debug/deps/libttf_parser-158bc562caa5b5a5.rlib" "/opt/rustwide/target/debug/deps/libnanachi-62ae2282dd120193.rlib" "/opt/rustwide/target/debug/deps/liblyon_geom-2b52b8ca908acaab.rlib" "/opt/rustwide/target/debug/deps/libeuclid-159bd9b6a95aeea4.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-51c858ff5eb4efcc.rlib" "/opt/rustwide/target/debug/deps/libimage-ba7a2183b9d9e83c.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-b3d4484bb8819c5a.rlib" "/opt/rustwide/target/debug/deps/libpng-2dfccf2dcd36880f.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-97f2bfeb2b83083b.rlib" "/opt/rustwide/target/debug/deps/libdeflate-94a0b41b366646b9.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-4f37ba53a67bcba3.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-e632cd6ed7b99984.rlib" "/opt/rustwide/target/debug/deps/librayon-6b4f8a69574be46d.rlib" "/opt/rustwide/target/debug/deps/librayon_core-3bcb365d9716b30d.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-b59beab2d7a8f4b9.rlib" "/opt/rustwide/target/debug/deps/liblibc-4f4783b86777fc0d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-06121df51a3dcbd4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-d98ebbd2699ccc99.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-772034eca31f8ede.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-37ed2d0de3b01f43.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6eeb474ed04b0fb7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-15d02b042ccb7e12.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/libeither-e984fcb595be0116.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-d60964a8b5ca3771.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-33074271b5f1eeb5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-12321b8d03d1a068.rlib" "/opt/rustwide/target/debug/deps/libgif-5400fd3ff02b6d20.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-efd96908fbcbc9d2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-72d9cd60057031c3.rlib" "/opt/rustwide/target/debug/deps/libtiff-fc75fff899466739.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-de6f1c8ffae47eb4.rlib" "/opt/rustwide/target/debug/deps/libadler32-c955def959c5702b.rlib" "/opt/rustwide/target/debug/deps/liblzw-7b67818fa924d644.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-65be7507519f3778.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-443e20b28eeed844.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3e337470e099b116.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-10a87791239bd676.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-0e6cad6dd623d38e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9d05dd05a4d51b33.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-a60ff138fe1adfad.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-0e9344458c09713e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-939385b13e387309.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e3ce420901586b53.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-546bece8dd1bea42.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9b358af16d7d7aa1.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-554cd499fe1a3b52.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fbad2f5de5fb5cb2.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8fec8a74c706e4b4.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-020914c5936c5f85.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4896c4057dc9553a.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1f103368fa522bc0.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/text-24d78d3471ec7ce1" "-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 `nanachi` due to 2 previous errors [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a82f61838a79690d1c7a47de4da777cbaf826655dd29195c269b0d33d81acba1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a82f61838a79690d1c7a47de4da777cbaf826655dd29195c269b0d33d81acba1", kill_on_drop: false }` [INFO] [stdout] a82f61838a79690d1c7a47de4da777cbaf826655dd29195c269b0d33d81acba1