[INFO] cloning repository https://github.com/lstocchi/bcvk_win
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lstocchi/bcvk_win" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flstocchi%2Fbcvk_win", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flstocchi%2Fbcvk_win'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b9f789c7dc21d1fea2ab963bdecd1f90abc2e59a
[INFO] testing lstocchi/bcvk_win against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flstocchi%2Fbcvk_win" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/lstocchi/bcvk_win
[INFO] finished tweaking git repo https://github.com/lstocchi/bcvk_win
[INFO] tweaked toml for git repo https://github.com/lstocchi/bcvk_win written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lstocchi/bcvk_win on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lstocchi/bcvk_win 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1303eb7d96932ee1ad120014896008e0cd2271de19346d055837bb90e2cb47e4
[INFO] running `Command { std: "docker" "start" "1303eb7d96932ee1ad120014896008e0cd2271de19346d055837bb90e2cb47e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1303eb7d96932ee1ad120014896008e0cd2271de19346d055837bb90e2cb47e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1303eb7d96932ee1ad120014896008e0cd2271de19346d055837bb90e2cb47e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1303eb7d96932ee1ad120014896008e0cd2271de19346d055837bb90e2cb47e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1303eb7d96932ee1ad120014896008e0cd2271de19346d055837bb90e2cb47e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling io-lifetimes v2.0.4
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling io-extras v0.18.4
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling cap-primitives v3.4.4
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling fs-set-times v0.20.3
[INFO] [stderr]    Compiling rustix-linux-procfs v0.1.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling maybe-owned v0.3.4
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling cap-std v3.4.4
[INFO] [stderr]    Compiling ambient-authority v0.0.2
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling xshell-macros v0.2.7
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling xshell v0.2.7
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling bootc-utils v0.0.0 (https://github.com/bootc-dev/bootc?rev=93b22f4dbc2d54f7cca7c1df3ee59fcdec0b2cf1#93b22f4d)
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling cap-tempfile v3.4.4
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling const_format v0.2.34
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling fn-error-context v0.2.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling oci-spec v0.8.2
[INFO] [stderr]    Compiling yaml-rust2 v0.9.0
[INFO] [stderr]    Compiling comfy-table v7.2.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling bootc-mount v0.0.0 (https://github.com/bootc-dev/bootc?rev=93b22f4dbc2d54f7cca7c1df3ee59fcdec0b2cf1#93b22f4d)
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling vsock v0.5.1
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling cap-std-ext v4.0.6 (https://github.com/coreos/cap-std-ext?rev=cfdb25d51ffc697e70aa0d8d3cefe9ec2133bd0a#cfdb25d5)
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling quick-xml v0.36.2
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling bcvk v0.7.0 (/opt/rustwide/workdir/crates/kit)
[INFO] [stderr]    Compiling xtask v0.1.0 (/opt/rustwide/workdir/crates/xtask)
[INFO] [stdout] error[E0252]: the name `parse_size` is defined multiple times
[INFO] [stdout]   --> crates/kit/src/utils/mod.rs:13:36
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use common::{generate_unique_vm_name, parse_memory_to_mb, parse_size};
[INFO] [stdout]    |                                                               ---------- previous import of the value `parse_size` here
[INFO] [stdout] ...
[INFO] [stdout] 13 |     detect_container_storage_path, parse_size, validate_container_storage_path, wait_for_readiness,
[INFO] [stdout]    |                                    ^^^^^^^^^^ `parse_size` reimported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `parse_size` must be defined only once in the value namespace of this module
[INFO] [stdout] help: you can use `as` to change the binding name of the import
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use common::{generate_unique_vm_name, parse_memory_to_mb, parse_size as other_parse_size};
[INFO] [stdout]    |                                                                          +++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `crates/kit/src/run_ephemeral/../scripts/entrypoint.sh`: No such file or directory (os error 2)
[INFO] [stdout]    --> crates/kit/src/run_ephemeral/linux.rs:272:18
[INFO] [stdout]     |
[INFO] [stdout] 272 |     let script = include_str!("../scripts/entrypoint.sh");
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a file with the same name in a different directory
[INFO] [stdout]     |
[INFO] [stdout] 272 |     let script = include_str!("../../scripts/entrypoint.sh");
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::run_ephemeral::RunEphemeralOpts`
[INFO] [stdout]    --> crates/kit/src/container_entrypoint.rs:6:5
[INFO] [stdout]     |
[INFO] [stdout]   6 | use crate::run_ephemeral::RunEphemeralOpts;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^----------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           no `RunEphemeralOpts` in `run_ephemeral`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::run_ephemeral::linux::RunEphemeralOpts` exists but is inaccessible
[INFO] [stdout]    --> crates/kit/src/run_ephemeral/linux.rs:188:1
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct RunEphemeralOpts {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::utils::CommandRunExt`
[INFO] [stdout]   --> crates/kit/src/images.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | use crate::utils::CommandRunExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^-------------
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   no `CommandRunExt` in `utils`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> crates/kit/src/utils/mod.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(not(target_os = "linux"))]
[INFO] [stdout]    |          --------------------- the item is gated here
[INFO] [stdout] 17 | pub use fallback::CommandRunExt;
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::to_disk::ToDiskAdditionalOpts`
[INFO] [stdout]   --> crates/kit/src/libvirt/base_disks.rs:84:34
[INFO] [stdout]    |
[INFO] [stdout] 84 |     use crate::to_disk::{Format, ToDiskAdditionalOpts, ToDiskOpts};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^ no `ToDiskAdditionalOpts` in `to_disk`
[INFO] [stdout]    |
[INFO] [stdout] note: struct `crate::to_disk::common::ToDiskAdditionalOpts` exists but is inaccessible
[INFO] [stdout]   --> crates/kit/src/to_disk/common.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct ToDiskAdditionalOpts {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::run_ephemeral::default_vcpus`
[INFO] [stdout]  --> crates/kit/src/libvirt/domain.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::run_ephemeral::default_vcpus;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^-------------
[INFO] [stdout]   |                           |
[INFO] [stdout]   |                           no `default_vcpus` in `run_ephemeral`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::to_disk::ToDiskAdditionalOpts`
[INFO] [stdout]   --> crates/kit/src/libvirt/upload.rs:8:38
[INFO] [stdout]    |
[INFO] [stdout]  8 | use crate::to_disk::{run as to_disk, ToDiskAdditionalOpts, ToDiskOpts};
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^ no `ToDiskAdditionalOpts` in `to_disk`
[INFO] [stdout]    |
[INFO] [stdout] note: struct `crate::to_disk::common::ToDiskAdditionalOpts` exists but is inaccessible
[INFO] [stdout]   --> crates/kit/src/to_disk/common.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct ToDiskAdditionalOpts {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::to_disk::ToDiskAdditionalOpts`
[INFO] [stdout]   --> crates/kit/src/libvirt_upload_disk.rs:8:38
[INFO] [stdout]    |
[INFO] [stdout]  8 | use crate::to_disk::{run as to_disk, ToDiskAdditionalOpts, ToDiskOpts};
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^ no `ToDiskAdditionalOpts` in `to_disk`
[INFO] [stdout]    |
[INFO] [stdout] note: struct `crate::to_disk::common::ToDiskAdditionalOpts` exists but is inaccessible
[INFO] [stdout]   --> crates/kit/src/to_disk/common.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct ToDiskAdditionalOpts {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::run_ephemeral::run_detached`, `crate::run_ephemeral::RunEphemeralOpts`
[INFO] [stdout]    --> crates/kit/src/run_ephemeral_ssh.rs:9:28
[INFO] [stdout]     |
[INFO] [stdout]   9 | use crate::run_ephemeral::{run_detached, RunEphemeralOpts};
[INFO] [stdout]     |                            ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^ no `RunEphemeralOpts` in `run_ephemeral`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            no `run_detached` in `run_ephemeral`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::run_ephemeral::linux::RunEphemeralOpts` exists but is inaccessible
[INFO] [stdout]    --> crates/kit/src/run_ephemeral/linux.rs:188:1
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct RunEphemeralOpts {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::run_ephemeral::run_detached`, `crate::run_ephemeral::RunEphemeralOpts`
[INFO] [stdout]    --> crates/kit/src/to_disk/linux.rs:80:28
[INFO] [stdout]     |
[INFO] [stdout]  80 | use crate::run_ephemeral::{run_detached, CommonVmOpts, RunEphemeralOpts};
[INFO] [stdout]     |                            ^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^ no `RunEphemeralOpts` in `run_ephemeral`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            no `run_detached` in `run_ephemeral`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::run_ephemeral::linux::RunEphemeralOpts` exists but is inaccessible
[INFO] [stdout]    --> crates/kit/src/run_ephemeral/linux.rs:188:1
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct RunEphemeralOpts {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `run_impl` in module `crate::run_ephemeral`
[INFO] [stdout]    --> crates/kit/src/container_entrypoint.rs:42:27
[INFO] [stdout]     |
[INFO] [stdout]  42 |     crate::run_ephemeral::run_impl(opts).await
[INFO] [stdout]     |                           ^^^^^^^^ not found in `crate::run_ephemeral`
[INFO] [stdout]     |
[INFO] [stdout] note: function `crate::run_ephemeral::linux::run_impl` exists but is inaccessible
[INFO] [stdout]    --> crates/kit/src/run_ephemeral/linux.rs:687:1
[INFO] [stdout]     |
[INFO] [stdout] 687 | pub(crate) async fn run_impl(opts: RunEphemeralOpts) -> Result<()> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `RunEphemeralOpts` in module `run_ephemeral`
[INFO] [stdout]    --> crates/kit/src/ephemeral.rs:70:24
[INFO] [stdout]     |
[INFO] [stdout]  70 |     Run(run_ephemeral::RunEphemeralOpts),
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ not found in `run_ephemeral`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::run_ephemeral::linux::RunEphemeralOpts` exists but is inaccessible
[INFO] [stdout]    --> crates/kit/src/run_ephemeral/linux.rs:188:1
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct RunEphemeralOpts {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `run` in module `run_ephemeral`
[INFO] [stdout]    --> crates/kit/src/ephemeral.rs:101:60
[INFO] [stdout]     |
[INFO] [stdout] 101 |             EphemeralCommands::Run(opts) => run_ephemeral::run(opts),
[INFO] [stdout]     |                                                            ^^^ not found in `run_ephemeral`
[INFO] [stdout]     |
[INFO] [stdout] note: function `crate::run_ephemeral::linux::run` exists but is inaccessible
[INFO] [stdout]    --> crates/kit/src/run_ephemeral/linux.rs:259:1
[INFO] [stdout]     |
[INFO] [stdout] 259 | pub fn run(opts: RunEphemeralOpts) -> Result<()> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::container_entrypoint::run;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::libvirt::base_disks_cli::run;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::libvirt::inspect::run;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::libvirt::list::run;
[INFO] [stdout]     |
[INFO] [stdout]     = and 11 other candidates
[INFO] [stdout] help: if you import `run`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 101 -             EphemeralCommands::Run(opts) => run_ephemeral::run(opts),
[INFO] [stdout] 101 +             EphemeralCommands::Run(opts) => run(opts),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CommonVmOpts` in this scope
[INFO] [stdout]    --> crates/kit/src/run_ephemeral/linux.rs:166:6
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl CommonVmOpts {
[INFO] [stdout]     |      ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]     |
[INFO] [stdout]  90 + use crate::run_ephemeral::CommonVmOpts;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CommonVmOpts` in this scope
[INFO] [stdout]    --> crates/kit/src/run_ephemeral/linux.rs:193:17
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub common: CommonVmOpts,
[INFO] [stdout]     |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]     |
[INFO] [stdout]  90 + use crate::run_ephemeral::CommonVmOpts;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ToDiskOpts` in this scope
[INFO] [stdout]   --> crates/kit/src/to_disk/linux.rs:91:6
[INFO] [stdout]    |
[INFO] [stdout] 91 | impl ToDiskOpts {
[INFO] [stdout]    |      ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 76 + use crate::to_disk::ToDiskOpts;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ToDiskOpts` in this scope
[INFO] [stdout]    --> crates/kit/src/to_disk/linux.rs:204:18
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub fn run(opts: ToDiskOpts) -> Result<()> {
[INFO] [stdout]     |                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]     |
[INFO] [stdout]  76 + use crate::to_disk::ToDiskOpts;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CommonPodmanOptions` in module `crate::run_ephemeral`
[INFO] [stdout]    --> crates/kit/src/to_disk/linux.rs:331:39
[INFO] [stdout]     |
[INFO] [stdout] 331 |         podman: crate::run_ephemeral::CommonPodmanOptions {
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^ not found in `crate::run_ephemeral`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::run_ephemeral::linux::CommonPodmanOptions` exists but is inaccessible
[INFO] [stdout]    --> crates/kit/src/run_ephemeral/linux.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub struct CommonPodmanOptions {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `common_opts::MemoryOpts`
[INFO] [stdout]    --> crates/kit/src/run_ephemeral/linux.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     common_opts::MemoryOpts,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unused-imports`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CommonVmOpts`
[INFO] [stdout]   --> crates/kit/src/to_disk/linux.rs:80:42
[INFO] [stdout]    |
[INFO] [stdout] 80 | use crate::run_ephemeral::{run_detached, CommonVmOpts, RunEphemeralOpts};
[INFO] [stdout]    |                                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Parser` and `ValueEnum`
[INFO] [stdout]   --> crates/kit/src/to_disk/linux.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 84 | use clap::{Parser, ValueEnum};
[INFO] [stdout]    |            ^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `parse_size`
[INFO] [stdout]   --> crates/kit/src/utils/mod.rs:13:36
[INFO] [stdout]    |
[INFO] [stdout] 13 |     detect_container_storage_path, parse_size, validate_container_storage_path, wait_for_readiness,
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `run_and_parse_json` found for mutable reference `&mut std::process::Command` in the current scope
[INFO] [stdout]    --> crates/kit/src/images.rs:197:10
[INFO] [stdout]     |
[INFO] [stdout] 190 |       let images: Vec<ImageListEntry> = Command::new("podman")
[INFO] [stdout]     |  _______________________________________-
[INFO] [stdout] 191 | |         .args([
[INFO] [stdout] 192 | |             "images",
[INFO] [stdout] 193 | |             "--format",
[INFO] [stdout] ...   |
[INFO] [stdout] 196 | |         ])
[INFO] [stdout] 197 | |         .run_and_parse_json()
[INFO] [stdout]     | |         -^^^^^^^^^^^^^^^^^^ method not found in `&mut std::process::Command`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CommandRunExt` which provides `run_and_parse_json` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use bootc_utils::CommandRunExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `run_and_parse_json` found for mutable reference `&mut std::process::Command` in the current scope
[INFO] [stdout]    --> crates/kit/src/images.rs:206:10
[INFO] [stdout]     |
[INFO] [stdout] 204 |       let mut r: Vec<ImageInspect> = Command::new("podman")
[INFO] [stdout]     |  ____________________________________-
[INFO] [stdout] 205 | |         .args(["image", "inspect", name])
[INFO] [stdout] 206 | |         .run_and_parse_json()
[INFO] [stdout]     | |         -^^^^^^^^^^^^^^^^^^ method not found in `&mut std::process::Command`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CommandRunExt` which provides `run_and_parse_json` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use bootc_utils::CommandRunExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
[INFO] [stdout]    --> crates/kit/src/to_disk/linux.rs:103:16
[INFO] [stdout]     |
[INFO] [stdout] 103 |         if let Some(ref path) = self.install.storage_path {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `Utf8Path`, the trait `Sized` is not implemented for `[u8]`
[INFO] [stdout] note: required because it appears within the type `Utf8Path`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.1/src/lib.rs:600:12
[INFO] [stdout]     |
[INFO] [stdout] 600 | pub struct Utf8Path(Path);
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required by a bound in `Some`
[INFO] [stdout]    --> /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/option.rs:606:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> crates/kit/src/to_disk/linux.rs:105:16
[INFO] [stdout]     |
[INFO] [stdout] 105 |             Ok(path.clone())
[INFO] [stdout]     |             -- ^^^^^^^^^^^^ expected `Utf8PathBuf`, found `&Utf8Path`
[INFO] [stdout]     |             |
[INFO] [stdout]     |             arguments to this enum variant are incorrect
[INFO] [stdout]     |
[INFO] [stdout] help: the type constructed contains `&Utf8Path` due to the type of the argument passed
[INFO] [stdout]    --> crates/kit/src/to_disk/linux.rs:105:13
[INFO] [stdout]     |
[INFO] [stdout] 105 |             Ok(path.clone())
[INFO] [stdout]     |             ^^^------------^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this argument influences the type of `Ok`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]    --> /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/result.rs:562:4
[INFO] [stdout] help: call `Into::into` on this expression to convert `&Utf8Path` into `Utf8PathBuf`
[INFO] [stdout]     |
[INFO] [stdout] 105 |             Ok(path.clone().into())
[INFO] [stdout]     |                            +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]    --> crates/kit/src/to_disk/linux.rs:117:13
[INFO] [stdout]     |
[INFO] [stdout] 117 |         for arg in self.install.to_bootc_args() {
[INFO] [stdout]     |             ^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]     = note: all local variables must have a statically known size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]    --> crates/kit/src/to_disk/linux.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 | /         for arg in self.install.to_bootc_args() {
[INFO] [stdout] 118 | |             let quoted = shlex::try_quote(&arg)
[INFO] [stdout] 119 | |                 .map_err(|e| eyre!("Failed to quote bootc argument '{}': {}", arg, e))?;
[INFO] [stdout] 120 | |             quoted_bootc_args.push(quoted.to_string());
[INFO] [stdout] 121 | |         }
[INFO] [stdout]     | |_________^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout] note: required by an implicit `Sized` bound in `std::option::Option`
[INFO] [stdout]    --> /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/option.rs:598:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]    --> crates/kit/src/to_disk/linux.rs:119:79
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 .map_err(|e| eyre!("Failed to quote bootc argument '{}': {}", arg, e))?;
[INFO] [stdout]     |                                                                     --        ^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     required by this formatting parameter
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]     = note: this error originates in the macro `$crate::__export::format_args` which comes from the expansion of the macro `eyre` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0252, E0277, E0308, E0422, E0425, E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0252`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bcvk` (bin "bcvk") due to 25 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "1303eb7d96932ee1ad120014896008e0cd2271de19346d055837bb90e2cb47e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1303eb7d96932ee1ad120014896008e0cd2271de19346d055837bb90e2cb47e4", kill_on_drop: false }`
[INFO] [stdout] 1303eb7d96932ee1ad120014896008e0cd2271de19346d055837bb90e2cb47e4
