[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#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnemosupremo%2Fmkii" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nemosupremo/mkii on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-5/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", 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] d2b7d2a4788389f96a22b1975f4b56146c60e220c53dc3642214a7184e169823 [INFO] running `Command { std: "docker" "start" "-a" "d2b7d2a4788389f96a22b1975f4b56146c60e220c53dc3642214a7184e169823", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2b7d2a4788389f96a22b1975f4b56146c60e220c53dc3642214a7184e169823", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2b7d2a4788389f96a22b1975f4b56146c60e220c53dc3642214a7184e169823", kill_on_drop: false }` [INFO] [stdout] d2b7d2a4788389f96a22b1975f4b56146c60e220c53dc3642214a7184e169823 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df5d0aec21a389aca71634b3dbdc13a6d586b2db8f5981f098fbc1f4afcb2100 [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" "df5d0aec21a389aca71634b3dbdc13a6d586b2db8f5981f098fbc1f4afcb2100", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling memchr v2.2.1 [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 syn v1.0.5 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling cc v1.0.24 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling siphasher v0.3.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling seahash v3.0.5 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling lock_api v0.3.1 [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 crossbeam-utils v0.6.6 [INFO] [stderr] Compiling tracing-core v0.1.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling smallvec v0.6.5 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling atty v0.2.13 [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 futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling bytes v0.4.9 [INFO] [stderr] Compiling core_affinity v0.5.9 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rand_pcg v0.2.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling tokio-io v0.2.0-alpha.4 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling mio-uds v0.6.6 [INFO] [stderr] Compiling tokio-codec v0.2.0-alpha.4 [INFO] [stderr] Compiling regex v1.3.1 [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 env_logger v0.6.2 [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-timer v0.3.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 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 status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.mkii.f0fc311d-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d.34cqfjqwxu2mw4ty.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-26a180266aed0de8/out" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcore_affinity-2ac0a445554f8aad.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-893adf0caa83e8b2.rlib" "/opt/rustwide/target/debug/deps/libregex-aaced83319affa5e.rlib" "/opt/rustwide/target/debug/deps/libthread_local-aa4a708f2e07e44a.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d15a0544f24c41e1.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-248b6f5b7bdb17c8.rlib" "/opt/rustwide/target/debug/deps/libatty-fa7b50100e0e2270.rlib" "/opt/rustwide/target/debug/deps/libhumantime-457eec9400611df2.rlib" "/opt/rustwide/target/debug/deps/libquick_error-7c7cd5b552241ac9.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-52bc9b73d7a89aea.rlib" "/opt/rustwide/target/debug/deps/libtokio_io_pool-1a143b3b24cdb39b.rlib" "/opt/rustwide/target/debug/deps/libseahash-3d06172683cf889b.rlib" "/opt/rustwide/target/debug/deps/libphf-857c740ccfcb84a9.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-a0d79f83f982d5ed.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-38d63650f1846a01.rlib" "/opt/rustwide/target/debug/deps/libcpuprofiler-f95913a1390551bc.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-e7ca4d0d8274d779.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-c4b49afff9861d35.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-b25018a0ff7b0bee.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-c007b21449ab9fbb.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-52fb8b6cc5475983.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-f8afcf81f7518078.rlib" "/opt/rustwide/target/debug/deps/libwinapi-752b8c6fa8b80860.rlib" "/opt/rustwide/target/debug/deps/libkernel32-eb9071fb75aa08cb.rlib" "/opt/rustwide/target/debug/deps/libtokio-8d12cc7181c967d8.rlib" "/opt/rustwide/target/debug/deps/libtokio_net-6128e8a9740e1d67.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-d582e08bc16051cf.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-fc6c99122fc63e2c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-f754c86883f837ad.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-49b5d15864a249f4.rlib" "/opt/rustwide/target/debug/deps/libunreachable-d4eca13922259628.rlib" "/opt/rustwide/target/debug/deps/libvoid-dc3a8a0cc21244f6.rlib" "/opt/rustwide/target/debug/deps/liblock_api-bf1d8fdfdef16830.rlib" "/opt/rustwide/target/debug/deps/libmio-d1fecfe64a4856dc.rlib" "/opt/rustwide/target/debug/deps/libnet2-0b8cab8847221d27.rlib" "/opt/rustwide/target/debug/deps/liblazycell-64939402397267ae.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-d79ec0c15c1a5d53.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-ddbb70a2c234657d.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-016be803f9011716.rlib" "/opt/rustwide/target/debug/deps/libbytes-0fbd2d04aeaa3b28.rlib" "/opt/rustwide/target/debug/deps/libiovec-a30aab5b75a42b87.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-20c342838a3477cc.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-e983d2f1a89ac1fa.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-1ed249503d70fd6c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-db3a408590bbae7b.rlib" "/opt/rustwide/target/debug/deps/libtracing-3cf650b2644fadc9.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-34a25d40d03cbcfa.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-ba14887b347cf695.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-d17ce2bf29c08eea.rlib" "/opt/rustwide/target/debug/deps/liblibc-0c04a04da529974f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-789574297d0a2b43.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-ac23dee01bf228dd.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-3e3dbc88c0ab67a3.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-ab38994486088515.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-c9d7a2c0e0741167.rlib" "/opt/rustwide/target/debug/deps/libnodrop-1402547a71e38369.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-3a4ff446253d0e29.rlib" "/opt/rustwide/target/debug/deps/libfnv-e4c6ba56d659bb77.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-22c1a4bdd0391493.rlib" "/opt/rustwide/target/debug/deps/libmemchr-10808b3704594d32.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-15536c100e29ad02.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-5c6831a0a12bd5ec.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-15761fa2cfdca0fb.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6c42719473c9837a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c467a84ed6f4d76f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-1fa0ad527318377d.rlib" "/opt/rustwide/target/debug/deps/libspin-8ee06c28a303f7f8.rlib" "/opt/rustwide/target/debug/deps/libslab-23749d241e4a132e.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-58953021fab014cc.rlib" "/opt/rustwide/target/debug/deps/liblog-ac333b03a0e873e2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ff15ca4418a0fa04.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lprofiler" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/mkii-37a08a7db96fc27d" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [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" "df5d0aec21a389aca71634b3dbdc13a6d586b2db8f5981f098fbc1f4afcb2100", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df5d0aec21a389aca71634b3dbdc13a6d586b2db8f5981f098fbc1f4afcb2100", kill_on_drop: false }` [INFO] [stdout] df5d0aec21a389aca71634b3dbdc13a6d586b2db8f5981f098fbc1f4afcb2100