01KXA8C46AX33Z68Z1Y3RKX2PB: build-and-test

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

Buildomat Job: 01KXA8CBJRV3XFBAY5FMBQWQR5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-12T04:12:39.098Zjob assigned to worker 01KXA8CBYXRQQZZ32RMDR69T7Q [factory aws, i-000ee0ec6703a62a6] (queued for 51 s)
 
22026-07-12T04:12:45.521Zstarting task 0: "setup"
32026-07-12T04:12:45.525Z++ uname -s
42026-07-12T04:12:45.528Z+ kern=SunOS
52026-07-12T04:12:45.528Z+ build_user=build
62026-07-12T04:12:45.528Z+ build_uid=12345
72026-07-12T04:12:45.528Z+ work_dir=/work
82026-07-12T04:12:45.528Z+ input_dir=/input
92026-07-12T04:12:45.528Z+ [[ 0 == 12345 ]]
102026-07-12T04:12:45.528Z+ case "$kern" in
112026-07-12T04:12:45.528Z+ groupadd -g 12345 build
122026-07-12T04:12:45.531Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-12T04:12:47.534Z+ zfs create -o mountpoint=/work rpool/work
142026-07-12T04:12:47.609Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-12T04:12:47.612Z+ home_fs=zfs
162026-07-12T04:12:47.612Z+ [[ zfs == autofs ]]
172026-07-12T04:12:47.612Z+ mkdir -p /home/build
182026-07-12T04:12:47.612Z+ chown build:build /home/build /work
192026-07-12T04:12:49.613Z+ chmod 0700 /home/build /work
202026-07-12T04:12:49.617Zprocess exited: duration 4095 ms, exit code 0
 
212026-07-12T04:12:49.623Zstarting task 1: "rust-toolchain"
222026-07-12T04:12:49.627Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-12T04:12:49.627Z * rust toolchain channel = "stable"
242026-07-12T04:12:49.627Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-12T04:12:49.630Z * rust toolchain profile = "default"
262026-07-12T04:12:49.630Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-12T04:12:49.630Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-12T04:12:49.630Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-12T04:12:49.630Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-12T04:12:49.747Zinfo: downloading installer
312026-07-12T04:12:51.113Zwarn: It looks like you have an existing installation of Rust at:
322026-07-12T04:12:51.113Zwarn: /opt/ooce/bin
332026-07-12T04:12:51.113Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-12T04:12:51.117Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-12T04:12:51.117Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-12T04:12:51.117Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-12T04:12:51.117Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-12T04:12:51.117Zerror: cannot install while Rust is installed
392026-07-12T04:12:51.117Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-12T04:12:51.117Zwarn: It looks like you have an existing rustup settings file at:
412026-07-12T04:12:51.117Zwarn: /home/build/.rustup/settings.toml
422026-07-12T04:12:51.117Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-12T04:12:51.117Zwarn: instead of the one inferred from the default host triple.
442026-07-12T04:12:51.126Zinfo: profile set to default
452026-07-12T04:12:51.126Zinfo: default host triple is x86_64-unknown-illumos
462026-07-12T04:12:51.129Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-12T04:12:51.277Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-12T04:12:51.281Zinfo: downloading 6 components
492026-07-12T04:13:07.211Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-12T04:13:07.212Z
512026-07-12T04:13:07.239Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-12T04:13:07.239Z
532026-07-12T04:13:07.239Z
542026-07-12T04:13:07.239ZRust is installed now. Great!
552026-07-12T04:13:07.239Z
562026-07-12T04:13:07.239ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-12T04:13:07.239Zenvironment variable. This has not been done automatically.
582026-07-12T04:13:07.239Z
592026-07-12T04:13:07.239ZTo configure your current shell, you need to source
602026-07-12T04:13:07.239Zthe corresponding env file under $HOME/.cargo.
612026-07-12T04:13:07.239Z
622026-07-12T04:13:07.239ZThis is usually done by running one of the following (note the leading DOT):
632026-07-12T04:13:07.239Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-12T04:13:07.239Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-12T04:13:07.239Zsource "~/.cargo/env.nu" # For nushell
662026-07-12T04:13:07.239Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-12T04:13:07.243Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-12T04:13:07.243Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-12T04:13:07.243Zwarn: no default linker (`cc`) was found in your PATH
702026-07-12T04:13:07.243Zwarn: many Rust crates require a system C toolchain to build
712026-07-12T04:13:07.337Z+ rustup --version
722026-07-12T04:13:07.346Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-12T04:13:07.349Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-12T04:13:07.366Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-12T04:13:07.370Z+ cargo --version
762026-07-12T04:13:07.384Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-12T04:13:07.387Z+ rustc --version
782026-07-12T04:13:07.405Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-12T04:13:07.408Zprocess exited: duration 17781 ms, exit code 0
 
802026-07-12T04:13:07.415Zstarting task 2: "authentication"
812026-07-12T04:13:07.432Zprocess exited: duration 16 ms, exit code 0
 
822026-07-12T04:13:07.439Zstarting task 3: "clone repository"
832026-07-12T04:13:07.442Z+ mkdir -p /work/oxidecomputer/falcon
842026-07-12T04:13:07.445Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
852026-07-12T04:13:07.475ZCloning into '/work/oxidecomputer/falcon'...
862026-07-12T04:13:08.246Z+ cd /work/oxidecomputer/falcon
872026-07-12T04:13:08.246Z+ git fetch origin d0c1ac5c1df15935a39b68819d432b34b950b064
882026-07-12T04:13:08.480ZFrom https://github.com/oxidecomputer/falcon
892026-07-12T04:13:08.480Z * branch d0c1ac5c1df15935a39b68819d432b34b950b064 -> FETCH_HEAD
902026-07-12T04:13:08.484Z+ [[ -n renovate/tokio-tungstenite-0.x ]]
912026-07-12T04:13:08.487Z++ git branch --show-current
922026-07-12T04:13:08.487Z+ current=main
932026-07-12T04:13:08.487Z+ [[ main != renovate/tokio-tungstenite-0.x ]]
942026-07-12T04:13:08.487Z+ git branch -f renovate/tokio-tungstenite-0.x d0c1ac5c1df15935a39b68819d432b34b950b064
952026-07-12T04:13:08.490Z+ git checkout -f renovate/tokio-tungstenite-0.x
962026-07-12T04:13:08.556ZSwitched to branch 'renovate/tokio-tungstenite-0.x'
972026-07-12T04:13:08.559Z+ git reset --hard d0c1ac5c1df15935a39b68819d432b34b950b064
982026-07-12T04:13:08.620ZHEAD is now at d0c1ac5 Update Rust crate tokio-tungstenite to 0.30
992026-07-12T04:13:08.623Zprocess exited: duration 1182 ms, exit code 0
 
1002026-07-12T04:13:08.630Zstarting task 4: "build"
1012026-07-12T04:13:08.633Z+ cargo --version
1022026-07-12T04:13:08.639Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
1032026-07-12T04:13:08.774Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
1042026-07-12T04:13:08.777Zinfo: downloading 6 components
1052026-07-12T04:13:25.607Zcargo 1.96.0 (30a34c682 2026-05-25)
1062026-07-12T04:13:25.610Z+ rustc --version
1072026-07-12T04:13:25.635Zrustc 1.96.0 (ac68faa20 2026-05-25)
1082026-07-12T04:13:25.638Z+ banner build
1092026-07-12T04:13:25.641Z
1102026-07-12T04:13:25.641Z ##### # # # # #####
1112026-07-12T04:13:25.641Z # # # # # # # #
1122026-07-12T04:13:25.641Z ##### # # # # # #
1132026-07-12T04:13:25.641Z # # # # # # # #
1142026-07-12T04:13:25.641Z # # # # # # # #
1152026-07-12T04:13:25.641Z ##### #### # ###### #####
1162026-07-12T04:13:25.641Z
1172026-07-12T04:13:25.641Z+ ptime -m cargo build --all
1182026-07-12T04:13:25.719Z Updating crates.io index
1192026-07-12T04:13:25.722Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202026-07-12T04:13:26.078ZFrom https://github.com/oxidecomputer/netadm-sys
1212026-07-12T04:13:26.078Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1222026-07-12T04:13:26.085Z Updating git repository `https://github.com/oxidecomputer/propolis`
1232026-07-12T04:13:26.764ZFrom https://github.com/oxidecomputer/propolis
1242026-07-12T04:13:26.764Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1252026-07-12T04:13:26.811Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-07-12T04:13:27.095ZFrom https://github.com/oxidecomputer/zone
1272026-07-12T04:13:27.095Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1282026-07-12T04:13:27.101Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1292026-07-12T04:13:27.361ZFrom https://github.com/oxidecomputer/dlpi-sys
1302026-07-12T04:13:27.361Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1312026-07-12T04:13:27.367Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1322026-07-12T04:13:27.672ZFrom https://github.com/jmesmon/rust-libzfs
1332026-07-12T04:13:27.672Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1342026-07-12T04:13:27.680Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1352026-07-12T04:13:27.927ZFrom https://github.com/oxidecomputer/rusty-doors
1362026-07-12T04:13:27.927Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1372026-07-12T04:13:27.933Z Updating git repository `https://github.com/oxidecomputer/crucible`
1382026-07-12T04:13:28.744ZFrom https://github.com/oxidecomputer/crucible
1392026-07-12T04:13:28.744Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1402026-07-12T04:13:30.747Z Downloading crates ...
1412026-07-12T04:13:30.799Z Downloaded anstyle-query v1.1.5
1422026-07-12T04:13:30.816Z Downloaded cstr-argument v0.1.2
1432026-07-12T04:13:30.821Z Downloaded crypto-common v0.1.7
1442026-07-12T04:13:30.824Z Downloaded erased-serde v0.3.31
1452026-07-12T04:13:30.824Z Downloaded progenitor-macro v0.10.0
1462026-07-12T04:13:30.827Z Downloaded dyn-clone v1.0.20
1472026-07-12T04:13:30.827Z Downloaded equivalent v1.0.2
1482026-07-12T04:13:30.827Z Downloaded num-conv v0.2.2
1492026-07-12T04:13:30.827Z Downloaded cargo_toml v0.22.3
1502026-07-12T04:13:30.830Z Downloaded base16ct v1.0.0
1512026-07-12T04:13:30.830Z Downloaded digest v0.10.7
1522026-07-12T04:13:30.830Z Downloaded anyhow v1.0.102
1532026-07-12T04:13:30.833Z Downloaded clap_derive v4.6.1
1542026-07-12T04:13:30.836Z Downloaded aho-corasick v1.1.4
1552026-07-12T04:13:30.839Z Downloaded stable_deref_trait v1.2.1
1562026-07-12T04:13:30.839Z Downloaded either v1.16.0
1572026-07-12T04:13:30.839Z Downloaded block-buffer v0.10.4
1582026-07-12T04:13:30.843Z Downloaded anstyle-parse v1.0.0
1592026-07-12T04:13:30.843Z Downloaded slog-stdlog v4.1.1
1602026-07-12T04:13:30.846Z Downloaded rustversion v1.0.22
1612026-07-12T04:13:30.846Z Downloaded console v0.16.3
1622026-07-12T04:13:30.849Z Downloaded chacha20 v0.10.0
1632026-07-12T04:13:30.852Z Downloaded colorchoice v1.0.5
1642026-07-12T04:13:30.855Z Downloaded pin-project-lite v0.2.17
1652026-07-12T04:13:30.858Z Downloaded quote v1.0.45
1662026-07-12T04:13:30.861Z Downloaded heck v0.4.1
1672026-07-12T04:13:30.862Z Downloaded serde_derive_internals v0.29.1
1682026-07-12T04:13:30.864Z Downloaded bytes v1.11.1
1692026-07-12T04:13:30.867Z Downloaded deranged v0.5.8
1702026-07-12T04:13:30.867Z Downloaded itoa v1.0.18
1712026-07-12T04:13:30.867Z Downloaded crucible-workspace-hack v0.1.0
1722026-07-12T04:13:30.870Z Downloaded anstyle v1.0.14
1732026-07-12T04:13:30.870Z Downloaded quinn-udp v0.5.14
1742026-07-12T04:13:30.870Z Downloaded crypto-common v0.2.2
1752026-07-12T04:13:30.873Z Downloaded cpufeatures v0.2.17
1762026-07-12T04:13:30.873Z Downloaded idna_adapter v1.2.2
1772026-07-12T04:13:30.874Z Downloaded cfg-if v1.0.4
1782026-07-12T04:13:30.876Z Downloaded pretty-hex v0.4.2
1792026-07-12T04:13:30.876Z Downloaded once_cell v1.21.4
1802026-07-12T04:13:30.880Z Downloaded proc-macro2 v1.0.106
1812026-07-12T04:13:30.880Z Downloaded potential_utf v0.1.5
1822026-07-12T04:13:30.880Z Downloaded foreign-types v0.5.0
1832026-07-12T04:13:30.883Z Downloaded cpufeatures v0.3.0
1842026-07-12T04:13:30.883Z Downloaded cfg_aliases v0.2.1
1852026-07-12T04:13:30.883Z Downloaded litemap v0.8.2
1862026-07-12T04:13:30.886Z Downloaded progenitor v0.10.0
1872026-07-12T04:13:30.886Z Downloaded proc-macro-error-attr v1.0.4
1882026-07-12T04:13:30.889Z Downloaded heck v0.5.0
1892026-07-12T04:13:30.889Z Downloaded futures-macro v0.3.32
1902026-07-12T04:13:30.889Z Downloaded powerfmt v0.2.0
1912026-07-12T04:13:30.892Z Downloaded is_terminal_polyfill v1.70.2
1922026-07-12T04:13:30.892Z Downloaded http-body v1.0.1
1932026-07-12T04:13:30.892Z Downloaded percent-encoding v2.3.2
1942026-07-12T04:13:30.892Z Downloaded progenitor-client v0.10.0
1952026-07-12T04:13:30.895Z Downloaded futures-sink v0.3.32
1962026-07-12T04:13:30.895Z Downloaded futures-task v0.3.32
1972026-07-12T04:13:30.895Z Downloaded futures-executor v0.3.32
1982026-07-12T04:13:30.898Z Downloaded futures-core v0.3.32
1992026-07-12T04:13:30.898Z Downloaded form_urlencoded v1.2.2
2002026-07-12T04:13:30.898Z Downloaded displaydoc v0.2.6
2012026-07-12T04:13:30.901Z Downloaded foreign-types-macros v0.2.3
2022026-07-12T04:13:30.901Z Downloaded errno v0.3.14
2032026-07-12T04:13:30.901Z Downloaded cc v1.2.63
2042026-07-12T04:13:30.904Z Downloaded generic-array v0.14.7
2052026-07-12T04:13:30.904Z Downloaded clap_lex v1.1.0
2062026-07-12T04:13:30.907Z Downloaded block-buffer v0.12.1
2072026-07-12T04:13:30.910Z Downloaded serde_urlencoded v0.7.1
2082026-07-12T04:13:30.910Z Downloaded sha1 v0.10.6
2092026-07-12T04:13:30.913Z Downloaded atomic-waker v1.1.2
2102026-07-12T04:13:30.916Z Downloaded rand_chacha v0.3.1
2112026-07-12T04:13:30.919Z Downloaded num_enum v0.7.6
2122026-07-12T04:13:30.922Z Downloaded tinyvec_macros v0.1.1
2132026-07-12T04:13:30.922Z Downloaded foreign-types-shared v0.3.1
2142026-07-12T04:13:30.922Z Downloaded time-core v0.1.8
2152026-07-12T04:13:30.925Z Downloaded tabwriter v1.4.1
2162026-07-12T04:13:30.928Z Downloaded is-terminal v0.4.17
2172026-07-12T04:13:30.928Z Downloaded futures-io v0.3.32
2182026-07-12T04:13:30.931Z Downloaded take_mut v0.2.2
2192026-07-12T04:13:30.931Z Downloaded lazy_static v1.5.0
2202026-07-12T04:13:30.931Z Downloaded ppv-lite86 v0.2.21
2212026-07-12T04:13:30.934Z Downloaded lock_api v0.4.14
2222026-07-12T04:13:30.937Z Downloaded proc-macro-crate v3.5.0
2232026-07-12T04:13:30.940Z Downloaded ipnet v2.12.0
2242026-07-12T04:13:30.943Z Downloaded serde_spanned v1.1.1
2252026-07-12T04:13:30.943Z Downloaded scopeguard v1.2.0
2262026-07-12T04:13:30.950Z Downloaded lru-slab v0.1.2
2272026-07-12T04:13:30.954Z Downloaded bitflags v2.13.0
2282026-07-12T04:13:30.957Z Downloaded anstream v1.0.0
2292026-07-12T04:13:30.960Z Downloaded tokio-macros v2.7.0
2302026-07-12T04:13:30.961Z Downloaded strsim v0.11.1
2312026-07-12T04:13:30.961Z Downloaded tower-service v0.3.3
2322026-07-12T04:13:30.961Z Downloaded arc-swap v1.9.1
2332026-07-12T04:13:30.964Z Downloaded typeid v1.0.3
2342026-07-12T04:13:30.964Z Downloaded try-lock v0.2.5
2352026-07-12T04:13:30.967Z Downloaded unit-prefix v0.5.2
2362026-07-12T04:13:30.967Z Downloaded sync_wrapper v1.0.2
2372026-07-12T04:13:30.967Z Downloaded rustc-hash v2.1.2
2382026-07-12T04:13:30.967Z Downloaded typify-macro v0.4.3
2392026-07-12T04:13:30.971Z Downloaded sha1 v0.11.0
2402026-07-12T04:13:30.971Z Downloaded want v0.3.1
2412026-07-12T04:13:30.971Z Downloaded utf-8 v0.7.6
2422026-07-12T04:13:30.974Z Downloaded subtle v2.6.1
2432026-07-12T04:13:30.974Z Downloaded digest v0.11.3
2442026-07-12T04:13:30.977Z Downloaded byteorder v1.5.0
2452026-07-12T04:13:30.977Z Downloaded tower-layer v0.3.3
2462026-07-12T04:13:30.980Z Downloaded thiserror v2.0.18
2472026-07-12T04:13:30.983Z Downloaded http-body-util v0.1.3
2482026-07-12T04:13:30.983Z Downloaded thiserror v1.0.69
2492026-07-12T04:13:30.986Z Downloaded data-encoding v2.11.0
2502026-07-12T04:13:30.986Z Downloaded slog-scope v4.4.1
2512026-07-12T04:13:30.989Z Downloaded rand_core v0.6.4
2522026-07-12T04:13:30.989Z Downloaded autocfg v1.5.1
2532026-07-12T04:13:30.989Z Downloaded proc-macro-error v1.0.4
2542026-07-12T04:13:30.992Z Downloaded slog-envlogger v2.2.0
2552026-07-12T04:13:30.992Z Downloaded pkg-config v0.3.33
2562026-07-12T04:13:30.992Z Downloaded async-trait v0.1.89
2572026-07-12T04:13:30.995Z Downloaded synstructure v0.13.2
2582026-07-12T04:13:30.995Z Downloaded schemars_derive v0.8.22
2592026-07-12T04:13:30.999Z Downloaded rand_core v0.10.1
2602026-07-12T04:13:30.999Z Downloaded find-msvc-tools v0.1.9
2612026-07-12T04:13:30.999Z Downloaded parking_lot_core v0.9.12
2622026-07-12T04:13:31.002Z Downloaded untrusted v0.9.0
2632026-07-12T04:13:31.002Z Downloaded oxnet v0.1.6
2642026-07-12T04:13:31.002Z Downloaded zerofrom v0.1.8
2652026-07-12T04:13:31.005Z Downloaded yoke-derive v0.8.2
2662026-07-12T04:13:31.005Z Downloaded utf8_iter v1.0.4
2672026-07-12T04:13:31.005Z Downloaded utf8parse v0.2.2
2682026-07-12T04:13:31.008Z Downloaded zerofrom-derive v0.1.7
2692026-07-12T04:13:31.011Z Downloaded zone_cfg_derive v0.3.1
2702026-07-12T04:13:31.014Z Downloaded zone v0.3.1
2712026-07-12T04:13:31.017Z Downloaded thread_local v1.1.9
2722026-07-12T04:13:31.017Z Downloaded slog-term v2.9.2
2732026-07-12T04:13:31.017Z Downloaded camino v1.2.3
2742026-07-12T04:13:31.020Z Downloaded rand_chacha v0.9.0
2752026-07-12T04:13:31.020Z Downloaded colored v3.1.1
2762026-07-12T04:13:31.025Z Downloaded foldhash v0.2.0
2772026-07-12T04:13:31.025Z Downloaded crossbeam-utils v0.8.21
2782026-07-12T04:13:31.025Z Downloaded shlex v2.0.1
2792026-07-12T04:13:31.025Z Downloaded sha2 v0.10.9
2802026-07-12T04:13:31.029Z Downloaded hyper-rustls v0.27.9
2812026-07-12T04:13:31.029Z Downloaded thiserror-impl v2.0.18
2822026-07-12T04:13:31.029Z Downloaded signal-hook-registry v1.4.8
2832026-07-12T04:13:31.029Z Downloaded smf v0.2.3
2842026-07-12T04:13:31.029Z Downloaded tokio-tungstenite v0.30.0
2852026-07-12T04:13:31.032Z Downloaded toml_writer v1.1.1+spec-1.1.0
2862026-07-12T04:13:31.032Z Downloaded slog-async v2.8.0
2872026-07-12T04:13:31.032Z Downloaded num_enum_derive v0.7.6
2882026-07-12T04:13:31.036Z Downloaded tokio-tungstenite v0.21.0
2892026-07-12T04:13:31.036Z Downloaded const-oid v0.10.2
2902026-07-12T04:13:31.036Z Downloaded time-macros v0.2.27
2912026-07-12T04:13:31.039Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2922026-07-12T04:13:31.039Z Downloaded semver v1.0.28
2932026-07-12T04:13:31.042Z Downloaded serde_tokenstream v0.2.3
2942026-07-12T04:13:31.042Z Downloaded thiserror-impl v1.0.69
2952026-07-12T04:13:31.042Z Downloaded rand_core v0.9.5
2962026-07-12T04:13:31.045Z Downloaded hybrid-array v0.4.13
2972026-07-12T04:13:31.048Z Downloaded getrandom v0.2.17
2982026-07-12T04:13:31.048Z Downloaded memchr v2.8.1
2992026-07-12T04:13:31.051Z Downloaded progenitor-impl v0.10.0
3002026-07-12T04:13:31.051Z Downloaded num-traits v0.2.19
3012026-07-12T04:13:31.054Z Downloaded futures-channel v0.3.32
3022026-07-12T04:13:31.057Z Downloaded tinystr v0.8.3
3032026-07-12T04:13:31.057Z Downloaded zeroize v1.8.2
3042026-07-12T04:13:31.064Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3052026-07-12T04:13:31.067Z Downloaded smallvec v1.15.1
3062026-07-12T04:13:31.067Z Downloaded rustls-pki-types v1.14.1
3072026-07-12T04:13:31.070Z Downloaded xz2 v0.1.7
3082026-07-12T04:13:31.070Z Downloaded tokio-rustls v0.26.4
3092026-07-12T04:13:31.073Z Downloaded writeable v0.6.3
3102026-07-12T04:13:31.073Z Downloaded base64 v0.22.1
3112026-07-12T04:13:31.076Z Downloaded zmij v1.0.21
3122026-07-12T04:13:31.076Z Downloaded iana-time-zone v0.1.65
3132026-07-12T04:13:31.079Z Downloaded ryu v1.0.23
3142026-07-12T04:13:31.081Z Downloaded zerovec-derive v0.11.3
3152026-07-12T04:13:31.081Z Downloaded term v1.2.1
3162026-07-12T04:13:31.084Z Downloaded getrandom v0.4.2
3172026-07-12T04:13:31.087Z Downloaded slog v2.8.2
3182026-07-12T04:13:31.090Z Downloaded getrandom v0.3.4
3192026-07-12T04:13:31.093Z Downloaded serde_yaml v0.9.34+deprecated
3202026-07-12T04:13:31.093Z Downloaded mio v1.2.1
3212026-07-12T04:13:31.096Z Downloaded version_check v0.9.5
3222026-07-12T04:13:31.096Z Downloaded tracing-attributes v0.1.31
3232026-07-12T04:13:31.100Z Downloaded yoke v0.8.3
3242026-07-12T04:13:31.100Z Downloaded icu_provider v2.2.0
3252026-07-12T04:13:31.103Z Downloaded clap v4.6.1
3262026-07-12T04:13:31.106Z Downloaded tinyvec v1.11.0
3272026-07-12T04:13:31.109Z Downloaded slab v0.4.12
3282026-07-12T04:13:31.109Z Downloaded httparse v1.10.1
3292026-07-12T04:13:31.112Z Downloaded serde_core v1.0.228
3302026-07-12T04:13:31.112Z Downloaded parking_lot v0.12.5
3312026-07-12T04:13:31.115Z Downloaded schemars v0.8.22
3322026-07-12T04:13:31.119Z Downloaded tungstenite v0.21.0
3332026-07-12T04:13:31.122Z Downloaded toml v0.9.12+spec-1.1.0
3342026-07-12T04:13:31.126Z Downloaded allocator-api2 v0.2.21
3352026-07-12T04:13:31.126Z Downloaded typify v0.4.3
3362026-07-12T04:13:31.128Z Downloaded tracing-core v0.1.36
3372026-07-12T04:13:31.129Z Downloaded futures v0.3.32
3382026-07-12T04:13:31.132Z Downloaded unsafe-libyaml v0.2.11
3392026-07-12T04:13:31.134Z Downloaded unicode-ident v1.0.24
3402026-07-12T04:13:31.137Z Downloaded toml_parser v1.1.2+spec-1.1.0
3412026-07-12T04:13:31.137Z Downloaded serde_derive v1.0.228
3422026-07-12T04:13:31.141Z Downloaded icu_normalizer_data v2.2.0
3432026-07-12T04:13:31.141Z Downloaded icu_normalizer v2.2.0
3442026-07-12T04:13:31.143Z Downloaded openapiv3 v2.2.0
3452026-07-12T04:13:31.147Z Downloaded indicatif v0.18.4
3462026-07-12T04:13:31.150Z Downloaded rand v0.9.4
3472026-07-12T04:13:31.153Z Downloaded log v0.4.32
3482026-07-12T04:13:31.153Z Downloaded icu_collections v2.2.0
3492026-07-12T04:13:31.156Z Downloaded icu_properties v2.2.0
3502026-07-12T04:13:31.159Z Downloaded base64 v0.21.7
3512026-07-12T04:13:31.162Z Downloaded tungstenite v0.30.0
3522026-07-12T04:13:31.165Z Downloaded rustls-webpki v0.103.13
3532026-07-12T04:13:31.165Z Downloaded rand v0.8.6
3542026-07-12T04:13:31.168Z Downloaded socket2 v0.6.4
3552026-07-12T04:13:31.168Z Downloaded serde v1.0.228
3562026-07-12T04:13:31.171Z Downloaded toml_edit v0.25.12+spec-1.1.0
3572026-07-12T04:13:31.174Z Downloaded quinn v0.11.9
3582026-07-12T04:13:31.174Z Downloaded uuid v1.23.3
3592026-07-12T04:13:31.177Z Downloaded prettyplease v0.2.37
3602026-07-12T04:13:31.191Z Downloaded zerotrie v0.2.4
3612026-07-12T04:13:31.194Z Downloaded icu_locale_core v2.2.0
3622026-07-12T04:13:31.198Z Downloaded url v2.5.8
3632026-07-12T04:13:31.201Z Downloaded tower v0.5.3
3642026-07-12T04:13:31.204Z Downloaded http v1.4.1
3652026-07-12T04:13:31.206Z Downloaded indexmap v2.14.0
3662026-07-12T04:13:31.209Z Downloaded clap_builder v4.6.0
3672026-07-12T04:13:31.212Z Downloaded typenum v1.20.1
3682026-07-12T04:13:31.215Z Downloaded ron v0.12.1
3692026-07-12T04:13:31.218Z Downloaded hyper-util v0.1.20
3702026-07-12T04:13:31.221Z Downloaded crossbeam-channel v0.5.15
3712026-07-12T04:13:31.224Z Downloaded rand v0.10.2
3722026-07-12T04:13:31.232Z Downloaded regex v1.12.4
3732026-07-12T04:13:31.235Z Downloaded serde_json v1.0.150
3742026-07-12T04:13:31.239Z Downloaded reqwest v0.12.28
3752026-07-12T04:13:31.242Z Downloaded hashbrown v0.16.1
3762026-07-12T04:13:31.245Z Downloaded zerovec v0.11.6
3772026-07-12T04:13:31.248Z Downloaded tokio-util v0.7.18
3782026-07-12T04:13:31.252Z Downloaded portable-atomic v1.13.1
3792026-07-12T04:13:31.256Z Downloaded itertools v0.12.1
3802026-07-12T04:13:31.260Z Downloaded idna v1.1.0
3812026-07-12T04:13:31.263Z Downloaded hashbrown v0.17.1
3822026-07-12T04:13:31.267Z Downloaded hyper v1.10.1
3832026-07-12T04:13:31.271Z Downloaded futures-util v0.3.32
3842026-07-12T04:13:31.277Z Downloaded tower-http v0.6.11
3852026-07-12T04:13:31.282Z Downloaded icu_properties_data v2.2.0
3862026-07-12T04:13:31.287Z Downloaded quinn-proto v0.11.14
3872026-07-12T04:13:31.291Z Downloaded winnow v0.7.15
3882026-07-12T04:13:31.296Z Downloaded winnow v1.0.3
3892026-07-12T04:13:31.301Z Downloaded syn v1.0.109
3902026-07-12T04:13:31.306Z Downloaded webpki-roots v1.0.7
3912026-07-12T04:13:31.309Z Downloaded time v0.3.47
3922026-07-12T04:13:31.315Z Downloaded chrono v0.4.45
3932026-07-12T04:13:31.318Z Downloaded rustls v0.23.40
3942026-07-12T04:13:31.326Z Downloaded unicode-width v0.2.2
3952026-07-12T04:13:31.329Z Downloaded zerocopy v0.8.50
3962026-07-12T04:13:31.339Z Downloaded syn v2.0.118
3972026-07-12T04:13:31.346Z Downloaded regress v0.10.5
3982026-07-12T04:13:31.350Z Downloaded regex-syntax v0.8.11
3992026-07-12T04:13:31.355Z Downloaded tracing v0.1.44
4002026-07-12T04:13:31.382Z Downloaded typify-impl v0.4.3
4012026-07-12T04:13:31.400Z Downloaded regex-automata v0.4.14
4022026-07-12T04:13:31.408Z Downloaded libc v0.2.186
4032026-07-12T04:13:31.425Z Downloaded lzma-sys v0.1.20
4042026-07-12T04:13:31.440Z Downloaded tokio v1.52.3
4052026-07-12T04:13:31.504Z Downloaded ring v0.17.14
4062026-07-12T04:13:31.613Z Compiling proc-macro2 v1.0.106
4072026-07-12T04:13:31.613Z Compiling unicode-ident v1.0.24
4082026-07-12T04:13:31.613Z Compiling quote v1.0.45
4092026-07-12T04:13:31.617Z Compiling libc v0.2.186
4102026-07-12T04:13:31.617Z Compiling cfg-if v1.0.4
4112026-07-12T04:13:31.617Z Compiling itoa v1.0.18
4122026-07-12T04:13:31.617Z Compiling serde_core v1.0.228
4132026-07-12T04:13:31.780Z Compiling memchr v2.8.1
4142026-07-12T04:13:31.837Z Compiling equivalent v1.0.2
4152026-07-12T04:13:31.908Z Compiling serde v1.0.228
4162026-07-12T04:13:31.918Z Compiling zmij v1.0.21
4172026-07-12T04:13:32.138Z Compiling autocfg v1.5.1
4182026-07-12T04:13:32.247Z Compiling version_check v0.9.5
4192026-07-12T04:13:32.257Z Compiling serde_json v1.0.150
4202026-07-12T04:13:32.479Z Compiling bytes v1.11.1
4212026-07-12T04:13:32.510Z Compiling num-traits v0.2.19
4222026-07-12T04:13:32.518Z Compiling pin-project-lite v0.2.17
4232026-07-12T04:13:32.537Z Compiling smallvec v1.15.1
4242026-07-12T04:13:32.607Z Compiling stable_deref_trait v1.2.1
4252026-07-12T04:13:32.748Z Compiling futures-core v0.3.32
4262026-07-12T04:13:32.782Z Compiling parking_lot_core v0.9.12
4272026-07-12T04:13:33.030Z Compiling http v1.4.1
4282026-07-12T04:13:33.068Z Compiling syn v2.0.118
4292026-07-12T04:13:33.132Z Compiling rand_core v0.10.1
4302026-07-12T04:13:33.187Z Compiling getrandom v0.4.2
4312026-07-12T04:13:33.187Z Compiling shlex v2.0.1
4322026-07-12T04:13:33.282Z Compiling find-msvc-tools v0.1.9
4332026-07-12T04:13:33.373Z Compiling hashbrown v0.17.1
4342026-07-12T04:13:33.441Z Compiling thiserror v2.0.18
4352026-07-12T04:13:33.495Z Compiling cc v1.2.63
4362026-07-12T04:13:33.531Z Compiling socket2 v0.6.4
4372026-07-12T04:13:33.962Z Compiling futures-sink v0.3.32
4382026-07-12T04:13:33.971Z Compiling schemars v0.8.22
4392026-07-12T04:13:33.982Z Compiling rustversion v1.0.22
4402026-07-12T04:13:33.999Z Compiling typenum v1.20.1
4412026-07-12T04:13:34.020Z Compiling scopeguard v1.2.0
4422026-07-12T04:13:34.113Z Compiling lock_api v0.4.14
4432026-07-12T04:13:34.331Z Compiling errno v0.3.14
4442026-07-12T04:13:34.348Z Compiling dyn-clone v1.0.20
4452026-07-12T04:13:34.388Z Compiling parking_lot v0.12.5
4462026-07-12T04:13:34.475Z Compiling signal-hook-registry v1.4.8
4472026-07-12T04:13:34.484Z Compiling futures-channel v0.3.32
4482026-07-12T04:13:34.487Z Compiling mio v1.2.1
4492026-07-12T04:13:34.585Z Compiling getrandom v0.2.17
4502026-07-12T04:13:34.706Z Compiling litemap v0.8.2
4512026-07-12T04:13:34.763Z Compiling writeable v0.6.3
4522026-07-12T04:13:34.763Z Compiling winnow v1.0.3
4532026-07-12T04:13:34.780Z Compiling indexmap v2.14.0
4542026-07-12T04:13:34.789Z Compiling once_cell v1.21.4
4552026-07-12T04:13:34.892Z Compiling icu_normalizer_data v2.2.0
4562026-07-12T04:13:34.912Z Compiling httparse v1.10.1
4572026-07-12T04:13:34.963Z Compiling slab v0.4.12
4582026-07-12T04:13:34.994Z Compiling icu_properties_data v2.2.0
4592026-07-12T04:13:35.003Z Compiling futures-io v0.3.32
4602026-07-12T04:13:35.113Z Compiling utf8_iter v1.0.4
4612026-07-12T04:13:35.136Z Compiling allocator-api2 v0.2.21
4622026-07-12T04:13:35.154Z Compiling log v0.4.32
4632026-07-12T04:13:35.215Z Compiling foldhash v0.2.0
4642026-07-12T04:13:35.250Z Compiling futures-task v0.3.32
4652026-07-12T04:13:35.363Z Compiling iana-time-zone v0.1.65
4662026-07-12T04:13:35.380Z Compiling heck v0.5.0
4672026-07-12T04:13:35.413Z Compiling hashbrown v0.16.1
4682026-07-12T04:13:35.423Z Compiling percent-encoding v2.3.2
4692026-07-12T04:13:35.530Z Compiling chrono v0.4.45
4702026-07-12T04:13:35.633Z Compiling ring v0.17.14
4712026-07-12T04:13:35.718Z Compiling toml_parser v1.1.2+spec-1.1.0
4722026-07-12T04:13:35.858Z Compiling synstructure v0.13.2
4732026-07-12T04:13:35.940Z Compiling serde_derive_internals v0.29.1
4742026-07-12T04:13:36.127Z Compiling syn v1.0.109
4752026-07-12T04:13:36.433Z Compiling generic-array v0.14.7
4762026-07-12T04:13:36.481Z Compiling zerocopy v0.8.50
4772026-07-12T04:13:36.660Z Compiling uuid v1.23.3
4782026-07-12T04:13:36.693Z Compiling thiserror v1.0.69
4792026-07-12T04:13:36.913Z Compiling regex-syntax v0.8.11
4802026-07-12T04:13:36.962Z Compiling zeroize v1.8.2
4812026-07-12T04:13:36.996Z Compiling serde_derive v1.0.228
4822026-07-12T04:13:37.018Z Compiling zerofrom-derive v0.1.7
4832026-07-12T04:13:37.063Z Compiling yoke-derive v0.8.2
4842026-07-12T04:13:37.137Z Compiling zerovec-derive v0.11.3
4852026-07-12T04:13:37.184Z Compiling displaydoc v0.2.6
4862026-07-12T04:13:37.236Z Compiling thiserror-impl v2.0.18
4872026-07-12T04:13:37.840Z Compiling schemars_derive v0.8.22
4882026-07-12T04:13:37.993Z Compiling tokio-macros v2.7.0
4892026-07-12T04:13:38.161Z Compiling futures-macro v0.3.32
4902026-07-12T04:13:38.230Z Compiling zerofrom v0.1.8
4912026-07-12T04:13:38.245Z Compiling rustls-pki-types v1.14.1
4922026-07-12T04:13:38.354Z Compiling yoke v0.8.3
4932026-07-12T04:13:38.536Z Compiling zerovec v0.11.6
4942026-07-12T04:13:38.602Z Compiling zerotrie v0.2.4
4952026-07-12T04:13:38.740Z Compiling tokio v1.52.3
4962026-07-12T04:13:38.902Z Compiling thiserror-impl v1.0.69
4972026-07-12T04:13:38.912Z Compiling tracing-attributes v0.1.31
4982026-07-12T04:13:38.993Z Compiling futures-util v0.3.32
4992026-07-12T04:13:39.037Z Compiling tinystr v0.8.3
5002026-07-12T04:13:39.070Z Compiling potential_utf v0.1.5
5012026-07-12T04:13:39.240Z Compiling icu_locale_core v2.2.0
5022026-07-12T04:13:39.249Z Compiling icu_collections v2.2.0
5032026-07-12T04:13:40.074Z Compiling icu_provider v2.2.0
5042026-07-12T04:13:40.166Z Compiling regress v0.10.5
5052026-07-12T04:13:40.191Z Compiling form_urlencoded v1.2.2
5062026-07-12T04:13:40.311Z Compiling icu_properties v2.2.0
5072026-07-12T04:13:40.371Z Compiling icu_normalizer v2.2.0
5082026-07-12T04:13:40.395Z Compiling tracing-core v0.1.36
5092026-07-12T04:13:41.032Z Compiling semver v1.0.28
5102026-07-12T04:13:41.296Z Compiling idna_adapter v1.2.2
5112026-07-12T04:13:41.326Z Compiling http-body v1.0.1
5122026-07-12T04:13:41.434Z Compiling untrusted v0.9.0
5132026-07-12T04:13:41.474Z Compiling idna v1.1.0
5142026-07-12T04:13:41.577Z Compiling tracing v0.1.44
5152026-07-12T04:13:41.591Z Compiling serde_tokenstream v0.2.3
5162026-07-12T04:13:41.869Z Compiling typify-impl v0.4.3
5172026-07-12T04:13:42.496Z Compiling slog v2.8.2
5182026-07-12T04:13:42.725Z Compiling proc-macro-error-attr v1.0.4
5192026-07-12T04:13:42.953Z Compiling rustls v0.23.40
5202026-07-12T04:13:43.038Z Compiling tower-service v0.3.3
5212026-07-12T04:13:43.092Z Compiling try-lock v0.2.5
5222026-07-12T04:13:43.134Z Compiling base64 v0.22.1
5232026-07-12T04:13:43.179Z Compiling want v0.3.1
5242026-07-12T04:13:43.259Z Compiling rustls-webpki v0.103.13
5252026-07-12T04:13:43.353Z Compiling url v2.5.8
5262026-07-12T04:13:43.485Z Compiling erased-serde v0.3.31
5272026-07-12T04:13:43.623Z Compiling proc-macro-error v1.0.4
5282026-07-12T04:13:43.850Z Compiling ryu v1.0.23
5292026-07-12T04:13:43.982Z Compiling subtle v2.6.1
5302026-07-12T04:13:44.037Z Compiling atomic-waker v1.1.2
5312026-07-12T04:13:44.104Z Compiling toml_datetime v1.1.1+spec-1.1.0
5322026-07-12T04:13:44.135Z Compiling cpufeatures v0.3.0
5332026-07-12T04:13:44.163Z Compiling hyper v1.10.1
5342026-07-12T04:13:44.262Z Compiling toml_edit v0.25.12+spec-1.1.0
5352026-07-12T04:13:44.574Z Compiling block-buffer v0.10.4
5362026-07-12T04:13:44.713Z Compiling crypto-common v0.1.7
5372026-07-12T04:13:44.840Z Compiling hybrid-array v0.4.13
5382026-07-12T04:13:44.866Z Compiling aho-corasick v1.1.4
5392026-07-12T04:13:44.933Z Compiling bitflags v2.13.0
5402026-07-12T04:13:45.158Z Compiling ppv-lite86 v0.2.21
5412026-07-12T04:13:45.168Z Compiling sync_wrapper v1.0.2
5422026-07-12T04:13:45.277Z Compiling tower-layer v0.3.3
5432026-07-12T04:13:45.296Z Compiling getrandom v0.3.4
5442026-07-12T04:13:45.359Z Compiling ipnet v2.12.0
5452026-07-12T04:13:45.438Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5462026-07-12T04:13:45.471Z Compiling tower v0.5.3
5472026-07-12T04:13:45.639Z Compiling hyper-util v0.1.20
5482026-07-12T04:13:45.690Z Compiling regex-automata v0.4.14
5492026-07-12T04:13:45.951Z Compiling digest v0.10.7
5502026-07-12T04:13:46.164Z Compiling proc-macro-crate v3.5.0
5512026-07-12T04:13:46.593Z Compiling chacha20 v0.10.0
5522026-07-12T04:13:46.903Z Compiling tokio-rustls v0.26.4
5532026-07-12T04:13:46.915Z Compiling webpki-roots v1.0.7
5542026-07-12T04:13:47.080Z Compiling rand_core v0.6.4
5552026-07-12T04:13:47.223Z Compiling winnow v0.7.15
5562026-07-12T04:13:47.312Z Compiling toml_writer v1.1.1+spec-1.1.0
5572026-07-12T04:13:47.533Z Compiling crucible-workspace-hack v0.1.0
5582026-07-12T04:13:47.749Z Compiling crossbeam-utils v0.8.21
5592026-07-12T04:13:48.065Z Compiling data-encoding v2.11.0
5602026-07-12T04:13:48.161Z Compiling typify-macro v0.4.3
5612026-07-12T04:13:48.898Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5622026-07-12T04:13:48.923Z Compiling cpufeatures v0.2.17
5632026-07-12T04:13:48.997Z Compiling heck v0.4.1
5642026-07-12T04:13:49.214Z Compiling regex v1.12.4
5652026-07-12T04:13:49.644Z Compiling rand_chacha v0.3.1
5662026-07-12T04:13:49.686Z Compiling hyper-rustls v0.27.9
5672026-07-12T04:13:49.697Z Compiling rand v0.10.2
5682026-07-12T04:13:49.808Z Compiling num_enum_derive v0.7.6
5692026-07-12T04:13:49.994Z Compiling tower-http v0.6.11
5702026-07-12T04:13:50.181Z Compiling typify v0.4.3
5712026-07-12T04:13:50.273Z Compiling crypto-common v0.2.2
5722026-07-12T04:13:50.292Z Compiling block-buffer v0.12.1
5732026-07-12T04:13:50.373Z Compiling serde_urlencoded v0.7.1
5742026-07-12T04:13:50.414Z Compiling tokio-util v0.7.18
5752026-07-12T04:13:50.453Z Compiling http-body-util v0.1.3
5762026-07-12T04:13:50.623Z Compiling openapiv3 v2.2.0
5772026-07-12T04:13:50.693Z Compiling foreign-types-macros v0.2.3
5782026-07-12T04:13:50.884Z Compiling toml_datetime v0.7.5+spec-1.1.0
5792026-07-12T04:13:50.903Z Compiling serde_spanned v1.1.1
5802026-07-12T04:13:51.007Z Compiling utf8parse v0.2.2
5812026-07-12T04:13:51.090Z Compiling time-core v0.1.8
5822026-07-12T04:13:51.123Z Compiling const-oid v0.10.2
5832026-07-12T04:13:51.215Z Compiling anyhow v1.0.102
5842026-07-12T04:13:51.225Z Compiling foreign-types-shared v0.3.1
5852026-07-12T04:13:51.233Z Compiling pkg-config v0.3.33
5862026-07-12T04:13:51.312Z Compiling num-conv v0.2.2
5872026-07-12T04:13:51.337Z Compiling prettyplease v0.2.37
5882026-07-12T04:13:51.352Z Compiling powerfmt v0.2.0
5892026-07-12T04:13:51.461Z Compiling either v1.16.0
5902026-07-12T04:13:51.514Z Compiling unsafe-libyaml v0.2.11
5912026-07-12T04:13:51.557Z Compiling deranged v0.5.8
5922026-07-12T04:13:51.578Z Compiling time-macros v0.2.27
5932026-07-12T04:13:51.670Z Compiling itertools v0.12.1
5942026-07-12T04:13:51.680Z Compiling lzma-sys v0.1.20
5952026-07-12T04:13:52.067Z Compiling foreign-types v0.5.0
5962026-07-12T04:13:52.145Z Compiling progenitor-impl v0.10.0
5972026-07-12T04:13:52.274Z Compiling serde_yaml v0.9.34+deprecated
5982026-07-12T04:13:52.307Z Compiling digest v0.11.3
5992026-07-12T04:13:52.475Z Compiling toml v0.9.12+spec-1.1.0
6002026-07-12T04:13:52.620Z Compiling anstyle-parse v1.0.0
6012026-07-12T04:13:52.623Z Compiling num_enum v0.7.6
6022026-07-12T04:13:52.815Z Compiling reqwest v0.12.28
6032026-07-12T04:13:52.837Z Compiling rand_core v0.9.5
6042026-07-12T04:13:52.903Z Compiling rand v0.8.6
6052026-07-12T04:13:53.535Z Compiling sha1 v0.10.6
6062026-07-12T04:13:53.560Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6072026-07-12T04:13:53.660Z Compiling arc-swap v1.9.1
6082026-07-12T04:13:53.663Z Compiling cstr-argument v0.1.2
6092026-07-12T04:13:53.758Z Compiling thread_local v1.1.9
6102026-07-12T04:13:53.820Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
6112026-07-12T04:13:53.965Z Compiling slog-async v2.8.0
6122026-07-12T04:13:54.022Z Compiling typeid v1.0.3
6132026-07-12T04:13:54.031Z Compiling lazy_static v1.5.0
6142026-07-12T04:13:54.040Z Compiling byteorder v1.5.0
6152026-07-12T04:13:54.049Z Compiling unicode-width v0.2.2
6162026-07-12T04:13:54.130Z Compiling colorchoice v1.0.5
6172026-07-12T04:13:54.247Z Compiling pretty-hex v0.4.2
6182026-07-12T04:13:54.256Z Compiling portable-atomic v1.13.1
6192026-07-12T04:13:54.274Z Compiling utf-8 v0.7.6
6202026-07-12T04:13:54.306Z Compiling anstyle v1.0.14
6212026-07-12T04:13:54.330Z Compiling is_terminal_polyfill v1.70.2
6222026-07-12T04:13:54.381Z Compiling anstyle-query v1.1.5
6232026-07-12T04:13:54.421Z Compiling tungstenite v0.21.0
6242026-07-12T04:13:54.450Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
6252026-07-12T04:13:54.489Z Compiling anstream v1.0.0
6262026-07-12T04:13:54.614Z Compiling slog-scope v4.4.1
6272026-07-12T04:13:54.645Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6282026-07-12T04:13:54.752Z Compiling progenitor-client v0.10.0
6292026-07-12T04:13:54.766Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6302026-07-12T04:13:54.810Z Compiling crossbeam-channel v0.5.15
6312026-07-12T04:13:55.026Z Compiling cargo_toml v0.22.3
6322026-07-12T04:13:55.030Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
6332026-07-12T04:13:55.303Z Compiling rand_chacha v0.9.0
6342026-07-12T04:13:55.343Z Compiling time v0.3.47
6352026-07-12T04:13:55.457Z Compiling sha1 v0.11.0
6362026-07-12T04:13:55.658Z Compiling progenitor-macro v0.10.0
6372026-07-12T04:13:55.737Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
6382026-07-12T04:13:55.942Z Compiling futures-executor v0.3.32
6392026-07-12T04:13:56.044Z Compiling is-terminal v0.4.17
6402026-07-12T04:13:56.150Z Compiling clap_lex v1.1.0
6412026-07-12T04:13:56.230Z Compiling term v1.2.1
6422026-07-12T04:13:56.303Z Compiling camino v1.2.3
6432026-07-12T04:13:56.391Z Compiling colored v3.1.1
6442026-07-12T04:13:56.395Z Compiling strsim v0.11.1
6452026-07-12T04:13:56.416Z Compiling oxnet v0.1.6
6462026-07-12T04:13:56.634Z Compiling take_mut v0.2.2
6472026-07-12T04:13:56.839Z Compiling clap_builder v4.6.0
6482026-07-12T04:13:56.843Z Compiling slog-term v2.9.2
6492026-07-12T04:13:56.986Z Compiling futures v0.3.32
6502026-07-12T04:13:57.068Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
6512026-07-12T04:13:57.282Z Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)
6522026-07-12T04:13:57.293Z Compiling tungstenite v0.30.0
6532026-07-12T04:13:57.574Z Compiling rand v0.9.4
6542026-07-12T04:13:58.197Z Compiling tokio-tungstenite v0.21.0
6552026-07-12T04:13:58.279Z Compiling slog-stdlog v4.1.1
6562026-07-12T04:13:58.450Z Compiling console v0.16.3
6572026-07-12T04:13:58.483Z Compiling zone_cfg_derive v0.3.1
6582026-07-12T04:13:58.487Z Compiling clap_derive v4.6.1
6592026-07-12T04:13:58.501Z Compiling async-trait v0.1.89
6602026-07-12T04:13:59.146Z Compiling base64 v0.21.7
6612026-07-12T04:13:59.276Z Compiling unit-prefix v0.5.2
6622026-07-12T04:13:59.382Z Compiling indicatif v0.18.4
6632026-07-12T04:13:59.473Z Compiling zone v0.3.1
6642026-07-12T04:13:59.473Z Compiling ron v0.12.1
6652026-07-12T04:13:59.530Z Compiling slog-envlogger v2.2.0
6662026-07-12T04:13:59.952Z Compiling tokio-tungstenite v0.30.0
6672026-07-12T04:14:00.152Z Compiling xz2 v0.1.7
6682026-07-12T04:14:00.193Z Compiling clap v4.6.1
6692026-07-12T04:14:00.272Z Compiling tabwriter v1.4.1
6702026-07-12T04:14:00.390Z Compiling sha2 v0.10.9
6712026-07-12T04:14:00.401Z Compiling smf v0.2.3
6722026-07-12T04:14:00.466Z Compiling base16ct v1.0.0
6732026-07-12T04:14:00.517Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6742026-07-12T04:14:00.958Z Compiling progenitor v0.10.0
6752026-07-12T04:14:01.040Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
6762026-07-12T04:14:01.104Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6772026-07-12T04:14:01.391Z Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest)
6782026-07-12T04:14:02.902Zerror[E0308]: mismatched types
6792026-07-12T04:14:02.902Z --> lib/src/cli.rs:610:53
6802026-07-12T04:14:02.902Z |
6812026-07-12T04:14:02.902Z610 | stream.send(Message::Binary(c)).await?;
6822026-07-12T04:14:02.902Z | --------------- ^ expected `Bytes`, found `Vec<u8>`
6832026-07-12T04:14:02.902Z | |
6842026-07-12T04:14:02.902Z | arguments to this enum variant are incorrect
6852026-07-12T04:14:02.902Z |
6862026-07-12T04:14:02.902Z = note: expected struct `tokio_tungstenite::tungstenite::Bytes`
6872026-07-12T04:14:02.902Z found struct `Vec<u8>`
6882026-07-12T04:14:02.902Znote: tuple variant defined here
6892026-07-12T04:14:02.902Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:161:5
6902026-07-12T04:14:02.902Z |
6912026-07-12T04:14:02.902Z161 | Binary(Bytes),
6922026-07-12T04:14:02.902Z | ^^^^^^
6932026-07-12T04:14:02.902Zhelp: call `Into::into` on this expression to convert `Vec<u8>` into `tokio_tungstenite::tungstenite::Bytes`
6942026-07-12T04:14:02.902Z |
6952026-07-12T04:14:02.902Z610 | stream.send(Message::Binary(c.into())).await?;
6962026-07-12T04:14:02.902Z | +++++++
6972026-07-12T04:14:02.902Z
6982026-07-12T04:14:02.911Zerror[E0308]: mismatched types
6992026-07-12T04:14:02.911Z --> lib/src/cli.rs:610:37
7002026-07-12T04:14:02.911Z |
7012026-07-12T04:14:02.912Z610 | stream.send(Message::Binary(c)).await?;
7022026-07-12T04:14:02.912Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
7032026-07-12T04:14:02.912Z | |
7042026-07-12T04:14:02.912Z | arguments to this method are incorrect
7052026-07-12T04:14:02.912Z |
7062026-07-12T04:14:02.912Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
7072026-07-12T04:14:02.912Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7082026-07-12T04:14:02.912Z |
7092026-07-12T04:14:02.912Z160 | pub enum Message {
7102026-07-12T04:14:02.912Z | ^^^^^^^^^^^^^^^^ this is the expected type
7112026-07-12T04:14:02.912Z |
7122026-07-12T04:14:02.912Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
7132026-07-12T04:14:02.912Z |
7142026-07-12T04:14:02.912Z157 | pub enum Message {
7152026-07-12T04:14:02.916Z | ---------------- this is the found type
7162026-07-12T04:14:02.916Z = help: you can use `cargo tree` to explore your dependency tree
7172026-07-12T04:14:02.916Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
7182026-07-12T04:14:02.916Z --> lib/src/cli.rs:610:25
7192026-07-12T04:14:02.916Z |
7202026-07-12T04:14:02.916Z610 | stream.send(Message::Binary(c)).await?;
7212026-07-12T04:14:02.916Z | ^^^^^^^^^^^^------------------^
7222026-07-12T04:14:02.916Z | |
7232026-07-12T04:14:02.916Z | this argument influences the return type of `send`
7242026-07-12T04:14:02.916Znote: method defined here
7252026-07-12T04:14:02.916Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
7262026-07-12T04:14:02.916Z |
7272026-07-12T04:14:02.916Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
7282026-07-12T04:14:02.916Z | ^^^^
7292026-07-12T04:14:02.916Z
7302026-07-12T04:14:02.917Zerror[E0308]: mismatched types
7312026-07-12T04:14:02.917Z --> lib/src/cli.rs:618:32
7322026-07-12T04:14:02.917Z |
7332026-07-12T04:14:02.917Z618 | ... Ok(Message::Binary(input)) => {
7342026-07-12T04:14:02.917Z | ^^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
7352026-07-12T04:14:02.917Z |
7362026-07-12T04:14:02.917Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
7372026-07-12T04:14:02.917Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7382026-07-12T04:14:02.917Z |
7392026-07-12T04:14:02.917Z160 | pub enum Message {
7402026-07-12T04:14:02.917Z | ^^^^^^^^^^^^^^^^ this is the expected type
7412026-07-12T04:14:02.917Z |
7422026-07-12T04:14:02.917Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
7432026-07-12T04:14:02.917Z |
7442026-07-12T04:14:02.917Z157 | pub enum Message {
7452026-07-12T04:14:02.917Z | ---------------- this is the found type
7462026-07-12T04:14:02.917Z = help: you can use `cargo tree` to explore your dependency tree
7472026-07-12T04:14:02.917Z
7482026-07-12T04:14:02.917Zerror[E0308]: mismatched types
7492026-07-12T04:14:02.917Z --> lib/src/cli.rs:622:32
7502026-07-12T04:14:02.917Z |
7512026-07-12T04:14:02.917Z622 | ... Ok(Message::Close(..)) => {
7522026-07-12T04:14:02.917Z | ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
7532026-07-12T04:14:02.917Z |
7542026-07-12T04:14:02.917Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
7552026-07-12T04:14:02.917Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7562026-07-12T04:14:02.917Z |
7572026-07-12T04:14:02.918Z160 | pub enum Message {
7582026-07-12T04:14:02.918Z | ^^^^^^^^^^^^^^^^ this is the expected type
7592026-07-12T04:14:02.918Z |
7602026-07-12T04:14:02.918Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
7612026-07-12T04:14:02.918Z |
7622026-07-12T04:14:02.918Z157 | pub enum Message {
7632026-07-12T04:14:02.918Z | ---------------- this is the found type
7642026-07-12T04:14:02.918Z = help: you can use `cargo tree` to explore your dependency tree
7652026-07-12T04:14:02.918Z
7662026-07-12T04:14:02.982Zerror[E0308]: mismatched types
7672026-07-12T04:14:02.982Z --> lib/src/serial.rs:72:13
7682026-07-12T04:14:02.982Z |
7692026-07-12T04:14:02.982Z72 | / InstanceSerialConsoleHelper::new(
7702026-07-12T04:14:02.982Z73 | | *addr,
7712026-07-12T04:14:02.982Z74 | | WSClientOffset::MostRecent(0),
7722026-07-12T04:14:02.982Z75 | | Some(log.clone()),
7732026-07-12T04:14:02.982Z76 | | )
7742026-07-12T04:14:02.982Z77 | | .await
7752026-07-12T04:14:02.982Z | |__________________^ expected `tokio_tungstenite::tungstenite::Error`, found `Error`
7762026-07-12T04:14:02.982Z |
7772026-07-12T04:14:02.982Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
7782026-07-12T04:14:02.982Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/error.rs:15:1
7792026-07-12T04:14:02.982Z |
7802026-07-12T04:14:02.982Z15 | pub enum Error {
7812026-07-12T04:14:02.983Z | ^^^^^^^^^^^^^^ this is the expected type
7822026-07-12T04:14:02.983Z |
7832026-07-12T04:14:02.983Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/error.rs:15:1
7842026-07-12T04:14:02.983Z |
7852026-07-12T04:14:02.983Z15 | pub enum Error {
7862026-07-12T04:14:02.983Z | -------------- this is the found type
7872026-07-12T04:14:02.983Z = help: you can use `cargo tree` to explore your dependency tree
7882026-07-12T04:14:02.983Z
7892026-07-12T04:14:02.994Zerror[E0308]: mismatched types
7902026-07-12T04:14:02.994Z --> lib/src/serial.rs:122:21
7912026-07-12T04:14:02.994Z |
7922026-07-12T04:14:02.994Z122 | ws.send(Message::binary(v)).await?;
7932026-07-12T04:14:02.994Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
7942026-07-12T04:14:02.994Z | |
7952026-07-12T04:14:02.994Z | arguments to this method are incorrect
7962026-07-12T04:14:02.994Z |
7972026-07-12T04:14:02.994Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
7982026-07-12T04:14:02.994Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7992026-07-12T04:14:02.994Z |
8002026-07-12T04:14:02.994Z160 | pub enum Message {
8012026-07-12T04:14:02.994Z | ^^^^^^^^^^^^^^^^ this is the expected type
8022026-07-12T04:14:02.994Z |
8032026-07-12T04:14:02.995Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
8042026-07-12T04:14:02.995Z |
8052026-07-12T04:14:02.995Z157 | pub enum Message {
8062026-07-12T04:14:02.995Z | ---------------- this is the found type
8072026-07-12T04:14:02.995Z = help: you can use `cargo tree` to explore your dependency tree
8082026-07-12T04:14:02.995Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
8092026-07-12T04:14:02.995Z --> lib/src/serial.rs:122:13
8102026-07-12T04:14:02.999Z |
8112026-07-12T04:14:02.999Z122 | ws.send(Message::binary(v)).await?;
8122026-07-12T04:14:02.999Z | ^^^^^^^^------------------^
8132026-07-12T04:14:02.999Z | |
8142026-07-12T04:14:02.999Z | this argument influences the return type of `send`
8152026-07-12T04:14:02.999Znote: method defined here
8162026-07-12T04:14:02.999Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
8172026-07-12T04:14:02.999Z |
8182026-07-12T04:14:02.999Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
8192026-07-12T04:14:02.999Z | ^^^^
8202026-07-12T04:14:03.000Z
8212026-07-12T04:14:03.000Zerror[E0277]: `?` couldn't convert the error to `error::Error`
8222026-07-12T04:14:03.000Z --> lib/src/serial.rs:122:46
8232026-07-12T04:14:03.000Z |
8242026-07-12T04:14:03.000Z122 | ws.send(Message::binary(v)).await?;
8252026-07-12T04:14:03.000Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
8262026-07-12T04:14:03.000Z | |
8272026-07-12T04:14:03.000Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
8282026-07-12T04:14:03.000Z |
8292026-07-12T04:14:03.000Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
8302026-07-12T04:14:03.000Z --> lib/src/error.rs:13:1
8312026-07-12T04:14:03.000Z |
8322026-07-12T04:14:03.000Z 13 | pub enum Error {
8332026-07-12T04:14:03.000Z | ^^^^^^^^^^^^^^
8342026-07-12T04:14:03.000Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8352026-07-12T04:14:03.000Z = help: `error::Error` implements trait `From<T>`:
8362026-07-12T04:14:03.000Z From<AddrParseError>
8372026-07-12T04:14:03.000Z From<FromUtf8Error>
8382026-07-12T04:14:03.000Z From<NulError>
8392026-07-12T04:14:03.000Z From<ParseIntError>
8402026-07-12T04:14:03.000Z From<QueryError>
8412026-07-12T04:14:03.000Z From<SpannedError>
8422026-07-12T04:14:03.000Z From<TryFromIntError>
8432026-07-12T04:14:03.000Z From<ZoneError>
8442026-07-12T04:14:03.000Z and 11 others
8452026-07-12T04:14:03.000Z
8462026-07-12T04:14:03.005Zerror[E0308]: mismatched types
8472026-07-12T04:14:03.005Z --> lib/src/serial.rs:145:17
8482026-07-12T04:14:03.005Z |
8492026-07-12T04:14:03.005Z145 | ws.send(Message::binary(v)).await?;
8502026-07-12T04:14:03.005Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
8512026-07-12T04:14:03.005Z | |
8522026-07-12T04:14:03.005Z | arguments to this method are incorrect
8532026-07-12T04:14:03.005Z |
8542026-07-12T04:14:03.005Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
8552026-07-12T04:14:03.005Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
8562026-07-12T04:14:03.005Z |
8572026-07-12T04:14:03.005Z160 | pub enum Message {
8582026-07-12T04:14:03.005Z | ^^^^^^^^^^^^^^^^ this is the expected type
8592026-07-12T04:14:03.005Z |
8602026-07-12T04:14:03.005Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
8612026-07-12T04:14:03.005Z |
8622026-07-12T04:14:03.005Z157 | pub enum Message {
8632026-07-12T04:14:03.005Z | ---------------- this is the found type
8642026-07-12T04:14:03.005Z = help: you can use `cargo tree` to explore your dependency tree
8652026-07-12T04:14:03.005Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
8662026-07-12T04:14:03.009Z --> lib/src/serial.rs:145:9
8672026-07-12T04:14:03.009Z |
8682026-07-12T04:14:03.009Z145 | ws.send(Message::binary(v)).await?;
8692026-07-12T04:14:03.009Z | ^^^^^^^^------------------^
8702026-07-12T04:14:03.009Z | |
8712026-07-12T04:14:03.009Z | this argument influences the return type of `send`
8722026-07-12T04:14:03.009Znote: method defined here
8732026-07-12T04:14:03.009Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
8742026-07-12T04:14:03.009Z |
8752026-07-12T04:14:03.010Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
8762026-07-12T04:14:03.010Z | ^^^^
8772026-07-12T04:14:03.010Z
8782026-07-12T04:14:03.010Zerror[E0277]: `?` couldn't convert the error to `error::Error`
8792026-07-12T04:14:03.010Z --> lib/src/serial.rs:145:42
8802026-07-12T04:14:03.010Z |
8812026-07-12T04:14:03.010Z145 | ws.send(Message::binary(v)).await?;
8822026-07-12T04:14:03.010Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
8832026-07-12T04:14:03.010Z | |
8842026-07-12T04:14:03.010Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
8852026-07-12T04:14:03.010Z |
8862026-07-12T04:14:03.010Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
8872026-07-12T04:14:03.010Z --> lib/src/error.rs:13:1
8882026-07-12T04:14:03.010Z |
8892026-07-12T04:14:03.010Z 13 | pub enum Error {
8902026-07-12T04:14:03.010Z | ^^^^^^^^^^^^^^
8912026-07-12T04:14:03.010Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8922026-07-12T04:14:03.010Z = help: `error::Error` implements trait `From<T>`:
8932026-07-12T04:14:03.010Z From<AddrParseError>
8942026-07-12T04:14:03.010Z From<FromUtf8Error>
8952026-07-12T04:14:03.010Z From<NulError>
8962026-07-12T04:14:03.010Z From<ParseIntError>
8972026-07-12T04:14:03.010Z From<QueryError>
8982026-07-12T04:14:03.010Z From<SpannedError>
8992026-07-12T04:14:03.010Z From<TryFromIntError>
9002026-07-12T04:14:03.010Z From<ZoneError>
9012026-07-12T04:14:03.010Z and 11 others
9022026-07-12T04:14:03.011Z
9032026-07-12T04:14:03.015Zerror[E0308]: mismatched types
9042026-07-12T04:14:03.015Z --> lib/src/serial.rs:164:17
9052026-07-12T04:14:03.015Z |
9062026-07-12T04:14:03.015Z164 | ws.send(Message::binary(v)).await?;
9072026-07-12T04:14:03.015Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
9082026-07-12T04:14:03.015Z | |
9092026-07-12T04:14:03.015Z | arguments to this method are incorrect
9102026-07-12T04:14:03.015Z |
9112026-07-12T04:14:03.015Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
9122026-07-12T04:14:03.015Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
9132026-07-12T04:14:03.015Z |
9142026-07-12T04:14:03.015Z160 | pub enum Message {
9152026-07-12T04:14:03.015Z | ^^^^^^^^^^^^^^^^ this is the expected type
9162026-07-12T04:14:03.015Z |
9172026-07-12T04:14:03.015Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
9182026-07-12T04:14:03.015Z |
9192026-07-12T04:14:03.015Z157 | pub enum Message {
9202026-07-12T04:14:03.015Z | ---------------- this is the found type
9212026-07-12T04:14:03.015Z = help: you can use `cargo tree` to explore your dependency tree
9222026-07-12T04:14:03.015Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
9232026-07-12T04:14:03.015Z --> lib/src/serial.rs:164:9
9242026-07-12T04:14:03.015Z |
9252026-07-12T04:14:03.015Z164 | ws.send(Message::binary(v)).await?;
9262026-07-12T04:14:03.015Z | ^^^^^^^^------------------^
9272026-07-12T04:14:03.015Z | |
9282026-07-12T04:14:03.015Z | this argument influences the return type of `send`
9292026-07-12T04:14:03.016Znote: method defined here
9302026-07-12T04:14:03.016Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
9312026-07-12T04:14:03.016Z |
9322026-07-12T04:14:03.016Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
9332026-07-12T04:14:03.016Z | ^^^^
9342026-07-12T04:14:03.016Z
9352026-07-12T04:14:03.016Zerror[E0277]: `?` couldn't convert the error to `error::Error`
9362026-07-12T04:14:03.016Z --> lib/src/serial.rs:164:42
9372026-07-12T04:14:03.016Z |
9382026-07-12T04:14:03.016Z164 | ws.send(Message::binary(v)).await?;
9392026-07-12T04:14:03.016Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
9402026-07-12T04:14:03.016Z | |
9412026-07-12T04:14:03.016Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
9422026-07-12T04:14:03.016Z |
9432026-07-12T04:14:03.016Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
9442026-07-12T04:14:03.016Z --> lib/src/error.rs:13:1
9452026-07-12T04:14:03.016Z |
9462026-07-12T04:14:03.016Z 13 | pub enum Error {
9472026-07-12T04:14:03.016Z | ^^^^^^^^^^^^^^
9482026-07-12T04:14:03.016Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
9492026-07-12T04:14:03.016Z = help: `error::Error` implements trait `From<T>`:
9502026-07-12T04:14:03.016Z From<AddrParseError>
9512026-07-12T04:14:03.016Z From<FromUtf8Error>
9522026-07-12T04:14:03.016Z From<NulError>
9532026-07-12T04:14:03.016Z From<ParseIntError>
9542026-07-12T04:14:03.016Z From<QueryError>
9552026-07-12T04:14:03.016Z From<SpannedError>
9562026-07-12T04:14:03.016Z From<TryFromIntError>
9572026-07-12T04:14:03.017Z From<ZoneError>
9582026-07-12T04:14:03.017Z and 11 others
9592026-07-12T04:14:03.017Z
9602026-07-12T04:14:03.021Zerror[E0308]: mismatched types
9612026-07-12T04:14:03.021Z --> lib/src/serial.rs:174:17
9622026-07-12T04:14:03.021Z |
9632026-07-12T04:14:03.021Z174 | ws.send(Message::binary(v.clone())).await?;
9642026-07-12T04:14:03.021Z | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
9652026-07-12T04:14:03.021Z | |
9662026-07-12T04:14:03.021Z | arguments to this method are incorrect
9672026-07-12T04:14:03.021Z |
9682026-07-12T04:14:03.021Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
9692026-07-12T04:14:03.021Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
9702026-07-12T04:14:03.021Z |
9712026-07-12T04:14:03.021Z160 | pub enum Message {
9722026-07-12T04:14:03.021Z | ^^^^^^^^^^^^^^^^ this is the expected type
9732026-07-12T04:14:03.021Z |
9742026-07-12T04:14:03.021Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
9752026-07-12T04:14:03.021Z |
9762026-07-12T04:14:03.022Z157 | pub enum Message {
9772026-07-12T04:14:03.022Z | ---------------- this is the found type
9782026-07-12T04:14:03.022Z = help: you can use `cargo tree` to explore your dependency tree
9792026-07-12T04:14:03.022Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
9802026-07-12T04:14:03.022Z --> lib/src/serial.rs:174:9
9812026-07-12T04:14:03.022Z |
9822026-07-12T04:14:03.022Z174 | ws.send(Message::binary(v.clone())).await?;
9832026-07-12T04:14:03.022Z | ^^^^^^^^--------------------------^
9842026-07-12T04:14:03.022Z | |
9852026-07-12T04:14:03.022Z | this argument influences the return type of `send`
9862026-07-12T04:14:03.022Znote: method defined here
9872026-07-12T04:14:03.022Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
9882026-07-12T04:14:03.022Z |
9892026-07-12T04:14:03.022Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
9902026-07-12T04:14:03.022Z | ^^^^
9912026-07-12T04:14:03.022Z
9922026-07-12T04:14:03.022Zerror[E0277]: `?` couldn't convert the error to `error::Error`
9932026-07-12T04:14:03.022Z --> lib/src/serial.rs:174:50
9942026-07-12T04:14:03.022Z |
9952026-07-12T04:14:03.022Z174 | ws.send(Message::binary(v.clone())).await?;
9962026-07-12T04:14:03.022Z | -----------------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
9972026-07-12T04:14:03.022Z | |
9982026-07-12T04:14:03.022Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
9992026-07-12T04:14:03.022Z |
10002026-07-12T04:14:03.022Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
10012026-07-12T04:14:03.022Z --> lib/src/error.rs:13:1
10022026-07-12T04:14:03.022Z |
10032026-07-12T04:14:03.023Z 13 | pub enum Error {
10042026-07-12T04:14:03.023Z | ^^^^^^^^^^^^^^
10052026-07-12T04:14:03.023Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
10062026-07-12T04:14:03.023Z = help: `error::Error` implements trait `From<T>`:
10072026-07-12T04:14:03.023Z From<AddrParseError>
10082026-07-12T04:14:03.023Z From<FromUtf8Error>
10092026-07-12T04:14:03.023Z From<NulError>
10102026-07-12T04:14:03.023Z From<ParseIntError>
10112026-07-12T04:14:03.023Z From<QueryError>
10122026-07-12T04:14:03.023Z From<SpannedError>
10132026-07-12T04:14:03.023Z From<TryFromIntError>
10142026-07-12T04:14:03.023Z From<ZoneError>
10152026-07-12T04:14:03.023Z and 11 others
10162026-07-12T04:14:03.023Z
10172026-07-12T04:14:03.027Zerror[E0308]: mismatched types
10182026-07-12T04:14:03.027Z --> lib/src/serial.rs:183:17
10192026-07-12T04:14:03.027Z |
10202026-07-12T04:14:03.027Z183 | ws.send(Message::binary(v.clone())).await?;
10212026-07-12T04:14:03.027Z | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
10222026-07-12T04:14:03.027Z | |
10232026-07-12T04:14:03.027Z | arguments to this method are incorrect
10242026-07-12T04:14:03.027Z |
10252026-07-12T04:14:03.027Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
10262026-07-12T04:14:03.027Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
10272026-07-12T04:14:03.027Z |
10282026-07-12T04:14:03.028Z160 | pub enum Message {
10292026-07-12T04:14:03.028Z | ^^^^^^^^^^^^^^^^ this is the expected type
10302026-07-12T04:14:03.028Z |
10312026-07-12T04:14:03.028Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
10322026-07-12T04:14:03.028Z |
10332026-07-12T04:14:03.028Z157 | pub enum Message {
10342026-07-12T04:14:03.028Z | ---------------- this is the found type
10352026-07-12T04:14:03.028Z = help: you can use `cargo tree` to explore your dependency tree
10362026-07-12T04:14:03.028Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
10372026-07-12T04:14:03.028Z --> lib/src/serial.rs:183:9
10382026-07-12T04:14:03.028Z |
10392026-07-12T04:14:03.028Z183 | ws.send(Message::binary(v.clone())).await?;
10402026-07-12T04:14:03.028Z | ^^^^^^^^--------------------------^
10412026-07-12T04:14:03.028Z | |
10422026-07-12T04:14:03.028Z | this argument influences the return type of `send`
10432026-07-12T04:14:03.028Znote: method defined here
10442026-07-12T04:14:03.028Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
10452026-07-12T04:14:03.028Z |
10462026-07-12T04:14:03.028Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
10472026-07-12T04:14:03.028Z | ^^^^
10482026-07-12T04:14:03.028Z
10492026-07-12T04:14:03.032Zerror[E0277]: `?` couldn't convert the error to `error::Error`
10502026-07-12T04:14:03.032Z --> lib/src/serial.rs:183:50
10512026-07-12T04:14:03.032Z |
10522026-07-12T04:14:03.032Z183 | ws.send(Message::binary(v.clone())).await?;
10532026-07-12T04:14:03.032Z | -----------------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
10542026-07-12T04:14:03.032Z | |
10552026-07-12T04:14:03.032Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
10562026-07-12T04:14:03.032Z |
10572026-07-12T04:14:03.032Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
10582026-07-12T04:14:03.032Z --> lib/src/error.rs:13:1
10592026-07-12T04:14:03.032Z |
10602026-07-12T04:14:03.032Z 13 | pub enum Error {
10612026-07-12T04:14:03.032Z | ^^^^^^^^^^^^^^
10622026-07-12T04:14:03.032Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
10632026-07-12T04:14:03.032Z = help: `error::Error` implements trait `From<T>`:
10642026-07-12T04:14:03.033Z From<AddrParseError>
10652026-07-12T04:14:03.033Z From<FromUtf8Error>
10662026-07-12T04:14:03.033Z From<NulError>
10672026-07-12T04:14:03.033Z From<ParseIntError>
10682026-07-12T04:14:03.033Z From<QueryError>
10692026-07-12T04:14:03.033Z From<SpannedError>
10702026-07-12T04:14:03.033Z From<TryFromIntError>
10712026-07-12T04:14:03.033Z From<ZoneError>
10722026-07-12T04:14:03.033Z and 11 others
10732026-07-12T04:14:03.033Z
10742026-07-12T04:14:03.037Zerror[E0308]: mismatched types
10752026-07-12T04:14:03.037Z --> lib/src/serial.rs:193:17
10762026-07-12T04:14:03.037Z |
10772026-07-12T04:14:03.037Z193 | ws.send(Message::binary(v)).await?;
10782026-07-12T04:14:03.037Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
10792026-07-12T04:14:03.037Z | |
10802026-07-12T04:14:03.037Z | arguments to this method are incorrect
10812026-07-12T04:14:03.037Z |
10822026-07-12T04:14:03.037Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
10832026-07-12T04:14:03.037Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
10842026-07-12T04:14:03.037Z |
10852026-07-12T04:14:03.037Z160 | pub enum Message {
10862026-07-12T04:14:03.037Z | ^^^^^^^^^^^^^^^^ this is the expected type
10872026-07-12T04:14:03.037Z |
10882026-07-12T04:14:03.037Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
10892026-07-12T04:14:03.037Z |
10902026-07-12T04:14:03.037Z157 | pub enum Message {
10912026-07-12T04:14:03.037Z | ---------------- this is the found type
10922026-07-12T04:14:03.037Z = help: you can use `cargo tree` to explore your dependency tree
10932026-07-12T04:14:03.037Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
10942026-07-12T04:14:03.038Z --> lib/src/serial.rs:193:9
10952026-07-12T04:14:03.038Z |
10962026-07-12T04:14:03.038Z193 | ws.send(Message::binary(v)).await?;
10972026-07-12T04:14:03.038Z | ^^^^^^^^------------------^
10982026-07-12T04:14:03.038Z | |
10992026-07-12T04:14:03.038Z | this argument influences the return type of `send`
11002026-07-12T04:14:03.038Znote: method defined here
11012026-07-12T04:14:03.038Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
11022026-07-12T04:14:03.038Z |
11032026-07-12T04:14:03.038Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
11042026-07-12T04:14:03.038Z | ^^^^
11052026-07-12T04:14:03.038Z
11062026-07-12T04:14:03.038Zerror[E0277]: `?` couldn't convert the error to `error::Error`
11072026-07-12T04:14:03.038Z --> lib/src/serial.rs:193:42
11082026-07-12T04:14:03.038Z |
11092026-07-12T04:14:03.038Z193 | ws.send(Message::binary(v)).await?;
11102026-07-12T04:14:03.038Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
11112026-07-12T04:14:03.038Z | |
11122026-07-12T04:14:03.038Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
11132026-07-12T04:14:03.038Z |
11142026-07-12T04:14:03.038Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
11152026-07-12T04:14:03.038Z --> lib/src/error.rs:13:1
11162026-07-12T04:14:03.038Z |
11172026-07-12T04:14:03.038Z 13 | pub enum Error {
11182026-07-12T04:14:03.038Z | ^^^^^^^^^^^^^^
11192026-07-12T04:14:03.038Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
11202026-07-12T04:14:03.038Z = help: `error::Error` implements trait `From<T>`:
11212026-07-12T04:14:03.038Z From<AddrParseError>
11222026-07-12T04:14:03.038Z From<FromUtf8Error>
11232026-07-12T04:14:03.039Z From<NulError>
11242026-07-12T04:14:03.039Z From<ParseIntError>
11252026-07-12T04:14:03.039Z From<QueryError>
11262026-07-12T04:14:03.039Z From<SpannedError>
11272026-07-12T04:14:03.039Z From<TryFromIntError>
11282026-07-12T04:14:03.039Z From<ZoneError>
11292026-07-12T04:14:03.039Z and 11 others
11302026-07-12T04:14:03.039Z
11312026-07-12T04:14:03.043Zerror[E0308]: mismatched types
11322026-07-12T04:14:03.043Z --> lib/src/serial.rs:213:17
11332026-07-12T04:14:03.043Z |
11342026-07-12T04:14:03.043Z213 | ws.send(Message::binary(v)).await?;
11352026-07-12T04:14:03.043Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
11362026-07-12T04:14:03.043Z | |
11372026-07-12T04:14:03.043Z | arguments to this method are incorrect
11382026-07-12T04:14:03.043Z |
11392026-07-12T04:14:03.043Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
11402026-07-12T04:14:03.043Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
11412026-07-12T04:14:03.043Z |
11422026-07-12T04:14:03.043Z160 | pub enum Message {
11432026-07-12T04:14:03.043Z | ^^^^^^^^^^^^^^^^ this is the expected type
11442026-07-12T04:14:03.043Z |
11452026-07-12T04:14:03.043Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
11462026-07-12T04:14:03.043Z |
11472026-07-12T04:14:03.043Z157 | pub enum Message {
11482026-07-12T04:14:03.043Z | ---------------- this is the found type
11492026-07-12T04:14:03.043Z = help: you can use `cargo tree` to explore your dependency tree
11502026-07-12T04:14:03.044Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
11512026-07-12T04:14:03.044Z --> lib/src/serial.rs:213:9
11522026-07-12T04:14:03.044Z |
11532026-07-12T04:14:03.044Z213 | ws.send(Message::binary(v)).await?;
11542026-07-12T04:14:03.044Z | ^^^^^^^^------------------^
11552026-07-12T04:14:03.044Z | |
11562026-07-12T04:14:03.044Z | this argument influences the return type of `send`
11572026-07-12T04:14:03.044Znote: method defined here
11582026-07-12T04:14:03.044Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
11592026-07-12T04:14:03.044Z |
11602026-07-12T04:14:03.044Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
11612026-07-12T04:14:03.044Z | ^^^^
11622026-07-12T04:14:03.044Z
11632026-07-12T04:14:03.048Zerror[E0277]: `?` couldn't convert the error to `error::Error`
11642026-07-12T04:14:03.048Z --> lib/src/serial.rs:213:42
11652026-07-12T04:14:03.048Z |
11662026-07-12T04:14:03.048Z213 | ws.send(Message::binary(v)).await?;
11672026-07-12T04:14:03.048Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
11682026-07-12T04:14:03.048Z | |
11692026-07-12T04:14:03.048Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
11702026-07-12T04:14:03.048Z |
11712026-07-12T04:14:03.048Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
11722026-07-12T04:14:03.048Z --> lib/src/error.rs:13:1
11732026-07-12T04:14:03.048Z |
11742026-07-12T04:14:03.048Z 13 | pub enum Error {
11752026-07-12T04:14:03.048Z | ^^^^^^^^^^^^^^
11762026-07-12T04:14:03.048Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
11772026-07-12T04:14:03.048Z = help: `error::Error` implements trait `From<T>`:
11782026-07-12T04:14:03.048Z From<AddrParseError>
11792026-07-12T04:14:03.048Z From<FromUtf8Error>
11802026-07-12T04:14:03.048Z From<NulError>
11812026-07-12T04:14:03.048Z From<ParseIntError>
11822026-07-12T04:14:03.048Z From<QueryError>
11832026-07-12T04:14:03.049Z From<SpannedError>
11842026-07-12T04:14:03.049Z From<TryFromIntError>
11852026-07-12T04:14:03.049Z From<ZoneError>
11862026-07-12T04:14:03.049Z and 11 others
11872026-07-12T04:14:03.049Z
11882026-07-12T04:14:03.053Zerror[E0308]: mismatched types
11892026-07-12T04:14:03.053Z --> lib/src/serial.rs:235:17
11902026-07-12T04:14:03.053Z |
11912026-07-12T04:14:03.053Z235 | ws.send(Message::binary(v)).await?;
11922026-07-12T04:14:03.053Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
11932026-07-12T04:14:03.053Z | |
11942026-07-12T04:14:03.053Z | arguments to this method are incorrect
11952026-07-12T04:14:03.053Z |
11962026-07-12T04:14:03.053Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
11972026-07-12T04:14:03.053Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
11982026-07-12T04:14:03.053Z |
11992026-07-12T04:14:03.053Z160 | pub enum Message {
12002026-07-12T04:14:03.053Z | ^^^^^^^^^^^^^^^^ this is the expected type
12012026-07-12T04:14:03.053Z |
12022026-07-12T04:14:03.053Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
12032026-07-12T04:14:03.053Z |
12042026-07-12T04:14:03.053Z157 | pub enum Message {
12052026-07-12T04:14:03.053Z | ---------------- this is the found type
12062026-07-12T04:14:03.053Z = help: you can use `cargo tree` to explore your dependency tree
12072026-07-12T04:14:03.053Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
12082026-07-12T04:14:03.053Z --> lib/src/serial.rs:235:9
12092026-07-12T04:14:03.053Z |
12102026-07-12T04:14:03.053Z235 | ws.send(Message::binary(v)).await?;
12112026-07-12T04:14:03.054Z | ^^^^^^^^------------------^
12122026-07-12T04:14:03.054Z | |
12132026-07-12T04:14:03.054Z | this argument influences the return type of `send`
12142026-07-12T04:14:03.054Znote: method defined here
12152026-07-12T04:14:03.054Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
12162026-07-12T04:14:03.054Z |
12172026-07-12T04:14:03.054Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
12182026-07-12T04:14:03.054Z | ^^^^
12192026-07-12T04:14:03.054Z
12202026-07-12T04:14:03.054Zerror[E0277]: `?` couldn't convert the error to `error::Error`
12212026-07-12T04:14:03.054Z --> lib/src/serial.rs:235:42
12222026-07-12T04:14:03.054Z |
12232026-07-12T04:14:03.054Z235 | ws.send(Message::binary(v)).await?;
12242026-07-12T04:14:03.054Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
12252026-07-12T04:14:03.054Z | |
12262026-07-12T04:14:03.054Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
12272026-07-12T04:14:03.054Z |
12282026-07-12T04:14:03.054Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
12292026-07-12T04:14:03.054Z --> lib/src/error.rs:13:1
12302026-07-12T04:14:03.054Z |
12312026-07-12T04:14:03.054Z 13 | pub enum Error {
12322026-07-12T04:14:03.054Z | ^^^^^^^^^^^^^^
12332026-07-12T04:14:03.054Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
12342026-07-12T04:14:03.054Z = help: `error::Error` implements trait `From<T>`:
12352026-07-12T04:14:03.054Z From<AddrParseError>
12362026-07-12T04:14:03.054Z From<FromUtf8Error>
12372026-07-12T04:14:03.054Z From<NulError>
12382026-07-12T04:14:03.054Z From<ParseIntError>
12392026-07-12T04:14:03.055Z From<QueryError>
12402026-07-12T04:14:03.055Z From<SpannedError>
12412026-07-12T04:14:03.055Z From<TryFromIntError>
12422026-07-12T04:14:03.055Z From<ZoneError>
12432026-07-12T04:14:03.055Z and 11 others
12442026-07-12T04:14:03.055Z
12452026-07-12T04:14:03.059Zerror[E0277]: `?` couldn't convert the error to `error::Error`
12462026-07-12T04:14:03.059Z --> lib/src/serial.rs:304:38
12472026-07-12T04:14:03.059Z |
12482026-07-12T04:14:03.059Z304 | let msg = msg?
12492026-07-12T04:14:03.059Z | ---^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
12502026-07-12T04:14:03.059Z | |
12512026-07-12T04:14:03.059Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
12522026-07-12T04:14:03.059Z |
12532026-07-12T04:14:03.059Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
12542026-07-12T04:14:03.059Z --> lib/src/error.rs:13:1
12552026-07-12T04:14:03.059Z |
12562026-07-12T04:14:03.059Z 13 | pub enum Error {
12572026-07-12T04:14:03.059Z | ^^^^^^^^^^^^^^
12582026-07-12T04:14:03.059Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
12592026-07-12T04:14:03.059Z = help: `error::Error` implements trait `From<T>`:
12602026-07-12T04:14:03.060Z From<AddrParseError>
12612026-07-12T04:14:03.060Z From<FromUtf8Error>
12622026-07-12T04:14:03.060Z From<NulError>
12632026-07-12T04:14:03.060Z From<ParseIntError>
12642026-07-12T04:14:03.060Z From<QueryError>
12652026-07-12T04:14:03.060Z From<SpannedError>
12662026-07-12T04:14:03.060Z From<TryFromIntError>
12672026-07-12T04:14:03.060Z From<ZoneError>
12682026-07-12T04:14:03.060Z and 11 others
12692026-07-12T04:14:03.060Z
12702026-07-12T04:14:03.060Zerror[E0308]: mismatched types
12712026-07-12T04:14:03.060Z --> lib/src/serial.rs:309:29
12722026-07-12T04:14:03.060Z |
12732026-07-12T04:14:03.060Z309 | ... Message::Binary(data) => {
12742026-07-12T04:14:03.060Z | ^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
12752026-07-12T04:14:03.060Z |
12762026-07-12T04:14:03.060Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
12772026-07-12T04:14:03.060Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
12782026-07-12T04:14:03.060Z |
12792026-07-12T04:14:03.060Z160 | pub enum Message {
12802026-07-12T04:14:03.060Z | ^^^^^^^^^^^^^^^^ this is the expected type
12812026-07-12T04:14:03.060Z |
12822026-07-12T04:14:03.060Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
12832026-07-12T04:14:03.060Z |
12842026-07-12T04:14:03.060Z157 | pub enum Message {
12852026-07-12T04:14:03.060Z | ---------------- this is the found type
12862026-07-12T04:14:03.060Z = help: you can use `cargo tree` to explore your dependency tree
12872026-07-12T04:14:03.060Z
12882026-07-12T04:14:03.060Zerror[E0308]: mismatched types
12892026-07-12T04:14:03.061Z --> lib/src/serial.rs:340:29
12902026-07-12T04:14:03.061Z |
12912026-07-12T04:14:03.061Z340 | ... Message::Close(..) => {
12922026-07-12T04:14:03.061Z | ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
12932026-07-12T04:14:03.061Z |
12942026-07-12T04:14:03.061Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
12952026-07-12T04:14:03.061Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
12962026-07-12T04:14:03.061Z |
12972026-07-12T04:14:03.061Z160 | pub enum Message {
12982026-07-12T04:14:03.061Z | ^^^^^^^^^^^^^^^^ this is the expected type
12992026-07-12T04:14:03.061Z |
13002026-07-12T04:14:03.061Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/protocol/message.rs:157:1
13012026-07-12T04:14:03.061Z |
13022026-07-12T04:14:03.061Z157 | pub enum Message {
13032026-07-12T04:14:03.061Z | ---------------- this is the found type
13042026-07-12T04:14:03.061Z = help: you can use `cargo tree` to explore your dependency tree
13052026-07-12T04:14:03.061Z
13062026-07-12T04:14:03.061Zerror[E0658]: use of unstable library feature `str_as_str`
13072026-07-12T04:14:03.061Z --> lib/src/serial.rs:311:66
13082026-07-12T04:14:03.061Z |
13092026-07-12T04:14:03.061Z311 | ... String::from_utf8_lossy(data.as_slice())
13102026-07-12T04:14:03.061Z | ^^^^^^^^
13112026-07-12T04:14:03.061Z |
13122026-07-12T04:14:03.061Z = note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
13132026-07-12T04:14:03.061Z
13142026-07-12T04:14:03.764ZSome errors have detailed explanations: E0277, E0308, E0658.
13152026-07-12T04:14:03.764ZFor more information about an error, try `rustc --explain E0277`.
13162026-07-12T04:14:03.808Zerror: could not compile `libfalcon` (lib) due to 25 previous errors
13172026-07-12T04:14:03.971Z
13182026-07-12T04:14:03.971Zreal 38.295510416
13192026-07-12T04:14:03.971Zuser 3:10.129998030
13202026-07-12T04:14:03.971Zsys 36.882996854
13212026-07-12T04:14:03.971Ztrap 0.140701834
13222026-07-12T04:14:03.975Ztflt 0.343878807
13232026-07-12T04:14:03.975Zdflt 0.340073284
13242026-07-12T04:14:03.975Zkflt 0.018852216
13252026-07-12T04:14:03.975Zlock 12:13.007115549
13262026-07-12T04:14:03.975Zslp 9:40.852688568
13272026-07-12T04:14:03.975Zlat 13.277039780
13282026-07-12T04:14:03.975Zstop 40.165947122
13292026-07-12T04:14:03.976Zprocess exited: duration 55336 ms, exit code 101
 
13302026-07-12T04:14:03.983Zfound 0 output files