[INFO] cloning repository https://github.com/varesa/cluster-controller [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/varesa/cluster-controller" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvaresa%2Fcluster-controller", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvaresa%2Fcluster-controller'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dafbeff4bd1450301be8c11fed72750afff09d5c [INFO] testing varesa/cluster-controller against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvaresa%2Fcluster-controller" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/varesa/cluster-controller on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/varesa/cluster-controller [INFO] finished tweaking git repo https://github.com/varesa/cluster-controller [INFO] tweaked toml for git repo https://github.com/varesa/cluster-controller written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/varesa/cluster-controller already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0fb79c76726b8386619342fcdcb648727bfa35fe7417f857a04e29bcc51fd572 [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" "0fb79c76726b8386619342fcdcb648727bfa35fe7417f857a04e29bcc51fd572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0fb79c76726b8386619342fcdcb648727bfa35fe7417f857a04e29bcc51fd572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fb79c76726b8386619342fcdcb648727bfa35fe7417f857a04e29bcc51fd572", kill_on_drop: false }` [INFO] [stdout] 0fb79c76726b8386619342fcdcb648727bfa35fe7417f857a04e29bcc51fd572 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 275434283f43b2538b6735ef5c6a1ff195e8126d6b486772f0701f816059105b [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" "275434283f43b2538b6735ef5c6a1ff195e8126d6b486772f0701f816059105b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling k8s-openapi v0.13.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling askama_escape v0.2.0 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling schemars v0.8.8 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling humanize-rs v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling pem v1.0.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling mio v0.8.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling librados-sys v0.1.0 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling virt v0.2.11 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling librbd-sys v0.1.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling ordered-float v2.10.0 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling cluster-controller v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tracing-attributes v0.1.19 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling schemars_derive v0.8.8 [INFO] [stderr] Compiling darling_macro v0.13.1 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling darling v0.13.1 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling kube-derive v0.64.0 [INFO] [stderr] Compiling tracing v0.1.31 [INFO] [stderr] Compiling askama_shared v0.8.0 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling tower-http v0.1.3 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling tokio-util v0.7.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling askama_derive v0.8.0 [INFO] [stderr] Compiling tower v0.4.12 [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling treediff v3.0.2 [INFO] [stderr] Compiling askama v0.8.0 [INFO] [stderr] Compiling jsonpath_lib v0.3.0 [INFO] [stderr] Compiling json-patch v0.2.6 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling kube-core v0.64.0 [INFO] [stderr] Compiling kube-client v0.64.0 [INFO] [stderr] Compiling kube-runtime v0.64.0 [INFO] [stderr] Compiling kube v0.64.0 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.cluster_controller.449046d2-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120.15dvi5zgf3g3bqhc.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libschemars-2c2f295eb647517c.rlib" "/opt/rustwide/target/debug/deps/libdyn_clone-bd43196442452b11.rlib" "/opt/rustwide/target/debug/deps/libvirt-074579724533147a.rlib" "/opt/rustwide/target/debug/deps/libregex-1e6307043010ea4b.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-970a5f30fe00cf11.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-930967c34ea90294.rlib" "/opt/rustwide/target/debug/deps/libaskama-c4dc6e01f7b4b634.rlib" "/opt/rustwide/target/debug/deps/libaskama_shared-0f8574fc40457bff.rlib" "/opt/rustwide/target/debug/deps/libhumansize-e7c7bc96c9dd431b.rlib" "/opt/rustwide/target/debug/deps/libaskama_escape-9bc77000e9f999ca.rlib" "/opt/rustwide/target/debug/deps/libtoml-24d1c7d23a6ecfd5.rlib" "/opt/rustwide/target/debug/deps/libsha2-b011fe32c15db062.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-8a0342d2228e88a9.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-c1ffb6c246dc7985.rlib" "/opt/rustwide/target/debug/deps/libdigest-5e4bffaca26b0071.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-f7a41407bdf843d7.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-31299215a58a208c.rlib" "/opt/rustwide/target/debug/deps/libtypenum-8dc0f9d8081d34a9.rlib" "/opt/rustwide/target/debug/deps/libuuid-2e25c54dde45d570.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-062c098e6daf6df1.rlib" "/opt/rustwide/target/debug/deps/libkube-e97f068769226149.rlib" "/opt/rustwide/target/debug/deps/libkube_runtime-c7230bf82aa3b460.rlib" "/opt/rustwide/target/debug/deps/libdashmap-597e1dd08652e3e7.rlib" "/opt/rustwide/target/debug/deps/libkube_client-4be894fca85e734f.rlib" "/opt/rustwide/target/debug/deps/libpem-4987f0ea285136a9.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-df0b661d26ac82eb.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-1603fc94e62853ce.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-bb6842ed1b81363c.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-dc4f3b26e7f9c520.rlib" "/opt/rustwide/target/debug/deps/libdirs_next-8d0e01ea7d94552a.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys_next-1403031c0377f8b4.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-e0164dc5b06153d5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-07561f617109d2d5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-737b1cdfb930c5ad.rlib" "/opt/rustwide/target/debug/deps/libopenssl-a29885b3a5a0d2f8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-1693f043aa7c36ab.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-e7016572aae82e2a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-9ed4d3efdde6e3fc.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-69ddb9748f0d76d2.rlib" "/opt/rustwide/target/debug/deps/libjsonpath_lib-12b5da6c0d532a44.rlib" "/opt/rustwide/target/debug/deps/libtower_http-4d74d6c759965ab9.rlib" "/opt/rustwide/target/debug/deps/libtower-658a52d474a131ab.rlib" "/opt/rustwide/target/debug/deps/libpin_project-0d5a71947cac7cc6.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-60c46cb0957c1fbf.rlib" "/opt/rustwide/target/debug/deps/libtower_layer-c2d073dd8f0bf982.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-e9ea3aa4611de4af.rlib" "/opt/rustwide/target/debug/deps/libhyper_timeout-0ec3bca80286c260.rlib" "/opt/rustwide/target/debug/deps/libtokio_io_timeout-8889f01ed7988098.rlib" "/opt/rustwide/target/debug/deps/libhyper-c3d7bf8c652557f5.rlib" "/opt/rustwide/target/debug/deps/libwant-5a94a909173fb724.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9bc2579d1b9f8f88.rlib" "/opt/rustwide/target/debug/deps/libhttparse-7e6a5e5cd6f3efab.rlib" "/opt/rustwide/target/debug/deps/libtower_service-7c0fcd20bc3dfaec.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-1ed4538ed4140f06.rlib" "/opt/rustwide/target/debug/deps/libtokio-cb190c31f9f925bb.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-49f0f0d71fc3ffa5.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1083a58fe8e257ec.rlib" "/opt/rustwide/target/debug/deps/libsocket2-83eba72fd570db7e.rlib" "/opt/rustwide/target/debug/deps/libmio-8a18c6c864080326.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-f6db3dba84c9e4a5.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-977ad3a3cc5760ed.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-30e0953ece083737.rlib" "/opt/rustwide/target/debug/deps/liblock_api-6b872191baf0584d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d46e40bbd3136360.rlib" "/opt/rustwide/target/debug/deps/libeither-c5489414264d9d01.rlib" "/opt/rustwide/target/debug/deps/libtracing-8845f6462852aa81.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-eb7c12311019b1a5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/liblog-b6c99e3b18835146.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0a04e74fc4f21d18.rlib" "/opt/rustwide/target/debug/deps/libkube_core-f58ae66849d78f29.rlib" "/opt/rustwide/target/debug/deps/libhttp-bb254f94d89028a2.rlib" "/opt/rustwide/target/debug/deps/libbytes-15b4425b0ed3b764.rlib" "/opt/rustwide/target/debug/deps/libfnv-cb175ca084a41bf7.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-93c9805d7084043f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-32dd5c1ab5974210.rlib" "/opt/rustwide/target/debug/deps/libmatches-79988a3a3f51c00d.rlib" "/opt/rustwide/target/debug/deps/libjson_patch-514ce2332ab77b48.rlib" "/opt/rustwide/target/debug/deps/libtreediff-ec2c42ab43e4c712.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-08c040c8ce3c280a.rlib" "/opt/rustwide/target/debug/deps/libthiserror-9d34bcf22bfc5d0d.rlib" "/opt/rustwide/target/debug/deps/libk8s_openapi-eae589ff9387fe03.rlib" "/opt/rustwide/target/debug/deps/libbase64-416e1250c5cc634c.rlib" "/opt/rustwide/target/debug/deps/libserde_value-84d6cb06bba749e3.rlib" "/opt/rustwide/target/debug/deps/libordered_float-ca6ea6b8104670c0.rlib" "/opt/rustwide/target/debug/deps/libchrono-f281e3d3c25c376d.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-6ef09f52680321cf.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6392f8d501d3fcb7.rlib" "/opt/rustwide/target/debug/deps/libtime-6924c826fdb7a78c.rlib" "/opt/rustwide/target/debug/deps/libhumanize_rs-200ef6c47e93fad4.rlib" "/opt/rustwide/target/debug/deps/libfutures-cc93fec0afc9d47d.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-b0f6833a767e6511.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-7e1f80ce65c17022.rlib" "/opt/rustwide/target/debug/deps/libmemchr-bc7103d2fd7c9396.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-80156a1303cb1cfa.rlib" "/opt/rustwide/target/debug/deps/libslab-9af0dd81ec65e962.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-6f2858b163c500e2.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-420daa249e18d18f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-e10ea0e7e7fbe990.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-7d3a049d02ce8b73.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-0029fcf5b57be1ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-7d8219d4ed57fa6e.rlib" "/opt/rustwide/target/debug/deps/liblibrbd_sys-b78970cb8d43ae30.rlib" "/opt/rustwide/target/debug/deps/liblibrados_sys-53af527c2d06c1ae.rlib" "/opt/rustwide/target/debug/deps/libserde_json-466c95c438bcedbf.rlib" "/opt/rustwide/target/debug/deps/libryu-39bc98b0cd76173a.rlib" "/opt/rustwide/target/debug/deps/libitoa-3f48628b7ba2d408.rlib" "/opt/rustwide/target/debug/deps/libindexmap-ab592bd4deb4cf10.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b02c9558425dd3eb.rlib" "/opt/rustwide/target/debug/deps/libserde-2f51d9dbb9728e2c.rlib" "/opt/rustwide/target/debug/deps/liblibc-0df115c6f3232b87.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lvirt" "-lssl" "-lcrypto" "-lrbd" "-lrados" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cluster_controller-5a4342488095d120" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lvirt [INFO] [stdout] /usr/bin/ld: cannot find -lrbd [INFO] [stdout] /usr/bin/ld: cannot find -lrados [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 `cluster-controller` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "275434283f43b2538b6735ef5c6a1ff195e8126d6b486772f0701f816059105b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "275434283f43b2538b6735ef5c6a1ff195e8126d6b486772f0701f816059105b", kill_on_drop: false }` [INFO] [stdout] 275434283f43b2538b6735ef5c6a1ff195e8126d6b486772f0701f816059105b