[INFO] cloning repository https://github.com/kane8n/hello-kubers [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kane8n/hello-kubers" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkane8n%2Fhello-kubers", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkane8n%2Fhello-kubers'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 596a004ffa56a9233b2c9031cab21f9ab26060ef [INFO] testing kane8n/hello-kubers against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkane8n%2Fhello-kubers" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kane8n/hello-kubers on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kane8n/hello-kubers [INFO] finished tweaking git repo https://github.com/kane8n/hello-kubers [INFO] tweaked toml for git repo https://github.com/kane8n/hello-kubers written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/kane8n/hello-kubers already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded kube v0.87.1 [INFO] [stderr] Downloaded kube-derive v0.87.1 [INFO] [stderr] Downloaded kube-core v0.87.1 [INFO] [stderr] Downloaded kube-runtime v0.87.1 [INFO] [stderr] Downloaded kube-client v0.87.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 601fac3688de457a4d892bc34a34f58d8f50320fd4aa5e05ef18a87b4aa7e6bc [INFO] running `Command { std: "docker" "start" "-a" "601fac3688de457a4d892bc34a34f58d8f50320fd4aa5e05ef18a87b4aa7e6bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "601fac3688de457a4d892bc34a34f58d8f50320fd4aa5e05ef18a87b4aa7e6bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "601fac3688de457a4d892bc34a34f58d8f50320fd4aa5e05ef18a87b4aa7e6bc", kill_on_drop: false }` [INFO] [stdout] 601fac3688de457a4d892bc34a34f58d8f50320fd4aa5e05ef18a87b4aa7e6bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93f1b54d6a99e192cd3d334363fc4d17d418bb38a8a1f914d71a0aa99d4efff0 [INFO] running `Command { std: "docker" "start" "-a" "93f1b54d6a99e192cd3d334363fc4d17d418bb38a8a1f914d71a0aa99d4efff0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling zerocopy v0.7.26 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling futures-sink v0.3.29 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling futures-io v0.3.29 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling rustls v0.21.9 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling mio v0.8.9 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling cpufeatures v0.2.11 [INFO] [stderr] Compiling k8s-openapi v0.20.0 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling schemars v0.8.16 [INFO] [stderr] Compiling iana-time-zone v0.1.58 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling dyn-clone v1.0.16 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling data-encoding v2.5.0 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling ring v0.17.5 [INFO] [stderr] Compiling http-range-header v0.3.1 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling zeroize v1.7.0 [INFO] [stderr] Compiling unsafe-libyaml v0.2.9 [INFO] [stderr] Compiling async-trait v0.1.74 [INFO] [stderr] Compiling pem v3.0.2 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling backoff v0.4.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling serde_derive_internals v0.26.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling darling_core v0.20.3 [INFO] [stderr] Compiling schemars_derive v0.8.16 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.29 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling pin-project v1.1.3 [INFO] [stderr] Compiling tokio v1.34.0 [INFO] [stderr] Compiling tungstenite v0.20.1 [INFO] [stderr] Compiling darling_macro v0.20.3 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling darling v0.20.3 [INFO] [stderr] Compiling kube-derive v0.87.1 [INFO] [stderr] Compiling futures-executor v0.3.29 [INFO] [stderr] Compiling tower-http v0.4.4 [INFO] [stderr] Compiling futures v0.3.29 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tokio-tungstenite v0.20.1 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling serde_yaml v0.9.27 [INFO] [stderr] Compiling treediff v4.0.2 [INFO] [stderr] Compiling json-patch v1.2.0 [INFO] [stderr] Compiling jsonpath_lib v0.3.0 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling kube-core v0.87.1 [INFO] [stderr] Compiling kube-client v0.87.1 [INFO] [stderr] Compiling kube-runtime v0.87.1 [INFO] [stderr] Compiling kube v0.87.1 [INFO] [stderr] Compiling hello_kubers v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcZDq8sh/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-96c4d9e121767b08.rlib,libnu_ansi_term-25bc4c6138f393bf.rlib,liboverload-fce868f7d32c3a35.rlib,libthread_local-785bc2580cc6c1d4.rlib,libsharded_slab-aeb34790c75d49b3.rlib,liblazy_static-2c4e06f363908d28.rlib,libtracing_log-98222572a975a6c9.rlib,libanyhow-0d770b83827d530f.rlib,libkube-f40f83f5ee9a2234.rlib,libkube_runtime-b9f17421d9c8d0f3.rlib,libkube_client-008e67ef0ac235ee.rlib,libpem-5d20b50683dd46b6.rlib,libhome-3f08d12188cba0f2.rlib,libserde_yaml-c1037a949debc27f.rlib,libunsafe_libyaml-5299039a9b129afd.rlib,libhyper_rustls-c19d63f0a02c53d8.rlib,librustls_native_certs-5e6f3de89529ab75.rlib,librustls_pemfile-ba60384a7bbfc3c1.rlib,libopenssl_probe-796ddc39c5b420b8.rlib,libtokio_rustls-3edc98e77093af7f.rlib,librustls-f73d2e6305c7dffa.rlib,libsct-93827ae66d2e00a4.rlib,libwebpki-b32419dbc741735d.rlib,libring-9aa6d997dd8fbf0e.rlib,libspin-5f1025e00af301a7.rlib,libuntrusted-8959162b75c5ffc6.rlib,libhyper_timeout-52e33e9c2435d0e2.rlib,libtokio_io_timeout-f379eb3319f53f20.rlib,libsecrecy-2d6576b934478746.rlib,libzeroize-c035aa80655ccc62.rlib,libjsonpath_lib-10df51d81fa26cc2.rlib,libtower_http-6a680e611f9d3e0a.rlib,libmime-b1201f19d94827ba.rlib,libbitflags-ddf2bce0761506d7.rlib,libtower-52849385cb17eac9.rlib,libpin_project-35faafffcee53ff0.rlib,libtower_layer-0d09549df8c2ceee.rlib,libhyper-3b3fd8771aacf04e.rlib,libwant-0aa14c033e52e54b.rlib,libtry_lock-8a00f6e3c7951917.rlib,libsocket2-8a93fdee24f80a4f.rlib,libtower_service-511def5dccdf34e7.rlib,libhttp_body-87a496b93d6bfb14.rlib,libhttpdate-a061c31a04dbb35a.rlib,libtokio_util-1da8fe6908fc067c.rlib,libtokio_tungstenite-b547b50cbf03630b.rlib,libtungstenite-c80ec4a40d651b28.rlib,libdata_encoding-1d2a92cd987ce44f.rlib,libutf8-1c90d3ce208a58ba.rlib,libbyteorder-f923bb3f21c22618.rlib,libsha1-05823ebf45fde351.rlib,libcpufeatures-7388f8737a0fa740.rlib,libdigest-c897702dc5d86075.rlib,libblock_buffer-5ab908812027eadb.rlib,libcrypto_common-7c017e33f26f30b6.rlib,libgeneric_array-b59dbdc8e8e5763d.rlib,libtypenum-c604f2b24272d713.rlib,libhttparse-5edac3f084fb0c21.rlib,liburl-7a8af0666d3f309f.rlib,libidna-423e84c7700bf845.rlib,libunicode_normalization-58ea4cae0b1f56d1.rlib,libtinyvec-61caed6efef58738.rlib,libtinyvec_macros-55d8a264b763c0a6.rlib,libunicode_bidi-430cff3331dad5bb.rlib,libtokio-c8483132b92e50e3.rlib,libsignal_hook_registry-9f0abf5c5cc3223b.rlib,libnum_cpus-6fc59dd3c0d97d46.rlib,libsocket2-2ad1f893ded51f60.rlib,libmio-9e8fb93c7778ccdd.rlib,libparking_lot-8282a605b677f9b4.rlib,libparking_lot_core-3cbeb21d6ed6d790.rlib,libsmallvec-ae2933959cbf1e1f.rlib,liblock_api-a232277bae8df3f2.rlib,libscopeguard-0ff18b2ed8dae252.rlib,libeither-a8ee02dae72c70f3.rlib,libkube_core-3475f4e30e428d94.rlib,libhttp-23c0dbb05b8f6ae6.rlib,libbytes-a434f6fcbae4dd58.rlib,libfnv-185b8526af05532d.rlib,libjson_patch-9aed8cd760c165c6.rlib,libtreediff-9c40443516a984ec.rlib,libform_urlencoded-53924430f7580454.rlib,libpercent_encoding-68324bb938036928.rlib,libschemars-c315e4321e932d07.rlib,libdyn_clone-2d4c70689f25797e.rlib,libthiserror-06a8400c33931547.rlib,libbackoff-8f574334b1b72624.rlib,librand-1362f3fe72d6a981.rlib,librand_chacha-a41b263c9a22f703.rlib,libppv_lite86-5d833bce3f969350.rlib,librand_core-48af38dbd8fac122.rlib,libinstant-846b9cfac8001c28.rlib,libk8s_openapi-c5673ab5f17c9e8c.rlib,libbase64-4bbee3c09dff995c.rlib,libserde_value-35b8bba500929f7e.rlib,libordered_float-c66260b676e8b7f6.rlib,libserde_json-989d3ff307254caf.rlib,libryu-fc55ad4fd51083fd.rlib,libitoa-b8154e690f2ba87d.rlib,libindexmap-3c94f3558fc2d356.rlib,libequivalent-13b77291db166d53.rlib,libhashbrown-e0a754c5b528d65c.rlib,libahash-9ea86039a215d18b.rlib,libgetrandom-68a8c0d6c7c38232.rlib,liblibc-1790a5ab78f327b3.rlib,libcfg_if-da7e6a5cb20f1238.rlib,libzerocopy-c45cfabd111abf09.rlib,liballocator_api2-f6f49b0206da6f42.rlib,libchrono-0ef10d1429144dd4.rlib,libnum_traits-6cb41b3241df72e5.rlib,libiana_time_zone-c4d12bd055148530.rlib,libserde-eab909f8376dd312.rlib,libfutures-367d45cab5a48db5.rlib,libfutures_executor-98e5ac581f6cf58d.rlib,libfutures_util-5f9704c2371f6fa6.rlib,libmemchr-d3a3e5f1fdc63d41.rlib,libfutures_io-3d746bf421c6e075.rlib,libslab-6c454a7717dad5f2.rlib,libfutures_channel-76f3166f5a3c5fe7.rlib,libfutures_sink-12545cb57d0ffc0a.rlib,libfutures_task-e344d1edd509589f.rlib,libpin_utils-d8f0fd3fa8a14f27.rlib,libfutures_core-c1407fbdf8086a19.rlib,libtracing-9eee94a533ae820f.rlib,liblog-cc0803d99332f68a.rlib,libpin_project_lite-113dbccb0259f39c.rlib,libtracing_core-59795e639033e202.rlib,libonce_cell-699b1cdd0586566a.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-b7738f10efd990d6/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/hello_kubers-3233262bfed8a8c9" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hello_kubers` (bin "hello_kubers") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "93f1b54d6a99e192cd3d334363fc4d17d418bb38a8a1f914d71a0aa99d4efff0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93f1b54d6a99e192cd3d334363fc4d17d418bb38a8a1f914d71a0aa99d4efff0", kill_on_drop: false }` [INFO] [stdout] 93f1b54d6a99e192cd3d334363fc4d17d418bb38a8a1f914d71a0aa99d4efff0