[INFO] cloning repository https://github.com/fudanchii/wp2l2d [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fudanchii/wp2l2d" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffudanchii%2Fwp2l2d", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffudanchii%2Fwp2l2d'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4630cf8165bb0d1da247cae985c040cbc15923ad [INFO] building fudanchii/wp2l2d against try#8aaecdf5df68a6fbc126704e44d399ba2fe66bf2 for pr-94962 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffudanchii%2Fwp2l2d" "/workspace/builds/worker-23/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-23/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fudanchii/wp2l2d on toolchain 8aaecdf5df68a6fbc126704e44d399ba2fe66bf2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fudanchii/wp2l2d [INFO] finished tweaking git repo https://github.com/fudanchii/wp2l2d [INFO] tweaked toml for git repo https://github.com/fudanchii/wp2l2d written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate git repo https://github.com/fudanchii/wp2l2d already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20617154382dfcc3e46ad840c04b6b02d42737ff6d749c377bb2f595238f2035 [INFO] running `Command { std: "docker" "start" "-a" "20617154382dfcc3e46ad840c04b6b02d42737ff6d749c377bb2f595238f2035", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20617154382dfcc3e46ad840c04b6b02d42737ff6d749c377bb2f595238f2035", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20617154382dfcc3e46ad840c04b6b02d42737ff6d749c377bb2f595238f2035", kill_on_drop: false }` [INFO] [stdout] 20617154382dfcc3e46ad840c04b6b02d42737ff6d749c377bb2f595238f2035 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf3f9998dbe22aae7a249a7f4f01f95a1ddfee4068e902c65951b63ef7a9b851 [INFO] running `Command { std: "docker" "start" "-a" "bf3f9998dbe22aae7a249a7f4f01f95a1ddfee4068e902c65951b63ef7a9b851", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling encoding_rs v0.8.20 [INFO] [stderr] Compiling copyless v0.1.4 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling arc-swap v0.4.3 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling bitflags v1.2.0 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling indexmap v1.2.0 [INFO] [stderr] Compiling dtoa v0.4.4 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling hashbrown v0.5.0 [INFO] [stderr] Compiling mime v0.3.14 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling lock_api v0.3.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling tokio-sync v0.1.6 [INFO] [stderr] Compiling actix-service v0.4.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling signal-hook-registry v1.1.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling webpki v0.19.1 [INFO] [stderr] Compiling sct v0.5.0 [INFO] [stderr] Compiling signal-hook v0.1.10 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling flate2 v1.0.12 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling rustls v0.15.2 [INFO] [stderr] Compiling webpki-roots v0.16.0 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling actix-web-codegen v0.1.2 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-rustls v0.9.4 [INFO] [stderr] Compiling actix-codec v0.1.2 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling actix-utils v0.4.6 [INFO] [stderr] Compiling actix-server-config v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling quick-xml v0.14.0 [INFO] [stderr] Compiling quick-xml v0.15.0 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Compiling actix-threadpool v0.1.2 [INFO] [stderr] Compiling actix-rt v0.2.5 [INFO] [stderr] Compiling actix-connect v0.2.5 [INFO] [stderr] Compiling actix-server v0.6.1 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling rss v1.8.0 [INFO] [stderr] Compiling actix-testing v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.1.5 [INFO] [stderr] Compiling envy v0.4.0 [INFO] [stderr] Compiling actix-http v0.2.10 [INFO] [stderr] Compiling awc v0.2.7 [INFO] [stderr] Compiling actix-web v1.0.8 [INFO] [stderr] Compiling wp2l2d v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.wp2l2d.d63fca33-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0.fxf02734ka28qrz.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-56ec0169cb2760a9/out" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-1c874fc4eb73a242/out" "-L" "/opt/rustwide/target/debug/build/brotli-sys-5eaf87379fcc5669/out" "-L" "/opt/rustwide/target/debug/build/miniz-sys-e4a46f12bb37b6dc/out" "-L" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-d64fe3955821e26e.rlib" "/opt/rustwide/target/debug/deps/libatty-ed252ec2cb12d260.rlib" "/opt/rustwide/target/debug/deps/libhumantime-4720986d10121b2d.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-fe718804e6e01f68.rlib" "/opt/rustwide/target/debug/deps/libwp2l2d-d542e810c71e8610.rlib" "/opt/rustwide/target/debug/deps/libenvy-02fdaeb9a2c79757.rlib" "/opt/rustwide/target/debug/deps/librss-1e9e71f8cd5cb20b.rlib" "/opt/rustwide/target/debug/deps/libquick_xml-5a120c48e7f9b215.rlib" "/opt/rustwide/target/debug/deps/libquick_xml-f99d611ff43412ac.rlib" "/opt/rustwide/target/debug/deps/libactix_web-b7bf583fb715ddc1.rlib" "/opt/rustwide/target/debug/deps/libawc-f8bc9d92f6ed5d33.rlib" "/opt/rustwide/target/debug/deps/libactix_testing-e08ca1c1b759e4fa.rlib" "/opt/rustwide/target/debug/deps/libactix_server-0f3cfb94de035cdc.rlib" "/opt/rustwide/target/debug/deps/libtokio_signal-7571be616ea74d64.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-dc74cb590af2c029.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-8c5605e70a8ad96e.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-de2cacff6b8b65de.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-c0b57f075ae5ee57.rlib" "/opt/rustwide/target/debug/deps/libactix_router-3823ce8e9c97274a.rlib" "/opt/rustwide/target/debug/deps/libactix_http-1fa529ac0f6efb62.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-cd9d95a6f279bd67.rlib" "/opt/rustwide/target/debug/deps/libsha1-b913d53b1b7c425f.rlib" "/opt/rustwide/target/debug/deps/librand-7e8821ca0a6c59a0.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-05df5d5b639e24e4.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-4921e1091fd145aa.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-f718162676277fd2.rlib" "/opt/rustwide/target/debug/deps/librand_core-c5f53d6c05b8aa02.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-d91bc9c135cd08b2.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-4ac7ec1aa29e13b9.rlib" "/opt/rustwide/target/debug/deps/liburl-011747b5973832ed.rlib" "/opt/rustwide/target/debug/deps/libidna-66b6920acb3e3385.rlib" "/opt/rustwide/target/debug/deps/libdtoa-79721131ab1dea5c.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib" "/opt/rustwide/target/debug/deps/libchrono-0817250dd0cbfebe.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0e6527445253b0f8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-154037fed179a526.rlib" "/opt/rustwide/target/debug/deps/libserde_json-18c5a0306bf10928.rlib" "/opt/rustwide/target/debug/deps/libryu-5dfde68e89dcfceb.rlib" "/opt/rustwide/target/debug/deps/libserde-1909c4c8766c8d85.rlib" "/opt/rustwide/target/debug/deps/libbitflags-9c1b1c09a4961901.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-d4cf8435618c0620.rlib" "/opt/rustwide/target/debug/deps/libregex-b40c885787b367a7.rlib" "/opt/rustwide/target/debug/deps/libthread_local-db631b07438dcb8f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-4055627397d2cec7.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a4be1312f2ebb2b2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5c5ff3709cffc05b.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-2657e2513e136c93.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libmime-acdf30b181dfb8f5.rlib" "/opt/rustwide/target/debug/deps/libflate2-def430c5a6ed2306.rlib" "/opt/rustwide/target/debug/deps/libminiz_sys-cbcc3ab3fd05f926.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-97f2bfeb2b83083b.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-a7a14520c755a59f.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-51a5f189b473baf8.rlib" "/opt/rustwide/target/debug/deps/libtime-f17d862f8cd2041c.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-9e2029e9ec56e1ee.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-c429fdb6035d83e6.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-4c0d29aa208cc727.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-eebe4c7ffd32dc70.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-ff661f6721136001.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-79769fec15375f10.rlib" "/opt/rustwide/target/debug/deps/libcopyless-cc360bbcf1f4eb80.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-38885f117184ffd5.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-03b0738a7f4fbcdb.rlib" "/opt/rustwide/target/debug/deps/librustls-8bc78968f2db4c56.rlib" "/opt/rustwide/target/debug/deps/libbase64-8d62c2691af399e6.rlib" "/opt/rustwide/target/debug/deps/libsct-84a9e7d9bb090bae.rlib" "/opt/rustwide/target/debug/deps/libwebpki-b0602b77ba2cffe1.rlib" "/opt/rustwide/target/debug/deps/libring-0f0a26a901b15afe.rlib" "/opt/rustwide/target/debug/deps/libspin-2c2d0e97c8363747.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-ec592d9bc5129d71.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-bcc360d10d4e14cc.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-981a4af8878b2863.rlib" "/opt/rustwide/target/debug/deps/liburl-0dd7acca880ae4cf.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-240c068dd9a8427a.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-e1f9d9f5037ebbe3.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-4586941c45373d8f.rlib" "/opt/rustwide/target/debug/deps/libsocket2-7a102f22ba005c0f.rlib" "/opt/rustwide/target/debug/deps/librand-96bffadb2af650bc.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-7471cadbc336a1e6.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-4a80f593135724b6.rlib" "/opt/rustwide/target/debug/deps/librand_hc-7d82f4601a805bf2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-8d7fdfc954a0dc42.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-9a57256bab0accff.rlib" "/opt/rustwide/target/debug/deps/librand_core-78a41ab4e441eb16.rlib" "/opt/rustwide/target/debug/deps/librand_os-c9a91bd85bd498ba.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-f85db5560f5e9cc3.rlib" "/opt/rustwide/target/debug/deps/librand_core-7af04c7ffb9ea391.rlib" "/opt/rustwide/target/debug/deps/libidna-067e4f180313cc98.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-b47854d5a1b515b5.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-1186c837a9f5b632.rlib" "/opt/rustwide/target/debug/deps/libmatches-4395ae20fe1f12ba.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-82d9e2b90530ca43.rlib" "/opt/rustwide/target/debug/deps/libhostname-7036bd0a4c3447bf.rlib" "/opt/rustwide/target/debug/deps/libquick_error-63d061bf0c7acb92.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-7f3450f38b9e289a.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-8ac6dcb1f6e5a1f9.rlib" "/opt/rustwide/target/debug/deps/libfailure-174198cafad308d8.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-98d23164bf036464.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-aee5bac56ef198b5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-304061a6c0164c58.rlib" "/opt/rustwide/target/debug/deps/libeither-a4a9c786b10fffbb.rlib" "/opt/rustwide/target/debug/deps/libh2-1cb9924a8b6a2e87.rlib" "/opt/rustwide/target/debug/deps/libindexmap-93f68462f1189bbb.rlib" "/opt/rustwide/target/debug/deps/libstring-6e443380261c2c11.rlib" "/opt/rustwide/target/debug/deps/libhttp-97b91241b40b4b0d.rlib" "/opt/rustwide/target/debug/deps/libitoa-41332e73027fcf32.rlib" "/opt/rustwide/target/debug/deps/libactix_service-2bb88f648c305da6.rlib" "/opt/rustwide/target/debug/deps/libactix_server_config-a463131bc039d9e5.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-85e00cf89c44b463.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-6b0b87e5aaaeed12.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-bebb03fd1bc96587.rlib" "/opt/rustwide/target/debug/deps/libfnv-8c5c165005b941da.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-23b2c432af981479.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-e46cd276920adcd8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-bff997a86b96a285.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-508deca869599664.rlib" "/opt/rustwide/target/debug/deps/liblock_api-dd9049dae62fb4b9.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-b0d6578ff8168bec.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-80af65872938319a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4e82ef82eb0dfbaa.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libmio-1439eb65fafc8092.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libnet2-5f6b26ede156456f.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-9ff69bdcbd2854d9.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-033a66d4676d4fcd.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-b73f1a753d38495a.rlib" "/opt/rustwide/target/debug/deps/libfutures-758fac1dc923a60e.rlib" "/opt/rustwide/target/debug/deps/libbytes-f4a83c688f47aec4.rlib" "/opt/rustwide/target/debug/deps/libiovec-9855aab4144b4283.rlib" "/opt/rustwide/target/debug/deps/liblibc-6c69249c522556a4.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-b62235b9cfe9991c.rlib" "/opt/rustwide/target/debug/deps/liblog-564705816ac1f29a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1b64d5fe7a3c3d7f.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7f86684b9679284.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-10a87791239bd676.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-0e6cad6dd623d38e.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9d05dd05a4d51b33.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-a60ff138fe1adfad.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-0e9344458c09713e.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ef3b808d96f639bf.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e3ce420901586b53.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-546bece8dd1bea42.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9b358af16d7d7aa1.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-554cd499fe1a3b52.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-d105877dbe329cd1.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8fec8a74c706e4b4.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e869a247063ed69a.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4896c4057dc9553a.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1f103368fa522bc0.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/8aaecdf5df68a6fbc126704e44d399ba2fe66bf2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/wp2l2d-78bffc30266496b0" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wp2l2d` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "bf3f9998dbe22aae7a249a7f4f01f95a1ddfee4068e902c65951b63ef7a9b851", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf3f9998dbe22aae7a249a7f4f01f95a1ddfee4068e902c65951b63ef7a9b851", kill_on_drop: false }` [INFO] [stdout] bf3f9998dbe22aae7a249a7f4f01f95a1ddfee4068e902c65951b63ef7a9b851