[INFO] cloning repository https://github.com/snaar/drat [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/snaar/drat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnaar%2Fdrat", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnaar%2Fdrat'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 07e40fb01a8aa1a42b0535422c8b4a568b358ada [INFO] testing snaar/drat against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnaar%2Fdrat" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/snaar/drat 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/snaar/drat [INFO] finished tweaking git repo https://github.com/snaar/drat [INFO] tweaked toml for git repo https://github.com/snaar/drat written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] a19d8d3f1c4b294e4d28c86f1c82af39a600e50b0455ba0a84c572ecc1a91481 [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" "a19d8d3f1c4b294e4d28c86f1c82af39a600e50b0455ba0a84c572ecc1a91481", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a19d8d3f1c4b294e4d28c86f1c82af39a600e50b0455ba0a84c572ecc1a91481", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a19d8d3f1c4b294e4d28c86f1c82af39a600e50b0455ba0a84c572ecc1a91481", kill_on_drop: false }` [INFO] [stdout] a19d8d3f1c4b294e4d28c86f1c82af39a600e50b0455ba0a84c572ecc1a91481 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] ab11c994c466d53bcc0a6acdfc7ac5deb3afbb205f3ebd97e21c4f505e63577d [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" "ab11c994c466d53bcc0a6acdfc7ac5deb3afbb205f3ebd97e21c4f505e63577d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling chunked_transfer v1.4.0 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling time v0.2.26 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling paku v0.0.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling qstring v0.7.2 [INFO] [stderr] Compiling twox-hash v1.6.0 [INFO] [stderr] Compiling matrixmultiply v0.3.1 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling ruzstd v0.2.2 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling bzip2-sys v0.1.10+1.0.8 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling ndarray v0.15.3 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling bzip2 v0.4.2 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling publicsuffix v1.5.6 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling fehler-macros v1.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling fehler v1.0.0 [INFO] [stderr] Compiling lz-fear v0.1.1 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling cookie_store v0.12.0 [INFO] [stderr] Compiling ureq v1.5.5 [INFO] [stderr] Compiling chopper v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `central_directory_size` [INFO] [stdout] --> src/decompress/zip.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | pub central_directory_size: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `uncompressed_size` [INFO] [stdout] --> src/decompress/zip.rs:262:5 [INFO] [stdout] | [INFO] [stdout] 262 | pub uncompressed_size: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `central_header_start` [INFO] [stdout] --> src/decompress/zip.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | pub central_header_start: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 28s [INFO] running `Command { std: "docker" "inspect" "ab11c994c466d53bcc0a6acdfc7ac5deb3afbb205f3ebd97e21c4f505e63577d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab11c994c466d53bcc0a6acdfc7ac5deb3afbb205f3ebd97e21c4f505e63577d", kill_on_drop: false }` [INFO] [stdout] ab11c994c466d53bcc0a6acdfc7ac5deb3afbb205f3ebd97e21c4f505e63577d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 70a725969def2bbcd526217022b52e048074d75da73848949a27c4997f9cfa6c [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" "70a725969def2bbcd526217022b52e048074d75da73848949a27c4997f9cfa6c", kill_on_drop: false }` [INFO] [stderr] Compiling rustversion v1.0.5 [INFO] [stderr] Compiling darling_core v0.13.0 [INFO] [stdout] warning: field is never read: `central_directory_size` [INFO] [stdout] --> src/decompress/zip.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | pub central_directory_size: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `uncompressed_size` [INFO] [stdout] --> src/decompress/zip.rs:262:5 [INFO] [stdout] | [INFO] [stdout] 262 | pub uncompressed_size: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `central_header_start` [INFO] [stdout] --> src/decompress/zip.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | pub central_header_start: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling darling_macro v0.13.0 [INFO] [stderr] Compiling darling v0.13.0 [INFO] [stderr] Compiling serde_with_macros v1.4.2 [INFO] [stderr] Compiling serde_with v1.9.2 [INFO] [stderr] Compiling chopper v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `chopper` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name chopper --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=fb55c69c7889d587 -C extra-filename=-fb55c69c7889d587 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-a08bfedee3afd0a5.rlib --extern bzip2=/opt/rustwide/target/debug/deps/libbzip2-e0d60c27918d913a.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-c952dc75a8364e73.rlib --extern chrono_tz=/opt/rustwide/target/debug/deps/libchrono_tz-a60a02c663791f6e.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-0bbebf458bc72826.rlib --extern crc32fast=/opt/rustwide/target/debug/deps/libcrc32fast-a196580b4d57fd44.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-f5893c07cc3315e8.rlib --extern dtoa=/opt/rustwide/target/debug/deps/libdtoa-cc4e8e21ed63acfd.rlib --extern encode_unicode=/opt/rustwide/target/debug/deps/libencode_unicode-16c1905ce3c3ec04.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-8c7ac2663a7fea49.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-ff2d4c059a61c830.rlib --extern lz_fear=/opt/rustwide/target/debug/deps/liblz_fear-fadd338878a0505f.rlib --extern ndarray=/opt/rustwide/target/debug/deps/libndarray-b1d90a9b14a48642.rlib --extern paku=/opt/rustwide/target/debug/deps/libpaku-d52a3e80f32c4e80.rlib --extern ruzstd=/opt/rustwide/target/debug/deps/libruzstd-00f7e684c93f045d.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-d5a7a9cff2224b40.rlib --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-8853f4112cd8961e.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-7cdccebe1097dc39.rlib --extern ureq=/opt/rustwide/target/debug/deps/libureq-507e18a59222502b.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/bzip2-sys-0b02aad317aa3bea/out/lib -L native=/opt/rustwide/target/debug/build/ring-8241b1316fef72ea/out` (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" "-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/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.test_merge.78fkp0nn-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4" "/opt/rustwide/target/debug/deps/test_merge-21795394edbfd6b4.56vqp17je6f5cp4a.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/bzip2-sys-0b02aad317aa3bea/out/lib" "-L" "/opt/rustwide/target/debug/build/ring-8241b1316fef72ea/out" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-bf52c83b5218000c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-1b1cab3f10607987.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-2e1c807fd8d214f1.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-a6c04fd1ac45a934.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c9f124f6e94019e0.rlib" "/opt/rustwide/target/debug/deps/libchopper-3373836df5b87efa.rlib" "/opt/rustwide/target/debug/deps/libdtoa-cc4e8e21ed63acfd.rlib" "/opt/rustwide/target/debug/deps/libureq-507e18a59222502b.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-0239d200c2cc910e.rlib" "/opt/rustwide/target/debug/deps/librustls-732ef96a4fbb6ec6.rlib" "/opt/rustwide/target/debug/deps/libbase64-4defecc13ecad25f.rlib" "/opt/rustwide/target/debug/deps/libsct-f73b86ee2246eacd.rlib" "/opt/rustwide/target/debug/deps/libwebpki-6a414631b6892288.rlib" "/opt/rustwide/target/debug/deps/libring-3bdd2687def103b6.rlib" "/opt/rustwide/target/debug/deps/libspin-fef9e7e542f635c4.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-72315d7a4a75b5db.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-ae14c9fb41bfd017.rlib" "/opt/rustwide/target/debug/deps/libchunked_transfer-66a7bec09c877b47.rlib" "/opt/rustwide/target/debug/deps/libqstring-61d6199bd09e0e01.rlib" "/opt/rustwide/target/debug/deps/libencoding-fe00f0f8d063dd53.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-b3703bc050fd51d8.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-2b17658a3bef67ba.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-ceb7472a7b596cde.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-f0612366f8303ba0.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-ff06d53920adc896.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-2fc2b3a9a4b5f53e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-06c702acd8e43f2e.rlib" "/opt/rustwide/target/debug/deps/liblog-106a529cec7317ee.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-b1d7a17dad3d386e.rlib" "/opt/rustwide/target/debug/deps/liburl-32543d96fd785ed1.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-4936dc47b2188a4a.rlib" "/opt/rustwide/target/debug/deps/libidna-dd6ed9d5d7d21662.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-472dfe3247e8490d.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-3ea7624e027cd19d.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-79e05a5247fc8fe1.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-4760f969381f3a69.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libcookie-49e11eaeb1a5e548.rlib" "/opt/rustwide/target/debug/deps/libtime-2af7337cbaaf2a6f.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-a6b04c9ca65bdac2.rlib" "/opt/rustwide/target/debug/deps/libstandback-817594d5ebf55337.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0d8ae709ba835adc.rlib" "/opt/rustwide/target/debug/deps/libcsv-f5893c07cc3315e8.rlib" "/opt/rustwide/target/debug/deps/libryu-8dbd57cf09aa6df6.rlib" "/opt/rustwide/target/debug/deps/libitoa-8e758d1d5247eab4.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-19bf6b63940ceb30.rlib" "/opt/rustwide/target/debug/deps/libbstr-04e960937d4fff74.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ff2d4c059a61c830.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-746544e68276de90.rlib" "/opt/rustwide/target/debug/deps/libmemchr-2913ee540d786feb.rlib" "/opt/rustwide/target/debug/deps/libencode_unicode-16c1905ce3c3ec04.rlib" "/opt/rustwide/target/debug/deps/libserde-d5a7a9cff2224b40.rlib" "/opt/rustwide/target/debug/deps/libruzstd-00f7e684c93f045d.rlib" "/opt/rustwide/target/debug/deps/libbzip2-e0d60c27918d913a.rlib" "/opt/rustwide/target/debug/deps/libbzip2_sys-560a8116161baca1.rlib" "/opt/rustwide/target/debug/deps/libpaku-d52a3e80f32c4e80.rlib" "/opt/rustwide/target/debug/deps/liblz_fear-fadd338878a0505f.rlib" "/opt/rustwide/target/debug/deps/libtwox_hash-c1ff4e3cec5bc269.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-73281cceb3ca5dce.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c4f6196cf7d68209.rlib" "/opt/rustwide/target/debug/deps/libfehler-7f5fb2e2beddd750.rlib" "/opt/rustwide/target/debug/deps/libflate2-8c7ac2663a7fea49.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-6732bce4a8751e4c.rlib" "/opt/rustwide/target/debug/deps/libadler-ddbe8a2ac4f03e8e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-a196580b4d57fd44.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-755744d3ca57570c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a08bfedee3afd0a5.rlib" "/opt/rustwide/target/debug/deps/libclap-0bbebf458bc72826.rlib" "/opt/rustwide/target/debug/deps/libvec_map-6ca2ab92fd8f89b6.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-72726d2ca165c499.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-9ab5865733e9acc9.rlib" "/opt/rustwide/target/debug/deps/libstrsim-66e58bd8aecd9c6e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7f78c1de5599d643.rlib" "/opt/rustwide/target/debug/deps/libatty-cfdec2cf484a8627.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libndarray-b1d90a9b14a48642.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-c77a91af1f876f29.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-2003f5122141bd6c.rlib" "/opt/rustwide/target/debug/deps/librawpointer-f4398a5de7c6347b.rlib" "/opt/rustwide/target/debug/deps/libthiserror-7cdccebe1097dc39.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-a60a02c663791f6e.rlib" "/opt/rustwide/target/debug/deps/libchrono-c952dc75a8364e73.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-6fa637d715b00e97.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-86b398fdcbacc692.rlib" "/opt/rustwide/target/debug/deps/libtime-02380505a7add8f5.rlib" "/opt/rustwide/target/debug/deps/liblibc-2eeb146fbbc48d30.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" "-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] 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/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.test_multi_file.dfi24089-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506" "/opt/rustwide/target/debug/deps/test_multi_file-80639a75347e6506.2qjp3onplhbg8zri.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/bzip2-sys-0b02aad317aa3bea/out/lib" "-L" "/opt/rustwide/target/debug/build/ring-8241b1316fef72ea/out" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-bf52c83b5218000c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-1b1cab3f10607987.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-2e1c807fd8d214f1.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-a6c04fd1ac45a934.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c9f124f6e94019e0.rlib" "/opt/rustwide/target/debug/deps/libchopper-3373836df5b87efa.rlib" "/opt/rustwide/target/debug/deps/libdtoa-cc4e8e21ed63acfd.rlib" "/opt/rustwide/target/debug/deps/libureq-507e18a59222502b.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-0239d200c2cc910e.rlib" "/opt/rustwide/target/debug/deps/librustls-732ef96a4fbb6ec6.rlib" "/opt/rustwide/target/debug/deps/libbase64-4defecc13ecad25f.rlib" "/opt/rustwide/target/debug/deps/libsct-f73b86ee2246eacd.rlib" "/opt/rustwide/target/debug/deps/libwebpki-6a414631b6892288.rlib" "/opt/rustwide/target/debug/deps/libring-3bdd2687def103b6.rlib" "/opt/rustwide/target/debug/deps/libspin-fef9e7e542f635c4.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-72315d7a4a75b5db.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-ae14c9fb41bfd017.rlib" "/opt/rustwide/target/debug/deps/libchunked_transfer-66a7bec09c877b47.rlib" "/opt/rustwide/target/debug/deps/libqstring-61d6199bd09e0e01.rlib" "/opt/rustwide/target/debug/deps/libencoding-fe00f0f8d063dd53.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-b3703bc050fd51d8.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-2b17658a3bef67ba.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-ceb7472a7b596cde.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-f0612366f8303ba0.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-ff06d53920adc896.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-2fc2b3a9a4b5f53e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-06c702acd8e43f2e.rlib" "/opt/rustwide/target/debug/deps/liblog-106a529cec7317ee.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-b1d7a17dad3d386e.rlib" "/opt/rustwide/target/debug/deps/liburl-32543d96fd785ed1.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-4936dc47b2188a4a.rlib" "/opt/rustwide/target/debug/deps/libidna-dd6ed9d5d7d21662.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-472dfe3247e8490d.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-3ea7624e027cd19d.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-79e05a5247fc8fe1.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-4760f969381f3a69.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libcookie-49e11eaeb1a5e548.rlib" "/opt/rustwide/target/debug/deps/libtime-2af7337cbaaf2a6f.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-a6b04c9ca65bdac2.rlib" "/opt/rustwide/target/debug/deps/libstandback-817594d5ebf55337.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0d8ae709ba835adc.rlib" "/opt/rustwide/target/debug/deps/libcsv-f5893c07cc3315e8.rlib" "/opt/rustwide/target/debug/deps/libryu-8dbd57cf09aa6df6.rlib" "/opt/rustwide/target/debug/deps/libitoa-8e758d1d5247eab4.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-19bf6b63940ceb30.rlib" "/opt/rustwide/target/debug/deps/libbstr-04e960937d4fff74.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ff2d4c059a61c830.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-746544e68276de90.rlib" "/opt/rustwide/target/debug/deps/libmemchr-2913ee540d786feb.rlib" "/opt/rustwide/target/debug/deps/libencode_unicode-16c1905ce3c3ec04.rlib" "/opt/rustwide/target/debug/deps/libserde-d5a7a9cff2224b40.rlib" "/opt/rustwide/target/debug/deps/libruzstd-00f7e684c93f045d.rlib" "/opt/rustwide/target/debug/deps/libbzip2-e0d60c27918d913a.rlib" "/opt/rustwide/target/debug/deps/libbzip2_sys-560a8116161baca1.rlib" "/opt/rustwide/target/debug/deps/libpaku-d52a3e80f32c4e80.rlib" "/opt/rustwide/target/debug/deps/liblz_fear-fadd338878a0505f.rlib" "/opt/rustwide/target/debug/deps/libtwox_hash-c1ff4e3cec5bc269.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-73281cceb3ca5dce.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c4f6196cf7d68209.rlib" "/opt/rustwide/target/debug/deps/libfehler-7f5fb2e2beddd750.rlib" "/opt/rustwide/target/debug/deps/libflate2-8c7ac2663a7fea49.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-6732bce4a8751e4c.rlib" "/opt/rustwide/target/debug/deps/libadler-ddbe8a2ac4f03e8e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-a196580b4d57fd44.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-755744d3ca57570c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a08bfedee3afd0a5.rlib" "/opt/rustwide/target/debug/deps/libclap-0bbebf458bc72826.rlib" "/opt/rustwide/target/debug/deps/libvec_map-6ca2ab92fd8f89b6.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-72726d2ca165c499.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-9ab5865733e9acc9.rlib" "/opt/rustwide/target/debug/deps/libstrsim-66e58bd8aecd9c6e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7f78c1de5599d643.rlib" "/opt/rustwide/target/debug/deps/libatty-cfdec2cf484a8627.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libndarray-b1d90a9b14a48642.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-c77a91af1f876f29.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-2003f5122141bd6c.rlib" "/opt/rustwide/target/debug/deps/librawpointer-f4398a5de7c6347b.rlib" "/opt/rustwide/target/debug/deps/libthiserror-7cdccebe1097dc39.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-a60a02c663791f6e.rlib" "/opt/rustwide/target/debug/deps/libchrono-c952dc75a8364e73.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-6fa637d715b00e97.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-86b398fdcbacc692.rlib" "/opt/rustwide/target/debug/deps/libtime-02380505a7add8f5.rlib" "/opt/rustwide/target/debug/deps/liblibc-2eeb146fbbc48d30.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" "-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] 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/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.filter_and_merge.9i8r3wf7-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db" "/opt/rustwide/target/debug/examples/filter_and_merge-8f866197e2f792db.37cwujvzsi58mtbr.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/bzip2-sys-0b02aad317aa3bea/out/lib" "-L" "/opt/rustwide/target/debug/build/ring-8241b1316fef72ea/out" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libchopper-3373836df5b87efa.rlib" "/opt/rustwide/target/debug/deps/libdtoa-cc4e8e21ed63acfd.rlib" "/opt/rustwide/target/debug/deps/libureq-507e18a59222502b.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-0239d200c2cc910e.rlib" "/opt/rustwide/target/debug/deps/librustls-732ef96a4fbb6ec6.rlib" "/opt/rustwide/target/debug/deps/libbase64-4defecc13ecad25f.rlib" "/opt/rustwide/target/debug/deps/libsct-f73b86ee2246eacd.rlib" "/opt/rustwide/target/debug/deps/libwebpki-6a414631b6892288.rlib" "/opt/rustwide/target/debug/deps/libring-3bdd2687def103b6.rlib" "/opt/rustwide/target/debug/deps/libspin-fef9e7e542f635c4.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-72315d7a4a75b5db.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-ae14c9fb41bfd017.rlib" "/opt/rustwide/target/debug/deps/libchunked_transfer-66a7bec09c877b47.rlib" "/opt/rustwide/target/debug/deps/libqstring-61d6199bd09e0e01.rlib" "/opt/rustwide/target/debug/deps/libencoding-fe00f0f8d063dd53.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-b3703bc050fd51d8.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-2b17658a3bef67ba.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-ceb7472a7b596cde.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-f0612366f8303ba0.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-ff06d53920adc896.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-2fc2b3a9a4b5f53e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-06c702acd8e43f2e.rlib" "/opt/rustwide/target/debug/deps/liblog-106a529cec7317ee.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-b1d7a17dad3d386e.rlib" "/opt/rustwide/target/debug/deps/liburl-32543d96fd785ed1.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-4936dc47b2188a4a.rlib" "/opt/rustwide/target/debug/deps/libidna-dd6ed9d5d7d21662.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-472dfe3247e8490d.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-3ea7624e027cd19d.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-79e05a5247fc8fe1.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-4760f969381f3a69.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libcookie-49e11eaeb1a5e548.rlib" "/opt/rustwide/target/debug/deps/libtime-2af7337cbaaf2a6f.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-a6b04c9ca65bdac2.rlib" "/opt/rustwide/target/debug/deps/libstandback-817594d5ebf55337.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0d8ae709ba835adc.rlib" "/opt/rustwide/target/debug/deps/libcsv-f5893c07cc3315e8.rlib" "/opt/rustwide/target/debug/deps/libryu-8dbd57cf09aa6df6.rlib" "/opt/rustwide/target/debug/deps/libitoa-8e758d1d5247eab4.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-19bf6b63940ceb30.rlib" "/opt/rustwide/target/debug/deps/libbstr-04e960937d4fff74.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ff2d4c059a61c830.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-746544e68276de90.rlib" "/opt/rustwide/target/debug/deps/libmemchr-2913ee540d786feb.rlib" "/opt/rustwide/target/debug/deps/libencode_unicode-16c1905ce3c3ec04.rlib" "/opt/rustwide/target/debug/deps/libserde-d5a7a9cff2224b40.rlib" "/opt/rustwide/target/debug/deps/libruzstd-00f7e684c93f045d.rlib" "/opt/rustwide/target/debug/deps/libbzip2-e0d60c27918d913a.rlib" "/opt/rustwide/target/debug/deps/libbzip2_sys-560a8116161baca1.rlib" "/opt/rustwide/target/debug/deps/libpaku-d52a3e80f32c4e80.rlib" "/opt/rustwide/target/debug/deps/liblz_fear-fadd338878a0505f.rlib" "/opt/rustwide/target/debug/deps/libtwox_hash-c1ff4e3cec5bc269.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-73281cceb3ca5dce.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c4f6196cf7d68209.rlib" "/opt/rustwide/target/debug/deps/libfehler-7f5fb2e2beddd750.rlib" "/opt/rustwide/target/debug/deps/libflate2-8c7ac2663a7fea49.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-6732bce4a8751e4c.rlib" "/opt/rustwide/target/debug/deps/libadler-ddbe8a2ac4f03e8e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-a196580b4d57fd44.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-755744d3ca57570c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a08bfedee3afd0a5.rlib" "/opt/rustwide/target/debug/deps/libclap-0bbebf458bc72826.rlib" "/opt/rustwide/target/debug/deps/libvec_map-6ca2ab92fd8f89b6.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-72726d2ca165c499.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-9ab5865733e9acc9.rlib" "/opt/rustwide/target/debug/deps/libstrsim-66e58bd8aecd9c6e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7f78c1de5599d643.rlib" "/opt/rustwide/target/debug/deps/libatty-cfdec2cf484a8627.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libndarray-b1d90a9b14a48642.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-c77a91af1f876f29.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-2003f5122141bd6c.rlib" "/opt/rustwide/target/debug/deps/librawpointer-f4398a5de7c6347b.rlib" "/opt/rustwide/target/debug/deps/libthiserror-7cdccebe1097dc39.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-a60a02c663791f6e.rlib" "/opt/rustwide/target/debug/deps/libchrono-c952dc75a8364e73.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-6fa637d715b00e97.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-86b398fdcbacc692.rlib" "/opt/rustwide/target/debug/deps/libtime-02380505a7add8f5.rlib" "/opt/rustwide/target/debug/deps/liblibc-2eeb146fbbc48d30.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" "-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] 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/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.test_split_merge_simple.3vrrukv2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632" "/opt/rustwide/target/debug/deps/test_split_merge_simple-c209f210d9578632.4obgp8l3ecv0bso1.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/bzip2-sys-0b02aad317aa3bea/out/lib" "-L" "/opt/rustwide/target/debug/build/ring-8241b1316fef72ea/out" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-bf52c83b5218000c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-1b1cab3f10607987.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-2e1c807fd8d214f1.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-a6c04fd1ac45a934.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c9f124f6e94019e0.rlib" "/opt/rustwide/target/debug/deps/libchopper-3373836df5b87efa.rlib" "/opt/rustwide/target/debug/deps/libdtoa-cc4e8e21ed63acfd.rlib" "/opt/rustwide/target/debug/deps/libureq-507e18a59222502b.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-0239d200c2cc910e.rlib" "/opt/rustwide/target/debug/deps/librustls-732ef96a4fbb6ec6.rlib" "/opt/rustwide/target/debug/deps/libbase64-4defecc13ecad25f.rlib" "/opt/rustwide/target/debug/deps/libsct-f73b86ee2246eacd.rlib" "/opt/rustwide/target/debug/deps/libwebpki-6a414631b6892288.rlib" "/opt/rustwide/target/debug/deps/libring-3bdd2687def103b6.rlib" "/opt/rustwide/target/debug/deps/libspin-fef9e7e542f635c4.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-72315d7a4a75b5db.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-ae14c9fb41bfd017.rlib" "/opt/rustwide/target/debug/deps/libchunked_transfer-66a7bec09c877b47.rlib" "/opt/rustwide/target/debug/deps/libqstring-61d6199bd09e0e01.rlib" "/opt/rustwide/target/debug/deps/libencoding-fe00f0f8d063dd53.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-b3703bc050fd51d8.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-2b17658a3bef67ba.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-ceb7472a7b596cde.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-f0612366f8303ba0.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-ff06d53920adc896.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-2fc2b3a9a4b5f53e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-06c702acd8e43f2e.rlib" "/opt/rustwide/target/debug/deps/liblog-106a529cec7317ee.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-b1d7a17dad3d386e.rlib" "/opt/rustwide/target/debug/deps/liburl-32543d96fd785ed1.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-4936dc47b2188a4a.rlib" "/opt/rustwide/target/debug/deps/libidna-dd6ed9d5d7d21662.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-472dfe3247e8490d.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-3ea7624e027cd19d.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-79e05a5247fc8fe1.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-4760f969381f3a69.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libcookie-49e11eaeb1a5e548.rlib" "/opt/rustwide/target/debug/deps/libtime-2af7337cbaaf2a6f.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-a6b04c9ca65bdac2.rlib" "/opt/rustwide/target/debug/deps/libstandback-817594d5ebf55337.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0d8ae709ba835adc.rlib" "/opt/rustwide/target/debug/deps/libcsv-f5893c07cc3315e8.rlib" "/opt/rustwide/target/debug/deps/libryu-8dbd57cf09aa6df6.rlib" "/opt/rustwide/target/debug/deps/libitoa-8e758d1d5247eab4.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-19bf6b63940ceb30.rlib" "/opt/rustwide/target/debug/deps/libbstr-04e960937d4fff74.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ff2d4c059a61c830.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-746544e68276de90.rlib" "/opt/rustwide/target/debug/deps/libmemchr-2913ee540d786feb.rlib" "/opt/rustwide/target/debug/deps/libencode_unicode-16c1905ce3c3ec04.rlib" "/opt/rustwide/target/debug/deps/libserde-d5a7a9cff2224b40.rlib" "/opt/rustwide/target/debug/deps/libruzstd-00f7e684c93f045d.rlib" "/opt/rustwide/target/debug/deps/libbzip2-e0d60c27918d913a.rlib" "/opt/rustwide/target/debug/deps/libbzip2_sys-560a8116161baca1.rlib" "/opt/rustwide/target/debug/deps/libpaku-d52a3e80f32c4e80.rlib" "/opt/rustwide/target/debug/deps/liblz_fear-fadd338878a0505f.rlib" "/opt/rustwide/target/debug/deps/libtwox_hash-c1ff4e3cec5bc269.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-73281cceb3ca5dce.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c4f6196cf7d68209.rlib" "/opt/rustwide/target/debug/deps/libfehler-7f5fb2e2beddd750.rlib" "/opt/rustwide/target/debug/deps/libflate2-8c7ac2663a7fea49.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-6732bce4a8751e4c.rlib" "/opt/rustwide/target/debug/deps/libadler-ddbe8a2ac4f03e8e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-a196580b4d57fd44.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-755744d3ca57570c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a08bfedee3afd0a5.rlib" "/opt/rustwide/target/debug/deps/libclap-0bbebf458bc72826.rlib" "/opt/rustwide/target/debug/deps/libvec_map-6ca2ab92fd8f89b6.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-72726d2ca165c499.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-9ab5865733e9acc9.rlib" "/opt/rustwide/target/debug/deps/libstrsim-66e58bd8aecd9c6e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7f78c1de5599d643.rlib" "/opt/rustwide/target/debug/deps/libatty-cfdec2cf484a8627.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libndarray-b1d90a9b14a48642.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-c77a91af1f876f29.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-2003f5122141bd6c.rlib" "/opt/rustwide/target/debug/deps/librawpointer-f4398a5de7c6347b.rlib" "/opt/rustwide/target/debug/deps/libthiserror-7cdccebe1097dc39.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-a60a02c663791f6e.rlib" "/opt/rustwide/target/debug/deps/libchrono-c952dc75a8364e73.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-6fa637d715b00e97.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-86b398fdcbacc692.rlib" "/opt/rustwide/target/debug/deps/libtime-02380505a7add8f5.rlib" "/opt/rustwide/target/debug/deps/liblibc-2eeb146fbbc48d30.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" "-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: build failed [INFO] running `Command { std: "docker" "inspect" "70a725969def2bbcd526217022b52e048074d75da73848949a27c4997f9cfa6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70a725969def2bbcd526217022b52e048074d75da73848949a27c4997f9cfa6c", kill_on_drop: false }` [INFO] [stdout] 70a725969def2bbcd526217022b52e048074d75da73848949a27c4997f9cfa6c