[INFO] cloning repository https://github.com/nemosupremo/mkii [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nemosupremo/mkii" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnemosupremo%2Fmkii", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnemosupremo%2Fmkii'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d7781b2254ce65ea5779f74560bf7fae2424003c [INFO] testing nemosupremo/mkii against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnemosupremo%2Fmkii" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nemosupremo/mkii on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nemosupremo/mkii [INFO] finished tweaking git repo https://github.com/nemosupremo/mkii [INFO] tweaked toml for git repo https://github.com/nemosupremo/mkii written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/nemosupremo/mkii already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4e7d2bba4a6bd6facee1927ce3d3fd458750fbe46c39f596051aaa02a5bc6285 [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" "4e7d2bba4a6bd6facee1927ce3d3fd458750fbe46c39f596051aaa02a5bc6285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e7d2bba4a6bd6facee1927ce3d3fd458750fbe46c39f596051aaa02a5bc6285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e7d2bba4a6bd6facee1927ce3d3fd458750fbe46c39f596051aaa02a5bc6285", kill_on_drop: false }` [INFO] [stdout] 4e7d2bba4a6bd6facee1927ce3d3fd458750fbe46c39f596051aaa02a5bc6285 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "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] 49e6dcf7fa7b0b8980dd19067248b73ebf744dc3b6d68092ca9e0e4844da0fb4 [INFO] running `Command { std: "docker" "start" "-a" "49e6dcf7fa7b0b8980dd19067248b73ebf744dc3b6d68092ca9e0e4844da0fb4", kill_on_drop: false }` [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.3 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling slab v0.4.1 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling byteorder v1.2.6 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling cc v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling siphasher v0.3.0 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling seahash v3.0.5 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling phf_shared v0.7.24 (http://github.com/sfackler/rust-phf?rev=0d00821785#0d008217) [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling smallvec v0.6.5 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling tracing-core v0.1.5 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling bytes v0.4.9 [INFO] [stderr] Compiling core_affinity v0.5.9 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand_pcg v0.2.0 [INFO] [stderr] Compiling tokio-io v0.2.0-alpha.4 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling tokio-codec v0.2.0-alpha.4 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling mio-uds v0.6.6 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling phf_generator v0.7.24 (http://github.com/sfackler/rust-phf?rev=0d00821785#0d008217) [INFO] [stderr] Compiling error-chain v0.5.0 [INFO] [stderr] Compiling cpuprofiler v0.0.3 [INFO] [stderr] Compiling tokio-sync v0.2.0-alpha.4 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling tracing-attributes v0.1.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.4 [INFO] [stderr] Compiling tracing v0.1.8 [INFO] [stderr] Compiling phf_macros v0.7.24 (http://github.com/sfackler/rust-phf?rev=0d00821785#0d008217) [INFO] [stderr] Compiling tokio-executor v0.2.0-alpha.4 [INFO] [stderr] Compiling tokio-net v0.2.0-alpha.4 [INFO] [stderr] Compiling tokio-fs v0.2.0-alpha.4 [INFO] [stderr] Compiling tokio-timer v0.3.0-alpha.4 [INFO] [stderr] Compiling phf v0.7.24 (http://github.com/sfackler/rust-phf?rev=0d00821785#0d008217) [INFO] [stderr] Compiling tokio v0.2.0-alpha.4 [INFO] [stderr] Compiling tokio-io-pool v0.2.0-alpha.1 (https://github.com/nemosupremo/tokio-io-pool?rev=d56b5b7#d56b5b7a) [INFO] [stderr] Compiling mkii v0.1.0 (/opt/rustwide/workdir) [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/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.mkii.2xrvmnpc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a" "/opt/rustwide/target/debug/deps/mkii-d83e108713c8405a.3blhc914xd6u4pgm.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-16c1d85a166796d3/out" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcore_affinity-400f1e8f6d2a4800.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-73da5fdd8580ba52.rlib" "/opt/rustwide/target/debug/deps/libregex-213033e7edc9e105.rlib" "/opt/rustwide/target/debug/deps/libthread_local-af9c7a5567d33a59.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-e7b15ed4ae6ae857.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-b5c0b946c48ff4ab.rlib" "/opt/rustwide/target/debug/deps/libatty-af7dacc14e009143.rlib" "/opt/rustwide/target/debug/deps/libhumantime-2bb70e12fa0b8806.rlib" "/opt/rustwide/target/debug/deps/libquick_error-8c90ea5b32960f2f.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-d8c7f4753a339d1d.rlib" "/opt/rustwide/target/debug/deps/libtokio_io_pool-324b2bc13e21e6e3.rlib" "/opt/rustwide/target/debug/deps/libseahash-110588221e66507e.rlib" "/opt/rustwide/target/debug/deps/libphf-9ec94327647e9911.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-d8ac93683f466931.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-c203b0954c5d7cf0.rlib" "/opt/rustwide/target/debug/deps/libcpuprofiler-974bb8f03669e4b2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-65d9f7d0b961f44d.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-06f8ca6e30de2b92.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-0b7ec0f42be4c9af.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-c50758596dd24bd1.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-72c4176c5b1cbf2f.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-8125723676ab7d1d.rlib" "/opt/rustwide/target/debug/deps/libwinapi-f315fac9f78c00fb.rlib" "/opt/rustwide/target/debug/deps/libkernel32-357e0cd2dff55d80.rlib" "/opt/rustwide/target/debug/deps/libtokio-8314ac1afa0effcb.rlib" "/opt/rustwide/target/debug/deps/libtokio_net-87b18f652ee38ed2.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-fe31a30307bb6078.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-eb17b9b41a094180.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d669822fe6e31af7.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-04d73df5bd7524f5.rlib" "/opt/rustwide/target/debug/deps/libunreachable-d50aefc3fd69daea.rlib" "/opt/rustwide/target/debug/deps/libvoid-9a28c3bedaac67b5.rlib" "/opt/rustwide/target/debug/deps/liblock_api-694fadb6ba96534b.rlib" "/opt/rustwide/target/debug/deps/libmio-c34c63903d79cbd7.rlib" "/opt/rustwide/target/debug/deps/libnet2-d4608e5757167acb.rlib" "/opt/rustwide/target/debug/deps/liblazycell-3cebf6533de81a6d.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-aae81babd9cbc443.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-1653b26ab8794d21.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-6874173829b72c53.rlib" "/opt/rustwide/target/debug/deps/libbytes-4381fc230028f96c.rlib" "/opt/rustwide/target/debug/deps/libiovec-955ab23aa6a2eabc.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-0a3c8ebd36cd6f1e.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-a6f711d6d87359d0.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-f0b600057340c685.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-9b3a79885734084c.rlib" "/opt/rustwide/target/debug/deps/libtracing-b12552d2f08e9f58.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-bac846591baa74c7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-be2132a0ecc3ae34.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-410bf00afc8b48cf.rlib" "/opt/rustwide/target/debug/deps/liblibc-21f67c47dfc455da.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-1adab3ead1a345b0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-88121c4785c03feb.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-7f101a26ad79ff77.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-76961b977438ea87.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-00e55e41342cbcb8.rlib" "/opt/rustwide/target/debug/deps/libnodrop-ed7fc3125c27ac78.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-e1a51112982f3586.rlib" "/opt/rustwide/target/debug/deps/libfnv-e461bc511369ce67.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-e18f41e526e4a7cb.rlib" "/opt/rustwide/target/debug/deps/libmemchr-b94c7254a079d159.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-5200168f211849cb.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-0ed56fdfe5a09a72.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-5c784fd069f63d95.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-5f42cf159dc75c61.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-372c45362803e2fe.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b89df4f389b247b4.rlib" "/opt/rustwide/target/debug/deps/libspin-35e209bbe476b247.rlib" "/opt/rustwide/target/debug/deps/libslab-76475e15e34681c5.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f8038fb7c9a77289.rlib" "/opt/rustwide/target/debug/deps/liblog-21f37d12922caa19.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-45df0fd50fa2e287.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5989bcf78182f65e.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4d6da34bc177af8d.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-10e0d6c948699482.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c2318e2415657781.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-3815b93ed84badbb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-d7999143d95238cb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c58298a0d40df8b8.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b7de97e2ba6fb4e2.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6f71c9f654d72cce.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7402cd4761aebc14.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-95a4d456339b7385.rlib" "-Wl,-Bdynamic" "-lprofiler" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lprofiler [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mkii`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "49e6dcf7fa7b0b8980dd19067248b73ebf744dc3b6d68092ca9e0e4844da0fb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49e6dcf7fa7b0b8980dd19067248b73ebf744dc3b6d68092ca9e0e4844da0fb4", kill_on_drop: false }` [INFO] [stdout] 49e6dcf7fa7b0b8980dd19067248b73ebf744dc3b6d68092ca9e0e4844da0fb4