[INFO] cloning repository https://github.com/nrxus/advent_2018 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nrxus/advent_2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrxus%2Fadvent_2018", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrxus%2Fadvent_2018'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0f7b9bc6e61ad765717d77e17cb205c55563b07c [INFO] testing nrxus/advent_2018 against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrxus%2Fadvent_2018" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nrxus/advent_2018 on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nrxus/advent_2018 [INFO] finished tweaking git repo https://github.com/nrxus/advent_2018 [INFO] tweaked toml for git repo https://github.com/nrxus/advent_2018 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/nrxus/advent_2018 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 02b7320730661e42c9bd44f6fbc25dfab7f20e463290d58b999637815c91314e [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" "02b7320730661e42c9bd44f6fbc25dfab7f20e463290d58b999637815c91314e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "02b7320730661e42c9bd44f6fbc25dfab7f20e463290d58b999637815c91314e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02b7320730661e42c9bd44f6fbc25dfab7f20e463290d58b999637815c91314e", kill_on_drop: false }` [INFO] [stdout] 02b7320730661e42c9bd44f6fbc25dfab7f20e463290d58b999637815c91314e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 89d026518e3ba809fe964d2fd6132e2827e73a1f0a3c2fbd0e5c24a88dc1c3df [INFO] running `Command { std: "docker" "start" "-a" "89d026518e3ba809fe964d2fd6132e2827e73a1f0a3c2fbd0e5c24a88dc1c3df", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling slab v0.4.1 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling lazycell v1.2.0 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling openssl v0.10.15 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling string v0.1.2 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling crc32fast v1.1.1 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling encoding_rs v0.8.13 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling reexport-proc-macro v1.0.5 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling array-macro v1.0.2 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling strum v0.13.0 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.1 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling arrayvec v0.4.8 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling unicase v2.2.0 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling smallvec v0.6.7 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling libflate v0.1.19 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling phf_shared v0.7.23 [INFO] [stderr] Compiling mime v0.3.12 [INFO] [stderr] Compiling tokio-executor v0.1.5 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling http v0.1.14 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling openssl-sys v0.9.39 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling phf v0.7.23 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling tokio-timer v0.2.8 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling tokio-reactor v0.1.7 [INFO] [stderr] Compiling tokio-uds v0.2.4 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling h2 v0.1.13 [INFO] [stderr] Compiling enum-map-derive v0.4.0 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling strum_macros v0.13.0 [INFO] [stderr] Compiling enum-map v0.4.1 [INFO] [stderr] Compiling hyper v0.12.16 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.5 [INFO] [stderr] Compiling advent_2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/fifteen_a.rs:180:53 [INFO] [stdout] | [INFO] [stdout] 180 | fn neighbors(&self, position: usize) -> [Option<(usize)>; 4] { [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/twenty_five.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | type Err = std::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `bind_by_move_pattern_guards` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/fifteen_a.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(bind_by_move_pattern_guards)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent_2018` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name fifteen_a --edition=2018 src/fifteen_a.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e0d4b28ba2394b00 -C extra-filename=-e0d4b28ba2394b00 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern common=/opt/rustwide/target/debug/deps/libcommon-b9426ece97657583.rlib --extern array_macro=/opt/rustwide/target/debug/deps/libarray_macro-8e0596a1a6324fbe.rlib --extern cookie=/opt/rustwide/target/debug/deps/libcookie-47951af3cc44ace5.rlib --extern enum_map=/opt/rustwide/target/debug/deps/libenum_map-f402e51180770829.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-c4c82cf767cb8e45.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-a4dc7997001d2555.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-6d2059afe6a44f0f.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-48588e727f3d9e16.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-952777f34d8872af.rlib --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-1c9b84319916ae99.so --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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.eight_a.9e0exex0-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6" "/opt/rustwide/target/debug/deps/eight_a-02aab51748a6f9d6.36an60g6ugxbllrq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-b9426ece97657583.rlib" "/opt/rustwide/target/debug/deps/libreqwest-48588e727f3d9e16.rlib" "/opt/rustwide/target/debug/deps/libuuid-9638e28e53132796.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ede28440ad38a51b.rlib" "/opt/rustwide/target/debug/deps/liburl-d334a6aca218c103.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-37403a81b788f0c6.rlib" "/opt/rustwide/target/debug/deps/libidna-08e3c55ead6a6095.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-b06988bff8617506.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-00687fdf7952a949.rlib" "/opt/rustwide/target/debug/deps/libmatches-b31feef5c3ce1062.rlib" "/opt/rustwide/target/debug/deps/libdtoa-3f43e8ced0ce7b22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-ea8620370c2d380e.rlib" "/opt/rustwide/target/debug/deps/libryu-14e2d52982707843.rlib" "/opt/rustwide/target/debug/deps/libserde-a6b08f6194a1fd54.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4080a66d835d9158.rlib" "/opt/rustwide/target/debug/deps/libphf-153fe390b429db3d.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-aaa44d17bcf2e8a0.rlib" "/opt/rustwide/target/debug/deps/libunicase-87e76b15564a1b59.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-6ef7992e23c9184a.rlib" "/opt/rustwide/target/debug/deps/libmime-7602312176fea8cc.rlib" "/opt/rustwide/target/debug/deps/libunicase-5caad08f1c05515d.rlib" "/opt/rustwide/target/debug/deps/liblibflate-ad5a237b2803d952.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c9a091253f06b382.rlib" "/opt/rustwide/target/debug/deps/libadler32-aec74e350da90292.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c9348367762c960d.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-4fb4918fe67b89bb.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-ff8d3e5760d2950d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-948d0637e8940408.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bc3933a0c5f4996c.rlib" "/opt/rustwide/target/debug/deps/libhyper-b79b835d54478a68.rlib" "/opt/rustwide/target/debug/deps/libwant-9c42b8068f1c07cb.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libtokio-030a54bf017dfd01.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-de1283576b87d029.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-01874337c8d0816c.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-426d37a6b4904104.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-5507a71fd536f845.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-0adc11faafe4334f.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-58c6d27de285a9c3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-6ea406217a508bad.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9f07cfd1fc2a251f.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-764dbe98cfc6690a.rlib" "/opt/rustwide/target/debug/deps/libunreachable-3a54f8fa86481e73.rlib" "/opt/rustwide/target/debug/deps/libvoid-ed59fa4be0570cad.rlib" "/opt/rustwide/target/debug/deps/librand-5148744f78ff0ed8.rlib" "/opt/rustwide/target/debug/deps/librand_core-54aaf9e27002c2d5.rlib" "/opt/rustwide/target/debug/deps/liblock_api-abca3da484639fa2.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-9b3f8442e756604f.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-b18e47f5add2de08.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-d945f01994384354.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3f02f0e77d1e471e.rlib" "/opt/rustwide/target/debug/deps/librand-7d4115dd0448283e.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-b40d807bf4433ee0.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-264d9a89f007776c.rlib" "/opt/rustwide/target/debug/deps/librand_hc-0b7c25cd87aa9eba.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-16e251fb54299e23.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-8e165211272f7bfb.rlib" "/opt/rustwide/target/debug/deps/librand_core-cefe9b742d858e38.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-cf9dd66eaea602ae.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-074dd15ce3d5061a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c4c82cf767cb8e45.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-14384d5d0823cd1f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b6fd67ae54c0ffbc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2976d90d5f3d25e4.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-c3ec7efc76d1e00d.rlib" "/opt/rustwide/target/debug/deps/libnodrop-15a96655c8197c54.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-71d9fe0fd4cd8d8a.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-76452b2f695595c2.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-ae2635d59aebb0d4.rlib" "/opt/rustwide/target/debug/deps/libmio-9f5320f1f3a96d16.rlib" "/opt/rustwide/target/debug/deps/liblazycell-8571d41aafb4cf3b.rlib" "/opt/rustwide/target/debug/deps/libnet2-7d783de279c55078.rlib" "/opt/rustwide/target/debug/deps/libhttparse-ee2453abb2a325d5.rlib" "/opt/rustwide/target/debug/deps/libh2-efec5865a07b8dd5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-614f8001b89f6de2.rlib" "/opt/rustwide/target/debug/deps/libstring-2a631f4089c2f356.rlib" "/opt/rustwide/target/debug/deps/libslab-09d9a5310004cae8.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2cbfaffcc39ab494.rlib" "/opt/rustwide/target/debug/deps/liblog-c4b63cbd3a66ca4b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-2b6146372b112f0a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-4397c84b65ea90b5.rlib" "/opt/rustwide/target/debug/deps/libhttp-895105958999cf06.rlib" "/opt/rustwide/target/debug/deps/libitoa-112bb79833734ba1.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libfutures-a18d4bab83d0d4cc.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-b22a245fe355346c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e786250ece7cb8e6.rlib" "/opt/rustwide/target/debug/deps/libbytes-5612ef2ec79a73cb.rlib" "/opt/rustwide/target/debug/deps/libiovec-fe24c9ced55a6fb7.rlib" "/opt/rustwide/target/debug/deps/libbase64-78b291aad863b086.rlib" "/opt/rustwide/target/debug/deps/libsafemem-ffc88558e0c6af5e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f2e0ef059a40c69d.rlib" "/opt/rustwide/target/debug/deps/libcookie-47951af3cc44ace5.rlib" "/opt/rustwide/target/debug/deps/libtime-87d84f79a387083a.rlib" "/opt/rustwide/target/debug/deps/liblibc-6c9ba1b157ed4856.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.six_b.9k804vt6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5" "/opt/rustwide/target/debug/deps/six_b-4138730cb250d1f5.buk325r77sg2kml.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-b9426ece97657583.rlib" "/opt/rustwide/target/debug/deps/libreqwest-48588e727f3d9e16.rlib" "/opt/rustwide/target/debug/deps/libuuid-9638e28e53132796.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ede28440ad38a51b.rlib" "/opt/rustwide/target/debug/deps/liburl-d334a6aca218c103.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-37403a81b788f0c6.rlib" "/opt/rustwide/target/debug/deps/libidna-08e3c55ead6a6095.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-b06988bff8617506.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-00687fdf7952a949.rlib" "/opt/rustwide/target/debug/deps/libmatches-b31feef5c3ce1062.rlib" "/opt/rustwide/target/debug/deps/libdtoa-3f43e8ced0ce7b22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-ea8620370c2d380e.rlib" "/opt/rustwide/target/debug/deps/libryu-14e2d52982707843.rlib" "/opt/rustwide/target/debug/deps/libserde-a6b08f6194a1fd54.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4080a66d835d9158.rlib" "/opt/rustwide/target/debug/deps/libphf-153fe390b429db3d.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-aaa44d17bcf2e8a0.rlib" "/opt/rustwide/target/debug/deps/libunicase-87e76b15564a1b59.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-6ef7992e23c9184a.rlib" "/opt/rustwide/target/debug/deps/libmime-7602312176fea8cc.rlib" "/opt/rustwide/target/debug/deps/libunicase-5caad08f1c05515d.rlib" "/opt/rustwide/target/debug/deps/liblibflate-ad5a237b2803d952.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c9a091253f06b382.rlib" "/opt/rustwide/target/debug/deps/libadler32-aec74e350da90292.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c9348367762c960d.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-4fb4918fe67b89bb.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-ff8d3e5760d2950d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-948d0637e8940408.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bc3933a0c5f4996c.rlib" "/opt/rustwide/target/debug/deps/libhyper-b79b835d54478a68.rlib" "/opt/rustwide/target/debug/deps/libwant-9c42b8068f1c07cb.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libtokio-030a54bf017dfd01.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-de1283576b87d029.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-01874337c8d0816c.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-426d37a6b4904104.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-5507a71fd536f845.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-0adc11faafe4334f.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-58c6d27de285a9c3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-6ea406217a508bad.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9f07cfd1fc2a251f.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-764dbe98cfc6690a.rlib" "/opt/rustwide/target/debug/deps/libunreachable-3a54f8fa86481e73.rlib" "/opt/rustwide/target/debug/deps/libvoid-ed59fa4be0570cad.rlib" "/opt/rustwide/target/debug/deps/librand-5148744f78ff0ed8.rlib" "/opt/rustwide/target/debug/deps/librand_core-54aaf9e27002c2d5.rlib" "/opt/rustwide/target/debug/deps/liblock_api-abca3da484639fa2.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-9b3f8442e756604f.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-b18e47f5add2de08.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-d945f01994384354.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3f02f0e77d1e471e.rlib" "/opt/rustwide/target/debug/deps/librand-7d4115dd0448283e.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-b40d807bf4433ee0.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-264d9a89f007776c.rlib" "/opt/rustwide/target/debug/deps/librand_hc-0b7c25cd87aa9eba.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-16e251fb54299e23.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-8e165211272f7bfb.rlib" "/opt/rustwide/target/debug/deps/librand_core-cefe9b742d858e38.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-cf9dd66eaea602ae.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-074dd15ce3d5061a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c4c82cf767cb8e45.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-14384d5d0823cd1f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b6fd67ae54c0ffbc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2976d90d5f3d25e4.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-c3ec7efc76d1e00d.rlib" "/opt/rustwide/target/debug/deps/libnodrop-15a96655c8197c54.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-71d9fe0fd4cd8d8a.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-76452b2f695595c2.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-ae2635d59aebb0d4.rlib" "/opt/rustwide/target/debug/deps/libmio-9f5320f1f3a96d16.rlib" "/opt/rustwide/target/debug/deps/liblazycell-8571d41aafb4cf3b.rlib" "/opt/rustwide/target/debug/deps/libnet2-7d783de279c55078.rlib" "/opt/rustwide/target/debug/deps/libhttparse-ee2453abb2a325d5.rlib" "/opt/rustwide/target/debug/deps/libh2-efec5865a07b8dd5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-614f8001b89f6de2.rlib" "/opt/rustwide/target/debug/deps/libstring-2a631f4089c2f356.rlib" "/opt/rustwide/target/debug/deps/libslab-09d9a5310004cae8.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2cbfaffcc39ab494.rlib" "/opt/rustwide/target/debug/deps/liblog-c4b63cbd3a66ca4b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-2b6146372b112f0a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-4397c84b65ea90b5.rlib" "/opt/rustwide/target/debug/deps/libhttp-895105958999cf06.rlib" "/opt/rustwide/target/debug/deps/libitoa-112bb79833734ba1.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libfutures-a18d4bab83d0d4cc.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-b22a245fe355346c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e786250ece7cb8e6.rlib" "/opt/rustwide/target/debug/deps/libbytes-5612ef2ec79a73cb.rlib" "/opt/rustwide/target/debug/deps/libiovec-fe24c9ced55a6fb7.rlib" "/opt/rustwide/target/debug/deps/libbase64-78b291aad863b086.rlib" "/opt/rustwide/target/debug/deps/libsafemem-ffc88558e0c6af5e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f2e0ef059a40c69d.rlib" "/opt/rustwide/target/debug/deps/libcookie-47951af3cc44ace5.rlib" "/opt/rustwide/target/debug/deps/libtime-87d84f79a387083a.rlib" "/opt/rustwide/target/debug/deps/liblibc-6c9ba1b157ed4856.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.two_a.7y6skqvr-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437" "/opt/rustwide/target/debug/deps/two_a-3633c3fd488d2437.2n1d0r96reqewhvq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-b9426ece97657583.rlib" "/opt/rustwide/target/debug/deps/libreqwest-48588e727f3d9e16.rlib" "/opt/rustwide/target/debug/deps/libuuid-9638e28e53132796.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ede28440ad38a51b.rlib" "/opt/rustwide/target/debug/deps/liburl-d334a6aca218c103.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-37403a81b788f0c6.rlib" "/opt/rustwide/target/debug/deps/libidna-08e3c55ead6a6095.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-b06988bff8617506.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-00687fdf7952a949.rlib" "/opt/rustwide/target/debug/deps/libmatches-b31feef5c3ce1062.rlib" "/opt/rustwide/target/debug/deps/libdtoa-3f43e8ced0ce7b22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-ea8620370c2d380e.rlib" "/opt/rustwide/target/debug/deps/libryu-14e2d52982707843.rlib" "/opt/rustwide/target/debug/deps/libserde-a6b08f6194a1fd54.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4080a66d835d9158.rlib" "/opt/rustwide/target/debug/deps/libphf-153fe390b429db3d.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-aaa44d17bcf2e8a0.rlib" "/opt/rustwide/target/debug/deps/libunicase-87e76b15564a1b59.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-6ef7992e23c9184a.rlib" "/opt/rustwide/target/debug/deps/libmime-7602312176fea8cc.rlib" "/opt/rustwide/target/debug/deps/libunicase-5caad08f1c05515d.rlib" "/opt/rustwide/target/debug/deps/liblibflate-ad5a237b2803d952.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c9a091253f06b382.rlib" "/opt/rustwide/target/debug/deps/libadler32-aec74e350da90292.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c9348367762c960d.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-4fb4918fe67b89bb.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-ff8d3e5760d2950d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-948d0637e8940408.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bc3933a0c5f4996c.rlib" "/opt/rustwide/target/debug/deps/libhyper-b79b835d54478a68.rlib" "/opt/rustwide/target/debug/deps/libwant-9c42b8068f1c07cb.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libtokio-030a54bf017dfd01.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-de1283576b87d029.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-01874337c8d0816c.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-426d37a6b4904104.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-5507a71fd536f845.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-0adc11faafe4334f.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-58c6d27de285a9c3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-6ea406217a508bad.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9f07cfd1fc2a251f.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-764dbe98cfc6690a.rlib" "/opt/rustwide/target/debug/deps/libunreachable-3a54f8fa86481e73.rlib" "/opt/rustwide/target/debug/deps/libvoid-ed59fa4be0570cad.rlib" "/opt/rustwide/target/debug/deps/librand-5148744f78ff0ed8.rlib" "/opt/rustwide/target/debug/deps/librand_core-54aaf9e27002c2d5.rlib" "/opt/rustwide/target/debug/deps/liblock_api-abca3da484639fa2.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-9b3f8442e756604f.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-b18e47f5add2de08.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-d945f01994384354.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3f02f0e77d1e471e.rlib" "/opt/rustwide/target/debug/deps/librand-7d4115dd0448283e.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-b40d807bf4433ee0.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-264d9a89f007776c.rlib" "/opt/rustwide/target/debug/deps/librand_hc-0b7c25cd87aa9eba.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-16e251fb54299e23.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-8e165211272f7bfb.rlib" "/opt/rustwide/target/debug/deps/librand_core-cefe9b742d858e38.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-cf9dd66eaea602ae.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-074dd15ce3d5061a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c4c82cf767cb8e45.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-14384d5d0823cd1f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b6fd67ae54c0ffbc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2976d90d5f3d25e4.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-c3ec7efc76d1e00d.rlib" "/opt/rustwide/target/debug/deps/libnodrop-15a96655c8197c54.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-71d9fe0fd4cd8d8a.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-76452b2f695595c2.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-ae2635d59aebb0d4.rlib" "/opt/rustwide/target/debug/deps/libmio-9f5320f1f3a96d16.rlib" "/opt/rustwide/target/debug/deps/liblazycell-8571d41aafb4cf3b.rlib" "/opt/rustwide/target/debug/deps/libnet2-7d783de279c55078.rlib" "/opt/rustwide/target/debug/deps/libhttparse-ee2453abb2a325d5.rlib" "/opt/rustwide/target/debug/deps/libh2-efec5865a07b8dd5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-614f8001b89f6de2.rlib" "/opt/rustwide/target/debug/deps/libstring-2a631f4089c2f356.rlib" "/opt/rustwide/target/debug/deps/libslab-09d9a5310004cae8.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2cbfaffcc39ab494.rlib" "/opt/rustwide/target/debug/deps/liblog-c4b63cbd3a66ca4b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-2b6146372b112f0a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-4397c84b65ea90b5.rlib" "/opt/rustwide/target/debug/deps/libhttp-895105958999cf06.rlib" "/opt/rustwide/target/debug/deps/libitoa-112bb79833734ba1.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libfutures-a18d4bab83d0d4cc.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-b22a245fe355346c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e786250ece7cb8e6.rlib" "/opt/rustwide/target/debug/deps/libbytes-5612ef2ec79a73cb.rlib" "/opt/rustwide/target/debug/deps/libiovec-fe24c9ced55a6fb7.rlib" "/opt/rustwide/target/debug/deps/libbase64-78b291aad863b086.rlib" "/opt/rustwide/target/debug/deps/libsafemem-ffc88558e0c6af5e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f2e0ef059a40c69d.rlib" "/opt/rustwide/target/debug/deps/libcookie-47951af3cc44ace5.rlib" "/opt/rustwide/target/debug/deps/libtime-87d84f79a387083a.rlib" "/opt/rustwide/target/debug/deps/liblibc-6c9ba1b157ed4856.rlib" "/opt/rustwide/target/debug/deps/libenum_map-f402e51180770829.rlib" "/opt/rustwide/target/debug/deps/libreexport_proc_macro-07707b83fd79c905.rlib" "/opt/rustwide/target/debug/deps/libarray_macro-8e0596a1a6324fbe.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.sixteen_a.6jqdaffj-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91" "/opt/rustwide/target/debug/deps/sixteen_a-91a953ac851b1e91.12gv3kmara1h78hq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-b9426ece97657583.rlib" "/opt/rustwide/target/debug/deps/libreqwest-48588e727f3d9e16.rlib" "/opt/rustwide/target/debug/deps/libuuid-9638e28e53132796.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ede28440ad38a51b.rlib" "/opt/rustwide/target/debug/deps/liburl-d334a6aca218c103.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-37403a81b788f0c6.rlib" "/opt/rustwide/target/debug/deps/libidna-08e3c55ead6a6095.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-b06988bff8617506.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-00687fdf7952a949.rlib" "/opt/rustwide/target/debug/deps/libmatches-b31feef5c3ce1062.rlib" "/opt/rustwide/target/debug/deps/libdtoa-3f43e8ced0ce7b22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-ea8620370c2d380e.rlib" "/opt/rustwide/target/debug/deps/libryu-14e2d52982707843.rlib" "/opt/rustwide/target/debug/deps/libserde-a6b08f6194a1fd54.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4080a66d835d9158.rlib" "/opt/rustwide/target/debug/deps/libphf-153fe390b429db3d.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-aaa44d17bcf2e8a0.rlib" "/opt/rustwide/target/debug/deps/libunicase-87e76b15564a1b59.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-6ef7992e23c9184a.rlib" "/opt/rustwide/target/debug/deps/libmime-7602312176fea8cc.rlib" "/opt/rustwide/target/debug/deps/libunicase-5caad08f1c05515d.rlib" "/opt/rustwide/target/debug/deps/liblibflate-ad5a237b2803d952.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c9a091253f06b382.rlib" "/opt/rustwide/target/debug/deps/libadler32-aec74e350da90292.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c9348367762c960d.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-4fb4918fe67b89bb.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-ff8d3e5760d2950d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-948d0637e8940408.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bc3933a0c5f4996c.rlib" "/opt/rustwide/target/debug/deps/libhyper-b79b835d54478a68.rlib" "/opt/rustwide/target/debug/deps/libwant-9c42b8068f1c07cb.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libtokio-030a54bf017dfd01.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-de1283576b87d029.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-01874337c8d0816c.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-426d37a6b4904104.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-5507a71fd536f845.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-0adc11faafe4334f.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-58c6d27de285a9c3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-6ea406217a508bad.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9f07cfd1fc2a251f.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-764dbe98cfc6690a.rlib" "/opt/rustwide/target/debug/deps/libunreachable-3a54f8fa86481e73.rlib" "/opt/rustwide/target/debug/deps/libvoid-ed59fa4be0570cad.rlib" "/opt/rustwide/target/debug/deps/librand-5148744f78ff0ed8.rlib" "/opt/rustwide/target/debug/deps/librand_core-54aaf9e27002c2d5.rlib" "/opt/rustwide/target/debug/deps/liblock_api-abca3da484639fa2.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-9b3f8442e756604f.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-b18e47f5add2de08.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-d945f01994384354.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3f02f0e77d1e471e.rlib" "/opt/rustwide/target/debug/deps/librand-7d4115dd0448283e.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-b40d807bf4433ee0.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-264d9a89f007776c.rlib" "/opt/rustwide/target/debug/deps/librand_hc-0b7c25cd87aa9eba.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-16e251fb54299e23.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-8e165211272f7bfb.rlib" "/opt/rustwide/target/debug/deps/librand_core-cefe9b742d858e38.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-cf9dd66eaea602ae.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-074dd15ce3d5061a.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-14384d5d0823cd1f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b6fd67ae54c0ffbc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2976d90d5f3d25e4.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-c3ec7efc76d1e00d.rlib" "/opt/rustwide/target/debug/deps/libnodrop-15a96655c8197c54.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-71d9fe0fd4cd8d8a.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-76452b2f695595c2.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-ae2635d59aebb0d4.rlib" "/opt/rustwide/target/debug/deps/libmio-9f5320f1f3a96d16.rlib" "/opt/rustwide/target/debug/deps/liblazycell-8571d41aafb4cf3b.rlib" "/opt/rustwide/target/debug/deps/libnet2-7d783de279c55078.rlib" "/opt/rustwide/target/debug/deps/libhttparse-ee2453abb2a325d5.rlib" "/opt/rustwide/target/debug/deps/libh2-efec5865a07b8dd5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-614f8001b89f6de2.rlib" "/opt/rustwide/target/debug/deps/libstring-2a631f4089c2f356.rlib" "/opt/rustwide/target/debug/deps/libslab-09d9a5310004cae8.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2cbfaffcc39ab494.rlib" "/opt/rustwide/target/debug/deps/liblog-c4b63cbd3a66ca4b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-2b6146372b112f0a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-4397c84b65ea90b5.rlib" "/opt/rustwide/target/debug/deps/libhttp-895105958999cf06.rlib" "/opt/rustwide/target/debug/deps/libitoa-112bb79833734ba1.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libfutures-a18d4bab83d0d4cc.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-b22a245fe355346c.rlib" "/opt/rustwide/target/debug/deps/libbytes-5612ef2ec79a73cb.rlib" "/opt/rustwide/target/debug/deps/libiovec-fe24c9ced55a6fb7.rlib" "/opt/rustwide/target/debug/deps/libbase64-78b291aad863b086.rlib" "/opt/rustwide/target/debug/deps/libsafemem-ffc88558e0c6af5e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f2e0ef059a40c69d.rlib" "/opt/rustwide/target/debug/deps/libcookie-47951af3cc44ace5.rlib" "/opt/rustwide/target/debug/deps/libtime-87d84f79a387083a.rlib" "/opt/rustwide/target/debug/deps/libstrum-952777f34d8872af.rlib" "/opt/rustwide/target/debug/deps/libregex-6d2059afe6a44f0f.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-5285e964cc677567.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-4550e1523b532757.rlib" "/opt/rustwide/target/debug/deps/libucd_util-f629a7a8dd9e2767.rlib" "/opt/rustwide/target/debug/deps/libthread_local-3603e13f7ae9fc5d.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-2746ca176375616e.rlib" "/opt/rustwide/target/debug/deps/libmemchr-db20bb2e7654f5e5.rlib" "/opt/rustwide/target/debug/deps/liblibc-6c9ba1b157ed4856.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e786250ece7cb8e6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c4c82cf767cb8e45.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.two_b.bknz6g1d-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3" "/opt/rustwide/target/debug/deps/two_b-d8d51fa71093c4c3.wjg08rxlk0th7vx.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-b9426ece97657583.rlib" "/opt/rustwide/target/debug/deps/libreqwest-48588e727f3d9e16.rlib" "/opt/rustwide/target/debug/deps/libuuid-9638e28e53132796.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ede28440ad38a51b.rlib" "/opt/rustwide/target/debug/deps/liburl-d334a6aca218c103.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-37403a81b788f0c6.rlib" "/opt/rustwide/target/debug/deps/libidna-08e3c55ead6a6095.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-b06988bff8617506.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-00687fdf7952a949.rlib" "/opt/rustwide/target/debug/deps/libmatches-b31feef5c3ce1062.rlib" "/opt/rustwide/target/debug/deps/libdtoa-3f43e8ced0ce7b22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-ea8620370c2d380e.rlib" "/opt/rustwide/target/debug/deps/libryu-14e2d52982707843.rlib" "/opt/rustwide/target/debug/deps/libserde-a6b08f6194a1fd54.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4080a66d835d9158.rlib" "/opt/rustwide/target/debug/deps/libphf-153fe390b429db3d.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-aaa44d17bcf2e8a0.rlib" "/opt/rustwide/target/debug/deps/libunicase-87e76b15564a1b59.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-6ef7992e23c9184a.rlib" "/opt/rustwide/target/debug/deps/libmime-7602312176fea8cc.rlib" "/opt/rustwide/target/debug/deps/libunicase-5caad08f1c05515d.rlib" "/opt/rustwide/target/debug/deps/liblibflate-ad5a237b2803d952.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c9a091253f06b382.rlib" "/opt/rustwide/target/debug/deps/libadler32-aec74e350da90292.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c9348367762c960d.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-4fb4918fe67b89bb.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-ff8d3e5760d2950d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-948d0637e8940408.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bc3933a0c5f4996c.rlib" "/opt/rustwide/target/debug/deps/libhyper-b79b835d54478a68.rlib" "/opt/rustwide/target/debug/deps/libwant-9c42b8068f1c07cb.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libtokio-030a54bf017dfd01.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-de1283576b87d029.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-01874337c8d0816c.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-426d37a6b4904104.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-5507a71fd536f845.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-0adc11faafe4334f.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-58c6d27de285a9c3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-6ea406217a508bad.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9f07cfd1fc2a251f.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-764dbe98cfc6690a.rlib" "/opt/rustwide/target/debug/deps/libunreachable-3a54f8fa86481e73.rlib" "/opt/rustwide/target/debug/deps/libvoid-ed59fa4be0570cad.rlib" "/opt/rustwide/target/debug/deps/librand-5148744f78ff0ed8.rlib" "/opt/rustwide/target/debug/deps/librand_core-54aaf9e27002c2d5.rlib" "/opt/rustwide/target/debug/deps/liblock_api-abca3da484639fa2.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-9b3f8442e756604f.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-b18e47f5add2de08.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-d945f01994384354.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3f02f0e77d1e471e.rlib" "/opt/rustwide/target/debug/deps/librand-7d4115dd0448283e.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-b40d807bf4433ee0.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-264d9a89f007776c.rlib" "/opt/rustwide/target/debug/deps/librand_hc-0b7c25cd87aa9eba.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-16e251fb54299e23.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-8e165211272f7bfb.rlib" "/opt/rustwide/target/debug/deps/librand_core-cefe9b742d858e38.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-cf9dd66eaea602ae.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-074dd15ce3d5061a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c4c82cf767cb8e45.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-14384d5d0823cd1f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b6fd67ae54c0ffbc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2976d90d5f3d25e4.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-c3ec7efc76d1e00d.rlib" "/opt/rustwide/target/debug/deps/libnodrop-15a96655c8197c54.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-71d9fe0fd4cd8d8a.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-76452b2f695595c2.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-ae2635d59aebb0d4.rlib" "/opt/rustwide/target/debug/deps/libmio-9f5320f1f3a96d16.rlib" "/opt/rustwide/target/debug/deps/liblazycell-8571d41aafb4cf3b.rlib" "/opt/rustwide/target/debug/deps/libnet2-7d783de279c55078.rlib" "/opt/rustwide/target/debug/deps/libhttparse-ee2453abb2a325d5.rlib" "/opt/rustwide/target/debug/deps/libh2-efec5865a07b8dd5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-614f8001b89f6de2.rlib" "/opt/rustwide/target/debug/deps/libstring-2a631f4089c2f356.rlib" "/opt/rustwide/target/debug/deps/libslab-09d9a5310004cae8.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2cbfaffcc39ab494.rlib" "/opt/rustwide/target/debug/deps/liblog-c4b63cbd3a66ca4b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-2b6146372b112f0a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-4397c84b65ea90b5.rlib" "/opt/rustwide/target/debug/deps/libhttp-895105958999cf06.rlib" "/opt/rustwide/target/debug/deps/libitoa-112bb79833734ba1.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libfutures-a18d4bab83d0d4cc.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-b22a245fe355346c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e786250ece7cb8e6.rlib" "/opt/rustwide/target/debug/deps/libbytes-5612ef2ec79a73cb.rlib" "/opt/rustwide/target/debug/deps/libiovec-fe24c9ced55a6fb7.rlib" "/opt/rustwide/target/debug/deps/libbase64-78b291aad863b086.rlib" "/opt/rustwide/target/debug/deps/libsafemem-ffc88558e0c6af5e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f2e0ef059a40c69d.rlib" "/opt/rustwide/target/debug/deps/libcookie-47951af3cc44ace5.rlib" "/opt/rustwide/target/debug/deps/libtime-87d84f79a387083a.rlib" "/opt/rustwide/target/debug/deps/liblibc-6c9ba1b157ed4856.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.six_a.ej53hml3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af" "/opt/rustwide/target/debug/deps/six_a-f3fe094d0e46a7af.3047y6q2hdu8i4lm.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-b9426ece97657583.rlib" "/opt/rustwide/target/debug/deps/libreqwest-48588e727f3d9e16.rlib" "/opt/rustwide/target/debug/deps/libuuid-9638e28e53132796.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ede28440ad38a51b.rlib" "/opt/rustwide/target/debug/deps/liburl-d334a6aca218c103.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-37403a81b788f0c6.rlib" "/opt/rustwide/target/debug/deps/libidna-08e3c55ead6a6095.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-b06988bff8617506.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-00687fdf7952a949.rlib" "/opt/rustwide/target/debug/deps/libmatches-b31feef5c3ce1062.rlib" "/opt/rustwide/target/debug/deps/libdtoa-3f43e8ced0ce7b22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-ea8620370c2d380e.rlib" "/opt/rustwide/target/debug/deps/libryu-14e2d52982707843.rlib" "/opt/rustwide/target/debug/deps/libserde-a6b08f6194a1fd54.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4080a66d835d9158.rlib" "/opt/rustwide/target/debug/deps/libphf-153fe390b429db3d.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-aaa44d17bcf2e8a0.rlib" "/opt/rustwide/target/debug/deps/libunicase-87e76b15564a1b59.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-6ef7992e23c9184a.rlib" "/opt/rustwide/target/debug/deps/libmime-7602312176fea8cc.rlib" "/opt/rustwide/target/debug/deps/libunicase-5caad08f1c05515d.rlib" "/opt/rustwide/target/debug/deps/liblibflate-ad5a237b2803d952.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c9a091253f06b382.rlib" "/opt/rustwide/target/debug/deps/libadler32-aec74e350da90292.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c9348367762c960d.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-4fb4918fe67b89bb.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-ff8d3e5760d2950d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-948d0637e8940408.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bc3933a0c5f4996c.rlib" "/opt/rustwide/target/debug/deps/libhyper-b79b835d54478a68.rlib" "/opt/rustwide/target/debug/deps/libwant-9c42b8068f1c07cb.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libtokio-030a54bf017dfd01.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-de1283576b87d029.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-01874337c8d0816c.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-426d37a6b4904104.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-5507a71fd536f845.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-0adc11faafe4334f.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-58c6d27de285a9c3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-6ea406217a508bad.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9f07cfd1fc2a251f.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-764dbe98cfc6690a.rlib" "/opt/rustwide/target/debug/deps/libunreachable-3a54f8fa86481e73.rlib" "/opt/rustwide/target/debug/deps/libvoid-ed59fa4be0570cad.rlib" "/opt/rustwide/target/debug/deps/librand-5148744f78ff0ed8.rlib" "/opt/rustwide/target/debug/deps/librand_core-54aaf9e27002c2d5.rlib" "/opt/rustwide/target/debug/deps/liblock_api-abca3da484639fa2.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-9b3f8442e756604f.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-b18e47f5add2de08.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-d945f01994384354.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-3f02f0e77d1e471e.rlib" "/opt/rustwide/target/debug/deps/librand-7d4115dd0448283e.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-b40d807bf4433ee0.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-264d9a89f007776c.rlib" "/opt/rustwide/target/debug/deps/librand_hc-0b7c25cd87aa9eba.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-16e251fb54299e23.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-8e165211272f7bfb.rlib" "/opt/rustwide/target/debug/deps/librand_core-cefe9b742d858e38.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-cf9dd66eaea602ae.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-074dd15ce3d5061a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c4c82cf767cb8e45.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-14384d5d0823cd1f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b6fd67ae54c0ffbc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2976d90d5f3d25e4.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-c3ec7efc76d1e00d.rlib" "/opt/rustwide/target/debug/deps/libnodrop-15a96655c8197c54.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-71d9fe0fd4cd8d8a.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-76452b2f695595c2.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-ae2635d59aebb0d4.rlib" "/opt/rustwide/target/debug/deps/libmio-9f5320f1f3a96d16.rlib" "/opt/rustwide/target/debug/deps/liblazycell-8571d41aafb4cf3b.rlib" "/opt/rustwide/target/debug/deps/libnet2-7d783de279c55078.rlib" "/opt/rustwide/target/debug/deps/libhttparse-ee2453abb2a325d5.rlib" "/opt/rustwide/target/debug/deps/libh2-efec5865a07b8dd5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-614f8001b89f6de2.rlib" "/opt/rustwide/target/debug/deps/libstring-2a631f4089c2f356.rlib" "/opt/rustwide/target/debug/deps/libslab-09d9a5310004cae8.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2cbfaffcc39ab494.rlib" "/opt/rustwide/target/debug/deps/liblog-c4b63cbd3a66ca4b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-2b6146372b112f0a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-4397c84b65ea90b5.rlib" "/opt/rustwide/target/debug/deps/libhttp-895105958999cf06.rlib" "/opt/rustwide/target/debug/deps/libitoa-112bb79833734ba1.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libfutures-a18d4bab83d0d4cc.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-b22a245fe355346c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e786250ece7cb8e6.rlib" "/opt/rustwide/target/debug/deps/libbytes-5612ef2ec79a73cb.rlib" "/opt/rustwide/target/debug/deps/libiovec-fe24c9ced55a6fb7.rlib" "/opt/rustwide/target/debug/deps/libbase64-78b291aad863b086.rlib" "/opt/rustwide/target/debug/deps/libsafemem-ffc88558e0c6af5e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f2e0ef059a40c69d.rlib" "/opt/rustwide/target/debug/deps/libcookie-47951af3cc44ace5.rlib" "/opt/rustwide/target/debug/deps/libtime-87d84f79a387083a.rlib" "/opt/rustwide/target/debug/deps/liblibc-6c9ba1b157ed4856.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "89d026518e3ba809fe964d2fd6132e2827e73a1f0a3c2fbd0e5c24a88dc1c3df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89d026518e3ba809fe964d2fd6132e2827e73a1f0a3c2fbd0e5c24a88dc1c3df", kill_on_drop: false }` [INFO] [stdout] 89d026518e3ba809fe964d2fd6132e2827e73a1f0a3c2fbd0e5c24a88dc1c3df