01KRAVGDJ6W30FW04XGTGZ4S7D: build-and-test

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

Buildomat Job: 01KRAVGK9N9F3N1YW22WGPKB8T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T06:28:38.387Zjob assigned to worker 01KRAVGS526TKMDN2YMX5XNGRH [factory aws, i-05d49a90e09cdcd6c] (queued for 57 s)
 
22026-05-11T06:28:44.695Zstarting task 0: "setup"
32026-05-11T06:28:44.701Z++ uname -s
42026-05-11T06:28:44.704Z+ kern=SunOS
52026-05-11T06:28:44.704Z+ build_user=build
62026-05-11T06:28:44.704Z+ build_uid=12345
72026-05-11T06:28:44.704Z+ work_dir=/work
82026-05-11T06:28:44.704Z+ input_dir=/input
92026-05-11T06:28:44.704Z+ [[ 0 == 12345 ]]
102026-05-11T06:28:44.704Z+ case "$kern" in
112026-05-11T06:28:44.704Z+ groupadd -g 12345 build
122026-05-11T06:28:44.707Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T06:28:46.711Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T06:28:46.827Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T06:28:46.830Z+ home_fs=zfs
162026-05-11T06:28:46.830Z+ [[ zfs == autofs ]]
172026-05-11T06:28:46.830Z+ mkdir -p /home/build
182026-05-11T06:28:46.830Z+ chown build:build /home/build /work
192026-05-11T06:28:48.832Z+ chmod 0700 /home/build /work
202026-05-11T06:28:48.835Zprocess exited: duration 4139 ms, exit code 0
 
212026-05-11T06:28:48.841Zstarting task 1: "rust-toolchain"
222026-05-11T06:28:48.846Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-11T06:28:48.846Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-11T06:28:48.846Z * rust toolchain channel = "stable"
252026-05-11T06:28:48.846Z * rust toolchain profile = "default"
262026-05-11T06:28:48.846Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T06:28:48.846Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T06:28:48.849Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T06:28:48.849Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-11T06:28:48.968Zinfo: downloading installer
312026-05-11T06:28:50.340Zwarn: It looks like you have an existing installation of Rust at:
322026-05-11T06:28:50.340Zwarn: /opt/ooce/bin
332026-05-11T06:28:50.340Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-11T06:28:50.340Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-11T06:28:50.340Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-11T06:28:50.340Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-11T06:28:50.340Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-11T06:28:50.340Zerror: cannot install while Rust is installed
392026-05-11T06:28:50.340Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-11T06:28:50.340Zwarn: It looks like you have an existing rustup settings file at:
412026-05-11T06:28:50.341Zwarn: /home/build/.rustup/settings.toml
422026-05-11T06:28:50.341Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-11T06:28:50.341Zwarn: instead of the one inferred from the default host triple.
442026-05-11T06:28:50.354Zinfo: profile set to default
452026-05-11T06:28:50.354Zinfo: default host triple is x86_64-unknown-illumos
462026-05-11T06:28:50.357Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-11T06:28:50.505Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-11T06:28:50.507Zinfo: downloading 6 components
492026-05-11T06:29:05.424Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-11T06:29:05.424Z
512026-05-11T06:29:05.460Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-11T06:29:05.460Z
532026-05-11T06:29:05.460Z
542026-05-11T06:29:05.460ZRust is installed now. Great!
552026-05-11T06:29:05.460Z
562026-05-11T06:29:05.460ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-11T06:29:05.460Zenvironment variable. This has not been done automatically.
582026-05-11T06:29:05.460Z
592026-05-11T06:29:05.461ZTo configure your current shell, you need to source
602026-05-11T06:29:05.461Zthe corresponding env file under $HOME/.cargo.
612026-05-11T06:29:05.461Z
622026-05-11T06:29:05.461ZThis is usually done by running one of the following (note the leading DOT):
632026-05-11T06:29:05.461Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-11T06:29:05.461Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-11T06:29:05.461Zsource "~/.cargo/env.nu" # For nushell
662026-05-11T06:29:05.461Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-11T06:29:05.461Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-11T06:29:05.461Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-11T06:29:05.464Zwarn: no default linker (`cc`) was found in your PATH
702026-05-11T06:29:05.464Zwarn: many Rust crates require a system C toolchain to build
712026-05-11T06:29:05.564Z+ rustup --version
722026-05-11T06:29:05.571Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-11T06:29:05.574Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-11T06:29:05.595Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-11T06:29:05.598Z+ cargo --version
762026-05-11T06:29:05.611Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-11T06:29:05.614Z+ rustc --version
782026-05-11T06:29:05.634Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-11T06:29:05.637Zprocess exited: duration 16794 ms, exit code 0
 
802026-05-11T06:29:05.643Zstarting task 2: "authentication"
812026-05-11T06:29:05.659Zprocess exited: duration 15 ms, exit code 0
 
822026-05-11T06:29:05.665Zstarting task 3: "clone repository"
832026-05-11T06:29:05.668Z+ mkdir -p /work/oxidecomputer/falcon
842026-05-11T06:29:05.670Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
852026-05-11T06:29:05.703ZCloning into '/work/oxidecomputer/falcon'...
862026-05-11T06:29:06.483Z+ cd /work/oxidecomputer/falcon
872026-05-11T06:29:06.483Z+ git fetch origin 1dbe3bbbb5b749bf9dd999d7a76de9fc1ea24ce4
882026-05-11T06:29:06.721ZFrom https://github.com/oxidecomputer/falcon
892026-05-11T06:29:06.721Z * branch 1dbe3bbbb5b749bf9dd999d7a76de9fc1ea24ce4 -> FETCH_HEAD
902026-05-11T06:29:06.727Z+ [[ -n renovate/tokio-tungstenite-0.x ]]
912026-05-11T06:29:06.730Z++ git branch --show-current
922026-05-11T06:29:06.730Z+ current=main
932026-05-11T06:29:06.730Z+ [[ main != renovate/tokio-tungstenite-0.x ]]
942026-05-11T06:29:06.730Z+ git branch -f renovate/tokio-tungstenite-0.x 1dbe3bbbb5b749bf9dd999d7a76de9fc1ea24ce4
952026-05-11T06:29:06.733Z+ git checkout -f renovate/tokio-tungstenite-0.x
962026-05-11T06:29:06.799ZSwitched to branch 'renovate/tokio-tungstenite-0.x'
972026-05-11T06:29:06.802Z+ git reset --hard 1dbe3bbbb5b749bf9dd999d7a76de9fc1ea24ce4
982026-05-11T06:29:06.805ZHEAD is now at 1dbe3bb Update Rust crate tokio-tungstenite to 0.29
992026-05-11T06:29:06.805Zprocess exited: duration 1139 ms, exit code 0
 
1002026-05-11T06:29:06.812Zstarting task 4: "build"
1012026-05-11T06:29:06.815Z+ cargo --version
1022026-05-11T06:29:06.820Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1032026-05-11T06:29:06.963Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1042026-05-11T06:29:06.967Zinfo: downloading 6 components
1052026-05-11T06:29:21.386Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1062026-05-11T06:29:21.389Z+ rustc --version
1072026-05-11T06:29:21.416Zrustc 1.95.0 (59807616e 2026-04-14)
1082026-05-11T06:29:21.419Z+ banner build
1092026-05-11T06:29:21.422Z
1102026-05-11T06:29:21.422Z ##### # # # # #####
1112026-05-11T06:29:21.422Z # # # # # # # #
1122026-05-11T06:29:21.422Z ##### # # # # # #
1132026-05-11T06:29:21.422Z # # # # # # # #
1142026-05-11T06:29:21.422Z # # # # # # # #
1152026-05-11T06:29:21.422Z ##### #### # ###### #####
1162026-05-11T06:29:21.422Z
1172026-05-11T06:29:21.426Z+ ptime -m cargo build --all
1182026-05-11T06:29:21.499Z Updating crates.io index
1192026-05-11T06:29:21.502Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202026-05-11T06:29:21.860ZFrom https://github.com/oxidecomputer/netadm-sys
1212026-05-11T06:29:21.860Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
1222026-05-11T06:29:21.901Z Updating git repository `https://github.com/oxidecomputer/propolis`
1232026-05-11T06:29:22.535ZFrom https://github.com/oxidecomputer/propolis
1242026-05-11T06:29:22.535Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1252026-05-11T06:29:22.704Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-11T06:29:22.990ZFrom https://github.com/oxidecomputer/zone
1272026-05-11T06:29:22.990Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1282026-05-11T06:29:23.516Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1292026-05-11T06:29:23.790ZFrom https://github.com/oxidecomputer/dlpi-sys
1302026-05-11T06:29:23.790Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1312026-05-11T06:29:23.804Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1322026-05-11T06:29:24.082ZFrom https://github.com/jmesmon/rust-libzfs
1332026-05-11T06:29:24.085Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1342026-05-11T06:29:24.104Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1352026-05-11T06:29:24.398ZFrom https://github.com/oxidecomputer/rusty-doors
1362026-05-11T06:29:24.399Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1372026-05-11T06:29:24.405Z Updating git repository `https://github.com/oxidecomputer/crucible`
1382026-05-11T06:29:25.401ZFrom https://github.com/oxidecomputer/crucible
1392026-05-11T06:29:25.401Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1402026-05-11T06:29:27.592Z Downloading crates ...
1412026-05-11T06:29:27.651Z Downloaded foreign-types-macros v0.2.3
1422026-05-11T06:29:27.654Z Downloaded find-msvc-tools v0.1.9
1432026-05-11T06:29:27.656Z Downloaded getrandom v0.3.4
1442026-05-11T06:29:27.662Z Downloaded generic-array v0.14.7
1452026-05-11T06:29:27.665Z Downloaded byteorder v1.5.0
1462026-05-11T06:29:27.665Z Downloaded aho-corasick v1.1.4
1472026-05-11T06:29:27.669Z Downloaded pin-utils v0.1.0
1482026-05-11T06:29:27.672Z Downloaded tinystr v0.8.2
1492026-05-11T06:29:27.672Z Downloaded heck v0.5.0
1502026-05-11T06:29:27.675Z Downloaded displaydoc v0.2.5
1512026-05-11T06:29:27.675Z Downloaded parking_lot_core v0.9.12
1522026-05-11T06:29:27.677Z Downloaded equivalent v1.0.2
1532026-05-11T06:29:27.681Z Downloaded hashbrown v0.16.1
1542026-05-11T06:29:27.685Z Downloaded getrandom v0.4.2
1552026-05-11T06:29:27.687Z Downloaded anstream v1.0.0
1562026-05-11T06:29:27.692Z Downloaded futures-macro v0.3.32
1572026-05-11T06:29:27.695Z Downloaded syn v2.0.117
1582026-05-11T06:29:27.701Z Downloaded futures-task v0.3.32
1592026-05-11T06:29:27.703Z Downloaded foreign-types-shared v0.3.1
1602026-05-11T06:29:27.706Z Downloaded block-buffer v0.10.4
1612026-05-11T06:29:27.709Z Downloaded futures-sink v0.3.32
1622026-05-11T06:29:27.709Z Downloaded rustc-hash v2.1.2
1632026-05-11T06:29:27.712Z Downloaded progenitor-macro v0.10.0
1642026-05-11T06:29:27.712Z Downloaded progenitor-client v0.10.0
1652026-05-11T06:29:27.714Z Downloaded strsim v0.11.1
1662026-05-11T06:29:27.714Z Downloaded cpufeatures v0.3.0
1672026-05-11T06:29:27.717Z Downloaded sha1 v0.10.6
1682026-05-11T06:29:27.717Z Downloaded futures-core v0.3.32
1692026-05-11T06:29:27.721Z Downloaded lru-slab v0.1.2
1702026-05-11T06:29:27.723Z Downloaded is-terminal v0.4.17
1712026-05-11T06:29:27.727Z Downloaded cfg_aliases v0.2.1
1722026-05-11T06:29:27.729Z Downloaded idna_adapter v1.2.1
1732026-05-11T06:29:27.732Z Downloaded atomic-waker v1.1.2
1742026-05-11T06:29:27.736Z Downloaded time-core v0.1.8
1752026-05-11T06:29:27.738Z Downloaded scopeguard v1.2.0
1762026-05-11T06:29:27.739Z Downloaded stable_deref_trait v1.2.1
1772026-05-11T06:29:27.741Z Downloaded anstyle v1.0.14
1782026-05-11T06:29:27.741Z Downloaded async-trait v0.1.89
1792026-05-11T06:29:27.745Z Downloaded form_urlencoded v1.2.2
1802026-05-11T06:29:27.748Z Downloaded dyn-clone v1.0.20
1812026-05-11T06:29:27.750Z Downloaded heck v0.4.1
1822026-05-11T06:29:27.753Z Downloaded itoa v1.0.18
1832026-05-11T06:29:27.756Z Downloaded futures-io v0.3.32
1842026-05-11T06:29:27.756Z Downloaded cfg-if v1.0.4
1852026-05-11T06:29:27.756Z Downloaded lazy_static v1.5.0
1862026-05-11T06:29:27.758Z Downloaded take_mut v0.2.2
1872026-05-11T06:29:27.758Z Downloaded serde_spanned v1.1.0
1882026-05-11T06:29:27.761Z Downloaded percent-encoding v2.3.2
1892026-05-11T06:29:27.761Z Downloaded cpufeatures v0.2.17
1902026-05-11T06:29:27.761Z Downloaded rand_chacha v0.3.1
1912026-05-11T06:29:27.764Z Downloaded crucible-workspace-hack v0.1.0
1922026-05-11T06:29:27.764Z Downloaded http-body v1.0.1
1932026-05-11T06:29:27.764Z Downloaded num-conv v0.2.1
1942026-05-11T06:29:27.764Z Downloaded cstr-argument v0.1.2
1952026-05-11T06:29:27.767Z Downloaded subtle v2.6.1
1962026-05-11T06:29:27.767Z Downloaded potential_utf v0.1.4
1972026-05-11T06:29:27.767Z Downloaded crypto-common v0.1.7
1982026-05-11T06:29:27.770Z Downloaded foreign-types v0.5.0
1992026-05-11T06:29:27.770Z Downloaded is_terminal_polyfill v1.70.2
2002026-05-11T06:29:27.772Z Downloaded colorchoice v1.0.5
2012026-05-11T06:29:27.772Z Downloaded anstyle-query v1.1.5
2022026-05-11T06:29:27.772Z Downloaded sync_wrapper v1.0.2
2032026-05-11T06:29:27.775Z Downloaded slab v0.4.12
2042026-05-11T06:29:27.775Z Downloaded rand_core v0.6.4
2052026-05-11T06:29:27.775Z Downloaded proc-macro-error v1.0.4
2062026-05-11T06:29:27.777Z Downloaded tinyvec_macros v0.1.1
2072026-05-11T06:29:27.778Z Downloaded sha2 v0.10.9
2082026-05-11T06:29:27.780Z Downloaded rustls-webpki v0.103.10
2092026-05-11T06:29:27.783Z Downloaded tokio-macros v2.7.0
2102026-05-11T06:29:27.783Z Downloaded rustls-pki-types v1.14.0
2112026-05-11T06:29:27.785Z Downloaded pretty-hex v0.4.2
2122026-05-11T06:29:27.785Z Downloaded slog-envlogger v2.2.0
2132026-05-11T06:29:27.788Z Downloaded proc-macro-error-attr v1.0.4
2142026-05-11T06:29:27.788Z Downloaded http-body-util v0.1.3
2152026-05-11T06:29:27.788Z Downloaded futures-executor v0.3.32
2162026-05-11T06:29:27.791Z Downloaded autocfg v1.5.0
2172026-05-11T06:29:27.791Z Downloaded serde_urlencoded v0.7.1
2182026-05-11T06:29:27.794Z Downloaded anstyle-parse v1.0.0
2192026-05-11T06:29:27.794Z Downloaded base16ct v1.0.0
2202026-05-11T06:29:27.796Z Downloaded clap_lex v1.1.0
2212026-05-11T06:29:27.796Z Downloaded powerfmt v0.2.0
2222026-05-11T06:29:27.799Z Downloaded futures-channel v0.3.32
2232026-05-11T06:29:27.799Z Downloaded data-encoding v2.10.0
2242026-05-11T06:29:27.802Z Downloaded console v0.16.3
2252026-05-11T06:29:27.802Z Downloaded camino v1.2.2
2262026-05-11T06:29:27.805Z Downloaded digest v0.10.7
2272026-05-11T06:29:27.805Z Downloaded tower-service v0.3.3
2282026-05-11T06:29:27.807Z Downloaded typeid v1.0.3
2292026-05-11T06:29:27.810Z Downloaded tabwriter v1.4.1
2302026-05-11T06:29:27.813Z Downloaded lock_api v0.4.14
2312026-05-11T06:29:27.813Z Downloaded either v1.15.0
2322026-05-11T06:29:27.819Z Downloaded errno v0.3.14
2332026-05-11T06:29:27.822Z Downloaded deranged v0.5.8
2342026-05-11T06:29:27.822Z Downloaded thiserror-impl v2.0.18
2352026-05-11T06:29:27.825Z Downloaded thiserror v1.0.69
2362026-05-11T06:29:27.827Z Downloaded serde_tokenstream v0.2.3
2372026-05-11T06:29:27.827Z Downloaded erased-serde v0.3.31
2382026-05-11T06:29:27.830Z Downloaded shlex v1.3.0
2392026-05-11T06:29:27.833Z Downloaded time-macros v0.2.27
2402026-05-11T06:29:27.833Z Downloaded rand_chacha v0.9.0
2412026-05-11T06:29:27.835Z Downloaded pin-project-lite v0.2.17
2422026-05-11T06:29:27.838Z Downloaded toml_datetime v1.1.0+spec-1.1.0
2432026-05-11T06:29:27.841Z Downloaded httparse v1.10.1
2442026-05-11T06:29:27.841Z Downloaded semver v1.0.27
2452026-05-11T06:29:27.844Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2462026-05-11T06:29:27.844Z Downloaded thread_local v1.1.9
2472026-05-11T06:29:27.846Z Downloaded try-lock v0.2.5
2482026-05-11T06:29:27.846Z Downloaded serde_derive_internals v0.29.1
2492026-05-11T06:29:27.846Z Downloaded progenitor v0.10.0
2502026-05-11T06:29:27.849Z Downloaded hyper-rustls v0.27.7
2512026-05-11T06:29:27.849Z Downloaded signal-hook-registry v1.4.8
2522026-05-11T06:29:27.852Z Downloaded schemars_derive v0.8.22
2532026-05-11T06:29:27.852Z Downloaded quote v1.0.45
2542026-05-11T06:29:27.854Z Downloaded once_cell v1.21.4
2552026-05-11T06:29:27.854Z Downloaded typify-macro v0.4.3
2562026-05-11T06:29:27.857Z Downloaded num_enum v0.7.6
2572026-05-11T06:29:27.860Z Downloaded untrusted v0.9.0
2582026-05-11T06:29:27.860Z Downloaded yoke-derive v0.8.1
2592026-05-11T06:29:27.860Z Downloaded tower-layer v0.3.3
2602026-05-11T06:29:27.862Z Downloaded toml_writer v1.1.0+spec-1.1.0
2612026-05-11T06:29:27.862Z Downloaded tokio-tungstenite v0.29.0
2622026-05-11T06:29:27.865Z Downloaded rustversion v1.0.22
2632026-05-11T06:29:27.865Z Downloaded getrandom v0.2.17
2642026-05-11T06:29:27.868Z Downloaded want v0.3.1
2652026-05-11T06:29:27.868Z Downloaded version_check v0.9.5
2662026-05-11T06:29:27.868Z Downloaded utf8parse v0.2.2
2672026-05-11T06:29:27.870Z Downloaded zerofrom v0.1.6
2682026-05-11T06:29:27.871Z Downloaded slog-term v2.9.2
2692026-05-11T06:29:27.873Z Downloaded rand_core v0.10.0
2702026-05-11T06:29:27.873Z Downloaded proc-macro-crate v3.5.0
2712026-05-11T06:29:27.873Z Downloaded zone_cfg_derive v0.3.1
2722026-05-11T06:29:27.873Z Downloaded zerofrom-derive v0.1.6
2732026-05-11T06:29:27.876Z Downloaded num_enum_derive v0.7.6
2742026-05-11T06:29:27.876Z Downloaded thiserror v2.0.18
2752026-05-11T06:29:27.879Z Downloaded smf v0.2.3
2762026-05-11T06:29:27.881Z Downloaded slog-async v2.8.0
2772026-05-11T06:29:27.881Z Downloaded pkg-config v0.3.32
2782026-05-11T06:29:27.881Z Downloaded cc v1.2.58
2792026-05-11T06:29:27.884Z Downloaded ipnet v2.12.0
2802026-05-11T06:29:27.884Z Downloaded chacha20 v0.10.0
2812026-05-11T06:29:27.887Z Downloaded iana-time-zone v0.1.65
2822026-05-11T06:29:27.889Z Downloaded clap_derive v4.6.1
2832026-05-11T06:29:27.889Z Downloaded quinn-udp v0.5.14
2842026-05-11T06:29:27.892Z Downloaded rand_core v0.9.5
2852026-05-11T06:29:27.892Z Downloaded parking_lot v0.12.5
2862026-05-11T06:29:27.895Z Downloaded oxnet v0.1.5
2872026-05-11T06:29:27.895Z Downloaded tokio-tungstenite v0.21.0
2882026-05-11T06:29:27.897Z Downloaded cargo_toml v0.22.3
2892026-05-11T06:29:27.897Z Downloaded bitflags v2.11.0
2902026-05-11T06:29:27.900Z Downloaded anyhow v1.0.102
2912026-05-11T06:29:27.903Z Downloaded synstructure v0.13.2
2922026-05-11T06:29:27.903Z Downloaded slog-stdlog v4.1.1
2932026-05-11T06:29:27.903Z Downloaded utf8_iter v1.0.4
2942026-05-11T06:29:27.905Z Downloaded colored v3.1.1
2952026-05-11T06:29:27.906Z Downloaded ppv-lite86 v0.2.21
2962026-05-11T06:29:27.908Z Downloaded log v0.4.29
2972026-05-11T06:29:27.908Z Downloaded hyper-util v0.1.20
2982026-05-11T06:29:27.911Z Downloaded zone v0.3.1
2992026-05-11T06:29:27.914Z Downloaded clap v4.6.1
3002026-05-11T06:29:27.918Z Downloaded xz2 v0.1.7
3012026-05-11T06:29:27.920Z Downloaded yoke v0.8.1
3022026-05-11T06:29:27.920Z Downloaded thiserror-impl v1.0.69
3032026-05-11T06:29:27.924Z Downloaded slog-scope v4.4.1
3042026-05-11T06:29:27.924Z Downloaded toml_parser v1.1.0+spec-1.1.0
3052026-05-11T06:29:27.924Z Downloaded icu_locale_core v2.1.1
3062026-05-11T06:29:27.927Z Downloaded utf-8 v0.7.6
3072026-05-11T06:29:27.929Z Downloaded unit-prefix v0.5.2
3082026-05-11T06:29:27.929Z Downloaded crossbeam-utils v0.8.21
3092026-05-11T06:29:27.932Z Downloaded tokio-rustls v0.26.4
3102026-05-11T06:29:27.932Z Downloaded litemap v0.8.1
3112026-05-11T06:29:27.935Z Downloaded zerovec-derive v0.11.2
3122026-05-11T06:29:27.935Z Downloaded zeroize v1.8.2
3132026-05-11T06:29:27.935Z Downloaded tracing-attributes v0.1.31
3142026-05-11T06:29:27.938Z Downloaded proc-macro2 v1.0.106
3152026-05-11T06:29:27.941Z Downloaded icu_provider v2.1.1
3162026-05-11T06:29:27.941Z Downloaded futures v0.3.32
3172026-05-11T06:29:27.944Z Downloaded zmij v1.0.21
3182026-05-11T06:29:27.946Z Downloaded slog v2.8.2
3192026-05-11T06:29:27.946Z Downloaded indicatif v0.18.4
3202026-05-11T06:29:27.949Z Downloaded schemars v0.8.22
3212026-05-11T06:29:27.955Z Downloaded term v1.2.1
3222026-05-11T06:29:27.958Z Downloaded progenitor-impl v0.10.0
3232026-05-11T06:29:27.960Z Downloaded serde_derive v1.0.228
3242026-05-11T06:29:27.960Z Downloaded icu_normalizer_data v2.1.1
3252026-05-11T06:29:27.974Z Downloaded allocator-api2 v0.2.21
3262026-05-11T06:29:27.974Z Downloaded serde_yaml v0.9.34+deprecated
3272026-05-11T06:29:27.974Z Downloaded icu_normalizer v2.1.1
3282026-05-11T06:29:27.974Z Downloaded serde_core v1.0.228
3292026-05-11T06:29:27.974Z Downloaded bytes v1.11.1
3302026-05-11T06:29:27.974Z Downloaded typify v0.4.3
3312026-05-11T06:29:27.974Z Downloaded base64 v0.21.7
3322026-05-11T06:29:27.978Z Downloaded toml v0.9.12+spec-1.1.0
3332026-05-11T06:29:27.981Z Downloaded writeable v0.6.2
3342026-05-11T06:29:27.981Z Downloaded typenum v1.19.0
3352026-05-11T06:29:27.983Z Downloaded tungstenite v0.21.0
3362026-05-11T06:29:27.983Z Downloaded toml_edit v0.25.8+spec-1.1.0
3372026-05-11T06:29:27.986Z Downloaded smallvec v1.15.1
3382026-05-11T06:29:27.989Z Downloaded prettyplease v0.2.37
3392026-05-11T06:29:27.992Z Downloaded icu_collections v2.1.1
3402026-05-11T06:29:27.994Z Downloaded num-traits v0.2.19
3412026-05-11T06:29:27.994Z Downloaded arc-swap v1.9.0
3422026-05-11T06:29:27.997Z Downloaded futures-util v0.3.32
3432026-05-11T06:29:28.004Z Downloaded unicode-ident v1.0.24
3442026-05-11T06:29:28.006Z Downloaded tracing-core v0.1.36
3452026-05-11T06:29:28.009Z Downloaded uuid v1.23.1
3462026-05-11T06:29:28.009Z Downloaded hyper v1.8.1
3472026-05-11T06:29:28.013Z Downloaded indexmap v2.13.0
3482026-05-11T06:29:28.015Z Downloaded zerotrie v0.2.3
3492026-05-11T06:29:28.018Z Downloaded tungstenite v0.29.0
3502026-05-11T06:29:28.021Z Downloaded memchr v2.8.0
3512026-05-11T06:29:28.024Z Downloaded rand v0.8.5
3522026-05-11T06:29:28.026Z Downloaded rand v0.10.1
3532026-05-11T06:29:28.029Z Downloaded serde v1.0.228
3542026-05-11T06:29:28.029Z Downloaded http v1.4.0
3552026-05-11T06:29:28.032Z Downloaded ryu v1.0.23
3562026-05-11T06:29:28.035Z Downloaded crossbeam-channel v0.5.15
3572026-05-11T06:29:28.038Z Downloaded icu_properties v2.1.2
3582026-05-11T06:29:28.038Z Downloaded mio v1.2.0
3592026-05-11T06:29:28.041Z Downloaded base64 v0.22.1
3602026-05-11T06:29:28.044Z Downloaded iri-string v0.7.12
3612026-05-11T06:29:28.047Z Downloaded url v2.5.8
3622026-05-11T06:29:28.050Z Downloaded quinn v0.11.9
3632026-05-11T06:29:28.053Z Downloaded unsafe-libyaml v0.2.11
3642026-05-11T06:29:28.053Z Downloaded tokio-util v0.7.18
3652026-05-11T06:29:28.057Z Downloaded rand v0.9.2
3662026-05-11T06:29:28.060Z Downloaded idna v1.1.0
3672026-05-11T06:29:28.063Z Downloaded tower v0.5.3
3682026-05-11T06:29:28.067Z Downloaded itertools v0.12.1
3692026-05-11T06:29:28.071Z Downloaded ron v0.12.1
3702026-05-11T06:29:28.076Z Downloaded tower-http v0.6.8
3712026-05-11T06:29:28.081Z Downloaded icu_properties_data v2.1.2
3722026-05-11T06:29:28.086Z Downloaded chrono v0.4.44
3732026-05-11T06:29:28.090Z Downloaded clap_builder v4.6.0
3742026-05-11T06:29:28.094Z Downloaded winnow v1.0.0
3752026-05-11T06:29:28.100Z Downloaded winnow v0.7.15
3762026-05-11T06:29:28.105Z Downloaded regex v1.12.3
3772026-05-11T06:29:28.108Z Downloaded zerovec v0.11.5
3782026-05-11T06:29:28.111Z Downloaded serde_json v1.0.149
3792026-05-11T06:29:28.115Z Downloaded reqwest v0.12.28
3802026-05-11T06:29:28.119Z Downloaded tinyvec v1.11.0
3812026-05-11T06:29:28.121Z Downloaded socket2 v0.6.3
3822026-05-11T06:29:28.124Z Downloaded foldhash v0.2.0
3832026-05-11T06:29:28.124Z Downloaded webpki-roots v1.0.6
3842026-05-11T06:29:28.127Z Downloaded portable-atomic v1.13.1
3852026-05-11T06:29:28.130Z Downloaded unicode-width v0.2.2
3862026-05-11T06:29:28.133Z Downloaded zerocopy v0.8.48
3872026-05-11T06:29:28.150Z Downloaded syn v1.0.109
3882026-05-11T06:29:28.158Z Downloaded tracing v0.1.44
3892026-05-11T06:29:28.169Z Downloaded quinn-proto v0.11.14
3902026-05-11T06:29:28.174Z Downloaded time v0.3.47
3912026-05-11T06:29:28.197Z Downloaded libc v0.2.186
3922026-05-11T06:29:28.216Z Downloaded rustls v0.23.37
3932026-05-11T06:29:28.222Z Downloaded tokio v1.52.3
3942026-05-11T06:29:28.244Z Downloaded regress v0.10.5
3952026-05-11T06:29:28.249Z Downloaded regex-syntax v0.8.10
3962026-05-11T06:29:28.257Z Downloaded openapiv3 v2.2.0
3972026-05-11T06:29:28.285Z Downloaded typify-impl v0.4.3
3982026-05-11T06:29:28.306Z Downloaded regex-automata v0.4.14
3992026-05-11T06:29:28.323Z Downloaded lzma-sys v0.1.20
4002026-05-11T06:29:28.367Z Downloaded ring v0.17.14
4012026-05-11T06:29:28.466Z Compiling proc-macro2 v1.0.106
4022026-05-11T06:29:28.466Z Compiling quote v1.0.45
4032026-05-11T06:29:28.469Z Compiling unicode-ident v1.0.24
4042026-05-11T06:29:28.469Z Compiling libc v0.2.186
4052026-05-11T06:29:28.469Z Compiling cfg-if v1.0.4
4062026-05-11T06:29:28.469Z Compiling itoa v1.0.18
4072026-05-11T06:29:28.469Z Compiling serde_core v1.0.228
4082026-05-11T06:29:28.644Z Compiling memchr v2.8.0
4092026-05-11T06:29:28.686Z Compiling foldhash v0.2.0
4102026-05-11T06:29:28.755Z Compiling allocator-api2 v0.2.21
4112026-05-11T06:29:28.855Z Compiling equivalent v1.0.2
4122026-05-11T06:29:28.930Z Compiling version_check v0.9.5
4132026-05-11T06:29:28.976Z Compiling serde v1.0.228
4142026-05-11T06:29:29.076Z Compiling hashbrown v0.16.1
4152026-05-11T06:29:29.194Z Compiling zmij v1.0.21
4162026-05-11T06:29:29.321Z Compiling bytes v1.11.1
4172026-05-11T06:29:29.331Z Compiling serde_json v1.0.149
4182026-05-11T06:29:29.334Z Compiling autocfg v1.5.0
4192026-05-11T06:29:29.572Z Compiling smallvec v1.15.1
4202026-05-11T06:29:29.686Z Compiling num-traits v0.2.19
4212026-05-11T06:29:29.778Z Compiling pin-project-lite v0.2.17
4222026-05-11T06:29:29.803Z Compiling stable_deref_trait v1.2.1
4232026-05-11T06:29:29.870Z Compiling syn v2.0.117
4242026-05-11T06:29:29.919Z Compiling futures-core v0.3.32
4252026-05-11T06:29:29.943Z Compiling http v1.4.0
4262026-05-11T06:29:29.951Z Compiling find-msvc-tools v0.1.9
4272026-05-11T06:29:30.075Z Compiling thiserror v2.0.18
4282026-05-11T06:29:30.184Z Compiling parking_lot_core v0.9.12
4292026-05-11T06:29:30.235Z Compiling shlex v1.3.0
4302026-05-11T06:29:30.415Z Compiling cc v1.2.58
4312026-05-11T06:29:30.468Z Compiling socket2 v0.6.3
4322026-05-11T06:29:30.615Z Compiling futures-sink v0.3.32
4332026-05-11T06:29:30.635Z Compiling schemars v0.8.22
4342026-05-11T06:29:30.718Z Compiling rustversion v1.0.22
4352026-05-11T06:29:30.768Z Compiling scopeguard v1.2.0
4362026-05-11T06:29:30.865Z Compiling lock_api v0.4.14
4372026-05-11T06:29:30.907Z Compiling errno v0.3.14
4382026-05-11T06:29:30.946Z Compiling rand_core v0.10.0
4392026-05-11T06:29:31.052Z Compiling getrandom v0.4.2
4402026-05-11T06:29:31.084Z Compiling dyn-clone v1.0.20
4412026-05-11T06:29:31.099Z Compiling parking_lot v0.12.5
4422026-05-11T06:29:31.199Z Compiling signal-hook-registry v1.4.8
4432026-05-11T06:29:31.219Z Compiling futures-channel v0.3.32
4442026-05-11T06:29:31.342Z Compiling mio v1.2.0
4452026-05-11T06:29:31.360Z Compiling getrandom v0.2.17
4462026-05-11T06:29:31.443Z Compiling winnow v1.0.0
4472026-05-11T06:29:31.497Z Compiling indexmap v2.13.0
4482026-05-11T06:29:31.500Z Compiling futures-task v0.3.32
4492026-05-11T06:29:31.540Z Compiling futures-io v0.3.32
4502026-05-11T06:29:31.664Z Compiling slab v0.4.12
4512026-05-11T06:29:31.672Z Compiling writeable v0.6.2
4522026-05-11T06:29:31.681Z Compiling typenum v1.19.0
4532026-05-11T06:29:31.694Z Compiling once_cell v1.21.4
4542026-05-11T06:29:31.837Z Compiling httparse v1.10.1
4552026-05-11T06:29:31.849Z Compiling log v0.4.29
4562026-05-11T06:29:31.859Z Compiling litemap v0.8.1
4572026-05-11T06:29:32.041Z Compiling generic-array v0.14.7
4582026-05-11T06:29:32.050Z Compiling iana-time-zone v0.1.65
4592026-05-11T06:29:32.053Z Compiling zerocopy v0.8.48
4602026-05-11T06:29:32.121Z Compiling icu_normalizer_data v2.1.1
4612026-05-11T06:29:32.297Z Compiling heck v0.5.0
4622026-05-11T06:29:32.307Z Compiling icu_properties_data v2.1.2
4632026-05-11T06:29:32.406Z Compiling chrono v0.4.44
4642026-05-11T06:29:32.560Z Compiling toml_parser v1.1.0+spec-1.1.0
4652026-05-11T06:29:32.580Z Compiling ring v0.17.14
4662026-05-11T06:29:32.623Z Compiling synstructure v0.13.2
4672026-05-11T06:29:32.700Z Compiling serde_derive_internals v0.29.1
4682026-05-11T06:29:33.128Z Compiling percent-encoding v2.3.2
4692026-05-11T06:29:33.137Z Compiling syn v1.0.109
4702026-05-11T06:29:33.608Z Compiling thiserror v1.0.69
4712026-05-11T06:29:33.662Z Compiling zeroize v1.8.2
4722026-05-11T06:29:33.849Z Compiling uuid v1.23.1
4732026-05-11T06:29:33.894Z Compiling serde_derive v1.0.228
4742026-05-11T06:29:33.956Z Compiling zerofrom-derive v0.1.6
4752026-05-11T06:29:33.959Z Compiling yoke-derive v0.8.1
4762026-05-11T06:29:34.136Z Compiling zerovec-derive v0.11.2
4772026-05-11T06:29:34.325Z Compiling displaydoc v0.2.5
4782026-05-11T06:29:34.407Z Compiling thiserror-impl v2.0.18
4792026-05-11T06:29:34.716Z Compiling schemars_derive v0.8.22
4802026-05-11T06:29:35.028Z Compiling tokio-macros v2.7.0
4812026-05-11T06:29:35.101Z Compiling futures-macro v0.3.32
4822026-05-11T06:29:35.188Z Compiling zerofrom v0.1.6
4832026-05-11T06:29:35.255Z Compiling regex-syntax v0.8.10
4842026-05-11T06:29:35.306Z Compiling yoke v0.8.1
4852026-05-11T06:29:35.488Z Compiling zerovec v0.11.5
4862026-05-11T06:29:35.782Z Compiling zerotrie v0.2.3
4872026-05-11T06:29:35.800Z Compiling tokio v1.52.3
4882026-05-11T06:29:35.940Z Compiling tinystr v0.8.2
4892026-05-11T06:29:35.949Z Compiling futures-util v0.3.32
4902026-05-11T06:29:36.010Z Compiling potential_utf v0.1.4
4912026-05-11T06:29:36.082Z Compiling ppv-lite86 v0.2.21
4922026-05-11T06:29:36.138Z Compiling icu_locale_core v2.1.1
4932026-05-11T06:29:36.171Z Compiling icu_collections v2.1.1
4942026-05-11T06:29:36.394Z Compiling tracing-attributes v0.1.31
4952026-05-11T06:29:36.423Z Compiling thiserror-impl v1.0.69
4962026-05-11T06:29:37.075Z Compiling icu_provider v2.1.1
4972026-05-11T06:29:37.092Z Compiling rustls-pki-types v1.14.0
4982026-05-11T06:29:37.438Z Compiling icu_normalizer v2.1.1
4992026-05-11T06:29:37.643Z Compiling icu_properties v2.1.2
5002026-05-11T06:29:37.676Z Compiling tracing-core v0.1.36
5012026-05-11T06:29:38.042Z Compiling regress v0.10.5
5022026-05-11T06:29:38.288Z Compiling semver v1.0.27
5032026-05-11T06:29:38.338Z Compiling http-body v1.0.1
5042026-05-11T06:29:38.489Z Compiling untrusted v0.9.0
5052026-05-11T06:29:38.551Z Compiling idna_adapter v1.2.1
5062026-05-11T06:29:38.700Z Compiling tracing v0.1.44
5072026-05-11T06:29:38.814Z Compiling serde_tokenstream v0.2.3
5082026-05-11T06:29:38.823Z Compiling block-buffer v0.10.4
5092026-05-11T06:29:38.941Z Compiling crypto-common v0.1.7
5102026-05-11T06:29:38.962Z Compiling form_urlencoded v1.2.2
5112026-05-11T06:29:39.069Z Compiling slog v2.8.2
5122026-05-11T06:29:39.104Z Compiling proc-macro-error-attr v1.0.4
5132026-05-11T06:29:39.149Z Compiling tower-service v0.3.3
5142026-05-11T06:29:39.243Z Compiling rustls v0.23.37
5152026-05-11T06:29:39.308Z Compiling try-lock v0.2.5
5162026-05-11T06:29:39.341Z Compiling base64 v0.22.1
5172026-05-11T06:29:39.414Z Compiling utf8_iter v1.0.4
5182026-05-11T06:29:39.466Z Compiling getrandom v0.3.4
5192026-05-11T06:29:39.564Z Compiling typify-impl v0.4.3
5202026-05-11T06:29:39.673Z Compiling idna v1.1.0
5212026-05-11T06:29:39.823Z Compiling rustls-webpki v0.103.10
5222026-05-11T06:29:40.073Z Compiling want v0.3.1
5232026-05-11T06:29:40.302Z Compiling digest v0.10.7
5242026-05-11T06:29:40.452Z Compiling erased-serde v0.3.31
5252026-05-11T06:29:40.502Z Compiling proc-macro-error v1.0.4
5262026-05-11T06:29:40.655Z Compiling atomic-waker v1.1.2
5272026-05-11T06:29:40.739Z Compiling toml_datetime v1.1.0+spec-1.1.0
5282026-05-11T06:29:40.782Z Compiling subtle v2.6.1
5292026-05-11T06:29:40.823Z Compiling ryu v1.0.23
5302026-05-11T06:29:40.934Z Compiling cpufeatures v0.2.17
5312026-05-11T06:29:40.954Z Compiling pin-utils v0.1.0
5322026-05-11T06:29:41.001Z Compiling toml_edit v0.25.8+spec-1.1.0
5332026-05-11T06:29:41.011Z Compiling hyper v1.8.1
5342026-05-11T06:29:41.390Z Compiling url v2.5.8
5352026-05-11T06:29:41.771Z Compiling aho-corasick v1.1.4
5362026-05-11T06:29:41.904Z Compiling bitflags v2.11.0
5372026-05-11T06:29:41.959Z Compiling sync_wrapper v1.0.2
5382026-05-11T06:29:42.065Z Compiling ipnet v2.12.0
5392026-05-11T06:29:42.132Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5402026-05-11T06:29:42.212Z Compiling tower-layer v0.3.3
5412026-05-11T06:29:42.231Z Compiling rand_core v0.9.5
5422026-05-11T06:29:42.406Z Compiling tower v0.5.3
5432026-05-11T06:29:42.459Z Compiling hyper-util v0.1.20
5442026-05-11T06:29:42.621Z Compiling proc-macro-crate v3.5.0
5452026-05-11T06:29:42.760Z Compiling regex-automata v0.4.14
5462026-05-11T06:29:43.055Z Compiling sha1 v0.10.6
5472026-05-11T06:29:43.301Z Compiling webpki-roots v1.0.6
5482026-05-11T06:29:43.424Z Compiling rand_core v0.6.4
5492026-05-11T06:29:43.877Z Compiling tokio-rustls v0.26.4
5502026-05-11T06:29:44.095Z Compiling toml_writer v1.1.0+spec-1.1.0
5512026-05-11T06:29:44.306Z Compiling data-encoding v2.10.0
5522026-05-11T06:29:44.478Z Compiling crucible-workspace-hack v0.1.0
5532026-05-11T06:29:44.704Z Compiling heck v0.4.1
5542026-05-11T06:29:44.910Z Compiling iri-string v0.7.12
5552026-05-11T06:29:45.150Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5562026-05-11T06:29:45.383Z Compiling winnow v0.7.15
5572026-05-11T06:29:45.859Z Compiling typify-macro v0.4.3
5582026-05-11T06:29:46.260Z Compiling crossbeam-utils v0.8.21
5592026-05-11T06:29:46.375Z Compiling tower-http v0.6.8
5602026-05-11T06:29:46.627Z Compiling regex v1.12.3
5612026-05-11T06:29:46.750Z Compiling hyper-rustls v0.27.7
5622026-05-11T06:29:46.802Z Compiling rand_chacha v0.3.1
5632026-05-11T06:29:47.062Z Compiling num_enum_derive v0.7.6
5642026-05-11T06:29:47.090Z Compiling rand_chacha v0.9.0
5652026-05-11T06:29:47.176Z Compiling serde_urlencoded v0.7.1
5662026-05-11T06:29:47.317Z Compiling tokio-util v0.7.18
5672026-05-11T06:29:47.476Z Compiling http-body-util v0.1.3
5682026-05-11T06:29:47.486Z Compiling openapiv3 v2.2.0
5692026-05-11T06:29:47.579Z Compiling foreign-types-macros v0.2.3
5702026-05-11T06:29:47.720Z Compiling toml_datetime v0.7.5+spec-1.1.0
5712026-05-11T06:29:47.788Z Compiling serde_spanned v1.1.0
5722026-05-11T06:29:47.941Z Compiling foreign-types-shared v0.3.1
5732026-05-11T06:29:47.997Z Compiling typify v0.4.3
5742026-05-11T06:29:48.031Z Compiling cpufeatures v0.3.0
5752026-05-11T06:29:48.040Z Compiling powerfmt v0.2.0
5762026-05-11T06:29:48.083Z Compiling either v1.15.0
5772026-05-11T06:29:48.099Z Compiling utf8parse v0.2.2
5782026-05-11T06:29:48.145Z Compiling anyhow v1.0.102
5792026-05-11T06:29:48.207Z Compiling num-conv v0.2.1
5802026-05-11T06:29:48.248Z Compiling prettyplease v0.2.37
5812026-05-11T06:29:48.258Z Compiling time-core v0.1.8
5822026-05-11T06:29:48.283Z Compiling pkg-config v0.3.32
5832026-05-11T06:29:48.349Z Compiling unsafe-libyaml v0.2.11
5842026-05-11T06:29:48.399Z Compiling time-macros v0.2.27
5852026-05-11T06:29:48.512Z Compiling foreign-types v0.5.0
5862026-05-11T06:29:48.674Z Compiling itertools v0.12.1
5872026-05-11T06:29:48.686Z Compiling deranged v0.5.8
5882026-05-11T06:29:48.732Z Compiling lzma-sys v0.1.20
5892026-05-11T06:29:49.024Z Compiling progenitor-impl v0.10.0
5902026-05-11T06:29:49.111Z Compiling serde_yaml v0.9.34+deprecated
5912026-05-11T06:29:49.127Z Compiling anstyle-parse v1.0.0
5922026-05-11T06:29:49.314Z Compiling num_enum v0.7.6
5932026-05-11T06:29:49.404Z Compiling chacha20 v0.10.0
5942026-05-11T06:29:49.432Z Compiling toml v0.9.12+spec-1.1.0
5952026-05-11T06:29:49.647Z Compiling reqwest v0.12.28
5962026-05-11T06:29:49.662Z Compiling rand v0.9.2
5972026-05-11T06:29:49.891Z Compiling rand v0.8.5
5982026-05-11T06:29:50.373Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5992026-05-11T06:29:50.383Z Compiling arc-swap v1.9.0
6002026-05-11T06:29:50.536Z Compiling cstr-argument v0.1.2
6012026-05-11T06:29:50.682Z Compiling thread_local v1.1.9
6022026-05-11T06:29:50.691Z Compiling utf-8 v0.7.6
6032026-05-11T06:29:50.758Z Compiling lazy_static v1.5.0
6042026-05-11T06:29:50.860Z Compiling colorchoice v1.0.5
6052026-05-11T06:29:50.869Z Compiling is_terminal_polyfill v1.70.2
6062026-05-11T06:29:50.893Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
6072026-05-11T06:29:50.950Z Compiling slog-async v2.8.0
6082026-05-11T06:29:50.953Z Compiling anstyle-query v1.1.5
6092026-05-11T06:29:50.959Z Compiling pretty-hex v0.4.2
6102026-05-11T06:29:50.978Z Compiling anstyle v1.0.14
6112026-05-11T06:29:51.061Z Compiling portable-atomic v1.13.1
6122026-05-11T06:29:51.105Z Compiling byteorder v1.5.0
6132026-05-11T06:29:51.119Z Compiling unicode-width v0.2.2
6142026-05-11T06:29:51.205Z Compiling typeid v1.0.3
6152026-05-11T06:29:51.297Z Compiling tungstenite v0.21.0
6162026-05-11T06:29:51.336Z Compiling anstream v1.0.0
6172026-05-11T06:29:51.414Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6182026-05-11T06:29:51.548Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6192026-05-11T06:29:51.564Z Compiling slog-scope v4.4.1
6202026-05-11T06:29:51.623Z Compiling progenitor-client v0.10.0
6212026-05-11T06:29:51.662Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6222026-05-11T06:29:51.673Z Compiling crossbeam-channel v0.5.15
6232026-05-11T06:29:51.830Z Compiling cargo_toml v0.22.3
6242026-05-11T06:29:51.903Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
6252026-05-11T06:29:52.155Z Compiling rand v0.10.1
6262026-05-11T06:29:52.218Z Compiling time v0.3.47
6272026-05-11T06:29:52.521Z Compiling progenitor-macro v0.10.0
6282026-05-11T06:29:52.884Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
6292026-05-11T06:29:52.954Z Compiling futures-executor v0.3.32
6302026-05-11T06:29:53.193Z Compiling is-terminal v0.4.17
6312026-05-11T06:29:53.215Z Compiling term v1.2.1
6322026-05-11T06:29:53.246Z Compiling oxnet v0.1.5
6332026-05-11T06:29:53.289Z Compiling colored v3.1.1
6342026-05-11T06:29:53.318Z Compiling camino v1.2.2
6352026-05-11T06:29:53.519Z Compiling strsim v0.11.1
6362026-05-11T06:29:53.573Z Compiling clap_lex v1.1.0
6372026-05-11T06:29:53.669Z Compiling take_mut v0.2.2
6382026-05-11T06:29:53.732Z Compiling clap_builder v4.6.0
6392026-05-11T06:29:53.934Z Compiling slog-term v2.9.2
6402026-05-11T06:29:53.947Z Compiling futures v0.3.32
6412026-05-11T06:29:54.025Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
6422026-05-11T06:29:54.161Z Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)
6432026-05-11T06:29:54.435Z Compiling tokio-tungstenite v0.21.0
6442026-05-11T06:29:54.524Z Compiling slog-stdlog v4.1.1
6452026-05-11T06:29:54.862Z Compiling console v0.16.3
6462026-05-11T06:29:55.246Z Compiling tungstenite v0.29.0
6472026-05-11T06:29:55.264Z Compiling zone_cfg_derive v0.3.1
6482026-05-11T06:29:55.324Z Compiling clap_derive v4.6.1
6492026-05-11T06:29:55.497Z Compiling async-trait v0.1.89
6502026-05-11T06:29:56.109Z Compiling unit-prefix v0.5.2
6512026-05-11T06:29:56.204Z Compiling base64 v0.21.7
6522026-05-11T06:29:56.257Z Compiling indicatif v0.18.4
6532026-05-11T06:29:56.385Z Compiling zone v0.3.1
6542026-05-11T06:29:56.487Z Compiling tokio-tungstenite v0.29.0
6552026-05-11T06:29:56.546Z Compiling ron v0.12.1
6562026-05-11T06:29:56.770Z Compiling slog-envlogger v2.2.0
6572026-05-11T06:29:57.023Z Compiling clap v4.6.1
6582026-05-11T06:29:57.069Z Compiling xz2 v0.1.7
6592026-05-11T06:29:57.181Z Compiling tabwriter v1.4.1
6602026-05-11T06:29:57.348Z Compiling sha2 v0.10.9
6612026-05-11T06:29:57.379Z Compiling smf v0.2.3
6622026-05-11T06:29:57.389Z Compiling base16ct v1.0.0
6632026-05-11T06:29:57.435Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6642026-05-11T06:29:57.861Z Compiling progenitor v0.10.0
6652026-05-11T06:29:57.943Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
6662026-05-11T06:29:58.090Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6672026-05-11T06:29:58.386Z Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest)
6682026-05-11T06:29:59.787Zerror[E0308]: mismatched types
6692026-05-11T06:29:59.787Z --> lib/src/cli.rs:610:53
6702026-05-11T06:29:59.788Z |
6712026-05-11T06:29:59.788Z610 | stream.send(Message::Binary(c)).await?;
6722026-05-11T06:29:59.788Z | --------------- ^ expected `Bytes`, found `Vec<u8>`
6732026-05-11T06:29:59.788Z | |
6742026-05-11T06:29:59.788Z | arguments to this enum variant are incorrect
6752026-05-11T06:29:59.788Z |
6762026-05-11T06:29:59.788Z = note: expected struct `tokio_tungstenite::tungstenite::Bytes`
6772026-05-11T06:29:59.788Z found struct `Vec<u8>`
6782026-05-11T06:29:59.788Znote: tuple variant defined here
6792026-05-11T06:29:59.788Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:161:5
6802026-05-11T06:29:59.788Z |
6812026-05-11T06:29:59.788Z161 | Binary(Bytes),
6822026-05-11T06:29:59.788Z | ^^^^^^
6832026-05-11T06:29:59.788Zhelp: call `Into::into` on this expression to convert `Vec<u8>` into `tokio_tungstenite::tungstenite::Bytes`
6842026-05-11T06:29:59.788Z |
6852026-05-11T06:29:59.788Z610 | stream.send(Message::Binary(c.into())).await?;
6862026-05-11T06:29:59.788Z | +++++++
6872026-05-11T06:29:59.788Z
6882026-05-11T06:29:59.797Zerror[E0308]: mismatched types
6892026-05-11T06:29:59.797Z --> lib/src/cli.rs:610:37
6902026-05-11T06:29:59.797Z |
6912026-05-11T06:29:59.797Z610 | stream.send(Message::Binary(c)).await?;
6922026-05-11T06:29:59.797Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
6932026-05-11T06:29:59.797Z | |
6942026-05-11T06:29:59.797Z | arguments to this method are incorrect
6952026-05-11T06:29:59.798Z |
6962026-05-11T06:29:59.798Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
6972026-05-11T06:29:59.798Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
6982026-05-11T06:29:59.798Z |
6992026-05-11T06:29:59.798Z160 | pub enum Message {
7002026-05-11T06:29:59.798Z | ^^^^^^^^^^^^^^^^ this is the expected type
7012026-05-11T06:29:59.798Z |
7022026-05-11T06:29:59.798Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
7032026-05-11T06:29:59.798Z |
7042026-05-11T06:29:59.798Z157 | pub enum Message {
7052026-05-11T06:29:59.798Z | ---------------- this is the found type
7062026-05-11T06:29:59.798Z = help: you can use `cargo tree` to explore your dependency tree
7072026-05-11T06:29:59.798Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
7082026-05-11T06:29:59.798Z --> lib/src/cli.rs:610:25
7092026-05-11T06:29:59.798Z |
7102026-05-11T06:29:59.798Z610 | stream.send(Message::Binary(c)).await?;
7112026-05-11T06:29:59.801Z | ^^^^^^^^^^^^------------------^
7122026-05-11T06:29:59.801Z | |
7132026-05-11T06:29:59.801Z | this argument influences the return type of `send`
7142026-05-11T06:29:59.801Znote: method defined here
7152026-05-11T06:29:59.801Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
7162026-05-11T06:29:59.801Z |
7172026-05-11T06:29:59.801Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
7182026-05-11T06:29:59.801Z | ^^^^
7192026-05-11T06:29:59.801Z
7202026-05-11T06:29:59.801Zerror[E0308]: mismatched types
7212026-05-11T06:29:59.801Z --> lib/src/cli.rs:618:32
7222026-05-11T06:29:59.801Z |
7232026-05-11T06:29:59.801Z618 | ... Ok(Message::Binary(input)) => {
7242026-05-11T06:29:59.802Z | ^^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
7252026-05-11T06:29:59.802Z |
7262026-05-11T06:29:59.802Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
7272026-05-11T06:29:59.802Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7282026-05-11T06:29:59.802Z |
7292026-05-11T06:29:59.802Z160 | pub enum Message {
7302026-05-11T06:29:59.802Z | ^^^^^^^^^^^^^^^^ this is the expected type
7312026-05-11T06:29:59.802Z |
7322026-05-11T06:29:59.802Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
7332026-05-11T06:29:59.802Z |
7342026-05-11T06:29:59.802Z157 | pub enum Message {
7352026-05-11T06:29:59.802Z | ---------------- this is the found type
7362026-05-11T06:29:59.802Z = help: you can use `cargo tree` to explore your dependency tree
7372026-05-11T06:29:59.802Z
7382026-05-11T06:29:59.802Zerror[E0308]: mismatched types
7392026-05-11T06:29:59.802Z --> lib/src/cli.rs:622:32
7402026-05-11T06:29:59.802Z |
7412026-05-11T06:29:59.802Z622 | ... Ok(Message::Close(..)) => {
7422026-05-11T06:29:59.802Z | ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
7432026-05-11T06:29:59.802Z |
7442026-05-11T06:29:59.802Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
7452026-05-11T06:29:59.802Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7462026-05-11T06:29:59.802Z |
7472026-05-11T06:29:59.802Z160 | pub enum Message {
7482026-05-11T06:29:59.802Z | ^^^^^^^^^^^^^^^^ this is the expected type
7492026-05-11T06:29:59.802Z |
7502026-05-11T06:29:59.802Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
7512026-05-11T06:29:59.802Z |
7522026-05-11T06:29:59.802Z157 | pub enum Message {
7532026-05-11T06:29:59.802Z | ---------------- this is the found type
7542026-05-11T06:29:59.802Z = help: you can use `cargo tree` to explore your dependency tree
7552026-05-11T06:29:59.802Z
7562026-05-11T06:29:59.866Zerror[E0308]: mismatched types
7572026-05-11T06:29:59.866Z --> lib/src/serial.rs:72:13
7582026-05-11T06:29:59.866Z |
7592026-05-11T06:29:59.866Z72 | / InstanceSerialConsoleHelper::new(
7602026-05-11T06:29:59.866Z73 | | *addr,
7612026-05-11T06:29:59.866Z74 | | WSClientOffset::MostRecent(0),
7622026-05-11T06:29:59.866Z75 | | Some(log.clone()),
7632026-05-11T06:29:59.866Z76 | | )
7642026-05-11T06:29:59.866Z77 | | .await
7652026-05-11T06:29:59.866Z | |__________________^ expected `tokio_tungstenite::tungstenite::Error`, found `Error`
7662026-05-11T06:29:59.866Z |
7672026-05-11T06:29:59.866Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
7682026-05-11T06:29:59.867Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/error.rs:15:1
7692026-05-11T06:29:59.867Z |
7702026-05-11T06:29:59.867Z15 | pub enum Error {
7712026-05-11T06:29:59.867Z | ^^^^^^^^^^^^^^ this is the expected type
7722026-05-11T06:29:59.867Z |
7732026-05-11T06:29:59.867Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/error.rs:15:1
7742026-05-11T06:29:59.867Z |
7752026-05-11T06:29:59.867Z15 | pub enum Error {
7762026-05-11T06:29:59.867Z | -------------- this is the found type
7772026-05-11T06:29:59.867Z = help: you can use `cargo tree` to explore your dependency tree
7782026-05-11T06:29:59.867Z
7792026-05-11T06:29:59.879Zerror[E0308]: mismatched types
7802026-05-11T06:29:59.879Z --> lib/src/serial.rs:122:21
7812026-05-11T06:29:59.879Z |
7822026-05-11T06:29:59.879Z122 | ws.send(Message::binary(v)).await?;
7832026-05-11T06:29:59.879Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
7842026-05-11T06:29:59.879Z | |
7852026-05-11T06:29:59.879Z | arguments to this method are incorrect
7862026-05-11T06:29:59.879Z |
7872026-05-11T06:29:59.879Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
7882026-05-11T06:29:59.879Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7892026-05-11T06:29:59.879Z |
7902026-05-11T06:29:59.879Z160 | pub enum Message {
7912026-05-11T06:29:59.879Z | ^^^^^^^^^^^^^^^^ this is the expected type
7922026-05-11T06:29:59.880Z |
7932026-05-11T06:29:59.880Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
7942026-05-11T06:29:59.880Z |
7952026-05-11T06:29:59.880Z157 | pub enum Message {
7962026-05-11T06:29:59.880Z | ---------------- this is the found type
7972026-05-11T06:29:59.880Z = help: you can use `cargo tree` to explore your dependency tree
7982026-05-11T06:29:59.883Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
7992026-05-11T06:29:59.883Z --> lib/src/serial.rs:122:13
8002026-05-11T06:29:59.883Z |
8012026-05-11T06:29:59.883Z122 | ws.send(Message::binary(v)).await?;
8022026-05-11T06:29:59.883Z | ^^^^^^^^------------------^
8032026-05-11T06:29:59.883Z | |
8042026-05-11T06:29:59.883Z | this argument influences the return type of `send`
8052026-05-11T06:29:59.883Znote: method defined here
8062026-05-11T06:29:59.883Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
8072026-05-11T06:29:59.883Z |
8082026-05-11T06:29:59.883Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
8092026-05-11T06:29:59.883Z | ^^^^
8102026-05-11T06:29:59.883Z
8112026-05-11T06:29:59.883Zerror[E0277]: `?` couldn't convert the error to `error::Error`
8122026-05-11T06:29:59.883Z --> lib/src/serial.rs:122:46
8132026-05-11T06:29:59.883Z |
8142026-05-11T06:29:59.883Z122 | ws.send(Message::binary(v)).await?;
8152026-05-11T06:29:59.883Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
8162026-05-11T06:29:59.883Z | |
8172026-05-11T06:29:59.883Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
8182026-05-11T06:29:59.883Z |
8192026-05-11T06:29:59.883Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
8202026-05-11T06:29:59.883Z --> lib/src/error.rs:13:1
8212026-05-11T06:29:59.883Z |
8222026-05-11T06:29:59.883Z 13 | pub enum Error {
8232026-05-11T06:29:59.883Z | ^^^^^^^^^^^^^^
8242026-05-11T06:29:59.883Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8252026-05-11T06:29:59.883Z = help: the following other types implement trait `From<T>`:
8262026-05-11T06:29:59.883Z `error::Error` implements `From<AddrParseError>`
8272026-05-11T06:29:59.884Z `error::Error` implements `From<FromUtf8Error>`
8282026-05-11T06:29:59.884Z `error::Error` implements `From<NulError>`
8292026-05-11T06:29:59.884Z `error::Error` implements `From<ParseIntError>`
8302026-05-11T06:29:59.884Z `error::Error` implements `From<QueryError>`
8312026-05-11T06:29:59.884Z `error::Error` implements `From<SpannedError>`
8322026-05-11T06:29:59.884Z `error::Error` implements `From<TryFromIntError>`
8332026-05-11T06:29:59.884Z `error::Error` implements `From<ZoneError>`
8342026-05-11T06:29:59.884Z and 11 others
8352026-05-11T06:29:59.884Z
8362026-05-11T06:29:59.890Zerror[E0308]: mismatched types
8372026-05-11T06:29:59.890Z --> lib/src/serial.rs:145:17
8382026-05-11T06:29:59.890Z |
8392026-05-11T06:29:59.890Z145 | ws.send(Message::binary(v)).await?;
8402026-05-11T06:29:59.890Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
8412026-05-11T06:29:59.890Z | |
8422026-05-11T06:29:59.890Z | arguments to this method are incorrect
8432026-05-11T06:29:59.890Z |
8442026-05-11T06:29:59.890Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
8452026-05-11T06:29:59.890Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
8462026-05-11T06:29:59.890Z |
8472026-05-11T06:29:59.890Z160 | pub enum Message {
8482026-05-11T06:29:59.890Z | ^^^^^^^^^^^^^^^^ this is the expected type
8492026-05-11T06:29:59.890Z |
8502026-05-11T06:29:59.890Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
8512026-05-11T06:29:59.890Z |
8522026-05-11T06:29:59.890Z157 | pub enum Message {
8532026-05-11T06:29:59.890Z | ---------------- this is the found type
8542026-05-11T06:29:59.890Z = help: you can use `cargo tree` to explore your dependency tree
8552026-05-11T06:29:59.890Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
8562026-05-11T06:29:59.890Z --> lib/src/serial.rs:145:9
8572026-05-11T06:29:59.890Z |
8582026-05-11T06:29:59.890Z145 | ws.send(Message::binary(v)).await?;
8592026-05-11T06:29:59.890Z | ^^^^^^^^------------------^
8602026-05-11T06:29:59.890Z | |
8612026-05-11T06:29:59.893Z | this argument influences the return type of `send`
8622026-05-11T06:29:59.893Znote: method defined here
8632026-05-11T06:29:59.893Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
8642026-05-11T06:29:59.894Z |
8652026-05-11T06:29:59.894Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
8662026-05-11T06:29:59.894Z | ^^^^
8672026-05-11T06:29:59.894Z
8682026-05-11T06:29:59.894Zerror[E0277]: `?` couldn't convert the error to `error::Error`
8692026-05-11T06:29:59.894Z --> lib/src/serial.rs:145:42
8702026-05-11T06:29:59.894Z |
8712026-05-11T06:29:59.894Z145 | ws.send(Message::binary(v)).await?;
8722026-05-11T06:29:59.894Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
8732026-05-11T06:29:59.894Z | |
8742026-05-11T06:29:59.894Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
8752026-05-11T06:29:59.894Z |
8762026-05-11T06:29:59.894Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
8772026-05-11T06:29:59.894Z --> lib/src/error.rs:13:1
8782026-05-11T06:29:59.894Z |
8792026-05-11T06:29:59.894Z 13 | pub enum Error {
8802026-05-11T06:29:59.894Z | ^^^^^^^^^^^^^^
8812026-05-11T06:29:59.894Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8822026-05-11T06:29:59.894Z = help: the following other types implement trait `From<T>`:
8832026-05-11T06:29:59.894Z `error::Error` implements `From<AddrParseError>`
8842026-05-11T06:29:59.894Z `error::Error` implements `From<FromUtf8Error>`
8852026-05-11T06:29:59.894Z `error::Error` implements `From<NulError>`
8862026-05-11T06:29:59.894Z `error::Error` implements `From<ParseIntError>`
8872026-05-11T06:29:59.894Z `error::Error` implements `From<QueryError>`
8882026-05-11T06:29:59.894Z `error::Error` implements `From<SpannedError>`
8892026-05-11T06:29:59.894Z `error::Error` implements `From<TryFromIntError>`
8902026-05-11T06:29:59.894Z `error::Error` implements `From<ZoneError>`
8912026-05-11T06:29:59.894Z and 11 others
8922026-05-11T06:29:59.894Z
8932026-05-11T06:29:59.897Zerror[E0308]: mismatched types
8942026-05-11T06:29:59.898Z --> lib/src/serial.rs:164:17
8952026-05-11T06:29:59.898Z |
8962026-05-11T06:29:59.898Z164 | ws.send(Message::binary(v)).await?;
8972026-05-11T06:29:59.898Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
8982026-05-11T06:29:59.898Z | |
8992026-05-11T06:29:59.898Z | arguments to this method are incorrect
9002026-05-11T06:29:59.898Z |
9012026-05-11T06:29:59.898Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
9022026-05-11T06:29:59.898Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
9032026-05-11T06:29:59.898Z |
9042026-05-11T06:29:59.898Z160 | pub enum Message {
9052026-05-11T06:29:59.898Z | ^^^^^^^^^^^^^^^^ this is the expected type
9062026-05-11T06:29:59.898Z |
9072026-05-11T06:29:59.898Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
9082026-05-11T06:29:59.898Z |
9092026-05-11T06:29:59.898Z157 | pub enum Message {
9102026-05-11T06:29:59.898Z | ---------------- this is the found type
9112026-05-11T06:29:59.898Z = help: you can use `cargo tree` to explore your dependency tree
9122026-05-11T06:29:59.898Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
9132026-05-11T06:29:59.898Z --> lib/src/serial.rs:164:9
9142026-05-11T06:29:59.898Z |
9152026-05-11T06:29:59.898Z164 | ws.send(Message::binary(v)).await?;
9162026-05-11T06:29:59.898Z | ^^^^^^^^------------------^
9172026-05-11T06:29:59.898Z | |
9182026-05-11T06:29:59.898Z | this argument influences the return type of `send`
9192026-05-11T06:29:59.898Znote: method defined here
9202026-05-11T06:29:59.898Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
9212026-05-11T06:29:59.898Z |
9222026-05-11T06:29:59.898Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
9232026-05-11T06:29:59.898Z | ^^^^
9242026-05-11T06:29:59.898Z
9252026-05-11T06:29:59.901Zerror[E0277]: `?` couldn't convert the error to `error::Error`
9262026-05-11T06:29:59.901Z --> lib/src/serial.rs:164:42
9272026-05-11T06:29:59.901Z |
9282026-05-11T06:29:59.901Z164 | ws.send(Message::binary(v)).await?;
9292026-05-11T06:29:59.901Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
9302026-05-11T06:29:59.901Z | |
9312026-05-11T06:29:59.901Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
9322026-05-11T06:29:59.901Z |
9332026-05-11T06:29:59.901Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
9342026-05-11T06:29:59.901Z --> lib/src/error.rs:13:1
9352026-05-11T06:29:59.901Z |
9362026-05-11T06:29:59.901Z 13 | pub enum Error {
9372026-05-11T06:29:59.901Z | ^^^^^^^^^^^^^^
9382026-05-11T06:29:59.902Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
9392026-05-11T06:29:59.902Z = help: the following other types implement trait `From<T>`:
9402026-05-11T06:29:59.902Z `error::Error` implements `From<AddrParseError>`
9412026-05-11T06:29:59.902Z `error::Error` implements `From<FromUtf8Error>`
9422026-05-11T06:29:59.902Z `error::Error` implements `From<NulError>`
9432026-05-11T06:29:59.902Z `error::Error` implements `From<ParseIntError>`
9442026-05-11T06:29:59.902Z `error::Error` implements `From<QueryError>`
9452026-05-11T06:29:59.902Z `error::Error` implements `From<SpannedError>`
9462026-05-11T06:29:59.902Z `error::Error` implements `From<TryFromIntError>`
9472026-05-11T06:29:59.902Z `error::Error` implements `From<ZoneError>`
9482026-05-11T06:29:59.902Z and 11 others
9492026-05-11T06:29:59.902Z
9502026-05-11T06:29:59.905Zerror[E0308]: mismatched types
9512026-05-11T06:29:59.905Z --> lib/src/serial.rs:174:17
9522026-05-11T06:29:59.905Z |
9532026-05-11T06:29:59.905Z174 | ws.send(Message::binary(v.clone())).await?;
9542026-05-11T06:29:59.905Z | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
9552026-05-11T06:29:59.905Z | |
9562026-05-11T06:29:59.905Z | arguments to this method are incorrect
9572026-05-11T06:29:59.905Z |
9582026-05-11T06:29:59.905Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
9592026-05-11T06:29:59.905Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
9602026-05-11T06:29:59.905Z |
9612026-05-11T06:29:59.905Z160 | pub enum Message {
9622026-05-11T06:29:59.905Z | ^^^^^^^^^^^^^^^^ this is the expected type
9632026-05-11T06:29:59.905Z |
9642026-05-11T06:29:59.905Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
9652026-05-11T06:29:59.905Z |
9662026-05-11T06:29:59.905Z157 | pub enum Message {
9672026-05-11T06:29:59.905Z | ---------------- this is the found type
9682026-05-11T06:29:59.905Z = help: you can use `cargo tree` to explore your dependency tree
9692026-05-11T06:29:59.905Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
9702026-05-11T06:29:59.905Z --> lib/src/serial.rs:174:9
9712026-05-11T06:29:59.905Z |
9722026-05-11T06:29:59.905Z174 | ws.send(Message::binary(v.clone())).await?;
9732026-05-11T06:29:59.905Z | ^^^^^^^^--------------------------^
9742026-05-11T06:29:59.905Z | |
9752026-05-11T06:29:59.906Z | this argument influences the return type of `send`
9762026-05-11T06:29:59.906Znote: method defined here
9772026-05-11T06:29:59.906Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
9782026-05-11T06:29:59.906Z |
9792026-05-11T06:29:59.906Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
9802026-05-11T06:29:59.906Z | ^^^^
9812026-05-11T06:29:59.906Z
9822026-05-11T06:29:59.906Zerror[E0277]: `?` couldn't convert the error to `error::Error`
9832026-05-11T06:29:59.906Z --> lib/src/serial.rs:174:50
9842026-05-11T06:29:59.906Z |
9852026-05-11T06:29:59.906Z174 | ws.send(Message::binary(v.clone())).await?;
9862026-05-11T06:29:59.906Z | -----------------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
9872026-05-11T06:29:59.906Z | |
9882026-05-11T06:29:59.906Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
9892026-05-11T06:29:59.906Z |
9902026-05-11T06:29:59.906Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
9912026-05-11T06:29:59.906Z --> lib/src/error.rs:13:1
9922026-05-11T06:29:59.906Z |
9932026-05-11T06:29:59.906Z 13 | pub enum Error {
9942026-05-11T06:29:59.906Z | ^^^^^^^^^^^^^^
9952026-05-11T06:29:59.906Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
9962026-05-11T06:29:59.906Z = help: the following other types implement trait `From<T>`:
9972026-05-11T06:29:59.906Z `error::Error` implements `From<AddrParseError>`
9982026-05-11T06:29:59.906Z `error::Error` implements `From<FromUtf8Error>`
9992026-05-11T06:29:59.906Z `error::Error` implements `From<NulError>`
10002026-05-11T06:29:59.906Z `error::Error` implements `From<ParseIntError>`
10012026-05-11T06:29:59.906Z `error::Error` implements `From<QueryError>`
10022026-05-11T06:29:59.906Z `error::Error` implements `From<SpannedError>`
10032026-05-11T06:29:59.906Z `error::Error` implements `From<TryFromIntError>`
10042026-05-11T06:29:59.906Z `error::Error` implements `From<ZoneError>`
10052026-05-11T06:29:59.906Z and 11 others
10062026-05-11T06:29:59.906Z
10072026-05-11T06:29:59.912Zerror[E0308]: mismatched types
10082026-05-11T06:29:59.912Z --> lib/src/serial.rs:183:17
10092026-05-11T06:29:59.912Z |
10102026-05-11T06:29:59.912Z183 | ws.send(Message::binary(v.clone())).await?;
10112026-05-11T06:29:59.912Z | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
10122026-05-11T06:29:59.912Z | |
10132026-05-11T06:29:59.912Z | arguments to this method are incorrect
10142026-05-11T06:29:59.912Z |
10152026-05-11T06:29:59.912Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
10162026-05-11T06:29:59.912Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
10172026-05-11T06:29:59.912Z |
10182026-05-11T06:29:59.912Z160 | pub enum Message {
10192026-05-11T06:29:59.912Z | ^^^^^^^^^^^^^^^^ this is the expected type
10202026-05-11T06:29:59.912Z |
10212026-05-11T06:29:59.912Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
10222026-05-11T06:29:59.922Z |
10232026-05-11T06:29:59.922Z157 | pub enum Message {
10242026-05-11T06:29:59.922Z | ---------------- this is the found type
10252026-05-11T06:29:59.922Z = help: you can use `cargo tree` to explore your dependency tree
10262026-05-11T06:29:59.922Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
10272026-05-11T06:29:59.922Z --> lib/src/serial.rs:183:9
10282026-05-11T06:29:59.922Z |
10292026-05-11T06:29:59.922Z183 | ws.send(Message::binary(v.clone())).await?;
10302026-05-11T06:29:59.922Z | ^^^^^^^^--------------------------^
10312026-05-11T06:29:59.922Z | |
10322026-05-11T06:29:59.922Z | this argument influences the return type of `send`
10332026-05-11T06:29:59.922Znote: method defined here
10342026-05-11T06:29:59.922Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
10352026-05-11T06:29:59.922Z |
10362026-05-11T06:29:59.922Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
10372026-05-11T06:29:59.922Z | ^^^^
10382026-05-11T06:29:59.922Z
10392026-05-11T06:29:59.922Zerror[E0277]: `?` couldn't convert the error to `error::Error`
10402026-05-11T06:29:59.922Z --> lib/src/serial.rs:183:50
10412026-05-11T06:29:59.922Z |
10422026-05-11T06:29:59.922Z183 | ws.send(Message::binary(v.clone())).await?;
10432026-05-11T06:29:59.922Z | -----------------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
10442026-05-11T06:29:59.922Z | |
10452026-05-11T06:29:59.922Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
10462026-05-11T06:29:59.922Z |
10472026-05-11T06:29:59.922Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
10482026-05-11T06:29:59.923Z --> lib/src/error.rs:13:1
10492026-05-11T06:29:59.923Z |
10502026-05-11T06:29:59.923Z 13 | pub enum Error {
10512026-05-11T06:29:59.923Z | ^^^^^^^^^^^^^^
10522026-05-11T06:29:59.923Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
10532026-05-11T06:29:59.923Z = help: the following other types implement trait `From<T>`:
10542026-05-11T06:29:59.923Z `error::Error` implements `From<AddrParseError>`
10552026-05-11T06:29:59.923Z `error::Error` implements `From<FromUtf8Error>`
10562026-05-11T06:29:59.923Z `error::Error` implements `From<NulError>`
10572026-05-11T06:29:59.923Z `error::Error` implements `From<ParseIntError>`
10582026-05-11T06:29:59.923Z `error::Error` implements `From<QueryError>`
10592026-05-11T06:29:59.923Z `error::Error` implements `From<SpannedError>`
10602026-05-11T06:29:59.923Z `error::Error` implements `From<TryFromIntError>`
10612026-05-11T06:29:59.923Z `error::Error` implements `From<ZoneError>`
10622026-05-11T06:29:59.923Z and 11 others
10632026-05-11T06:29:59.923Z
10642026-05-11T06:29:59.923Zerror[E0308]: mismatched types
10652026-05-11T06:29:59.923Z --> lib/src/serial.rs:193:17
10662026-05-11T06:29:59.923Z |
10672026-05-11T06:29:59.923Z193 | ws.send(Message::binary(v)).await?;
10682026-05-11T06:29:59.923Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
10692026-05-11T06:29:59.923Z | |
10702026-05-11T06:29:59.923Z | arguments to this method are incorrect
10712026-05-11T06:29:59.923Z |
10722026-05-11T06:29:59.923Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
10732026-05-11T06:29:59.923Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
10742026-05-11T06:29:59.923Z |
10752026-05-11T06:29:59.923Z160 | pub enum Message {
10762026-05-11T06:29:59.923Z | ^^^^^^^^^^^^^^^^ this is the expected type
10772026-05-11T06:29:59.923Z |
10782026-05-11T06:29:59.923Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
10792026-05-11T06:29:59.923Z |
10802026-05-11T06:29:59.923Z157 | pub enum Message {
10812026-05-11T06:29:59.923Z | ---------------- this is the found type
10822026-05-11T06:29:59.923Z = help: you can use `cargo tree` to explore your dependency tree
10832026-05-11T06:29:59.923Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
10842026-05-11T06:29:59.923Z --> lib/src/serial.rs:193:9
10852026-05-11T06:29:59.923Z |
10862026-05-11T06:29:59.923Z193 | ws.send(Message::binary(v)).await?;
10872026-05-11T06:29:59.923Z | ^^^^^^^^------------------^
10882026-05-11T06:29:59.924Z | |
10892026-05-11T06:29:59.924Z | this argument influences the return type of `send`
10902026-05-11T06:29:59.924Znote: method defined here
10912026-05-11T06:29:59.924Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
10922026-05-11T06:29:59.924Z |
10932026-05-11T06:29:59.924Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
10942026-05-11T06:29:59.924Z | ^^^^
10952026-05-11T06:29:59.924Z
10962026-05-11T06:29:59.924Zerror[E0277]: `?` couldn't convert the error to `error::Error`
10972026-05-11T06:29:59.924Z --> lib/src/serial.rs:193:42
10982026-05-11T06:29:59.924Z |
10992026-05-11T06:29:59.924Z193 | ws.send(Message::binary(v)).await?;
11002026-05-11T06:29:59.924Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
11012026-05-11T06:29:59.924Z | |
11022026-05-11T06:29:59.924Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
11032026-05-11T06:29:59.924Z |
11042026-05-11T06:29:59.924Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
11052026-05-11T06:29:59.924Z --> lib/src/error.rs:13:1
11062026-05-11T06:29:59.924Z |
11072026-05-11T06:29:59.924Z 13 | pub enum Error {
11082026-05-11T06:29:59.924Z | ^^^^^^^^^^^^^^
11092026-05-11T06:29:59.924Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
11102026-05-11T06:29:59.924Z = help: the following other types implement trait `From<T>`:
11112026-05-11T06:29:59.924Z `error::Error` implements `From<AddrParseError>`
11122026-05-11T06:29:59.924Z `error::Error` implements `From<FromUtf8Error>`
11132026-05-11T06:29:59.924Z `error::Error` implements `From<NulError>`
11142026-05-11T06:29:59.924Z `error::Error` implements `From<ParseIntError>`
11152026-05-11T06:29:59.924Z `error::Error` implements `From<QueryError>`
11162026-05-11T06:29:59.924Z `error::Error` implements `From<SpannedError>`
11172026-05-11T06:29:59.924Z `error::Error` implements `From<TryFromIntError>`
11182026-05-11T06:29:59.924Z `error::Error` implements `From<ZoneError>`
11192026-05-11T06:29:59.924Z and 11 others
11202026-05-11T06:29:59.924Z
11212026-05-11T06:29:59.929Zerror[E0308]: mismatched types
11222026-05-11T06:29:59.929Z --> lib/src/serial.rs:213:17
11232026-05-11T06:29:59.929Z |
11242026-05-11T06:29:59.929Z213 | ws.send(Message::binary(v)).await?;
11252026-05-11T06:29:59.929Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
11262026-05-11T06:29:59.929Z | |
11272026-05-11T06:29:59.929Z | arguments to this method are incorrect
11282026-05-11T06:29:59.929Z |
11292026-05-11T06:29:59.929Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
11302026-05-11T06:29:59.929Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
11312026-05-11T06:29:59.929Z |
11322026-05-11T06:29:59.929Z160 | pub enum Message {
11332026-05-11T06:29:59.929Z | ^^^^^^^^^^^^^^^^ this is the expected type
11342026-05-11T06:29:59.929Z |
11352026-05-11T06:29:59.929Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
11362026-05-11T06:29:59.929Z |
11372026-05-11T06:29:59.929Z157 | pub enum Message {
11382026-05-11T06:29:59.929Z | ---------------- this is the found type
11392026-05-11T06:29:59.929Z = help: you can use `cargo tree` to explore your dependency tree
11402026-05-11T06:29:59.929Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
11412026-05-11T06:29:59.929Z --> lib/src/serial.rs:213:9
11422026-05-11T06:29:59.930Z |
11432026-05-11T06:29:59.930Z213 | ws.send(Message::binary(v)).await?;
11442026-05-11T06:29:59.930Z | ^^^^^^^^------------------^
11452026-05-11T06:29:59.930Z | |
11462026-05-11T06:29:59.930Z | this argument influences the return type of `send`
11472026-05-11T06:29:59.930Znote: method defined here
11482026-05-11T06:29:59.930Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
11492026-05-11T06:29:59.930Z |
11502026-05-11T06:29:59.930Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
11512026-05-11T06:29:59.930Z | ^^^^
11522026-05-11T06:29:59.930Z
11532026-05-11T06:29:59.930Zerror[E0277]: `?` couldn't convert the error to `error::Error`
11542026-05-11T06:29:59.930Z --> lib/src/serial.rs:213:42
11552026-05-11T06:29:59.930Z |
11562026-05-11T06:29:59.930Z213 | ws.send(Message::binary(v)).await?;
11572026-05-11T06:29:59.930Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
11582026-05-11T06:29:59.930Z | |
11592026-05-11T06:29:59.930Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
11602026-05-11T06:29:59.930Z |
11612026-05-11T06:29:59.930Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
11622026-05-11T06:29:59.930Z --> lib/src/error.rs:13:1
11632026-05-11T06:29:59.930Z |
11642026-05-11T06:29:59.930Z 13 | pub enum Error {
11652026-05-11T06:29:59.930Z | ^^^^^^^^^^^^^^
11662026-05-11T06:29:59.930Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
11672026-05-11T06:29:59.930Z = help: the following other types implement trait `From<T>`:
11682026-05-11T06:29:59.930Z `error::Error` implements `From<AddrParseError>`
11692026-05-11T06:29:59.930Z `error::Error` implements `From<FromUtf8Error>`
11702026-05-11T06:29:59.930Z `error::Error` implements `From<NulError>`
11712026-05-11T06:29:59.930Z `error::Error` implements `From<ParseIntError>`
11722026-05-11T06:29:59.930Z `error::Error` implements `From<QueryError>`
11732026-05-11T06:29:59.930Z `error::Error` implements `From<SpannedError>`
11742026-05-11T06:29:59.930Z `error::Error` implements `From<TryFromIntError>`
11752026-05-11T06:29:59.930Z `error::Error` implements `From<ZoneError>`
11762026-05-11T06:29:59.930Z and 11 others
11772026-05-11T06:29:59.930Z
11782026-05-11T06:29:59.934Zerror[E0308]: mismatched types
11792026-05-11T06:29:59.934Z --> lib/src/serial.rs:235:17
11802026-05-11T06:29:59.934Z |
11812026-05-11T06:29:59.934Z235 | ws.send(Message::binary(v)).await?;
11822026-05-11T06:29:59.934Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
11832026-05-11T06:29:59.937Z | |
11842026-05-11T06:29:59.937Z | arguments to this method are incorrect
11852026-05-11T06:29:59.937Z |
11862026-05-11T06:29:59.937Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
11872026-05-11T06:29:59.937Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
11882026-05-11T06:29:59.937Z |
11892026-05-11T06:29:59.937Z160 | pub enum Message {
11902026-05-11T06:29:59.937Z | ^^^^^^^^^^^^^^^^ this is the expected type
11912026-05-11T06:29:59.937Z |
11922026-05-11T06:29:59.937Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
11932026-05-11T06:29:59.937Z |
11942026-05-11T06:29:59.937Z157 | pub enum Message {
11952026-05-11T06:29:59.937Z | ---------------- this is the found type
11962026-05-11T06:29:59.937Z = help: you can use `cargo tree` to explore your dependency tree
11972026-05-11T06:29:59.937Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
11982026-05-11T06:29:59.937Z --> lib/src/serial.rs:235:9
11992026-05-11T06:29:59.937Z |
12002026-05-11T06:29:59.937Z235 | ws.send(Message::binary(v)).await?;
12012026-05-11T06:29:59.937Z | ^^^^^^^^------------------^
12022026-05-11T06:29:59.937Z | |
12032026-05-11T06:29:59.937Z | this argument influences the return type of `send`
12042026-05-11T06:29:59.937Znote: method defined here
12052026-05-11T06:29:59.937Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/sink/mod.rs:220:8
12062026-05-11T06:29:59.937Z |
12072026-05-11T06:29:59.937Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
12082026-05-11T06:29:59.937Z | ^^^^
12092026-05-11T06:29:59.937Z
12102026-05-11T06:29:59.938Zerror[E0277]: `?` couldn't convert the error to `error::Error`
12112026-05-11T06:29:59.938Z --> lib/src/serial.rs:235:42
12122026-05-11T06:29:59.938Z |
12132026-05-11T06:29:59.938Z235 | ws.send(Message::binary(v)).await?;
12142026-05-11T06:29:59.938Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
12152026-05-11T06:29:59.938Z | |
12162026-05-11T06:29:59.938Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
12172026-05-11T06:29:59.938Z |
12182026-05-11T06:29:59.938Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
12192026-05-11T06:29:59.938Z --> lib/src/error.rs:13:1
12202026-05-11T06:29:59.938Z |
12212026-05-11T06:29:59.938Z 13 | pub enum Error {
12222026-05-11T06:29:59.938Z | ^^^^^^^^^^^^^^
12232026-05-11T06:29:59.938Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
12242026-05-11T06:29:59.938Z = help: the following other types implement trait `From<T>`:
12252026-05-11T06:29:59.938Z `error::Error` implements `From<AddrParseError>`
12262026-05-11T06:29:59.938Z `error::Error` implements `From<FromUtf8Error>`
12272026-05-11T06:29:59.938Z `error::Error` implements `From<NulError>`
12282026-05-11T06:29:59.938Z `error::Error` implements `From<ParseIntError>`
12292026-05-11T06:29:59.938Z `error::Error` implements `From<QueryError>`
12302026-05-11T06:29:59.938Z `error::Error` implements `From<SpannedError>`
12312026-05-11T06:29:59.938Z `error::Error` implements `From<TryFromIntError>`
12322026-05-11T06:29:59.938Z `error::Error` implements `From<ZoneError>`
12332026-05-11T06:29:59.938Z and 11 others
12342026-05-11T06:29:59.938Z
12352026-05-11T06:29:59.942Zerror[E0277]: `?` couldn't convert the error to `error::Error`
12362026-05-11T06:29:59.942Z --> lib/src/serial.rs:304:38
12372026-05-11T06:29:59.942Z |
12382026-05-11T06:29:59.942Z304 | let msg = msg?
12392026-05-11T06:29:59.942Z | ---^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
12402026-05-11T06:29:59.942Z | |
12412026-05-11T06:29:59.942Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
12422026-05-11T06:29:59.942Z |
12432026-05-11T06:29:59.942Znote: `error::Error` needs to implement `From<propolis_client::support::tungstenite::Error>`
12442026-05-11T06:29:59.942Z --> lib/src/error.rs:13:1
12452026-05-11T06:29:59.942Z |
12462026-05-11T06:29:59.942Z 13 | pub enum Error {
12472026-05-11T06:29:59.942Z | ^^^^^^^^^^^^^^
12482026-05-11T06:29:59.942Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
12492026-05-11T06:29:59.942Z = help: the following other types implement trait `From<T>`:
12502026-05-11T06:29:59.942Z `error::Error` implements `From<AddrParseError>`
12512026-05-11T06:29:59.942Z `error::Error` implements `From<FromUtf8Error>`
12522026-05-11T06:29:59.942Z `error::Error` implements `From<NulError>`
12532026-05-11T06:29:59.942Z `error::Error` implements `From<ParseIntError>`
12542026-05-11T06:29:59.942Z `error::Error` implements `From<QueryError>`
12552026-05-11T06:29:59.942Z `error::Error` implements `From<SpannedError>`
12562026-05-11T06:29:59.942Z `error::Error` implements `From<TryFromIntError>`
12572026-05-11T06:29:59.942Z `error::Error` implements `From<ZoneError>`
12582026-05-11T06:29:59.942Z and 11 others
12592026-05-11T06:29:59.942Z
12602026-05-11T06:29:59.942Zerror[E0308]: mismatched types
12612026-05-11T06:29:59.942Z --> lib/src/serial.rs:309:29
12622026-05-11T06:29:59.942Z |
12632026-05-11T06:29:59.942Z309 | ... Message::Binary(data) => {
12642026-05-11T06:29:59.942Z | ^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
12652026-05-11T06:29:59.943Z |
12662026-05-11T06:29:59.943Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
12672026-05-11T06:29:59.943Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
12682026-05-11T06:29:59.943Z |
12692026-05-11T06:29:59.943Z160 | pub enum Message {
12702026-05-11T06:29:59.943Z | ^^^^^^^^^^^^^^^^ this is the expected type
12712026-05-11T06:29:59.943Z |
12722026-05-11T06:29:59.943Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
12732026-05-11T06:29:59.943Z |
12742026-05-11T06:29:59.943Z157 | pub enum Message {
12752026-05-11T06:29:59.943Z | ---------------- this is the found type
12762026-05-11T06:29:59.943Z = help: you can use `cargo tree` to explore your dependency tree
12772026-05-11T06:29:59.943Z
12782026-05-11T06:29:59.943Zerror[E0308]: mismatched types
12792026-05-11T06:29:59.943Z --> lib/src/serial.rs:340:29
12802026-05-11T06:29:59.943Z |
12812026-05-11T06:29:59.943Z340 | ... Message::Close(..) => {
12822026-05-11T06:29:59.943Z | ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
12832026-05-11T06:29:59.943Z |
12842026-05-11T06:29:59.943Znote: there are multiple different versions of crate `tungstenite` in the dependency graph
12852026-05-11T06:29:59.943Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
12862026-05-11T06:29:59.943Z |
12872026-05-11T06:29:59.943Z160 | pub enum Message {
12882026-05-11T06:29:59.943Z | ^^^^^^^^^^^^^^^^ this is the expected type
12892026-05-11T06:29:59.943Z |
12902026-05-11T06:29:59.943Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/protocol/message.rs:157:1
12912026-05-11T06:29:59.943Z |
12922026-05-11T06:29:59.943Z157 | pub enum Message {
12932026-05-11T06:29:59.943Z | ---------------- this is the found type
12942026-05-11T06:29:59.943Z = help: you can use `cargo tree` to explore your dependency tree
12952026-05-11T06:29:59.943Z
12962026-05-11T06:29:59.943Zerror[E0658]: use of unstable library feature `str_as_str`
12972026-05-11T06:29:59.943Z --> lib/src/serial.rs:311:66
12982026-05-11T06:29:59.943Z |
12992026-05-11T06:29:59.943Z311 | ... String::from_utf8_lossy(data.as_slice())
13002026-05-11T06:29:59.943Z | ^^^^^^^^
13012026-05-11T06:29:59.943Z |
13022026-05-11T06:29:59.943Z = note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
13032026-05-11T06:29:59.943Z
13042026-05-11T06:30:00.648ZSome errors have detailed explanations: E0277, E0308, E0658.
13052026-05-11T06:30:00.648ZFor more information about an error, try `rustc --explain E0277`.
13062026-05-11T06:30:00.695Zerror: could not compile `libfalcon` (lib) due to 25 previous errors
13072026-05-11T06:30:00.864Z
13082026-05-11T06:30:00.864Zreal 39.407872465
13092026-05-11T06:30:00.865Zuser 3:10.349434146
13102026-05-11T06:30:00.865Zsys 37.477678713
13112026-05-11T06:30:00.865Ztrap 0.137253422
13122026-05-11T06:30:00.865Ztflt 0.196523442
13132026-05-11T06:30:00.865Zdflt 0.301123736
13142026-05-11T06:30:00.865Zkflt 0.014812037
13152026-05-11T06:30:00.865Zlock 11:32.060884194
13162026-05-11T06:30:00.865Zslp 9:46.336012396
13172026-05-11T06:30:00.865Zlat 15.794489893
13182026-05-11T06:30:00.865Zstop 37.278603681
13192026-05-11T06:30:00.868Zprocess exited: duration 54051 ms, exit code 101
 
13202026-05-11T06:30:00.874Zfound 0 output files