[INFO] cloning repository https://github.com/jkremser/custom_k8s_scheduler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jkremser/custom_k8s_scheduler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkremser%2Fcustom_k8s_scheduler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkremser%2Fcustom_k8s_scheduler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9d5afd05e77c8cffa4b363252bd44418b8a6f5bb [INFO] testing jkremser/custom_k8s_scheduler against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkremser%2Fcustom_k8s_scheduler" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jkremser/custom_k8s_scheduler on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jkremser/custom_k8s_scheduler [INFO] finished tweaking git repo https://github.com/jkremser/custom_k8s_scheduler [INFO] tweaked toml for git repo https://github.com/jkremser/custom_k8s_scheduler written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/jkremser/custom_k8s_scheduler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eeac0ef85e0bcaba1b363d4acdacd6096ed89d3ccfe5ad210183b38390d239aa [INFO] running `Command { std: "docker" "start" "-a" "eeac0ef85e0bcaba1b363d4acdacd6096ed89d3ccfe5ad210183b38390d239aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eeac0ef85e0bcaba1b363d4acdacd6096ed89d3ccfe5ad210183b38390d239aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eeac0ef85e0bcaba1b363d4acdacd6096ed89d3ccfe5ad210183b38390d239aa", kill_on_drop: false }` [INFO] [stdout] eeac0ef85e0bcaba1b363d4acdacd6096ed89d3ccfe5ad210183b38390d239aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13f9d0643a96c57692dbed96dfbe3c645cc8fbb44c77b8ca7e61553b0ca6dd2d [INFO] running `Command { std: "docker" "start" "-a" "13f9d0643a96c57692dbed96dfbe3c645cc8fbb44c77b8ca7e61553b0ca6dd2d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling once_cell v1.6.0 [INFO] [stderr] Compiling pin-project-lite v0.2.4 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling futures-core v0.3.13 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling futures-sink v0.3.13 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.13 [INFO] [stderr] Compiling futures-io v0.3.13 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling httparse v1.3.5 [INFO] [stderr] Compiling serde_json v1.0.62 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling k8s-openapi v0.11.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling dtoa v0.4.7 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling protobuf v2.22.0 [INFO] [stderr] Compiling array_tool v1.0.3 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling prometheus v0.11.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling actix-service v2.0.0-beta.4 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling futures-channel v0.3.13 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling http v0.2.3 [INFO] [stderr] Compiling bytestring v1.0.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling standback v0.2.15 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling time v0.2.25 [INFO] [stderr] Compiling cookie v0.14.3 [INFO] [stderr] Compiling ahash v0.7.0 [INFO] [stderr] Compiling tokio v1.2.0 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling mio v0.7.9 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling http-body v0.4.0 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling sha-1 v0.9.4 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling ordered-float v2.1.1 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.13 [INFO] [stderr] Compiling futures-macro v0.3.13 [INFO] [stderr] Compiling pin-project-internal v1.0.5 [INFO] [stderr] Compiling actix-macros v0.2.0 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling snafu-derive v0.6.10 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling actix-web-codegen v0.5.0-beta.1 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.13 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling pin-project v1.0.5 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling snafu v0.6.10 [INFO] [stderr] Compiling tokio-util v0.6.3 [INFO] [stderr] Compiling actix-rt v2.0.2 [INFO] [stderr] Compiling tokio-io-timeout v1.1.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling actix-codec v0.4.0-beta.1 [INFO] [stderr] Compiling futures-executor v0.3.13 [INFO] [stderr] Compiling h2 v0.3.0 [INFO] [stderr] Compiling tower v0.4.6 [INFO] [stderr] Compiling actix-utils v3.0.0-beta.2 [INFO] [stderr] Compiling hyper v0.14.4 [INFO] [stderr] Compiling futures v0.3.13 [INFO] [stderr] Compiling actix-tls v3.0.0-beta.3 [INFO] [stderr] Compiling actix-server v2.0.0-beta.3 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling actix-router v0.2.7 [INFO] [stderr] Compiling actix-http v3.0.0-beta.3 [INFO] [stderr] Compiling tracing-subscriber v0.2.16 [INFO] [stderr] Compiling jsonpath_lib v0.2.6 [INFO] [stderr] Compiling awc v3.0.0-beta.2 [INFO] [stderr] Compiling actix-web v4.0.0-beta.3 [INFO] [stderr] Compiling kube v0.52.0 [INFO] [stderr] Compiling kube-runtime v0.52.0 [INFO] [stderr] Compiling custom_k8s_scheduler 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/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.scheduler.89cbec4d-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52.26jjow0wpxjdyd80.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-9fac39597207ed92/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtracing_subscriber-e6456b5e2524e388.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-2fd32f704e2b03f9.rlib" "/opt/rustwide/target/debug/deps/libtracing_serde-9adba399a2585ff9.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-7847105a82bbc71c.rlib" "/opt/rustwide/target/debug/deps/libansi_term-cf230369650aa732.rlib" "/opt/rustwide/target/debug/deps/libmatchers-c3d1fb73ab505dca.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-e13e78dc85958a04.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-b8aa7095a78525a2.rlib" "/opt/rustwide/target/debug/deps/libactix_web-576d9b02af282583.rlib" "/opt/rustwide/target/debug/deps/libawc-aad4ecca688d0144.rlib" "/opt/rustwide/target/debug/deps/libactix_server-50f06d5a9369d511.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-182656a38f687f28.rlib" "/opt/rustwide/target/debug/deps/libactix_router-f3e18c652ab13f99.rlib" "/opt/rustwide/target/debug/deps/libactix_http-15b9ea6ab7c0d832.rlib" "/opt/rustwide/target/debug/deps/librand-063e126f67c32c0a.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ee375960d9f7056b.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-82bffc668da1af99.rlib" "/opt/rustwide/target/debug/deps/libsha1-9853d5b0c5d33e25.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-ffbe13ab2928830a.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-4113982dc57591d4.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-c42d8fbe55cdf8a2.rlib" "/opt/rustwide/target/debug/deps/libdigest-6e291911cc548c27.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-eaf7d2005f1708d3.rlib" "/opt/rustwide/target/debug/deps/libtypenum-5a3a7afc00429bcf.rlib" "/opt/rustwide/target/debug/deps/libbytestring-d1de2f1e4328721a.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-f177f2d417a5696b.rlib" "/opt/rustwide/target/debug/deps/libcookie-08b92027f56d8eb9.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-ce5259bede0a456d.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-66706a840c6b3f9e.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libflate2-493c5e85cf31e61f.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-96c00d7c339a6afc.rlib" "/opt/rustwide/target/debug/deps/libadler-9d91af25e56b3838.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-667de4e810607513.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-71413e30586f25eb.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-745b8d28045f1fb6.rlib" "/opt/rustwide/target/debug/deps/libtime-47823109b129ade0.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-96562aaac4e9bbd3.rlib" "/opt/rustwide/target/debug/deps/libstandback-6b168f2ae76ae79b.rlib" "/opt/rustwide/target/debug/deps/libahash-4acca5e81c804aab.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-68047d87e7023c47.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-e40d7f9ff6d72387.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-720542bc1ed89055.rlib" "/opt/rustwide/target/debug/deps/libh2-168e78bc0e42cda7.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-d849686569f4db79.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-69c095c5bdea5ef9.rlib" "/opt/rustwide/target/debug/deps/libactix_service-5e5a1f5c5fe718ec.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-b4819e15c0ef0814.rlib" "/opt/rustwide/target/debug/deps/libkube-ec90920f3eceb073.rlib" "/opt/rustwide/target/debug/deps/libpem-d94600ff44d534c1.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-e3fa3ffee37c88e6.rlib" "/opt/rustwide/target/debug/deps/libdtoa-3f02e5266a74cdcc.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-fb062838ce04b5b9.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-2d73749d53e508e5.rlib" "/opt/rustwide/target/debug/deps/liburl-278e12bbccdca647.rlib" "/opt/rustwide/target/debug/deps/libidna-932a2f46f55060db.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-d7f22cf422d37c04.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-3cec6a29cb6b0509.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-186b4d50aeb6750b.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libhyper_timeout-588f5a159ad7f0de.rlib" "/opt/rustwide/target/debug/deps/libtokio_io_timeout-8ed1eee4546dd844.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-f0ed0fb9f466f4f2.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-a0306853b5d52af2.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-bd1525b0f876c44e.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-b3a4883940d1055b.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-f2064dd23450af27.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libjsonpath_lib-dfdb39a10fd28136.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-31d47cec5b5b9762.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b126e2ab944ff130.rlib" "/opt/rustwide/target/debug/deps/libatty-c317dbbf927f0fbd.rlib" "/opt/rustwide/target/debug/deps/libhumantime-91ca063d910be691.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9f037071f33ff693.rlib" "/opt/rustwide/target/debug/deps/libarray_tool-d4d45782cdb56cee.rlib" "/opt/rustwide/target/debug/deps/libdirs_next-74a802a29f9a3029.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys_next-f90d58177d122add.rlib" "/opt/rustwide/target/debug/deps/libtower-2274d9f1a235f1bb.rlib" "/opt/rustwide/target/debug/deps/libtower_layer-ee90fa3e31a19e1d.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-38c2c66cb163dc9b.rlib" "/opt/rustwide/target/debug/deps/libhyper-5b2a502cde989407.rlib" "/opt/rustwide/target/debug/deps/libwant-de75933e9362a6bf.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libhttparse-763caab8a36202e0.rlib" "/opt/rustwide/target/debug/deps/libsocket2-2acfed52033bacda.rlib" "/opt/rustwide/target/debug/deps/libpin_project-5f93146fac6e30d8.rlib" "/opt/rustwide/target/debug/deps/libtower_service-6f9cbeafd8b373de.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-53bdf9729cb5bdaa.rlib" "/opt/rustwide/target/debug/deps/libtokio-83c29862ddb16bdb.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-015035edb8e8f918.rlib" "/opt/rustwide/target/debug/deps/libmio-c3dd41a844c842e3.rlib" "/opt/rustwide/target/debug/deps/libhttp-43140c1a5c224cfb.rlib" "/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rlib" "/opt/rustwide/target/debug/deps/libfutures-cf4bb0eb8c8dd0d1.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-8baaf0b30e65bf55.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-1b43a2efc8c06fe4.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-c49aaa63190b91d8.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-9f7b67b8d66ead46.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-7e579e8a18319f92.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-e86e9c6913e85fb3.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-6b4ab33985d05cb9.rlib" "/opt/rustwide/target/debug/deps/libeither-e3062db716b81c8a.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-62b1a5cbf56a9f5f.rlib" "/opt/rustwide/target/debug/deps/libtracing-6c67f1cf4fb7efdd.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-b9d2d58497d450ff.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-86b0aa417a597501.rlib" "/opt/rustwide/target/debug/deps/liblog-ba3200a69ea295c7.rlib" "/opt/rustwide/target/debug/deps/libprometheus-9601f84daedd6d50.rlib" "/opt/rustwide/target/debug/deps/libthiserror-a9c8e9f35d1b0a39.rlib" "/opt/rustwide/target/debug/deps/libprotobuf-3500a6d1153e59d6.rlib" "/opt/rustwide/target/debug/deps/libregex-4d6ca3fde130f1a5.rlib" "/opt/rustwide/target/debug/deps/libthread_local-95e182695bd835e9.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-2751d67a6e1acc12.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-ea33e0b70ada9cfe.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-893f4c3b4ecb939d.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a5a411cf7f1fa2da.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-4d683ef3f3135441.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib" "/opt/rustwide/target/debug/deps/liblock_api-db461bc71d83cdd1.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libinstant-19d5109d95e62e31.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libk8s_openapi-309a446eab28ca0d.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libserde_value-f05f10f2160f51d7.rlib" "/opt/rustwide/target/debug/deps/libordered_float-04e8752654ff9a3a.rlib" "/opt/rustwide/target/debug/deps/libserde_json-b42797991d5712f1.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libitoa-233da835b39c05ce.rlib" "/opt/rustwide/target/debug/deps/libindexmap-d649dd2c5537e3b0.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f68c299677dc64e2.rlib" "/opt/rustwide/target/debug/deps/libchrono-7ef0ba28888ee5d2.rlib" "/opt/rustwide/target/debug/deps/libserde-6688f3ccfbd13b61.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3cfafa8a66b955f3.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cb679fd1591f0bb8.rlib" "/opt/rustwide/target/debug/deps/libtime-c2e7faf194c452f0.rlib" "/opt/rustwide/target/debug/deps/liblibc-dd7fa48851d60c87.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/scheduler-b65c6104f6b92b52" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: _ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h09b132cbd062e548E: TLS definition in /opt/rustwide/target/debug/deps/libactix_server-50f06d5a9369d511.rlib(actix_server-50f06d5a9369d511.actix_server.1419760b-cgu.9.rcgu.o) section .tbss._ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h09b132cbd062e548E mismatches non-TLS reference in /opt/rustwide/target/debug/deps/libactix_server-50f06d5a9369d511.rlib(actix_server-50f06d5a9369d511.actix_server.1419760b-cgu.4.rcgu.o) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libactix_server-50f06d5a9369d511.rlib: error adding symbols: bad value [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 `custom_k8s_scheduler` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "13f9d0643a96c57692dbed96dfbe3c645cc8fbb44c77b8ca7e61553b0ca6dd2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13f9d0643a96c57692dbed96dfbe3c645cc8fbb44c77b8ca7e61553b0ca6dd2d", kill_on_drop: false }` [INFO] [stdout] 13f9d0643a96c57692dbed96dfbe3c645cc8fbb44c77b8ca7e61553b0ca6dd2d