01KKZG6TN2RYJX7WBEK2E8D5J5: build-and-test

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KKZG7043DKM763F20CRTEYB5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T03:37:03.361Zjob assigned to worker 01KKZG74S329K1NTQ9HDEQ9D1F [factory aws, i-0b1a6938e7afaea8e] (queued for 1 m 17 s)
 
22026-03-18T03:37:10.580Zstarting task 0: "setup"
32026-03-18T03:37:10.585Z++ uname -s
42026-03-18T03:37:10.588Z+ kern=SunOS
52026-03-18T03:37:10.588Z+ build_user=build
62026-03-18T03:37:10.588Z+ build_uid=12345
72026-03-18T03:37:10.588Z+ work_dir=/work
82026-03-18T03:37:10.588Z+ input_dir=/input
92026-03-18T03:37:10.588Z+ [[ 0 == 12345 ]]
102026-03-18T03:37:10.588Z+ case "$kern" in
112026-03-18T03:37:10.588Z+ groupadd -g 12345 build
122026-03-18T03:37:10.591Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T03:37:12.595Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T03:37:12.668Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T03:37:12.671Z+ home_fs=zfs
162026-03-18T03:37:12.671Z+ [[ zfs == autofs ]]
172026-03-18T03:37:12.671Z+ mkdir -p /home/build
182026-03-18T03:37:12.671Z+ chown build:build /home/build /work
192026-03-18T03:37:14.673Z+ chmod 0700 /home/build /work
202026-03-18T03:37:14.677Zprocess exited: duration 4097 ms, exit code 0
 
212026-03-18T03:37:14.683Zstarting task 1: "rust-toolchain"
222026-03-18T03:37:14.688Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-18T03:37:14.688Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-18T03:37:14.688Z * rust toolchain channel = "stable"
252026-03-18T03:37:14.688Z * rust toolchain profile = "default"
262026-03-18T03:37:14.688Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T03:37:14.688Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T03:37:14.691Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T03:37:14.691Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-18T03:37:14.825Zinfo: downloading installer
312026-03-18T03:37:16.224Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T03:37:16.224Zwarn: /opt/ooce/bin
332026-03-18T03:37:16.224Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T03:37:16.224Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T03:37:16.224Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T03:37:16.224Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T03:37:16.224Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T03:37:16.224Zerror: cannot install while Rust is installed
392026-03-18T03:37:16.224Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T03:37:16.224Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T03:37:16.224Zwarn: /home/build/.rustup/settings.toml
422026-03-18T03:37:16.224Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T03:37:16.224Zwarn: instead of the one inferred from the default host triple.
442026-03-18T03:37:16.240Zinfo: profile set to default
452026-03-18T03:37:16.240Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T03:37:16.243Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-18T03:37:16.406Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T03:37:16.410Zinfo: downloading 6 components
492026-03-18T03:37:32.828Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-18T03:37:32.828Z
512026-03-18T03:37:32.862Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T03:37:32.862Z
532026-03-18T03:37:32.866Z
542026-03-18T03:37:32.866ZRust is installed now. Great!
552026-03-18T03:37:32.866Z
562026-03-18T03:37:32.866ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T03:37:32.866Zenvironment variable. This has not been done automatically.
582026-03-18T03:37:32.866Z
592026-03-18T03:37:32.866ZTo configure your current shell, you need to source
602026-03-18T03:37:32.866Zthe corresponding env file under $HOME/.cargo.
612026-03-18T03:37:32.866Z
622026-03-18T03:37:32.866ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T03:37:32.866Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T03:37:32.866Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T03:37:32.866Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T03:37:32.866Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T03:37:32.866Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T03:37:32.866Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T03:37:32.866Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T03:37:32.866Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T03:37:32.957Z+ rustup --version
722026-03-18T03:37:32.968Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T03:37:32.971Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T03:37:32.994Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T03:37:32.997Z+ cargo --version
762026-03-18T03:37:33.014Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T03:37:33.017Z+ rustc --version
782026-03-18T03:37:33.041Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T03:37:33.044Zprocess exited: duration 18361 ms, exit code 0
 
802026-03-18T03:37:33.051Zstarting task 2: "authentication"
812026-03-18T03:37:33.071Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T03:37:33.077Zstarting task 3: "clone repository"
832026-03-18T03:37:33.081Z+ mkdir -p /work/oxidecomputer/falcon
842026-03-18T03:37:33.084Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
852026-03-18T03:37:33.120ZCloning into '/work/oxidecomputer/falcon'...
862026-03-18T03:37:33.915Z+ cd /work/oxidecomputer/falcon
872026-03-18T03:37:33.915Z+ git fetch origin df5b96e9772787001b33d04658d04d55aa59f9a7
882026-03-18T03:37:34.152ZFrom https://github.com/oxidecomputer/falcon
892026-03-18T03:37:34.152Z * branch df5b96e9772787001b33d04658d04d55aa59f9a7 -> FETCH_HEAD
902026-03-18T03:37:34.160Z+ [[ -n renovate/tokio-tungstenite-0.x ]]
912026-03-18T03:37:34.164Z++ git branch --show-current
922026-03-18T03:37:34.164Z+ current=main
932026-03-18T03:37:34.164Z+ [[ main != renovate/tokio-tungstenite-0.x ]]
942026-03-18T03:37:34.164Z+ git branch -f renovate/tokio-tungstenite-0.x df5b96e9772787001b33d04658d04d55aa59f9a7
952026-03-18T03:37:34.168Z+ git checkout -f renovate/tokio-tungstenite-0.x
962026-03-18T03:37:34.262ZSwitched to branch 'renovate/tokio-tungstenite-0.x'
972026-03-18T03:37:34.265Z+ git reset --hard df5b96e9772787001b33d04658d04d55aa59f9a7
982026-03-18T03:37:34.354ZHEAD is now at df5b96e Update Rust crate tokio-tungstenite to 0.29
992026-03-18T03:37:34.357Zprocess exited: duration 1278 ms, exit code 0
 
1002026-03-18T03:37:34.364Zstarting task 4: "build"
1012026-03-18T03:37:34.368Z+ cargo --version
1022026-03-18T03:37:34.375Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-03-18T03:37:34.567Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-03-18T03:37:34.570Zinfo: downloading 6 components
1052026-03-18T03:37:54.004Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-03-18T03:37:54.008Z+ rustc --version
1072026-03-18T03:37:54.046Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-03-18T03:37:54.051Z+ banner build
1092026-03-18T03:37:54.054Z
1102026-03-18T03:37:54.054Z ##### # # # # #####
1112026-03-18T03:37:54.054Z # # # # # # # #
1122026-03-18T03:37:54.055Z ##### # # # # # #
1132026-03-18T03:37:54.055Z # # # # # # # #
1142026-03-18T03:37:54.055Z # # # # # # # #
1152026-03-18T03:37:54.055Z ##### #### # ###### #####
1162026-03-18T03:37:54.055Z
1172026-03-18T03:37:54.058Z+ ptime -m cargo build --all
1182026-03-18T03:37:54.159Z Updating crates.io index
1192026-03-18T03:37:54.162Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202026-03-18T03:37:54.522ZFrom https://github.com/oxidecomputer/netadm-sys
1212026-03-18T03:37:54.522Z * [new ref] c1d9f7474d6db11c3bec6fb329abdd35985311f8 -> refs/commit/c1d9f7474d6db11c3bec6fb329abdd35985311f8
1222026-03-18T03:37:54.574Z Updating git repository `https://github.com/oxidecomputer/propolis`
1232026-03-18T03:37:55.812ZFrom https://github.com/oxidecomputer/propolis
1242026-03-18T03:37:55.812Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1252026-03-18T03:37:55.996Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-03-18T03:37:56.293ZFrom https://github.com/oxidecomputer/zone
1272026-03-18T03:37:56.293Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1282026-03-18T03:37:56.917Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1292026-03-18T03:37:57.218ZFrom https://github.com/oxidecomputer/dlpi-sys
1302026-03-18T03:37:57.218Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1312026-03-18T03:37:57.234Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1322026-03-18T03:37:57.552ZFrom https://github.com/jmesmon/rust-libzfs
1332026-03-18T03:37:57.552Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1342026-03-18T03:37:57.574Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1352026-03-18T03:37:57.855ZFrom https://github.com/oxidecomputer/rusty-doors
1362026-03-18T03:37:57.855Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1372026-03-18T03:37:57.863Z Updating git repository `https://github.com/oxidecomputer/crucible`
1382026-03-18T03:37:59.088ZFrom https://github.com/oxidecomputer/crucible
1392026-03-18T03:37:59.088Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1402026-03-18T03:38:01.451Z Downloading crates ...
1412026-03-18T03:38:01.519Z Downloaded cfg_aliases v0.2.1
1422026-03-18T03:38:01.525Z Downloaded bytes v1.11.1
1432026-03-18T03:38:01.528Z Downloaded httparse v1.10.1
1442026-03-18T03:38:01.531Z Downloaded ipnet v2.12.0
1452026-03-18T03:38:01.536Z Downloaded once_cell v1.21.3
1462026-03-18T03:38:01.539Z Downloaded hyper-util v0.1.20
1472026-03-18T03:38:01.543Z Downloaded rand_core v0.6.4
1482026-03-18T03:38:01.547Z Downloaded foreign-types v0.5.0
1492026-03-18T03:38:01.550Z Downloaded pkg-config v0.3.32
1502026-03-18T03:38:01.553Z Downloaded idna_adapter v1.2.1
1512026-03-18T03:38:01.556Z Downloaded proc-macro-error-attr v1.0.4
1522026-03-18T03:38:01.556Z Downloaded slog-scope v4.4.1
1532026-03-18T03:38:01.559Z Downloaded parking_lot_core v0.9.12
1542026-03-18T03:38:01.559Z Downloaded camino v1.2.2
1552026-03-18T03:38:01.562Z Downloaded arc-swap v1.8.2
1562026-03-18T03:38:01.565Z Downloaded thread_local v1.1.9
1572026-03-18T03:38:01.569Z Downloaded futures-channel v0.3.32
1582026-03-18T03:38:01.569Z Downloaded term v1.2.1
1592026-03-18T03:38:01.572Z Downloaded rand v0.8.5
1602026-03-18T03:38:01.575Z Downloaded ron v0.12.0
1612026-03-18T03:38:01.580Z Downloaded tinyvec v1.10.0
1622026-03-18T03:38:01.583Z Downloaded serde_derive v1.0.228
1632026-03-18T03:38:01.586Z Downloaded iana-time-zone v0.1.65
1642026-03-18T03:38:01.589Z Downloaded percent-encoding v2.3.2
1652026-03-18T03:38:01.589Z Downloaded http-body-util v0.1.3
1662026-03-18T03:38:01.592Z Downloaded foreign-types-macros v0.2.3
1672026-03-18T03:38:01.592Z Downloaded colorchoice v1.0.4
1682026-03-18T03:38:01.592Z Downloaded cc v1.2.56
1692026-03-18T03:38:01.595Z Downloaded futures-util v0.3.32
1702026-03-18T03:38:01.604Z Downloaded lazy_static v1.5.0
1712026-03-18T03:38:01.607Z Downloaded anstyle v1.0.13
1722026-03-18T03:38:01.607Z Downloaded generic-array v0.14.7
1732026-03-18T03:38:01.610Z Downloaded hyper-rustls v0.27.7
1742026-03-18T03:38:01.613Z Downloaded futures-io v0.3.32
1752026-03-18T03:38:01.613Z Downloaded dyn-clone v1.0.20
1762026-03-18T03:38:01.613Z Downloaded foreign-types-shared v0.3.1
1772026-03-18T03:38:01.616Z Downloaded crucible-workspace-hack v0.1.0
1782026-03-18T03:38:01.616Z Downloaded futures-core v0.3.32
1792026-03-18T03:38:01.616Z Downloaded form_urlencoded v1.2.2
1802026-03-18T03:38:01.620Z Downloaded cstr-argument v0.1.2
1812026-03-18T03:38:01.620Z Downloaded heck v0.4.1
1822026-03-18T03:38:01.620Z Downloaded getrandom v0.4.2
1832026-03-18T03:38:01.623Z Downloaded pin-utils v0.1.0
1842026-03-18T03:38:01.626Z Downloaded cpufeatures v0.2.17
1852026-03-18T03:38:01.626Z Downloaded atomic-waker v1.1.2
1862026-03-18T03:38:01.626Z Downloaded futures-task v0.3.32
1872026-03-18T03:38:01.629Z Downloaded foldhash v0.2.0
1882026-03-18T03:38:01.629Z Downloaded base64 v0.22.1
1892026-03-18T03:38:01.632Z Downloaded itoa v1.0.17
1902026-03-18T03:38:01.635Z Downloaded crypto-common v0.1.7
1912026-03-18T03:38:01.635Z Downloaded errno v0.3.14
1922026-03-18T03:38:01.635Z Downloaded progenitor-macro v0.10.0
1932026-03-18T03:38:01.639Z Downloaded cfg-if v1.0.4
1942026-03-18T03:38:01.639Z Downloaded smf v0.2.3
1952026-03-18T03:38:01.639Z Downloaded serde_urlencoded v0.7.1
1962026-03-18T03:38:01.642Z Downloaded stable_deref_trait v1.2.1
1972026-03-18T03:38:01.642Z Downloaded potential_utf v0.1.4
1982026-03-18T03:38:01.645Z Downloaded rustls-webpki v0.103.9
1992026-03-18T03:38:01.645Z Downloaded is-terminal v0.4.17
2002026-03-18T03:38:01.649Z Downloaded heck v0.5.0
2012026-03-18T03:38:01.649Z Downloaded pin-project-lite v0.2.17
2022026-03-18T03:38:01.652Z Downloaded equivalent v1.0.2
2032026-03-18T03:38:01.655Z Downloaded base16ct v1.0.0
2042026-03-18T03:38:01.655Z Downloaded block-buffer v0.10.4
2052026-03-18T03:38:01.659Z Downloaded futures-macro v0.3.32
2062026-03-18T03:38:01.659Z Downloaded clap_lex v1.0.0
2072026-03-18T03:38:01.659Z Downloaded sync_wrapper v1.0.2
2082026-03-18T03:38:01.662Z Downloaded tabwriter v1.4.1
2092026-03-18T03:38:01.665Z Downloaded scopeguard v1.2.0
2102026-03-18T03:38:01.665Z Downloaded proc-macro-crate v3.5.0
2112026-03-18T03:38:01.668Z Downloaded tinyvec_macros v0.1.1
2122026-03-18T03:38:01.668Z Downloaded anstyle-query v1.1.5
2132026-03-18T03:38:01.671Z Downloaded slog-stdlog v4.1.1
2142026-03-18T03:38:01.671Z Downloaded progenitor v0.10.0
2152026-03-18T03:38:01.671Z Downloaded quote v1.0.45
2162026-03-18T03:38:01.674Z Downloaded futures-executor v0.3.32
2172026-03-18T03:38:01.674Z Downloaded num_enum_derive v0.7.5
2182026-03-18T03:38:01.677Z Downloaded anstream v0.6.21
2192026-03-18T03:38:01.677Z Downloaded lru-slab v0.1.2
2202026-03-18T03:38:01.680Z Downloaded rand_chacha v0.3.1
2212026-03-18T03:38:01.680Z Downloaded schemars_derive v0.8.22
2222026-03-18T03:38:01.680Z Downloaded progenitor-client v0.10.0
2232026-03-18T03:38:01.684Z Downloaded icu_normalizer v2.1.1
2242026-03-18T03:38:01.687Z Downloaded oxnet v0.1.4
2252026-03-18T03:38:01.687Z Downloaded icu_provider v2.1.1
2262026-03-18T03:38:01.690Z Downloaded is_terminal_polyfill v1.70.2
2272026-03-18T03:38:01.690Z Downloaded time-core v0.1.8
2282026-03-18T03:38:01.693Z Downloaded either v1.15.0
2292026-03-18T03:38:01.693Z Downloaded unit-prefix v0.5.2
2302026-03-18T03:38:01.693Z Downloaded http-body v1.0.1
2312026-03-18T03:38:01.696Z Downloaded crossbeam-utils v0.8.21
2322026-03-18T03:38:01.696Z Downloaded futures-sink v0.3.32
2332026-03-18T03:38:01.696Z Downloaded rustc-hash v2.1.1
2342026-03-18T03:38:01.699Z Downloaded pretty-hex v0.4.1
2352026-03-18T03:38:01.699Z Downloaded anstyle-parse v0.2.7
2362026-03-18T03:38:01.702Z Downloaded utf-8 v0.7.6
2372026-03-18T03:38:01.706Z Downloaded cpufeatures v0.3.0
2382026-03-18T03:38:01.709Z Downloaded slog-term v2.9.2
2392026-03-18T03:38:01.709Z Downloaded take_mut v0.2.2
2402026-03-18T03:38:01.709Z Downloaded displaydoc v0.2.5
2412026-03-18T03:38:01.712Z Downloaded slog-envlogger v2.2.0
2422026-03-18T03:38:01.712Z Downloaded autocfg v1.5.0
2432026-03-18T03:38:01.715Z Downloaded powerfmt v0.2.0
2442026-03-18T03:38:01.715Z Downloaded deranged v0.5.8
2452026-03-18T03:38:01.718Z Downloaded tower-service v0.3.3
2462026-03-18T03:38:01.718Z Downloaded tokio-tungstenite v0.21.0
2472026-03-18T03:38:01.721Z Downloaded shlex v1.3.0
2482026-03-18T03:38:01.721Z Downloaded rand_core v0.9.5
2492026-03-18T03:38:01.721Z Downloaded utf8_iter v1.0.4
2502026-03-18T03:38:01.724Z Downloaded want v0.3.1
2512026-03-18T03:38:01.724Z Downloaded typify-macro v0.4.3
2522026-03-18T03:38:01.727Z Downloaded typeid v1.0.3
2532026-03-18T03:38:01.727Z Downloaded slab v0.4.12
2542026-03-18T03:38:01.730Z Downloaded untrusted v0.9.0
2552026-03-18T03:38:01.730Z Downloaded semver v1.0.27
2562026-03-18T03:38:01.734Z Downloaded serde_spanned v1.0.4
2572026-03-18T03:38:01.737Z Downloaded rustls-pki-types v1.14.0
2582026-03-18T03:38:01.740Z Downloaded tokio-macros v2.6.1
2592026-03-18T03:38:01.740Z Downloaded serde_tokenstream v0.2.3
2602026-03-18T03:38:01.743Z Downloaded memchr v2.8.0
2612026-03-18T03:38:01.747Z Downloaded clap_derive v4.5.55
2622026-03-18T03:38:01.749Z Downloaded zerofrom-derive v0.1.6
2632026-03-18T03:38:01.750Z Downloaded strsim v0.11.1
2642026-03-18T03:38:01.750Z Downloaded rustversion v1.0.22
2652026-03-18T03:38:01.753Z Downloaded num-conv v0.2.0
2662026-03-18T03:38:01.753Z Downloaded sha1 v0.10.6
2672026-03-18T03:38:01.753Z Downloaded async-trait v0.1.89
2682026-03-18T03:38:01.756Z Downloaded zone v0.3.1
2692026-03-18T03:38:01.756Z Downloaded futures v0.3.32
2702026-03-18T03:38:01.759Z Downloaded zerofrom v0.1.6
2712026-03-18T03:38:01.763Z Downloaded yoke-derive v0.8.1
2722026-03-18T03:38:01.763Z Downloaded find-msvc-tools v0.1.9
2732026-03-18T03:38:01.763Z Downloaded cargo_toml v0.22.3
2742026-03-18T03:38:01.766Z Downloaded zone_cfg_derive v0.3.1
2752026-03-18T03:38:01.766Z Downloaded lock_api v0.4.14
2762026-03-18T03:38:01.769Z Downloaded try-lock v0.2.5
2772026-03-18T03:38:01.769Z Downloaded tower-layer v0.3.3
2782026-03-18T03:38:01.772Z Downloaded tinystr v0.8.2
2792026-03-18T03:38:01.772Z Downloaded time-macros v0.2.27
2802026-03-18T03:38:01.775Z Downloaded parking_lot v0.12.5
2812026-03-18T03:38:01.775Z Downloaded ppv-lite86 v0.2.21
2822026-03-18T03:38:01.778Z Downloaded thiserror v1.0.69
2832026-03-18T03:38:01.781Z Downloaded thiserror-impl v2.0.18
2842026-03-18T03:38:01.781Z Downloaded litemap v0.8.1
2852026-03-18T03:38:01.784Z Downloaded erased-serde v0.3.31
2862026-03-18T03:38:01.788Z Downloaded digest v0.10.7
2872026-03-18T03:38:01.788Z Downloaded utf8parse v0.2.2
2882026-03-18T03:38:01.788Z Downloaded toml_datetime v1.0.0+spec-1.1.0
2892026-03-18T03:38:01.791Z Downloaded sha2 v0.10.9
2902026-03-18T03:38:01.791Z Downloaded toml_writer v1.0.6+spec-1.1.0
2912026-03-18T03:38:01.794Z Downloaded data-encoding v2.10.0
2922026-03-18T03:38:01.794Z Downloaded slog-async v2.8.0
2932026-03-18T03:38:01.794Z Downloaded version_check v0.9.5
2942026-03-18T03:38:01.797Z Downloaded proc-macro-error v1.0.4
2952026-03-18T03:38:01.797Z Downloaded signal-hook-registry v1.4.8
2962026-03-18T03:38:01.800Z Downloaded console v0.16.2
2972026-03-18T03:38:01.800Z Downloaded colored v3.1.1
2982026-03-18T03:38:01.804Z Downloaded zeroize v1.8.2
2992026-03-18T03:38:01.804Z Downloaded bitflags v2.11.0
3002026-03-18T03:38:01.807Z Downloaded tokio-tungstenite v0.29.0
3012026-03-18T03:38:01.807Z Downloaded subtle v2.6.1
3022026-03-18T03:38:01.810Z Downloaded allocator-api2 v0.2.21
3032026-03-18T03:38:01.810Z Downloaded chacha20 v0.10.0
3042026-03-18T03:38:01.813Z Downloaded yoke v0.8.1
3052026-03-18T03:38:01.813Z Downloaded xz2 v0.1.7
3062026-03-18T03:38:01.816Z Downloaded zmij v1.0.21
3072026-03-18T03:38:01.816Z Downloaded writeable v0.6.2
3082026-03-18T03:38:01.819Z Downloaded thiserror-impl v1.0.69
3092026-03-18T03:38:01.819Z Downloaded tungstenite v0.21.0
3102026-03-18T03:38:01.828Z Downloaded getrandom v0.2.17
3112026-03-18T03:38:01.828Z Downloaded synstructure v0.13.2
3122026-03-18T03:38:01.828Z Downloaded byteorder v1.5.0
3132026-03-18T03:38:01.828Z Downloaded num_enum v0.7.5
3142026-03-18T03:38:01.832Z Downloaded tracing-attributes v0.1.31
3152026-03-18T03:38:01.832Z Downloaded slog v2.8.2
3162026-03-18T03:38:01.835Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3172026-03-18T03:38:01.835Z Downloaded socket2 v0.6.3
3182026-03-18T03:38:01.838Z Downloaded progenitor-impl v0.10.0
3192026-03-18T03:38:01.838Z Downloaded tokio-rustls v0.26.4
3202026-03-18T03:38:01.841Z Downloaded syn v1.0.109
3212026-03-18T03:38:01.847Z Downloaded rand_core v0.10.0
3222026-03-18T03:38:01.850Z Downloaded rand_chacha v0.9.0
3232026-03-18T03:38:01.850Z Downloaded mio v1.1.1
3242026-03-18T03:38:01.854Z Downloaded proc-macro2 v1.0.106
3252026-03-18T03:38:01.857Z Downloaded serde_yaml v0.9.34+deprecated
3262026-03-18T03:38:01.860Z Downloaded zerovec-derive v0.11.2
3272026-03-18T03:38:01.860Z Downloaded log v0.4.29
3282026-03-18T03:38:01.863Z Downloaded toml_parser v1.0.9+spec-1.1.0
3292026-03-18T03:38:01.866Z Downloaded quinn-udp v0.5.14
3302026-03-18T03:38:01.866Z Downloaded icu_properties v2.1.2
3312026-03-18T03:38:01.869Z Downloaded toml v0.9.12+spec-1.1.0
3322026-03-18T03:38:01.870Z Downloaded indicatif v0.18.4
3332026-03-18T03:38:01.873Z Downloaded schemars v0.8.22
3342026-03-18T03:38:01.881Z Downloaded uuid v1.22.0
3352026-03-18T03:38:01.884Z Downloaded crossbeam-channel v0.5.15
3362026-03-18T03:38:01.887Z Downloaded smallvec v1.15.1
3372026-03-18T03:38:01.891Z Downloaded serde_core v1.0.228
3382026-03-18T03:38:01.891Z Downloaded unsafe-libyaml v0.2.11
3392026-03-18T03:38:01.894Z Downloaded unicode-ident v1.0.24
3402026-03-18T03:38:01.897Z Downloaded icu_collections v2.1.1
3412026-03-18T03:38:01.901Z Downloaded clap v4.5.60
3422026-03-18T03:38:01.905Z Downloaded typify v0.4.3
3432026-03-18T03:38:01.908Z Downloaded quinn v0.11.9
3442026-03-18T03:38:01.911Z Downloaded prettyplease v0.2.37
3452026-03-18T03:38:01.915Z Downloaded zerotrie v0.2.3
3462026-03-18T03:38:01.918Z Downloaded indexmap v2.13.0
3472026-03-18T03:38:01.921Z Downloaded typenum v1.19.0
3482026-03-18T03:38:01.921Z Downloaded tracing-core v0.1.36
3492026-03-18T03:38:01.925Z Downloaded toml_edit v0.25.4+spec-1.1.0
3502026-03-18T03:38:01.928Z Downloaded url v2.5.8
3512026-03-18T03:38:01.928Z Downloaded idna v1.1.0
3522026-03-18T03:38:01.931Z Downloaded tungstenite v0.29.0
3532026-03-18T03:38:01.934Z Downloaded base64 v0.21.7
3542026-03-18T03:38:01.938Z Downloaded icu_normalizer_data v2.1.1
3552026-03-18T03:38:01.938Z Downloaded rand v0.10.0
3562026-03-18T03:38:01.941Z Downloaded http v1.4.0
3572026-03-18T03:38:01.944Z Downloaded icu_locale_core v2.1.1
3582026-03-18T03:38:01.947Z Downloaded iri-string v0.7.10
3592026-03-18T03:38:01.952Z Downloaded thiserror v2.0.18
3602026-03-18T03:38:01.956Z Downloaded serde v1.0.228
3612026-03-18T03:38:01.959Z Downloaded rand v0.9.2
3622026-03-18T03:38:01.962Z Downloaded hyper v1.8.1
3632026-03-18T03:38:01.967Z Downloaded ryu v1.0.23
3642026-03-18T03:38:01.970Z Downloaded num-traits v0.2.19
3652026-03-18T03:38:01.973Z Downloaded tower v0.5.3
3662026-03-18T03:38:01.978Z Downloaded zerovec v0.11.5
3672026-03-18T03:38:01.981Z Downloaded tokio-util v0.7.18
3682026-03-18T03:38:01.987Z Downloaded icu_properties_data v2.1.2
3692026-03-18T03:38:01.994Z Downloaded tower-http v0.6.8
3702026-03-18T03:38:01.999Z Downloaded serde_json v1.0.149
3712026-03-18T03:38:02.004Z Downloaded clap_builder v4.5.60
3722026-03-18T03:38:02.008Z Downloaded regex v1.12.3
3732026-03-18T03:38:02.013Z Downloaded winnow v0.7.15
3742026-03-18T03:38:02.019Z Downloaded reqwest v0.12.28
3752026-03-18T03:38:02.023Z Downloaded aho-corasick v1.1.4
3762026-03-18T03:38:02.027Z Downloaded chrono v0.4.44
3772026-03-18T03:38:02.032Z Downloaded hashbrown v0.16.1
3782026-03-18T03:38:02.036Z Downloaded webpki-roots v1.0.6
3792026-03-18T03:38:02.039Z Downloaded itertools v0.12.1
3802026-03-18T03:38:02.043Z Downloaded zerocopy v0.8.41
3812026-03-18T03:38:02.055Z Downloaded portable-atomic v1.13.1
3822026-03-18T03:38:02.060Z Downloaded quinn-proto v0.11.13
3832026-03-18T03:38:02.064Z Downloaded unicode-width v0.2.2
3842026-03-18T03:38:02.069Z Downloaded anyhow v1.0.102
3852026-03-18T03:38:02.072Z Downloaded time v0.3.47
3862026-03-18T03:38:02.080Z Downloaded lzma-sys v0.1.20
3872026-03-18T03:38:02.100Z Downloaded getrandom v0.3.4
3882026-03-18T03:38:02.103Z Downloaded serde_derive_internals v0.29.1
3892026-03-18T03:38:02.108Z Downloaded tracing v0.1.44
3902026-03-18T03:38:02.123Z Downloaded syn v2.0.117
3912026-03-18T03:38:02.138Z Downloaded regress v0.10.5
3922026-03-18T03:38:02.144Z Downloaded libc v0.2.183
3932026-03-18T03:38:02.168Z Downloaded regex-syntax v0.8.10
3942026-03-18T03:38:02.173Z Downloaded rustls v0.23.37
3952026-03-18T03:38:02.181Z Downloaded openapiv3 v2.2.0
3962026-03-18T03:38:02.210Z Downloaded typify-impl v0.4.3
3972026-03-18T03:38:02.237Z Downloaded regex-automata v0.4.14
3982026-03-18T03:38:02.273Z Downloaded tokio v1.50.0
3992026-03-18T03:38:02.317Z Downloaded ring v0.17.14
4002026-03-18T03:38:02.442Z Compiling proc-macro2 v1.0.106
4012026-03-18T03:38:02.445Z Compiling unicode-ident v1.0.24
4022026-03-18T03:38:02.445Z Compiling quote v1.0.45
4032026-03-18T03:38:02.445Z Compiling libc v0.2.183
4042026-03-18T03:38:02.445Z Compiling cfg-if v1.0.4
4052026-03-18T03:38:02.445Z Compiling itoa v1.0.17
4062026-03-18T03:38:02.445Z Compiling serde_core v1.0.228
4072026-03-18T03:38:02.646Z Compiling memchr v2.8.0
4082026-03-18T03:38:02.707Z Compiling equivalent v1.0.2
4092026-03-18T03:38:02.786Z Compiling foldhash v0.2.0
4102026-03-18T03:38:02.801Z Compiling allocator-api2 v0.2.21
4112026-03-18T03:38:03.008Z Compiling version_check v0.9.5
4122026-03-18T03:38:03.031Z Compiling zmij v1.0.21
4132026-03-18T03:38:03.215Z Compiling hashbrown v0.16.1
4142026-03-18T03:38:03.378Z Compiling serde v1.0.228
4152026-03-18T03:38:03.436Z Compiling bytes v1.11.1
4162026-03-18T03:38:03.580Z Compiling serde_json v1.0.149
4172026-03-18T03:38:03.664Z Compiling autocfg v1.5.0
4182026-03-18T03:38:03.890Z Compiling pin-project-lite v0.2.17
4192026-03-18T03:38:04.051Z Compiling smallvec v1.15.1
4202026-03-18T03:38:04.144Z Compiling num-traits v0.2.19
4212026-03-18T03:38:04.260Z Compiling syn v2.0.117
4222026-03-18T03:38:04.320Z Compiling stable_deref_trait v1.2.1
4232026-03-18T03:38:04.404Z Compiling futures-core v0.3.32
4242026-03-18T03:38:04.408Z Compiling http v1.4.0
4252026-03-18T03:38:04.429Z Compiling find-msvc-tools v0.1.9
4262026-03-18T03:38:04.592Z Compiling thiserror v2.0.18
4272026-03-18T03:38:04.744Z Compiling parking_lot_core v0.9.12
4282026-03-18T03:38:04.821Z Compiling shlex v1.3.0
4292026-03-18T03:38:05.056Z Compiling cc v1.2.56
4302026-03-18T03:38:05.104Z Compiling socket2 v0.6.3
4312026-03-18T03:38:05.292Z Compiling futures-sink v0.3.32
4322026-03-18T03:38:05.414Z Compiling schemars v0.8.22
4332026-03-18T03:38:05.713Z Compiling scopeguard v1.2.0
4342026-03-18T03:38:05.732Z Compiling rustversion v1.0.22
4352026-03-18T03:38:05.806Z Compiling lock_api v0.4.14
4362026-03-18T03:38:05.831Z Compiling errno v0.3.14
4372026-03-18T03:38:05.852Z Compiling once_cell v1.21.3
4382026-03-18T03:38:06.013Z Compiling dyn-clone v1.0.20
4392026-03-18T03:38:06.081Z Compiling getrandom v0.4.2
4402026-03-18T03:38:06.106Z Compiling rand_core v0.10.0
4412026-03-18T03:38:06.178Z Compiling parking_lot v0.12.5
4422026-03-18T03:38:06.202Z Compiling signal-hook-registry v1.4.8
4432026-03-18T03:38:06.280Z Compiling futures-channel v0.3.32
4442026-03-18T03:38:06.293Z Compiling getrandom v0.2.17
4452026-03-18T03:38:06.434Z Compiling mio v1.1.1
4462026-03-18T03:38:06.513Z Compiling winnow v0.7.15
4472026-03-18T03:38:06.577Z Compiling indexmap v2.13.0
4482026-03-18T03:38:06.622Z Compiling log v0.4.29
4492026-03-18T03:38:06.718Z Compiling httparse v1.10.1
4502026-03-18T03:38:06.780Z Compiling slab v0.4.12
4512026-03-18T03:38:06.883Z Compiling typenum v1.19.0
4522026-03-18T03:38:06.953Z Compiling litemap v0.8.1
4532026-03-18T03:38:06.996Z Compiling futures-io v0.3.32
4542026-03-18T03:38:07.126Z Compiling writeable v0.6.2
4552026-03-18T03:38:07.163Z Compiling futures-task v0.3.32
4562026-03-18T03:38:07.250Z Compiling generic-array v0.14.7
4572026-03-18T03:38:07.365Z Compiling icu_normalizer_data v2.1.1
4582026-03-18T03:38:07.377Z Compiling heck v0.5.0
4592026-03-18T03:38:07.388Z Compiling zerocopy v0.8.41
4602026-03-18T03:38:07.460Z Compiling icu_properties_data v2.1.2
4612026-03-18T03:38:07.535Z Compiling iana-time-zone v0.1.65
4622026-03-18T03:38:07.707Z Compiling chrono v0.4.44
4632026-03-18T03:38:07.809Z Compiling ring v0.17.14
4642026-03-18T03:38:08.157Z Compiling syn v1.0.109
4652026-03-18T03:38:08.454Z Compiling synstructure v0.13.2
4662026-03-18T03:38:08.475Z Compiling serde_derive_internals v0.29.1
4672026-03-18T03:38:08.625Z Compiling toml_parser v1.0.9+spec-1.1.0
4682026-03-18T03:38:08.705Z Compiling percent-encoding v2.3.2
4692026-03-18T03:38:09.568Z Compiling zeroize v1.8.2
4702026-03-18T03:38:09.616Z Compiling thiserror v1.0.69
4712026-03-18T03:38:09.654Z Compiling regex-syntax v0.8.10
4722026-03-18T03:38:09.789Z Compiling uuid v1.22.0
4732026-03-18T03:38:09.811Z Compiling rustls-pki-types v1.14.0
4742026-03-18T03:38:10.193Z Compiling serde_derive v1.0.228
4752026-03-18T03:38:10.238Z Compiling zerofrom-derive v0.1.6
4762026-03-18T03:38:10.456Z Compiling yoke-derive v0.8.1
4772026-03-18T03:38:10.656Z Compiling zerovec-derive v0.11.2
4782026-03-18T03:38:10.769Z Compiling thiserror-impl v2.0.18
4792026-03-18T03:38:11.855Z Compiling displaydoc v0.2.5
4802026-03-18T03:38:11.895Z Compiling zerofrom v0.1.6
4812026-03-18T03:38:12.050Z Compiling yoke v0.8.1
4822026-03-18T03:38:12.105Z Compiling schemars_derive v0.8.22
4832026-03-18T03:38:12.277Z Compiling zerovec v0.11.5
4842026-03-18T03:38:12.572Z Compiling tokio-macros v2.6.1
4852026-03-18T03:38:12.853Z Compiling futures-macro v0.3.32
4862026-03-18T03:38:12.954Z Compiling tinystr v0.8.2
4872026-03-18T03:38:13.211Z Compiling icu_locale_core v2.1.1
4882026-03-18T03:38:13.314Z Compiling potential_utf v0.1.4
4892026-03-18T03:38:13.548Z Compiling zerotrie v0.2.3
4902026-03-18T03:38:13.561Z Compiling icu_collections v2.1.1
4912026-03-18T03:38:13.652Z Compiling tokio v1.50.0
4922026-03-18T03:38:13.772Z Compiling ppv-lite86 v0.2.21
4932026-03-18T03:38:14.009Z Compiling futures-util v0.3.32
4942026-03-18T03:38:14.228Z Compiling icu_provider v2.1.1
4952026-03-18T03:38:14.267Z Compiling tracing-attributes v0.1.31
4962026-03-18T03:38:14.629Z Compiling icu_properties v2.1.2
4972026-03-18T03:38:14.629Z Compiling icu_normalizer v2.1.1
4982026-03-18T03:38:14.653Z Compiling thiserror-impl v1.0.69
4992026-03-18T03:38:15.423Z Compiling regress v0.10.5
5002026-03-18T03:38:15.721Z Compiling tracing-core v0.1.36
5012026-03-18T03:38:15.962Z Compiling semver v1.0.27
5022026-03-18T03:38:16.216Z Compiling http-body v1.0.1
5032026-03-18T03:38:16.285Z Compiling untrusted v0.9.0
5042026-03-18T03:38:16.546Z Compiling tracing v0.1.44
5052026-03-18T03:38:16.558Z Compiling idna_adapter v1.2.1
5062026-03-18T03:38:16.669Z Compiling serde_tokenstream v0.2.3
5072026-03-18T03:38:16.717Z Compiling block-buffer v0.10.4
5082026-03-18T03:38:16.849Z Compiling crypto-common v0.1.7
5092026-03-18T03:38:16.880Z Compiling form_urlencoded v1.2.2
5102026-03-18T03:38:16.997Z Compiling slog v2.8.2
5112026-03-18T03:38:17.037Z Compiling proc-macro-error-attr v1.0.4
5122026-03-18T03:38:17.102Z Compiling base64 v0.22.1
5132026-03-18T03:38:17.228Z Compiling utf8_iter v1.0.4
5142026-03-18T03:38:17.279Z Compiling try-lock v0.2.5
5152026-03-18T03:38:17.318Z Compiling rustls v0.23.37
5162026-03-18T03:38:17.401Z Compiling tower-service v0.3.3
5172026-03-18T03:38:17.413Z Compiling getrandom v0.3.4
5182026-03-18T03:38:17.511Z Compiling typify-impl v0.4.3
5192026-03-18T03:38:17.534Z Compiling want v0.3.1
5202026-03-18T03:38:17.610Z Compiling idna v1.1.0
5212026-03-18T03:38:17.805Z Compiling digest v0.10.7
5222026-03-18T03:38:17.865Z Compiling erased-serde v0.3.31
5232026-03-18T03:38:18.052Z Compiling rustls-webpki v0.103.9
5242026-03-18T03:38:18.631Z Compiling proc-macro-error v1.0.4
5252026-03-18T03:38:18.644Z Compiling pin-utils v0.1.0
5262026-03-18T03:38:18.707Z Compiling subtle v2.6.1
5272026-03-18T03:38:18.724Z Compiling toml_datetime v1.0.0+spec-1.1.0
5282026-03-18T03:38:18.905Z Compiling atomic-waker v1.1.2
5292026-03-18T03:38:18.922Z Compiling cpufeatures v0.2.17
5302026-03-18T03:38:19.006Z Compiling ryu v1.0.23
5312026-03-18T03:38:19.024Z Compiling hyper v1.8.1
5322026-03-18T03:38:19.176Z Compiling toml_edit v0.25.4+spec-1.1.0
5332026-03-18T03:38:19.516Z Compiling url v2.5.8
5342026-03-18T03:38:20.462Z Compiling aho-corasick v1.1.4
5352026-03-18T03:38:20.490Z Compiling bitflags v2.11.0
5362026-03-18T03:38:20.639Z Compiling sync_wrapper v1.0.2
5372026-03-18T03:38:20.741Z Compiling ipnet v2.12.0
5382026-03-18T03:38:20.764Z Compiling tower-layer v0.3.3
5392026-03-18T03:38:20.777Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5402026-03-18T03:38:20.963Z Compiling tower v0.5.3
5412026-03-18T03:38:21.102Z Compiling hyper-util v0.1.20
5422026-03-18T03:38:21.600Z Compiling regex-automata v0.4.14
5432026-03-18T03:38:22.213Z Compiling proc-macro-crate v3.5.0
5442026-03-18T03:38:22.810Z Compiling tokio-rustls v0.26.4
5452026-03-18T03:38:22.910Z Compiling rand_core v0.9.5
5462026-03-18T03:38:23.138Z Compiling sha1 v0.10.6
5472026-03-18T03:38:23.190Z Compiling webpki-roots v1.0.6
5482026-03-18T03:38:23.260Z Compiling rand_core v0.6.4
5492026-03-18T03:38:23.529Z Compiling crossbeam-utils v0.8.21
5502026-03-18T03:38:23.588Z Compiling iri-string v0.7.10
5512026-03-18T03:38:23.943Z Compiling data-encoding v2.10.0
5522026-03-18T03:38:25.061Z Compiling crucible-workspace-hack v0.1.0
5532026-03-18T03:38:25.332Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5542026-03-18T03:38:25.612Z Compiling toml_writer v1.0.6+spec-1.1.0
5552026-03-18T03:38:25.899Z Compiling heck v0.4.1
5562026-03-18T03:38:26.301Z Compiling typify-macro v0.4.3
5572026-03-18T03:38:26.367Z Compiling tower-http v0.6.8
5582026-03-18T03:38:26.556Z Compiling regex v1.12.3
5592026-03-18T03:38:26.926Z Compiling rand_chacha v0.3.1
5602026-03-18T03:38:27.031Z Compiling hyper-rustls v0.27.7
5612026-03-18T03:38:27.191Z Compiling rand_chacha v0.9.0
5622026-03-18T03:38:27.357Z Compiling num_enum_derive v0.7.5
5632026-03-18T03:38:27.420Z Compiling serde_urlencoded v0.7.1
5642026-03-18T03:38:27.533Z Compiling tokio-util v0.7.18
5652026-03-18T03:38:27.747Z Compiling http-body-util v0.1.3
5662026-03-18T03:38:27.773Z Compiling openapiv3 v2.2.0
5672026-03-18T03:38:28.059Z Compiling foreign-types-macros v0.2.3
5682026-03-18T03:38:28.162Z Compiling toml_datetime v0.7.5+spec-1.1.0
5692026-03-18T03:38:28.617Z Compiling serde_spanned v1.0.4
5702026-03-18T03:38:28.796Z Compiling utf8parse v0.2.2
5712026-03-18T03:38:28.813Z Compiling anyhow v1.0.102
5722026-03-18T03:38:28.912Z Compiling pkg-config v0.3.32
5732026-03-18T03:38:28.933Z Compiling time-core v0.1.8
5742026-03-18T03:38:28.945Z Compiling foreign-types-shared v0.3.1
5752026-03-18T03:38:29.050Z Compiling num-conv v0.2.0
5762026-03-18T03:38:29.062Z Compiling typify v0.4.3
5772026-03-18T03:38:29.126Z Compiling either v1.15.0
5782026-03-18T03:38:29.163Z Compiling prettyplease v0.2.37
5792026-03-18T03:38:29.226Z Compiling cpufeatures v0.3.0
5802026-03-18T03:38:29.247Z Compiling powerfmt v0.2.0
5812026-03-18T03:38:29.311Z Compiling unsafe-libyaml v0.2.11
5822026-03-18T03:38:29.400Z Compiling itertools v0.12.1
5832026-03-18T03:38:29.488Z Compiling deranged v0.5.8
5842026-03-18T03:38:29.514Z Compiling chacha20 v0.10.0
5852026-03-18T03:38:29.534Z Compiling lzma-sys v0.1.20
5862026-03-18T03:38:29.848Z Compiling progenitor-impl v0.10.0
5872026-03-18T03:38:30.027Z Compiling serde_yaml v0.9.34+deprecated
5882026-03-18T03:38:30.253Z Compiling time-macros v0.2.27
5892026-03-18T03:38:30.457Z Compiling foreign-types v0.5.0
5902026-03-18T03:38:30.545Z Compiling anstyle-parse v0.2.7
5912026-03-18T03:38:30.776Z Compiling num_enum v0.7.5
5922026-03-18T03:38:30.913Z Compiling toml v0.9.12+spec-1.1.0
5932026-03-18T03:38:30.913Z Compiling reqwest v0.12.28
5942026-03-18T03:38:31.043Z Compiling rand v0.9.2
5952026-03-18T03:38:31.586Z Compiling rand v0.8.5
5962026-03-18T03:38:31.993Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5972026-03-18T03:38:32.059Z Compiling arc-swap v1.8.2
5982026-03-18T03:38:32.451Z Compiling cstr-argument v0.1.2
5992026-03-18T03:38:32.482Z Compiling thread_local v1.1.9
6002026-03-18T03:38:32.536Z Compiling anstyle-query v1.1.5
6012026-03-18T03:38:32.628Z Compiling typeid v1.0.3
6022026-03-18T03:38:32.643Z Compiling anstyle v1.0.13
6032026-03-18T03:38:32.665Z Compiling pretty-hex v0.4.1
6042026-03-18T03:38:32.828Z Compiling is_terminal_polyfill v1.70.2
6052026-03-18T03:38:32.831Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
6062026-03-18T03:38:32.931Z Compiling slog-async v2.8.0
6072026-03-18T03:38:32.942Z Compiling lazy_static v1.5.0
6082026-03-18T03:38:33.008Z Compiling utf-8 v0.7.6
6092026-03-18T03:38:33.059Z Compiling colorchoice v1.0.4
6102026-03-18T03:38:33.079Z Compiling unicode-width v0.2.2
6112026-03-18T03:38:33.118Z Compiling portable-atomic v1.13.1
6122026-03-18T03:38:33.196Z Compiling byteorder v1.5.0
6132026-03-18T03:38:33.230Z Compiling anstream v0.6.21
6142026-03-18T03:38:33.377Z Compiling slog-scope v4.4.1
6152026-03-18T03:38:33.449Z Compiling tungstenite v0.21.0
6162026-03-18T03:38:33.554Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6172026-03-18T03:38:33.707Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6182026-03-18T03:38:33.780Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6192026-03-18T03:38:33.813Z Compiling progenitor-client v0.10.0
6202026-03-18T03:38:33.842Z Compiling crossbeam-channel v0.5.15
6212026-03-18T03:38:33.854Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
6222026-03-18T03:38:34.149Z Compiling cargo_toml v0.22.3
6232026-03-18T03:38:34.168Z Compiling time v0.3.47
6242026-03-18T03:38:34.791Z Compiling progenitor-macro v0.10.0
6252026-03-18T03:38:34.805Z Compiling rand v0.10.0
6262026-03-18T03:38:35.062Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
6272026-03-18T03:38:35.445Z Compiling futures-executor v0.3.32
6282026-03-18T03:38:35.684Z Compiling is-terminal v0.4.17
6292026-03-18T03:38:35.713Z Compiling camino v1.2.2
6302026-03-18T03:38:35.748Z Compiling clap_lex v1.0.0
6312026-03-18T03:38:35.796Z Compiling term v1.2.1
6322026-03-18T03:38:35.808Z Compiling strsim v0.11.1
6332026-03-18T03:38:35.965Z Compiling oxnet v0.1.4
6342026-03-18T03:38:36.061Z Compiling take_mut v0.2.2
6352026-03-18T03:38:36.149Z Compiling colored v3.1.1
6362026-03-18T03:38:36.319Z Compiling slog-term v2.9.2
6372026-03-18T03:38:36.355Z Compiling clap_builder v4.5.60
6382026-03-18T03:38:36.748Z Compiling futures v0.3.32
6392026-03-18T03:38:36.839Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
6402026-03-18T03:38:37.019Z Compiling tokio-tungstenite v0.21.0
6412026-03-18T03:38:37.395Z Compiling slog-stdlog v4.1.1
6422026-03-18T03:38:37.427Z Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)
6432026-03-18T03:38:37.787Z Compiling console v0.16.2
6442026-03-18T03:38:37.835Z Compiling tungstenite v0.29.0
6452026-03-18T03:38:38.668Z Compiling zone_cfg_derive v0.3.1
6462026-03-18T03:38:38.771Z Compiling clap_derive v4.5.55
6472026-03-18T03:38:38.868Z Compiling async-trait v0.1.89
6482026-03-18T03:38:39.593Z Compiling base64 v0.21.7
6492026-03-18T03:38:39.663Z Compiling unit-prefix v0.5.2
6502026-03-18T03:38:39.971Z Compiling indicatif v0.18.4
6512026-03-18T03:38:40.003Z Compiling zone v0.3.1
6522026-03-18T03:38:40.246Z Compiling tokio-tungstenite v0.29.0
6532026-03-18T03:38:40.257Z Compiling ron v0.12.0
6542026-03-18T03:38:40.596Z Compiling slog-envlogger v2.2.0
6552026-03-18T03:38:40.899Z Compiling xz2 v0.1.7
6562026-03-18T03:38:41.113Z Compiling clap v4.5.60
6572026-03-18T03:38:41.205Z Compiling tabwriter v1.4.1
6582026-03-18T03:38:41.217Z Compiling sha2 v0.10.9
6592026-03-18T03:38:41.326Z Compiling smf v0.2.3
6602026-03-18T03:38:41.509Z Compiling base16ct v1.0.0
6612026-03-18T03:38:41.540Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6622026-03-18T03:38:42.263Z Compiling progenitor v0.10.0
6632026-03-18T03:38:42.315Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6642026-03-18T03:38:42.357Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
6652026-03-18T03:38:42.723Z Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest)
6662026-03-18T03:38:44.905Zerror[E0308]: mismatched types
6672026-03-18T03:38:44.906Z --> lib/src/cli.rs:610:53
6682026-03-18T03:38:44.906Z |
6692026-03-18T03:38:44.906Z610 | stream.send(Message::Binary(c)).await?;
6702026-03-18T03:38:44.906Z | --------------- ^ expected `Bytes`, found `Vec<u8>`
6712026-03-18T03:38:44.906Z | |
6722026-03-18T03:38:44.906Z | arguments to this enum variant are incorrect
6732026-03-18T03:38:44.906Z |
6742026-03-18T03:38:44.906Z = note: expected struct `tokio_tungstenite::tungstenite::Bytes`
6752026-03-18T03:38:44.906Z found struct `Vec<u8>`
6762026-03-18T03:38:44.906Znote: tuple variant defined here
6772026-03-18T03:38:44.906Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:161:5
6782026-03-18T03:38:44.906Z |
6792026-03-18T03:38:44.906Z161 | Binary(Bytes),
6802026-03-18T03:38:44.906Z | ^^^^^^
6812026-03-18T03:38:44.906Zhelp: call `Into::into` on this expression to convert `Vec<u8>` into `tokio_tungstenite::tungstenite::Bytes`
6822026-03-18T03:38:44.906Z |
6832026-03-18T03:38:44.906Z610 | stream.send(Message::Binary(c.into())).await?;
6842026-03-18T03:38:44.906Z | +++++++
6852026-03-18T03:38:44.906Z
6862026-03-18T03:38:44.920Zerror[E0308]: mismatched types
6872026-03-18T03:38:44.920Z --> lib/src/cli.rs:610:37
6882026-03-18T03:38:44.920Z |
6892026-03-18T03:38:44.920Z610 | stream.send(Message::Binary(c)).await?;
6902026-03-18T03:38:44.920Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
6912026-03-18T03:38:44.920Z | |
6922026-03-18T03:38:44.920Z | arguments to this method are incorrect
6932026-03-18T03:38:44.920Z |
6942026-03-18T03:38:44.920Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
6952026-03-18T03:38:44.920Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
6962026-03-18T03:38:44.920Z |
6972026-03-18T03:38:44.920Z157 | pub enum Message {
6982026-03-18T03:38:44.925Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
6992026-03-18T03:38:44.925Z |
7002026-03-18T03:38:44.925Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7012026-03-18T03:38:44.925Z |
7022026-03-18T03:38:44.925Z160 | pub enum Message {
7032026-03-18T03:38:44.925Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
7042026-03-18T03:38:44.925Z |
7052026-03-18T03:38:44.925Z ::: lib/src/cli.rs:21:5
7062026-03-18T03:38:44.925Z |
7072026-03-18T03:38:44.925Z 21 | use propolis_client::{
7082026-03-18T03:38:44.925Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
7092026-03-18T03:38:44.925Z...
7102026-03-18T03:38:44.925Z 30 | use tokio_tungstenite::tungstenite::Message;
7112026-03-18T03:38:44.925Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
7122026-03-18T03:38:44.925Z = help: you can use `cargo tree` to explore your dependency tree
7132026-03-18T03:38:44.925Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
7142026-03-18T03:38:44.925Z --> lib/src/cli.rs:610:25
7152026-03-18T03:38:44.925Z |
7162026-03-18T03:38:44.925Z610 | stream.send(Message::Binary(c)).await?;
7172026-03-18T03:38:44.925Z | ^^^^^^^^^^^^------------------^
7182026-03-18T03:38:44.925Z | |
7192026-03-18T03:38:44.925Z | this argument influences the return type of `send`
7202026-03-18T03:38:44.925Znote: method defined here
7212026-03-18T03:38:44.925Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
7222026-03-18T03:38:44.925Z |
7232026-03-18T03:38:44.925Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
7242026-03-18T03:38:44.925Z | ^^^^
7252026-03-18T03:38:44.925Z
7262026-03-18T03:38:44.925Zerror[E0308]: mismatched types
7272026-03-18T03:38:44.925Z --> lib/src/cli.rs:618:32
7282026-03-18T03:38:44.925Z |
7292026-03-18T03:38:44.925Z618 | ... Ok(Message::Binary(input)) => {
7302026-03-18T03:38:44.926Z | ^^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
7312026-03-18T03:38:44.926Z |
7322026-03-18T03:38:44.926Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
7332026-03-18T03:38:44.926Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
7342026-03-18T03:38:44.926Z |
7352026-03-18T03:38:44.926Z157 | pub enum Message {
7362026-03-18T03:38:44.926Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
7372026-03-18T03:38:44.926Z |
7382026-03-18T03:38:44.926Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7392026-03-18T03:38:44.926Z |
7402026-03-18T03:38:44.926Z160 | pub enum Message {
7412026-03-18T03:38:44.926Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
7422026-03-18T03:38:44.926Z |
7432026-03-18T03:38:44.926Z ::: lib/src/cli.rs:21:5
7442026-03-18T03:38:44.926Z |
7452026-03-18T03:38:44.926Z 21 | use propolis_client::{
7462026-03-18T03:38:44.926Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
7472026-03-18T03:38:44.926Z...
7482026-03-18T03:38:44.926Z 30 | use tokio_tungstenite::tungstenite::Message;
7492026-03-18T03:38:44.926Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
7502026-03-18T03:38:44.926Z = help: you can use `cargo tree` to explore your dependency tree
7512026-03-18T03:38:44.926Z
7522026-03-18T03:38:44.926Zerror[E0308]: mismatched types
7532026-03-18T03:38:44.926Z --> lib/src/cli.rs:622:32
7542026-03-18T03:38:44.926Z |
7552026-03-18T03:38:44.926Z622 | ... Ok(Message::Close(..)) => {
7562026-03-18T03:38:44.926Z | ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
7572026-03-18T03:38:44.926Z |
7582026-03-18T03:38:44.926Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
7592026-03-18T03:38:44.926Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
7602026-03-18T03:38:44.926Z |
7612026-03-18T03:38:44.926Z157 | pub enum Message {
7622026-03-18T03:38:44.926Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
7632026-03-18T03:38:44.926Z |
7642026-03-18T03:38:44.926Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7652026-03-18T03:38:44.926Z |
7662026-03-18T03:38:44.926Z160 | pub enum Message {
7672026-03-18T03:38:44.926Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
7682026-03-18T03:38:44.926Z |
7692026-03-18T03:38:44.927Z ::: lib/src/cli.rs:21:5
7702026-03-18T03:38:44.927Z |
7712026-03-18T03:38:44.927Z 21 | use propolis_client::{
7722026-03-18T03:38:44.927Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
7732026-03-18T03:38:44.927Z...
7742026-03-18T03:38:44.927Z 30 | use tokio_tungstenite::tungstenite::Message;
7752026-03-18T03:38:44.927Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
7762026-03-18T03:38:44.927Z = help: you can use `cargo tree` to explore your dependency tree
7772026-03-18T03:38:44.927Z
7782026-03-18T03:38:45.017Zerror[E0308]: mismatched types
7792026-03-18T03:38:45.017Z --> lib/src/serial.rs:72:13
7802026-03-18T03:38:45.018Z |
7812026-03-18T03:38:45.018Z72 | / InstanceSerialConsoleHelper::new(
7822026-03-18T03:38:45.018Z73 | | *addr,
7832026-03-18T03:38:45.018Z74 | | WSClientOffset::MostRecent(0),
7842026-03-18T03:38:45.018Z75 | | Some(log.clone()),
7852026-03-18T03:38:45.018Z76 | | )
7862026-03-18T03:38:45.018Z77 | | .await
7872026-03-18T03:38:45.018Z | |__________________^ expected `tokio_tungstenite::tungstenite::Error`, found `Error`
7882026-03-18T03:38:45.018Z |
7892026-03-18T03:38:45.018Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
7902026-03-18T03:38:45.018Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/error.rs:15:1
7912026-03-18T03:38:45.018Z |
7922026-03-18T03:38:45.018Z15 | pub enum Error {
7932026-03-18T03:38:45.018Z | ^^^^^^^^^^^^^^ this is the expected type `tokio_tungstenite::tungstenite::Error`
7942026-03-18T03:38:45.018Z |
7952026-03-18T03:38:45.018Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/error.rs:15:1
7962026-03-18T03:38:45.018Z |
7972026-03-18T03:38:45.018Z15 | pub enum Error {
7982026-03-18T03:38:45.018Z | ^^^^^^^^^^^^^^ this is the found type `propolis_client::support::tungstenite::Error`
7992026-03-18T03:38:45.018Z |
8002026-03-18T03:38:45.018Z ::: lib/src/cli.rs:21:5
8012026-03-18T03:38:45.018Z |
8022026-03-18T03:38:45.022Z21 | use propolis_client::{
8032026-03-18T03:38:45.022Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
8042026-03-18T03:38:45.022Z...
8052026-03-18T03:38:45.022Z30 | use tokio_tungstenite::tungstenite::Message;
8062026-03-18T03:38:45.022Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
8072026-03-18T03:38:45.022Z = help: you can use `cargo tree` to explore your dependency tree
8082026-03-18T03:38:45.022Z
8092026-03-18T03:38:45.033Zerror[E0308]: mismatched types
8102026-03-18T03:38:45.033Z --> lib/src/serial.rs:122:21
8112026-03-18T03:38:45.033Z |
8122026-03-18T03:38:45.033Z122 | ws.send(Message::binary(v)).await?;
8132026-03-18T03:38:45.034Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
8142026-03-18T03:38:45.034Z | |
8152026-03-18T03:38:45.034Z | arguments to this method are incorrect
8162026-03-18T03:38:45.034Z |
8172026-03-18T03:38:45.034Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
8182026-03-18T03:38:45.037Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
8192026-03-18T03:38:45.037Z |
8202026-03-18T03:38:45.037Z157 | pub enum Message {
8212026-03-18T03:38:45.037Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
8222026-03-18T03:38:45.037Z |
8232026-03-18T03:38:45.037Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
8242026-03-18T03:38:45.037Z |
8252026-03-18T03:38:45.037Z160 | pub enum Message {
8262026-03-18T03:38:45.037Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
8272026-03-18T03:38:45.037Z |
8282026-03-18T03:38:45.037Z ::: lib/src/cli.rs:21:5
8292026-03-18T03:38:45.037Z |
8302026-03-18T03:38:45.038Z 21 | use propolis_client::{
8312026-03-18T03:38:45.038Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
8322026-03-18T03:38:45.038Z...
8332026-03-18T03:38:45.038Z 30 | use tokio_tungstenite::tungstenite::Message;
8342026-03-18T03:38:45.038Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
8352026-03-18T03:38:45.038Z = help: you can use `cargo tree` to explore your dependency tree
8362026-03-18T03:38:45.038Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
8372026-03-18T03:38:45.038Z --> lib/src/serial.rs:122:13
8382026-03-18T03:38:45.038Z |
8392026-03-18T03:38:45.038Z122 | ws.send(Message::binary(v)).await?;
8402026-03-18T03:38:45.038Z | ^^^^^^^^------------------^
8412026-03-18T03:38:45.038Z | |
8422026-03-18T03:38:45.038Z | this argument influences the return type of `send`
8432026-03-18T03:38:45.038Znote: method defined here
8442026-03-18T03:38:45.038Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
8452026-03-18T03:38:45.038Z |
8462026-03-18T03:38:45.038Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
8472026-03-18T03:38:45.038Z | ^^^^
8482026-03-18T03:38:45.038Z
8492026-03-18T03:38:45.042Zerror[E0277]: `?` couldn't convert the error to `error::Error`
8502026-03-18T03:38:45.042Z --> lib/src/serial.rs:122:46
8512026-03-18T03:38:45.042Z |
8522026-03-18T03:38:45.042Z122 | ws.send(Message::binary(v)).await?;
8532026-03-18T03:38:45.042Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
8542026-03-18T03:38:45.042Z | |
8552026-03-18T03:38:45.042Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
8562026-03-18T03:38:45.042Z |
8572026-03-18T03:38:45.042Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
8582026-03-18T03:38:45.042Z --> lib/src/error.rs:13:1
8592026-03-18T03:38:45.042Z |
8602026-03-18T03:38:45.042Z 13 | pub enum Error {
8612026-03-18T03:38:45.042Z | ^^^^^^^^^^^^^^
8622026-03-18T03:38:45.042Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8632026-03-18T03:38:45.042Z = help: the following other types implement trait `From<T>`:
8642026-03-18T03:38:45.042Z `error::Error` implements `From<AddrParseError>`
8652026-03-18T03:38:45.042Z `error::Error` implements `From<FromUtf8Error>`
8662026-03-18T03:38:45.042Z `error::Error` implements `From<NulError>`
8672026-03-18T03:38:45.042Z `error::Error` implements `From<ParseIntError>`
8682026-03-18T03:38:45.042Z `error::Error` implements `From<QueryError>`
8692026-03-18T03:38:45.043Z `error::Error` implements `From<SpannedError>`
8702026-03-18T03:38:45.043Z `error::Error` implements `From<TryFromIntError>`
8712026-03-18T03:38:45.043Z `error::Error` implements `From<ZoneError>`
8722026-03-18T03:38:45.043Z and 11 others
8732026-03-18T03:38:45.043Z
8742026-03-18T03:38:45.051Zerror[E0308]: mismatched types
8752026-03-18T03:38:45.051Z --> lib/src/serial.rs:145:17
8762026-03-18T03:38:45.051Z |
8772026-03-18T03:38:45.051Z145 | ws.send(Message::binary(v)).await?;
8782026-03-18T03:38:45.051Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
8792026-03-18T03:38:45.051Z | |
8802026-03-18T03:38:45.051Z | arguments to this method are incorrect
8812026-03-18T03:38:45.051Z |
8822026-03-18T03:38:45.051Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
8832026-03-18T03:38:45.055Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
8842026-03-18T03:38:45.055Z |
8852026-03-18T03:38:45.055Z157 | pub enum Message {
8862026-03-18T03:38:45.055Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
8872026-03-18T03:38:45.055Z |
8882026-03-18T03:38:45.055Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
8892026-03-18T03:38:45.055Z |
8902026-03-18T03:38:45.055Z160 | pub enum Message {
8912026-03-18T03:38:45.055Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
8922026-03-18T03:38:45.055Z |
8932026-03-18T03:38:45.055Z ::: lib/src/cli.rs:21:5
8942026-03-18T03:38:45.055Z |
8952026-03-18T03:38:45.055Z 21 | use propolis_client::{
8962026-03-18T03:38:45.055Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
8972026-03-18T03:38:45.055Z...
8982026-03-18T03:38:45.055Z 30 | use tokio_tungstenite::tungstenite::Message;
8992026-03-18T03:38:45.055Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
9002026-03-18T03:38:45.055Z = help: you can use `cargo tree` to explore your dependency tree
9012026-03-18T03:38:45.055Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
9022026-03-18T03:38:45.055Z --> lib/src/serial.rs:145:9
9032026-03-18T03:38:45.055Z |
9042026-03-18T03:38:45.055Z145 | ws.send(Message::binary(v)).await?;
9052026-03-18T03:38:45.055Z | ^^^^^^^^------------------^
9062026-03-18T03:38:45.055Z | |
9072026-03-18T03:38:45.056Z | this argument influences the return type of `send`
9082026-03-18T03:38:45.056Znote: method defined here
9092026-03-18T03:38:45.056Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
9102026-03-18T03:38:45.056Z |
9112026-03-18T03:38:45.056Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
9122026-03-18T03:38:45.056Z | ^^^^
9132026-03-18T03:38:45.056Z
9142026-03-18T03:38:45.056Zerror[E0277]: `?` couldn't convert the error to `error::Error`
9152026-03-18T03:38:45.056Z --> lib/src/serial.rs:145:42
9162026-03-18T03:38:45.056Z |
9172026-03-18T03:38:45.056Z145 | ws.send(Message::binary(v)).await?;
9182026-03-18T03:38:45.056Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
9192026-03-18T03:38:45.056Z | |
9202026-03-18T03:38:45.056Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
9212026-03-18T03:38:45.056Z |
9222026-03-18T03:38:45.056Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
9232026-03-18T03:38:45.056Z --> lib/src/error.rs:13:1
9242026-03-18T03:38:45.056Z |
9252026-03-18T03:38:45.056Z 13 | pub enum Error {
9262026-03-18T03:38:45.056Z | ^^^^^^^^^^^^^^
9272026-03-18T03:38:45.056Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
9282026-03-18T03:38:45.056Z = help: the following other types implement trait `From<T>`:
9292026-03-18T03:38:45.056Z `error::Error` implements `From<AddrParseError>`
9302026-03-18T03:38:45.056Z `error::Error` implements `From<FromUtf8Error>`
9312026-03-18T03:38:45.056Z `error::Error` implements `From<NulError>`
9322026-03-18T03:38:45.056Z `error::Error` implements `From<ParseIntError>`
9332026-03-18T03:38:45.056Z `error::Error` implements `From<QueryError>`
9342026-03-18T03:38:45.056Z `error::Error` implements `From<SpannedError>`
9352026-03-18T03:38:45.056Z `error::Error` implements `From<TryFromIntError>`
9362026-03-18T03:38:45.056Z `error::Error` implements `From<ZoneError>`
9372026-03-18T03:38:45.057Z and 11 others
9382026-03-18T03:38:45.057Z
9392026-03-18T03:38:45.070Zerror[E0308]: mismatched types
9402026-03-18T03:38:45.070Z --> lib/src/serial.rs:164:17
9412026-03-18T03:38:45.070Z |
9422026-03-18T03:38:45.070Z164 | ws.send(Message::binary(v)).await?;
9432026-03-18T03:38:45.070Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
9442026-03-18T03:38:45.070Z | |
9452026-03-18T03:38:45.070Z | arguments to this method are incorrect
9462026-03-18T03:38:45.070Z |
9472026-03-18T03:38:45.070Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
9482026-03-18T03:38:45.070Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
9492026-03-18T03:38:45.070Z |
9502026-03-18T03:38:45.070Z157 | pub enum Message {
9512026-03-18T03:38:45.070Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
9522026-03-18T03:38:45.070Z |
9532026-03-18T03:38:45.070Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
9542026-03-18T03:38:45.070Z |
9552026-03-18T03:38:45.070Z160 | pub enum Message {
9562026-03-18T03:38:45.070Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
9572026-03-18T03:38:45.070Z |
9582026-03-18T03:38:45.070Z ::: lib/src/cli.rs:21:5
9592026-03-18T03:38:45.070Z |
9602026-03-18T03:38:45.070Z 21 | use propolis_client::{
9612026-03-18T03:38:45.070Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
9622026-03-18T03:38:45.070Z...
9632026-03-18T03:38:45.070Z 30 | use tokio_tungstenite::tungstenite::Message;
9642026-03-18T03:38:45.070Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
9652026-03-18T03:38:45.070Z = help: you can use `cargo tree` to explore your dependency tree
9662026-03-18T03:38:45.070Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
9672026-03-18T03:38:45.071Z --> lib/src/serial.rs:164:9
9682026-03-18T03:38:45.071Z |
9692026-03-18T03:38:45.071Z164 | ws.send(Message::binary(v)).await?;
9702026-03-18T03:38:45.071Z | ^^^^^^^^------------------^
9712026-03-18T03:38:45.071Z | |
9722026-03-18T03:38:45.071Z | this argument influences the return type of `send`
9732026-03-18T03:38:45.071Znote: method defined here
9742026-03-18T03:38:45.071Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
9752026-03-18T03:38:45.071Z |
9762026-03-18T03:38:45.071Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
9772026-03-18T03:38:45.071Z | ^^^^
9782026-03-18T03:38:45.071Z
9792026-03-18T03:38:45.071Zerror[E0277]: `?` couldn't convert the error to `error::Error`
9802026-03-18T03:38:45.071Z --> lib/src/serial.rs:164:42
9812026-03-18T03:38:45.071Z |
9822026-03-18T03:38:45.071Z164 | ws.send(Message::binary(v)).await?;
9832026-03-18T03:38:45.071Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
9842026-03-18T03:38:45.071Z | |
9852026-03-18T03:38:45.071Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
9862026-03-18T03:38:45.071Z |
9872026-03-18T03:38:45.071Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
9882026-03-18T03:38:45.071Z --> lib/src/error.rs:13:1
9892026-03-18T03:38:45.071Z |
9902026-03-18T03:38:45.071Z 13 | pub enum Error {
9912026-03-18T03:38:45.071Z | ^^^^^^^^^^^^^^
9922026-03-18T03:38:45.071Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
9932026-03-18T03:38:45.071Z = help: the following other types implement trait `From<T>`:
9942026-03-18T03:38:45.071Z `error::Error` implements `From<AddrParseError>`
9952026-03-18T03:38:45.071Z `error::Error` implements `From<FromUtf8Error>`
9962026-03-18T03:38:45.071Z `error::Error` implements `From<NulError>`
9972026-03-18T03:38:45.072Z `error::Error` implements `From<ParseIntError>`
9982026-03-18T03:38:45.072Z `error::Error` implements `From<QueryError>`
9992026-03-18T03:38:45.072Z `error::Error` implements `From<SpannedError>`
10002026-03-18T03:38:45.072Z `error::Error` implements `From<TryFromIntError>`
10012026-03-18T03:38:45.072Z `error::Error` implements `From<ZoneError>`
10022026-03-18T03:38:45.072Z and 11 others
10032026-03-18T03:38:45.072Z
10042026-03-18T03:38:45.078Zerror[E0308]: mismatched types
10052026-03-18T03:38:45.078Z --> lib/src/serial.rs:174:17
10062026-03-18T03:38:45.078Z |
10072026-03-18T03:38:45.078Z174 | ws.send(Message::binary(v.clone())).await?;
10082026-03-18T03:38:45.078Z | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
10092026-03-18T03:38:45.078Z | |
10102026-03-18T03:38:45.078Z | arguments to this method are incorrect
10112026-03-18T03:38:45.078Z |
10122026-03-18T03:38:45.078Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
10132026-03-18T03:38:45.078Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
10142026-03-18T03:38:45.078Z |
10152026-03-18T03:38:45.078Z157 | pub enum Message {
10162026-03-18T03:38:45.078Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
10172026-03-18T03:38:45.078Z |
10182026-03-18T03:38:45.078Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
10192026-03-18T03:38:45.078Z |
10202026-03-18T03:38:45.078Z160 | pub enum Message {
10212026-03-18T03:38:45.078Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
10222026-03-18T03:38:45.078Z |
10232026-03-18T03:38:45.078Z ::: lib/src/cli.rs:21:5
10242026-03-18T03:38:45.078Z |
10252026-03-18T03:38:45.078Z 21 | use propolis_client::{
10262026-03-18T03:38:45.079Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
10272026-03-18T03:38:45.079Z...
10282026-03-18T03:38:45.079Z 30 | use tokio_tungstenite::tungstenite::Message;
10292026-03-18T03:38:45.079Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
10302026-03-18T03:38:45.079Z = help: you can use `cargo tree` to explore your dependency tree
10312026-03-18T03:38:45.079Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
10322026-03-18T03:38:45.079Z --> lib/src/serial.rs:174:9
10332026-03-18T03:38:45.079Z |
10342026-03-18T03:38:45.079Z174 | ws.send(Message::binary(v.clone())).await?;
10352026-03-18T03:38:45.079Z | ^^^^^^^^--------------------------^
10362026-03-18T03:38:45.079Z | |
10372026-03-18T03:38:45.079Z | this argument influences the return type of `send`
10382026-03-18T03:38:45.079Znote: method defined here
10392026-03-18T03:38:45.079Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
10402026-03-18T03:38:45.079Z |
10412026-03-18T03:38:45.079Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
10422026-03-18T03:38:45.079Z | ^^^^
10432026-03-18T03:38:45.079Z
10442026-03-18T03:38:45.079Zerror[E0277]: `?` couldn't convert the error to `error::Error`
10452026-03-18T03:38:45.079Z --> lib/src/serial.rs:174:50
10462026-03-18T03:38:45.079Z |
10472026-03-18T03:38:45.079Z174 | ws.send(Message::binary(v.clone())).await?;
10482026-03-18T03:38:45.079Z | -----------------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
10492026-03-18T03:38:45.079Z | |
10502026-03-18T03:38:45.079Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
10512026-03-18T03:38:45.079Z |
10522026-03-18T03:38:45.079Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
10532026-03-18T03:38:45.079Z --> lib/src/error.rs:13:1
10542026-03-18T03:38:45.079Z |
10552026-03-18T03:38:45.079Z 13 | pub enum Error {
10562026-03-18T03:38:45.080Z | ^^^^^^^^^^^^^^
10572026-03-18T03:38:45.080Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
10582026-03-18T03:38:45.080Z = help: the following other types implement trait `From<T>`:
10592026-03-18T03:38:45.080Z `error::Error` implements `From<AddrParseError>`
10602026-03-18T03:38:45.080Z `error::Error` implements `From<FromUtf8Error>`
10612026-03-18T03:38:45.080Z `error::Error` implements `From<NulError>`
10622026-03-18T03:38:45.080Z `error::Error` implements `From<ParseIntError>`
10632026-03-18T03:38:45.080Z `error::Error` implements `From<QueryError>`
10642026-03-18T03:38:45.080Z `error::Error` implements `From<SpannedError>`
10652026-03-18T03:38:45.080Z `error::Error` implements `From<TryFromIntError>`
10662026-03-18T03:38:45.080Z `error::Error` implements `From<ZoneError>`
10672026-03-18T03:38:45.080Z and 11 others
10682026-03-18T03:38:45.080Z
10692026-03-18T03:38:45.084Zerror[E0308]: mismatched types
10702026-03-18T03:38:45.084Z --> lib/src/serial.rs:183:17
10712026-03-18T03:38:45.084Z |
10722026-03-18T03:38:45.084Z183 | ws.send(Message::binary(v.clone())).await?;
10732026-03-18T03:38:45.084Z | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
10742026-03-18T03:38:45.084Z | |
10752026-03-18T03:38:45.084Z | arguments to this method are incorrect
10762026-03-18T03:38:45.084Z |
10772026-03-18T03:38:45.084Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
10782026-03-18T03:38:45.084Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
10792026-03-18T03:38:45.084Z |
10802026-03-18T03:38:45.084Z157 | pub enum Message {
10812026-03-18T03:38:45.085Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
10822026-03-18T03:38:45.085Z |
10832026-03-18T03:38:45.085Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
10842026-03-18T03:38:45.085Z |
10852026-03-18T03:38:45.085Z160 | pub enum Message {
10862026-03-18T03:38:45.085Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
10872026-03-18T03:38:45.085Z |
10882026-03-18T03:38:45.085Z ::: lib/src/cli.rs:21:5
10892026-03-18T03:38:45.085Z |
10902026-03-18T03:38:45.085Z 21 | use propolis_client::{
10912026-03-18T03:38:45.085Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
10922026-03-18T03:38:45.085Z...
10932026-03-18T03:38:45.085Z 30 | use tokio_tungstenite::tungstenite::Message;
10942026-03-18T03:38:45.085Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
10952026-03-18T03:38:45.085Z = help: you can use `cargo tree` to explore your dependency tree
10962026-03-18T03:38:45.085Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
10972026-03-18T03:38:45.085Z --> lib/src/serial.rs:183:9
10982026-03-18T03:38:45.085Z |
10992026-03-18T03:38:45.085Z183 | ws.send(Message::binary(v.clone())).await?;
11002026-03-18T03:38:45.085Z | ^^^^^^^^--------------------------^
11012026-03-18T03:38:45.085Z | |
11022026-03-18T03:38:45.085Z | this argument influences the return type of `send`
11032026-03-18T03:38:45.085Znote: method defined here
11042026-03-18T03:38:45.085Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
11052026-03-18T03:38:45.085Z |
11062026-03-18T03:38:45.085Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
11072026-03-18T03:38:45.085Z | ^^^^
11082026-03-18T03:38:45.085Z
11092026-03-18T03:38:45.085Zerror[E0277]: `?` couldn't convert the error to `error::Error`
11102026-03-18T03:38:45.085Z --> lib/src/serial.rs:183:50
11112026-03-18T03:38:45.086Z |
11122026-03-18T03:38:45.086Z183 | ws.send(Message::binary(v.clone())).await?;
11132026-03-18T03:38:45.086Z | -----------------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
11142026-03-18T03:38:45.086Z | |
11152026-03-18T03:38:45.086Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
11162026-03-18T03:38:45.086Z |
11172026-03-18T03:38:45.086Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
11182026-03-18T03:38:45.086Z --> lib/src/error.rs:13:1
11192026-03-18T03:38:45.086Z |
11202026-03-18T03:38:45.086Z 13 | pub enum Error {
11212026-03-18T03:38:45.086Z | ^^^^^^^^^^^^^^
11222026-03-18T03:38:45.086Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
11232026-03-18T03:38:45.086Z = help: the following other types implement trait `From<T>`:
11242026-03-18T03:38:45.086Z `error::Error` implements `From<AddrParseError>`
11252026-03-18T03:38:45.086Z `error::Error` implements `From<FromUtf8Error>`
11262026-03-18T03:38:45.086Z `error::Error` implements `From<NulError>`
11272026-03-18T03:38:45.086Z `error::Error` implements `From<ParseIntError>`
11282026-03-18T03:38:45.086Z `error::Error` implements `From<QueryError>`
11292026-03-18T03:38:45.086Z `error::Error` implements `From<SpannedError>`
11302026-03-18T03:38:45.086Z `error::Error` implements `From<TryFromIntError>`
11312026-03-18T03:38:45.086Z `error::Error` implements `From<ZoneError>`
11322026-03-18T03:38:45.086Z and 11 others
11332026-03-18T03:38:45.086Z
11342026-03-18T03:38:45.095Zerror[E0308]: mismatched types
11352026-03-18T03:38:45.095Z --> lib/src/serial.rs:193:17
11362026-03-18T03:38:45.095Z |
11372026-03-18T03:38:45.095Z193 | ws.send(Message::binary(v)).await?;
11382026-03-18T03:38:45.095Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
11392026-03-18T03:38:45.095Z | |
11402026-03-18T03:38:45.095Z | arguments to this method are incorrect
11412026-03-18T03:38:45.095Z |
11422026-03-18T03:38:45.095Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
11432026-03-18T03:38:45.095Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
11442026-03-18T03:38:45.095Z |
11452026-03-18T03:38:45.095Z157 | pub enum Message {
11462026-03-18T03:38:45.095Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
11472026-03-18T03:38:45.095Z |
11482026-03-18T03:38:45.099Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
11492026-03-18T03:38:45.099Z |
11502026-03-18T03:38:45.099Z160 | pub enum Message {
11512026-03-18T03:38:45.099Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
11522026-03-18T03:38:45.099Z |
11532026-03-18T03:38:45.099Z ::: lib/src/cli.rs:21:5
11542026-03-18T03:38:45.099Z |
11552026-03-18T03:38:45.099Z 21 | use propolis_client::{
11562026-03-18T03:38:45.099Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
11572026-03-18T03:38:45.099Z...
11582026-03-18T03:38:45.099Z 30 | use tokio_tungstenite::tungstenite::Message;
11592026-03-18T03:38:45.099Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
11602026-03-18T03:38:45.099Z = help: you can use `cargo tree` to explore your dependency tree
11612026-03-18T03:38:45.099Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
11622026-03-18T03:38:45.099Z --> lib/src/serial.rs:193:9
11632026-03-18T03:38:45.099Z |
11642026-03-18T03:38:45.099Z193 | ws.send(Message::binary(v)).await?;
11652026-03-18T03:38:45.099Z | ^^^^^^^^------------------^
11662026-03-18T03:38:45.100Z | |
11672026-03-18T03:38:45.100Z | this argument influences the return type of `send`
11682026-03-18T03:38:45.100Znote: method defined here
11692026-03-18T03:38:45.100Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
11702026-03-18T03:38:45.100Z |
11712026-03-18T03:38:45.100Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
11722026-03-18T03:38:45.100Z | ^^^^
11732026-03-18T03:38:45.100Z
11742026-03-18T03:38:45.100Zerror[E0277]: `?` couldn't convert the error to `error::Error`
11752026-03-18T03:38:45.100Z --> lib/src/serial.rs:193:42
11762026-03-18T03:38:45.100Z |
11772026-03-18T03:38:45.100Z193 | ws.send(Message::binary(v)).await?;
11782026-03-18T03:38:45.100Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
11792026-03-18T03:38:45.100Z | |
11802026-03-18T03:38:45.100Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
11812026-03-18T03:38:45.100Z |
11822026-03-18T03:38:45.100Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
11832026-03-18T03:38:45.100Z --> lib/src/error.rs:13:1
11842026-03-18T03:38:45.100Z |
11852026-03-18T03:38:45.100Z 13 | pub enum Error {
11862026-03-18T03:38:45.100Z | ^^^^^^^^^^^^^^
11872026-03-18T03:38:45.100Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
11882026-03-18T03:38:45.100Z = help: the following other types implement trait `From<T>`:
11892026-03-18T03:38:45.100Z `error::Error` implements `From<AddrParseError>`
11902026-03-18T03:38:45.100Z `error::Error` implements `From<FromUtf8Error>`
11912026-03-18T03:38:45.100Z `error::Error` implements `From<NulError>`
11922026-03-18T03:38:45.100Z `error::Error` implements `From<ParseIntError>`
11932026-03-18T03:38:45.101Z `error::Error` implements `From<QueryError>`
11942026-03-18T03:38:45.101Z `error::Error` implements `From<SpannedError>`
11952026-03-18T03:38:45.101Z `error::Error` implements `From<TryFromIntError>`
11962026-03-18T03:38:45.101Z `error::Error` implements `From<ZoneError>`
11972026-03-18T03:38:45.101Z and 11 others
11982026-03-18T03:38:45.101Z
11992026-03-18T03:38:45.107Zerror[E0308]: mismatched types
12002026-03-18T03:38:45.107Z --> lib/src/serial.rs:213:17
12012026-03-18T03:38:45.107Z |
12022026-03-18T03:38:45.107Z213 | ws.send(Message::binary(v)).await?;
12032026-03-18T03:38:45.107Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
12042026-03-18T03:38:45.107Z | |
12052026-03-18T03:38:45.107Z | arguments to this method are incorrect
12062026-03-18T03:38:45.107Z |
12072026-03-18T03:38:45.107Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
12082026-03-18T03:38:45.108Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
12092026-03-18T03:38:45.108Z |
12102026-03-18T03:38:45.108Z157 | pub enum Message {
12112026-03-18T03:38:45.112Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
12122026-03-18T03:38:45.112Z |
12132026-03-18T03:38:45.112Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
12142026-03-18T03:38:45.112Z |
12152026-03-18T03:38:45.112Z160 | pub enum Message {
12162026-03-18T03:38:45.112Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
12172026-03-18T03:38:45.112Z |
12182026-03-18T03:38:45.113Z ::: lib/src/cli.rs:21:5
12192026-03-18T03:38:45.113Z |
12202026-03-18T03:38:45.113Z 21 | use propolis_client::{
12212026-03-18T03:38:45.113Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
12222026-03-18T03:38:45.113Z...
12232026-03-18T03:38:45.113Z 30 | use tokio_tungstenite::tungstenite::Message;
12242026-03-18T03:38:45.113Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
12252026-03-18T03:38:45.113Z = help: you can use `cargo tree` to explore your dependency tree
12262026-03-18T03:38:45.113Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
12272026-03-18T03:38:45.113Z --> lib/src/serial.rs:213:9
12282026-03-18T03:38:45.113Z |
12292026-03-18T03:38:45.113Z213 | ws.send(Message::binary(v)).await?;
12302026-03-18T03:38:45.113Z | ^^^^^^^^------------------^
12312026-03-18T03:38:45.113Z | |
12322026-03-18T03:38:45.113Z | this argument influences the return type of `send`
12332026-03-18T03:38:45.113Znote: method defined here
12342026-03-18T03:38:45.113Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
12352026-03-18T03:38:45.113Z |
12362026-03-18T03:38:45.113Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
12372026-03-18T03:38:45.113Z | ^^^^
12382026-03-18T03:38:45.113Z
12392026-03-18T03:38:45.113Zerror[E0277]: `?` couldn't convert the error to `error::Error`
12402026-03-18T03:38:45.113Z --> lib/src/serial.rs:213:42
12412026-03-18T03:38:45.113Z |
12422026-03-18T03:38:45.113Z213 | ws.send(Message::binary(v)).await?;
12432026-03-18T03:38:45.113Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
12442026-03-18T03:38:45.113Z | |
12452026-03-18T03:38:45.113Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
12462026-03-18T03:38:45.114Z |
12472026-03-18T03:38:45.114Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
12482026-03-18T03:38:45.114Z --> lib/src/error.rs:13:1
12492026-03-18T03:38:45.114Z |
12502026-03-18T03:38:45.114Z 13 | pub enum Error {
12512026-03-18T03:38:45.114Z | ^^^^^^^^^^^^^^
12522026-03-18T03:38:45.114Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
12532026-03-18T03:38:45.114Z = help: the following other types implement trait `From<T>`:
12542026-03-18T03:38:45.114Z `error::Error` implements `From<AddrParseError>`
12552026-03-18T03:38:45.114Z `error::Error` implements `From<FromUtf8Error>`
12562026-03-18T03:38:45.114Z `error::Error` implements `From<NulError>`
12572026-03-18T03:38:45.114Z `error::Error` implements `From<ParseIntError>`
12582026-03-18T03:38:45.114Z `error::Error` implements `From<QueryError>`
12592026-03-18T03:38:45.114Z `error::Error` implements `From<SpannedError>`
12602026-03-18T03:38:45.114Z `error::Error` implements `From<TryFromIntError>`
12612026-03-18T03:38:45.114Z `error::Error` implements `From<ZoneError>`
12622026-03-18T03:38:45.114Z and 11 others
12632026-03-18T03:38:45.114Z
12642026-03-18T03:38:45.120Zerror[E0308]: mismatched types
12652026-03-18T03:38:45.120Z --> lib/src/serial.rs:235:17
12662026-03-18T03:38:45.120Z |
12672026-03-18T03:38:45.120Z235 | ws.send(Message::binary(v)).await?;
12682026-03-18T03:38:45.120Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
12692026-03-18T03:38:45.120Z | |
12702026-03-18T03:38:45.120Z | arguments to this method are incorrect
12712026-03-18T03:38:45.120Z |
12722026-03-18T03:38:45.120Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
12732026-03-18T03:38:45.120Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
12742026-03-18T03:38:45.120Z |
12752026-03-18T03:38:45.120Z157 | pub enum Message {
12762026-03-18T03:38:45.125Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
12772026-03-18T03:38:45.125Z |
12782026-03-18T03:38:45.125Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
12792026-03-18T03:38:45.125Z |
12802026-03-18T03:38:45.125Z160 | pub enum Message {
12812026-03-18T03:38:45.125Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
12822026-03-18T03:38:45.125Z |
12832026-03-18T03:38:45.125Z ::: lib/src/cli.rs:21:5
12842026-03-18T03:38:45.125Z |
12852026-03-18T03:38:45.125Z 21 | use propolis_client::{
12862026-03-18T03:38:45.125Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
12872026-03-18T03:38:45.125Z...
12882026-03-18T03:38:45.125Z 30 | use tokio_tungstenite::tungstenite::Message;
12892026-03-18T03:38:45.125Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
12902026-03-18T03:38:45.125Z = help: you can use `cargo tree` to explore your dependency tree
12912026-03-18T03:38:45.125Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
12922026-03-18T03:38:45.125Z --> lib/src/serial.rs:235:9
12932026-03-18T03:38:45.125Z |
12942026-03-18T03:38:45.125Z235 | ws.send(Message::binary(v)).await?;
12952026-03-18T03:38:45.125Z | ^^^^^^^^------------------^
12962026-03-18T03:38:45.125Z | |
12972026-03-18T03:38:45.125Z | this argument influences the return type of `send`
12982026-03-18T03:38:45.125Znote: method defined here
12992026-03-18T03:38:45.125Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
13002026-03-18T03:38:45.125Z |
13012026-03-18T03:38:45.125Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
13022026-03-18T03:38:45.126Z | ^^^^
13032026-03-18T03:38:45.126Z
13042026-03-18T03:38:45.126Zerror[E0277]: `?` couldn't convert the error to `error::Error`
13052026-03-18T03:38:45.126Z --> lib/src/serial.rs:235:42
13062026-03-18T03:38:45.126Z |
13072026-03-18T03:38:45.126Z235 | ws.send(Message::binary(v)).await?;
13082026-03-18T03:38:45.126Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
13092026-03-18T03:38:45.126Z | |
13102026-03-18T03:38:45.126Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
13112026-03-18T03:38:45.126Z |
13122026-03-18T03:38:45.126Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
13132026-03-18T03:38:45.126Z --> lib/src/error.rs:13:1
13142026-03-18T03:38:45.126Z |
13152026-03-18T03:38:45.126Z 13 | pub enum Error {
13162026-03-18T03:38:45.126Z | ^^^^^^^^^^^^^^
13172026-03-18T03:38:45.126Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
13182026-03-18T03:38:45.126Z = help: the following other types implement trait `From<T>`:
13192026-03-18T03:38:45.126Z `error::Error` implements `From<AddrParseError>`
13202026-03-18T03:38:45.126Z `error::Error` implements `From<FromUtf8Error>`
13212026-03-18T03:38:45.126Z `error::Error` implements `From<NulError>`
13222026-03-18T03:38:45.126Z `error::Error` implements `From<ParseIntError>`
13232026-03-18T03:38:45.126Z `error::Error` implements `From<QueryError>`
13242026-03-18T03:38:45.126Z `error::Error` implements `From<SpannedError>`
13252026-03-18T03:38:45.126Z `error::Error` implements `From<TryFromIntError>`
13262026-03-18T03:38:45.127Z `error::Error` implements `From<ZoneError>`
13272026-03-18T03:38:45.127Z and 11 others
13282026-03-18T03:38:45.127Z
13292026-03-18T03:38:45.131Zerror[E0277]: `?` couldn't convert the error to `error::Error`
13302026-03-18T03:38:45.131Z --> lib/src/serial.rs:304:38
13312026-03-18T03:38:45.131Z |
13322026-03-18T03:38:45.131Z304 | let msg = msg?
13332026-03-18T03:38:45.131Z | ---^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
13342026-03-18T03:38:45.131Z | |
13352026-03-18T03:38:45.131Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
13362026-03-18T03:38:45.131Z |
13372026-03-18T03:38:45.131Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
13382026-03-18T03:38:45.131Z --> lib/src/error.rs:13:1
13392026-03-18T03:38:45.131Z |
13402026-03-18T03:38:45.131Z 13 | pub enum Error {
13412026-03-18T03:38:45.131Z | ^^^^^^^^^^^^^^
13422026-03-18T03:38:45.131Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
13432026-03-18T03:38:45.131Z = help: the following other types implement trait `From<T>`:
13442026-03-18T03:38:45.131Z `error::Error` implements `From<AddrParseError>`
13452026-03-18T03:38:45.131Z `error::Error` implements `From<FromUtf8Error>`
13462026-03-18T03:38:45.131Z `error::Error` implements `From<NulError>`
13472026-03-18T03:38:45.131Z `error::Error` implements `From<ParseIntError>`
13482026-03-18T03:38:45.131Z `error::Error` implements `From<QueryError>`
13492026-03-18T03:38:45.131Z `error::Error` implements `From<SpannedError>`
13502026-03-18T03:38:45.131Z `error::Error` implements `From<TryFromIntError>`
13512026-03-18T03:38:45.131Z `error::Error` implements `From<ZoneError>`
13522026-03-18T03:38:45.131Z and 11 others
13532026-03-18T03:38:45.131Z
13542026-03-18T03:38:45.137Zerror[E0308]: mismatched types
13552026-03-18T03:38:45.137Z --> lib/src/serial.rs:309:29
13562026-03-18T03:38:45.137Z |
13572026-03-18T03:38:45.137Z309 | ... Message::Binary(data) => {
13582026-03-18T03:38:45.137Z | ^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
13592026-03-18T03:38:45.138Z |
13602026-03-18T03:38:45.138Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
13612026-03-18T03:38:45.138Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
13622026-03-18T03:38:45.138Z |
13632026-03-18T03:38:45.138Z157 | pub enum Message {
13642026-03-18T03:38:45.138Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
13652026-03-18T03:38:45.138Z |
13662026-03-18T03:38:45.138Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
13672026-03-18T03:38:45.138Z |
13682026-03-18T03:38:45.138Z160 | pub enum Message {
13692026-03-18T03:38:45.138Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
13702026-03-18T03:38:45.138Z |
13712026-03-18T03:38:45.138Z ::: lib/src/cli.rs:21:5
13722026-03-18T03:38:45.138Z |
13732026-03-18T03:38:45.138Z 21 | use propolis_client::{
13742026-03-18T03:38:45.138Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
13752026-03-18T03:38:45.138Z...
13762026-03-18T03:38:45.138Z 30 | use tokio_tungstenite::tungstenite::Message;
13772026-03-18T03:38:45.138Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
13782026-03-18T03:38:45.138Z = help: you can use `cargo tree` to explore your dependency tree
13792026-03-18T03:38:45.138Z
13802026-03-18T03:38:45.138Zerror[E0308]: mismatched types
13812026-03-18T03:38:45.138Z --> lib/src/serial.rs:340:29
13822026-03-18T03:38:45.138Z |
13832026-03-18T03:38:45.138Z340 | ... Message::Close(..) => {
13842026-03-18T03:38:45.138Z | ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
13852026-03-18T03:38:45.139Z |
13862026-03-18T03:38:45.139Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
13872026-03-18T03:38:45.139Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
13882026-03-18T03:38:45.139Z |
13892026-03-18T03:38:45.139Z157 | pub enum Message {
13902026-03-18T03:38:45.139Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
13912026-03-18T03:38:45.139Z |
13922026-03-18T03:38:45.139Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
13932026-03-18T03:38:45.139Z |
13942026-03-18T03:38:45.139Z160 | pub enum Message {
13952026-03-18T03:38:45.139Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
13962026-03-18T03:38:45.139Z |
13972026-03-18T03:38:45.139Z ::: lib/src/cli.rs:21:5
13982026-03-18T03:38:45.139Z |
13992026-03-18T03:38:45.139Z 21 | use propolis_client::{
14002026-03-18T03:38:45.139Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
14012026-03-18T03:38:45.139Z...
14022026-03-18T03:38:45.139Z 30 | use tokio_tungstenite::tungstenite::Message;
14032026-03-18T03:38:45.139Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
14042026-03-18T03:38:45.139Z = help: you can use `cargo tree` to explore your dependency tree
14052026-03-18T03:38:45.139Z
14062026-03-18T03:38:45.139Zerror[E0624]: method `as_slice` is private
14072026-03-18T03:38:45.139Z --> lib/src/serial.rs:311:66
14082026-03-18T03:38:45.139Z |
14092026-03-18T03:38:45.140Z311 | ... String::from_utf8_lossy(data.as_slice())
14102026-03-18T03:38:45.140Z | ^^^^^^^^ private method
14112026-03-18T03:38:45.140Z |
14122026-03-18T03:38:45.140Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:663:5
14132026-03-18T03:38:45.140Z |
14142026-03-18T03:38:45.140Z663 | fn as_slice(&self) -> &[u8] {
14152026-03-18T03:38:45.140Z | --------------------------- private method defined here
14162026-03-18T03:38:45.140Z |
14172026-03-18T03:38:45.140Z = help: items from traits can only be used if the trait is in scope
14182026-03-18T03:38:45.140Zhelp: trait `SlicePattern` which provides `as_slice` is implemented but not in scope; perhaps you want to import it
14192026-03-18T03:38:45.140Z |
14202026-03-18T03:38:45.140Z 7 + use core::slice::SlicePattern;
14212026-03-18T03:38:45.140Z |
14222026-03-18T03:38:45.140Z
14232026-03-18T03:38:46.113ZSome errors have detailed explanations: E0277, E0308, E0624.
14242026-03-18T03:38:46.113ZFor more information about an error, try `rustc --explain E0277`.
14252026-03-18T03:38:46.166Zerror: could not compile `libfalcon` (lib) due to 25 previous errors
14262026-03-18T03:38:46.357Z
14272026-03-18T03:38:46.361Zreal 52.273888063
14282026-03-18T03:38:46.361Zuser 4:24.844894745
14292026-03-18T03:38:46.361Zsys 45.125325492
14302026-03-18T03:38:46.361Ztrap 0.185737420
14312026-03-18T03:38:46.361Ztflt 0.291907890
14322026-03-18T03:38:46.361Zdflt 0.213755063
14332026-03-18T03:38:46.361Zkflt 0.005107875
14342026-03-18T03:38:46.361Zlock 11:35.977199311
14352026-03-18T03:38:46.361Zslp 17:59.697828330
14362026-03-18T03:38:46.361Zlat 24.835422438
14372026-03-18T03:38:46.361Zstop 49.953085478
14382026-03-18T03:38:46.361Zprocess exited: duration 71997 ms, exit code 101
 
14392026-03-18T03:38:46.368Zfound 0 output files