01KE3KKJH9W8ZASVGM3S51PNFD: build-and-test

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

Buildomat Job: 01KE3KKZE5Z6KMX19SF1QNKQ4P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-04T04:18:50.840Zjob assigned to worker 01KE3KKZHV7RA50R55W9VWWV62 [factory aws, i-06a58f402d254d144] (queued for 47 s)
 
22026-01-04T04:18:59.647Zstarting task 0: "setup"
32026-01-04T04:18:59.652Z++ uname -s
42026-01-04T04:18:59.655Z+ kern=SunOS
52026-01-04T04:18:59.655Z+ build_user=build
62026-01-04T04:18:59.655Z+ build_uid=12345
72026-01-04T04:18:59.655Z+ work_dir=/work
82026-01-04T04:18:59.655Z+ input_dir=/input
92026-01-04T04:18:59.655Z+ [[ 0 == 12345 ]]
102026-01-04T04:18:59.655Z+ case "$kern" in
112026-01-04T04:18:59.655Z+ groupadd -g 12345 build
122026-01-04T04:18:59.658Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-04T04:19:01.665Z+ zfs create -o mountpoint=/work rpool/work
142026-01-04T04:19:01.789Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-04T04:19:01.791Z+ home_fs=zfs
162026-01-04T04:19:01.791Z+ [[ zfs == autofs ]]
172026-01-04T04:19:01.791Z+ mkdir -p /home/build
182026-01-04T04:19:01.794Z+ chown build:build /home/build /work
192026-01-04T04:19:03.796Z+ chmod 0700 /home/build /work
202026-01-04T04:19:03.799Zprocess exited: duration 4154 ms, exit code 0
 
212026-01-04T04:19:03.805Zstarting task 1: "rust-toolchain"
222026-01-04T04:19:03.811Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-01-04T04:19:03.811Z * rust toolchain channel = "stable"
242026-01-04T04:19:03.811Z * rust toolchain profile = "default"
252026-01-04T04:19:03.811Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-01-04T04:19:03.811Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-04T04:19:03.811Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-04T04:19:03.814Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-04T04:19:03.814Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-01-04T04:19:03.950Zinfo: downloading installer
312026-01-04T04:19:05.615Zwarn: It looks like you have an existing installation of Rust at:
322026-01-04T04:19:05.616Zwarn: /opt/ooce/bin
332026-01-04T04:19:05.616Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-04T04:19:05.616Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-04T04:19:05.616Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-04T04:19:05.616Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-04T04:19:05.616Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-04T04:19:05.616Zerror: cannot install while Rust is installed
392026-01-04T04:19:05.616Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-04T04:19:05.633Zinfo: profile set to 'default'
412026-01-04T04:19:05.633Zinfo: default host triple is x86_64-unknown-illumos
422026-01-04T04:19:05.636Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-01-04T04:19:05.823Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
442026-01-04T04:19:05.823Zinfo: downloading component 'cargo'
452026-01-04T04:19:06.798Zinfo: downloading component 'clippy'
462026-01-04T04:19:07.189Zinfo: downloading component 'rust-docs'
472026-01-04T04:19:08.415Zinfo: downloading component 'rust-std'
482026-01-04T04:19:09.919Zinfo: downloading component 'rustc'
492026-01-04T04:19:17.452Zinfo: downloading component 'rustfmt'
502026-01-04T04:19:17.725Zinfo: installing component 'cargo'
512026-01-04T04:19:18.647Zinfo: installing component 'clippy'
522026-01-04T04:19:19.038Zinfo: installing component 'rust-docs'
532026-01-04T04:19:20.995Zinfo: installing component 'rust-std'
542026-01-04T04:19:22.813Zinfo: installing component 'rustc'
552026-01-04T04:19:29.642Zinfo: installing component 'rustfmt'
562026-01-04T04:19:29.989Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-01-04T04:19:29.989Z
582026-01-04T04:19:30.504Z stable-x86_64-unknown-illumos installed - rustc 1.92.0 (ded5c06cf 2025-12-08)
592026-01-04T04:19:30.504Z
602026-01-04T04:19:30.507Z
612026-01-04T04:19:30.507ZRust is installed now. Great!
622026-01-04T04:19:30.507Z
632026-01-04T04:19:30.507ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-04T04:19:30.507Zenvironment variable. This has not been done automatically.
652026-01-04T04:19:30.507Z
662026-01-04T04:19:30.507ZTo configure your current shell, you need to source
672026-01-04T04:19:30.507Zthe corresponding env file under $HOME/.cargo.
682026-01-04T04:19:30.507Z
692026-01-04T04:19:30.507ZThis is usually done by running one of the following (note the leading DOT):
702026-01-04T04:19:30.507Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-04T04:19:30.507Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-04T04:19:30.507Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-04T04:19:30.613Z+ rustup --version
742026-01-04T04:19:30.625Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-04T04:19:30.628Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-04T04:19:30.716Zinfo: The currently active `rustc` version is `rustc 1.92.0 (ded5c06cf 2025-12-08)`
772026-01-04T04:19:30.719Z+ cargo --version
782026-01-04T04:19:30.789Zcargo 1.92.0 (344c4567c 2025-10-21)
792026-01-04T04:19:30.793Z+ rustc --version
802026-01-04T04:19:30.869Zrustc 1.92.0 (ded5c06cf 2025-12-08)
812026-01-04T04:19:30.873Zprocess exited: duration 27064 ms, exit code 0
 
822026-01-04T04:19:30.879Zstarting task 2: "authentication"
832026-01-04T04:19:30.901Zprocess exited: duration 22 ms, exit code 0
 
842026-01-04T04:19:30.906Zstarting task 3: "clone repository"
852026-01-04T04:19:30.911Z+ mkdir -p /work/oxidecomputer/falcon
862026-01-04T04:19:30.914Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
872026-01-04T04:19:30.953ZCloning into '/work/oxidecomputer/falcon'...
882026-01-04T04:19:31.770Z+ cd /work/oxidecomputer/falcon
892026-01-04T04:19:31.773Z+ git fetch origin d0a554f0eebe889afcf3439c48503f6b7a6e992c
902026-01-04T04:19:32.041ZFrom https://github.com/oxidecomputer/falcon
912026-01-04T04:19:32.041Z * branch d0a554f0eebe889afcf3439c48503f6b7a6e992c -> FETCH_HEAD
922026-01-04T04:19:32.049Z+ [[ -n renovate/tokio-tungstenite-0.x ]]
932026-01-04T04:19:32.051Z++ git branch --show-current
942026-01-04T04:19:32.054Z+ current=main
952026-01-04T04:19:32.054Z+ [[ main != renovate/tokio-tungstenite-0.x ]]
962026-01-04T04:19:32.054Z+ git branch -f renovate/tokio-tungstenite-0.x d0a554f0eebe889afcf3439c48503f6b7a6e992c
972026-01-04T04:19:32.057Z+ git checkout -f renovate/tokio-tungstenite-0.x
982026-01-04T04:19:32.159ZSwitched to branch 'renovate/tokio-tungstenite-0.x'
992026-01-04T04:19:32.163Z+ git reset --hard d0a554f0eebe889afcf3439c48503f6b7a6e992c
1002026-01-04T04:19:32.261ZHEAD is now at d0a554f Update Rust crate tokio-tungstenite to 0.28
1012026-01-04T04:19:32.264Zprocess exited: duration 1355 ms, exit code 0
 
1022026-01-04T04:19:32.269Zstarting task 4: "build"
1032026-01-04T04:19:32.274Z+ cargo --version
1042026-01-04T04:19:32.282Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
1052026-01-04T04:19:32.457Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
1062026-01-04T04:19:32.460Zinfo: downloading component 'cargo'
1072026-01-04T04:19:33.323Zinfo: downloading component 'clippy'
1082026-01-04T04:19:33.686Zinfo: downloading component 'rust-docs'
1092026-01-04T04:19:34.968Zinfo: downloading component 'rust-std'
1102026-01-04T04:19:37.090Zinfo: downloading component 'rustc'
1112026-01-04T04:19:45.166Zinfo: downloading component 'rustfmt'
1122026-01-04T04:19:45.395Zinfo: installing component 'cargo'
1132026-01-04T04:19:46.243Zinfo: installing component 'clippy'
1142026-01-04T04:19:46.630Zinfo: installing component 'rust-docs'
1152026-01-04T04:19:48.534Zinfo: installing component 'rust-std'
1162026-01-04T04:19:50.274Zinfo: installing component 'rustc'
1172026-01-04T04:19:56.692Zinfo: installing component 'rustfmt'
1182026-01-04T04:19:57.120Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1192026-01-04T04:19:57.123Z+ rustc --version
1202026-01-04T04:19:57.200Zrustc 1.86.0 (05f9846f8 2025-03-31)
1212026-01-04T04:19:57.204Z+ banner build
1222026-01-04T04:19:57.207Z
1232026-01-04T04:19:57.207Z ##### # # # # #####
1242026-01-04T04:19:57.207Z # # # # # # # #
1252026-01-04T04:19:57.207Z ##### # # # # # #
1262026-01-04T04:19:57.207Z # # # # # # # #
1272026-01-04T04:19:57.207Z # # # # # # # #
1282026-01-04T04:19:57.207Z ##### #### # ###### #####
1292026-01-04T04:19:57.207Z
1302026-01-04T04:19:57.210Z+ ptime -m cargo build --all
1312026-01-04T04:19:57.354Z Updating crates.io index
1322026-01-04T04:19:57.356Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-01-04T04:19:57.714ZFrom https://github.com/oxidecomputer/netadm-sys
1342026-01-04T04:19:57.714Z * [new ref] c755fab928469787a4ed9f494ad07fb7994ddfd8 -> refs/commit/c755fab928469787a4ed9f494ad07fb7994ddfd8
1352026-01-04T04:19:57.774Z Updating git repository `https://github.com/oxidecomputer/propolis`
1362026-01-04T04:19:58.869ZFrom https://github.com/oxidecomputer/propolis
1372026-01-04T04:19:58.869Z * [new ref] f969fb7fd57c03bee03fe9a1d7458567a8e26b8d -> refs/commit/f969fb7fd57c03bee03fe9a1d7458567a8e26b8d
1382026-01-04T04:19:59.183Z Updating git repository `https://github.com/oxidecomputer/zone`
1392026-01-04T04:19:59.483ZFrom https://github.com/oxidecomputer/zone
1402026-01-04T04:19:59.483Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1412026-01-04T04:19:59.493Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-01-04T04:19:59.780ZFrom https://github.com/oxidecomputer/dlpi-sys
1432026-01-04T04:19:59.780Z * [new ref] b79a852e2ba814d239f18fb0414926481749dc6e -> refs/commit/b79a852e2ba814d239f18fb0414926481749dc6e
1442026-01-04T04:19:59.797Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-01-04T04:20:00.113ZFrom https://github.com/jmesmon/rust-libzfs
1462026-01-04T04:20:00.114Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1472026-01-04T04:20:00.139Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1482026-01-04T04:20:00.422ZFrom https://github.com/oxidecomputer/rusty-doors
1492026-01-04T04:20:00.422Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1502026-01-04T04:20:00.434Z Updating git repository `https://github.com/oxidecomputer/crucible`
1512026-01-04T04:20:01.927ZFrom https://github.com/oxidecomputer/crucible
1522026-01-04T04:20:01.927Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1532026-01-04T04:20:03.664Z Locking 2 packages to latest compatible versions
1542026-01-04T04:20:03.667Z Adding tokio-tungstenite v0.28.0
1552026-01-04T04:20:03.667Z Adding tungstenite v0.28.0
1562026-01-04T04:20:03.687Z Downloading crates ...
1572026-01-04T04:20:03.758Z Downloaded bitflags v2.10.0
1582026-01-04T04:20:03.763Z Downloaded hyper-rustls v0.27.7
1592026-01-04T04:20:03.767Z Downloaded anyhow v1.0.100
1602026-01-04T04:20:03.774Z Downloaded cstr-argument v0.1.2
1612026-01-04T04:20:03.776Z Downloaded tower-service v0.3.3
1622026-01-04T04:20:03.779Z Downloaded cfg_aliases v0.2.1
1632026-01-04T04:20:03.779Z Downloaded cfg-if v1.0.4
1642026-01-04T04:20:03.782Z Downloaded potential_utf v0.1.3
1652026-01-04T04:20:03.786Z Downloaded base64 v0.22.1
1662026-01-04T04:20:03.791Z Downloaded rustc-hash v2.1.1
1672026-01-04T04:20:03.793Z Downloaded futures-io v0.3.31
1682026-01-04T04:20:03.795Z Downloaded fnv v1.0.7
1692026-01-04T04:20:03.798Z Downloaded form_urlencoded v1.2.2
1702026-01-04T04:20:03.800Z Downloaded foreign-types-macros v0.2.3
1712026-01-04T04:20:03.800Z Downloaded data-encoding v2.9.0
1722026-01-04T04:20:03.803Z Downloaded crucible-workspace-hack v0.1.0
1732026-01-04T04:20:03.803Z Downloaded base64 v0.21.7
1742026-01-04T04:20:03.806Z Downloaded tower-layer v0.3.3
1752026-01-04T04:20:03.809Z Downloaded tokio-tungstenite v0.21.0
1762026-01-04T04:20:03.811Z Downloaded tokio-tungstenite v0.28.0
1772026-01-04T04:20:03.814Z Downloaded futures-macro v0.3.31
1782026-01-04T04:20:03.816Z Downloaded futures-executor v0.3.31
1792026-01-04T04:20:03.819Z Downloaded digest v0.10.7
1802026-01-04T04:20:03.822Z Downloaded allocator-api2 v0.2.21
1812026-01-04T04:20:03.825Z Downloaded futures-task v0.3.31
1822026-01-04T04:20:03.825Z Downloaded crypto-common v0.1.6
1832026-01-04T04:20:03.827Z Downloaded colored v3.0.0
1842026-01-04T04:20:03.830Z Downloaded arc-swap v1.7.1
1852026-01-04T04:20:03.833Z Downloaded foreign-types-shared v0.3.1
1862026-01-04T04:20:03.835Z Downloaded base16ct v0.3.0
1872026-01-04T04:20:03.837Z Downloaded http-body v1.0.1
1882026-01-04T04:20:03.841Z Downloaded try-lock v0.2.5
1892026-01-04T04:20:03.841Z Downloaded itoa v1.0.15
1902026-01-04T04:20:03.844Z Downloaded anstyle-query v1.1.4
1912026-01-04T04:20:03.844Z Downloaded toml v0.9.10+spec-1.1.0
1922026-01-04T04:20:03.847Z Downloaded unicode-ident v1.0.20
1932026-01-04T04:20:03.850Z Downloaded idna_adapter v1.2.1
1942026-01-04T04:20:03.852Z Downloaded clap_lex v0.7.6
1952026-01-04T04:20:03.855Z Downloaded zone_cfg_derive v0.3.1
1962026-01-04T04:20:03.855Z Downloaded autocfg v1.5.0
1972026-01-04T04:20:03.858Z Downloaded toml_edit v0.23.7
1982026-01-04T04:20:03.861Z Downloaded mio v1.1.0
1992026-01-04T04:20:03.867Z Downloaded percent-encoding v2.3.2
2002026-01-04T04:20:03.870Z Downloaded equivalent v1.0.2
2012026-01-04T04:20:03.870Z Downloaded cc v1.2.43
2022026-01-04T04:20:03.873Z Downloaded progenitor-client v0.10.0
2032026-01-04T04:20:03.876Z Downloaded version_check v0.9.5
2042026-01-04T04:20:03.879Z Downloaded tracing v0.1.41
2052026-01-04T04:20:03.881Z Downloaded tokio-util v0.7.16
2062026-01-04T04:20:03.889Z Downloaded progenitor-macro v0.10.0
2072026-01-04T04:20:03.891Z Downloaded proc-macro-crate v3.4.0
2082026-01-04T04:20:03.894Z Downloaded is-terminal v0.4.17
2092026-01-04T04:20:03.894Z Downloaded zerofrom-derive v0.1.6
2102026-01-04T04:20:03.896Z Downloaded want v0.3.1
2112026-01-04T04:20:03.897Z Downloaded foreign-types v0.5.0
2122026-01-04T04:20:03.899Z Downloaded time-core v0.1.6
2132026-01-04T04:20:03.899Z Downloaded block-buffer v0.10.4
2142026-01-04T04:20:03.902Z Downloaded futures-core v0.3.31
2152026-01-04T04:20:03.902Z Downloaded powerfmt v0.2.0
2162026-01-04T04:20:03.904Z Downloaded yoke v0.8.0
2172026-01-04T04:20:03.907Z Downloaded deranged v0.5.5
2182026-01-04T04:20:03.907Z Downloaded foldhash v0.1.5
2192026-01-04T04:20:03.910Z Downloaded ipnet v2.11.0
2202026-01-04T04:20:03.913Z Downloaded sha1 v0.10.6
2212026-01-04T04:20:03.916Z Downloaded rand_chacha v0.3.1
2222026-01-04T04:20:03.916Z Downloaded yoke-derive v0.8.0
2232026-01-04T04:20:03.916Z Downloaded camino v1.2.2
2242026-01-04T04:20:03.919Z Downloaded find-msvc-tools v0.1.4
2252026-01-04T04:20:03.922Z Downloaded clap_derive v4.5.49
2262026-01-04T04:20:03.924Z Downloaded typeid v1.0.3
2272026-01-04T04:20:03.924Z Downloaded serde_spanned v1.0.4
2282026-01-04T04:20:03.927Z Downloaded slog-envlogger v2.2.0
2292026-01-04T04:20:03.927Z Downloaded serde_urlencoded v0.7.1
2302026-01-04T04:20:03.930Z Downloaded displaydoc v0.2.5
2312026-01-04T04:20:03.932Z Downloaded proc-macro-error-attr v1.0.4
2322026-01-04T04:20:03.933Z Downloaded take_mut v0.2.2
2332026-01-04T04:20:03.935Z Downloaded num-conv v0.1.0
2342026-01-04T04:20:03.935Z Downloaded generic-array v0.14.9
2352026-01-04T04:20:03.938Z Downloaded scopeguard v1.2.0
2362026-01-04T04:20:03.938Z Downloaded erased-serde v0.3.31
2372026-01-04T04:20:03.941Z Downloaded zeroize v1.8.2
2382026-01-04T04:20:03.944Z Downloaded xz2 v0.1.7
2392026-01-04T04:20:03.944Z Downloaded anstyle v1.0.13
2402026-01-04T04:20:03.947Z Downloaded futures-sink v0.3.31
2412026-01-04T04:20:03.947Z Downloaded anstream v0.6.21
2422026-01-04T04:20:03.950Z Downloaded pin-utils v0.1.0
2432026-01-04T04:20:03.952Z Downloaded zerofrom v0.1.6
2442026-01-04T04:20:03.952Z Downloaded is_terminal_polyfill v1.70.2
2452026-01-04T04:20:03.955Z Downloaded either v1.15.0
2462026-01-04T04:20:03.955Z Downloaded rustversion v1.0.22
2472026-01-04T04:20:03.957Z Downloaded tabwriter v1.4.1
2482026-01-04T04:20:03.960Z Downloaded serde_tokenstream v0.2.2
2492026-01-04T04:20:03.960Z Downloaded zone v0.3.1
2502026-01-04T04:20:03.963Z Downloaded lock_api v0.4.14
2512026-01-04T04:20:03.963Z Downloaded unit-prefix v0.5.1
2522026-01-04T04:20:03.966Z Downloaded subtle v2.6.1
2532026-01-04T04:20:03.966Z Downloaded tinyvec_macros v0.1.1
2542026-01-04T04:20:03.966Z Downloaded sync_wrapper v1.0.2
2552026-01-04T04:20:03.970Z Downloaded pretty-hex v0.4.1
2562026-01-04T04:20:03.970Z Downloaded utf8_iter v1.0.4
2572026-01-04T04:20:03.970Z Downloaded http-body-util v0.1.3
2582026-01-04T04:20:03.973Z Downloaded utf-8 v0.7.6
2592026-01-04T04:20:03.973Z Downloaded cpufeatures v0.2.17
2602026-01-04T04:20:03.976Z Downloaded ppv-lite86 v0.2.21
2612026-01-04T04:20:03.976Z Downloaded toml_writer v1.0.6+spec-1.1.0
2622026-01-04T04:20:03.979Z Downloaded iana-time-zone v0.1.64
2632026-01-04T04:20:03.982Z Downloaded oxnet v0.1.4
2642026-01-04T04:20:03.984Z Downloaded strsim v0.11.1
2652026-01-04T04:20:03.984Z Downloaded stable_deref_trait v1.2.1
2662026-01-04T04:20:03.984Z Downloaded writeable v0.6.1
2672026-01-04T04:20:03.988Z Downloaded icu_normalizer v2.0.0
2682026-01-04T04:20:03.991Z Downloaded clap v4.5.54
2692026-01-04T04:20:03.998Z Downloaded slab v0.4.11
2702026-01-04T04:20:04.000Z Downloaded num_enum v0.7.5
2712026-01-04T04:20:04.005Z Downloaded smf v0.2.3
2722026-01-04T04:20:04.007Z Downloaded cargo_toml v0.22.3
2732026-01-04T04:20:04.008Z Downloaded byteorder v1.5.0
2742026-01-04T04:20:04.010Z Downloaded progenitor v0.10.0
2752026-01-04T04:20:04.013Z Downloaded num_enum_derive v0.7.5
2762026-01-04T04:20:04.013Z Downloaded futures-channel v0.3.31
2772026-01-04T04:20:04.016Z Downloaded httparse v1.10.1
2782026-01-04T04:20:04.019Z Downloaded rand_core v0.9.3
2792026-01-04T04:20:04.019Z Downloaded thiserror-impl v2.0.17
2802026-01-04T04:20:04.022Z Downloaded once_cell v1.21.3
2812026-01-04T04:20:04.024Z Downloaded tungstenite v0.21.0
2822026-01-04T04:20:04.027Z Downloaded serde_derive_internals v0.29.1
2832026-01-04T04:20:04.030Z Downloaded proc-macro-error v1.0.4
2842026-01-04T04:20:04.032Z Downloaded getrandom v0.3.4
2852026-01-04T04:20:04.035Z Downloaded slog-scope v4.4.0
2862026-01-04T04:20:04.039Z Downloaded signal-hook-registry v1.4.6
2872026-01-04T04:20:04.039Z Downloaded icu_locale_core v2.0.0
2882026-01-04T04:20:04.042Z Downloaded synstructure v0.13.2
2892026-01-04T04:20:04.045Z Downloaded shlex v1.3.0
2902026-01-04T04:20:04.045Z Downloaded tracing-attributes v0.1.30
2912026-01-04T04:20:04.047Z Downloaded smallvec v1.15.1
2922026-01-04T04:20:04.050Z Downloaded sha2 v0.10.9
2932026-01-04T04:20:04.052Z Downloaded schemars_derive v0.8.22
2942026-01-04T04:20:04.055Z Downloaded icu_properties v2.0.1
2952026-01-04T04:20:04.058Z Downloaded schemars v0.8.22
2962026-01-04T04:20:04.066Z Downloaded slog-stdlog v4.1.1
2972026-01-04T04:20:04.069Z Downloaded term v1.2.0
2982026-01-04T04:20:04.071Z Downloaded rand_chacha v0.9.0
2992026-01-04T04:20:04.074Z Downloaded ryu v1.0.20
3002026-01-04T04:20:04.077Z Downloaded quinn-udp v0.5.14
3012026-01-04T04:20:04.077Z Downloaded tinyvec v1.10.0
3022026-01-04T04:20:04.079Z Downloaded thiserror-impl v1.0.69
3032026-01-04T04:20:04.084Z Downloaded slog v2.8.2
3042026-01-04T04:20:04.087Z Downloaded serde_yaml v0.9.34+deprecated
3052026-01-04T04:20:04.089Z Downloaded indicatif v0.18.3
3062026-01-04T04:20:04.092Z Downloaded quote v1.0.42
3072026-01-04T04:20:04.095Z Downloaded serde_core v1.0.228
3082026-01-04T04:20:04.098Z Downloaded proc-macro2 v1.0.103
3092026-01-04T04:20:04.100Z Downloaded num-traits v0.2.19
3102026-01-04T04:20:04.103Z Downloaded toml_parser v1.0.6+spec-1.1.0
3112026-01-04T04:20:04.106Z Downloaded slog-term v2.9.2
3122026-01-04T04:20:04.112Z Downloaded typify v0.4.3
3132026-01-04T04:20:04.115Z Downloaded icu_normalizer_data v2.0.0
3142026-01-04T04:20:04.115Z Downloaded crossbeam-channel v0.5.15
3152026-01-04T04:20:04.118Z Downloaded serde_derive v1.0.228
3162026-01-04T04:20:04.120Z Downloaded unsafe-libyaml v0.2.11
3172026-01-04T04:20:04.124Z Downloaded indexmap v2.12.0
3182026-01-04T04:20:04.127Z Downloaded hyper-util v0.1.17
3192026-01-04T04:20:04.133Z Downloaded serde v1.0.228
3202026-01-04T04:20:04.137Z Downloaded socket2 v0.6.1
3212026-01-04T04:20:04.140Z Downloaded aho-corasick v1.1.3
3222026-01-04T04:20:04.146Z Downloaded tokio-rustls v0.26.4
3232026-01-04T04:20:04.149Z Downloaded uuid v1.19.0
3242026-01-04T04:20:04.152Z Downloaded typenum v1.19.0
3252026-01-04T04:20:04.154Z Downloaded itertools v0.12.1
3262026-01-04T04:20:04.160Z Downloaded iri-string v0.7.8
3272026-01-04T04:20:04.168Z Downloaded tracing-core v0.1.34
3282026-01-04T04:20:04.171Z Downloaded hashbrown v0.15.5
3292026-01-04T04:20:04.174Z Downloaded icu_properties_data v2.0.1
3302026-01-04T04:20:04.184Z Downloaded time v0.3.44
3312026-01-04T04:20:04.191Z Downloaded serde_json v1.0.145
3322026-01-04T04:20:04.197Z Downloaded rustls-pki-types v1.12.0
3332026-01-04T04:20:04.201Z Downloaded hyper v1.7.0
3342026-01-04T04:20:04.207Z Downloaded rand v0.9.2
3352026-01-04T04:20:04.211Z Downloaded syn v1.0.109
3362026-01-04T04:20:04.220Z Downloaded chrono v0.4.42
3372026-01-04T04:20:04.227Z Downloaded ron v0.12.0
3382026-01-04T04:20:04.235Z Downloaded syn v2.0.112
3392026-01-04T04:20:04.246Z Downloaded zerovec v0.11.4
3402026-01-04T04:20:04.251Z Downloaded tower v0.5.2
3412026-01-04T04:20:04.259Z Downloaded rustls-webpki v0.103.7
3422026-01-04T04:20:04.262Z Downloaded quinn v0.11.9
3432026-01-04T04:20:04.265Z Downloaded zerotrie v0.2.2
3442026-01-04T04:20:04.268Z Downloaded url v2.5.7
3452026-01-04T04:20:04.272Z Downloaded idna v1.1.0
3462026-01-04T04:20:04.275Z Downloaded regex v1.12.2
3472026-01-04T04:20:04.281Z Downloaded hashbrown v0.16.0
3482026-01-04T04:20:04.286Z Downloaded rand v0.8.5
3492026-01-04T04:20:04.290Z Downloaded prettyplease v0.2.37
3502026-01-04T04:20:04.293Z Downloaded reqwest v0.12.26
3512026-01-04T04:20:04.299Z Downloaded winnow v0.7.13
3522026-01-04T04:20:04.307Z Downloaded portable-atomic v1.11.1
3532026-01-04T04:20:04.314Z Downloaded tungstenite v0.28.0
3542026-01-04T04:20:04.317Z Downloaded http v1.3.1
3552026-01-04T04:20:04.320Z Downloaded progenitor-impl v0.10.0
3562026-01-04T04:20:04.322Z Downloaded clap_builder v4.5.54
3572026-01-04T04:20:04.328Z Downloaded futures-util v0.3.31
3582026-01-04T04:20:04.338Z Downloaded bytes v1.10.1
3592026-01-04T04:20:04.342Z Downloaded zerocopy v0.8.27
3602026-01-04T04:20:04.361Z Downloaded quinn-proto v0.11.13
3612026-01-04T04:20:04.368Z Downloaded icu_collections v2.0.0
3622026-01-04T04:20:04.374Z Downloaded zerovec-derive v0.11.1
3632026-01-04T04:20:04.377Z Downloaded parking_lot_core v0.9.12
3642026-01-04T04:20:04.380Z Downloaded parking_lot v0.12.5
3652026-01-04T04:20:04.383Z Downloaded thiserror v2.0.17
3662026-01-04T04:20:04.386Z Downloaded webpki-roots v1.0.3
3672026-01-04T04:20:04.390Z Downloaded regex-syntax v0.8.8
3682026-01-04T04:20:04.398Z Downloaded unicode-width v0.2.2
3692026-01-04T04:20:04.404Z Downloaded lzma-sys v0.1.20
3702026-01-04T04:20:04.431Z Downloaded thiserror v1.0.69
3712026-01-04T04:20:04.435Z Downloaded tokio-macros v2.6.0
3722026-01-04T04:20:04.438Z Downloaded libc v0.2.179
3732026-01-04T04:20:04.470Z Downloaded regress v0.10.4
3742026-01-04T04:20:04.479Z Downloaded log v0.4.28
3752026-01-04T04:20:04.482Z Downloaded openapiv3 v2.2.0
3762026-01-04T04:20:04.494Z Downloaded async-trait v0.1.89
3772026-01-04T04:20:04.498Z Downloaded rand_core v0.6.4
3782026-01-04T04:20:04.500Z Downloaded rustls v0.23.34
3792026-01-04T04:20:04.511Z Downloaded typify-impl v0.4.3
3802026-01-04T04:20:04.525Z Downloaded pkg-config v0.3.32
3812026-01-04T04:20:04.528Z Downloaded icu_provider v2.0.0
3822026-01-04T04:20:04.530Z Downloaded futures v0.3.31
3832026-01-04T04:20:04.533Z Downloaded getrandom v0.2.16
3842026-01-04T04:20:04.536Z Downloaded pin-project-lite v0.2.16
3852026-01-04T04:20:04.540Z Downloaded typify-macro v0.4.3
3862026-01-04T04:20:04.543Z Downloaded litemap v0.8.0
3872026-01-04T04:20:04.545Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3882026-01-04T04:20:04.545Z Downloaded tinystr v0.8.1
3892026-01-04T04:20:04.549Z Downloaded time-macros v0.2.24
3902026-01-04T04:20:04.552Z Downloaded slog-async v2.8.0
3912026-01-04T04:20:04.552Z Downloaded semver v1.0.27
3922026-01-04T04:20:04.555Z Downloaded thread_local v1.1.9
3932026-01-04T04:20:04.555Z Downloaded crossbeam-utils v0.8.21
3942026-01-04T04:20:04.558Z Downloaded lazy_static v1.5.0
3952026-01-04T04:20:04.562Z Downloaded heck v0.5.0
3962026-01-04T04:20:04.562Z Downloaded atomic-waker v1.1.2
3972026-01-04T04:20:04.562Z Downloaded lru-slab v0.1.2
3982026-01-04T04:20:04.562Z Downloaded untrusted v0.9.0
3992026-01-04T04:20:04.565Z Downloaded tower-http v0.6.8
4002026-01-04T04:20:04.569Z Downloaded console v0.16.1
4012026-01-04T04:20:04.573Z Downloaded anstyle-parse v0.2.7
4022026-01-04T04:20:04.575Z Downloaded regex-automata v0.4.13
4032026-01-04T04:20:04.590Z Downloaded utf8parse v0.2.2
4042026-01-04T04:20:04.593Z Downloaded colorchoice v1.0.4
4052026-01-04T04:20:04.593Z Downloaded heck v0.4.1
4062026-01-04T04:20:04.593Z Downloaded memchr v2.7.6
4072026-01-04T04:20:04.598Z Downloaded dyn-clone v1.0.20
4082026-01-04T04:20:04.618Z Downloaded tokio v1.49.0
4092026-01-04T04:20:04.687Z Downloaded ring v0.17.14
4102026-01-04T04:20:04.866Z Compiling proc-macro2 v1.0.103
4112026-01-04T04:20:04.866Z Compiling quote v1.0.42
4122026-01-04T04:20:04.868Z Compiling unicode-ident v1.0.20
4132026-01-04T04:20:04.868Z Compiling libc v0.2.179
4142026-01-04T04:20:04.868Z Compiling cfg-if v1.0.4
4152026-01-04T04:20:04.868Z Compiling itoa v1.0.15
4162026-01-04T04:20:04.891Z Compiling serde_core v1.0.228
4172026-01-04T04:20:05.055Z Compiling memchr v2.7.6
4182026-01-04T04:20:05.088Z Compiling serde v1.0.228
4192026-01-04T04:20:05.168Z Compiling equivalent v1.0.2
4202026-01-04T04:20:05.280Z Compiling version_check v0.9.5
4212026-01-04T04:20:05.531Z Compiling ryu v1.0.20
4222026-01-04T04:20:05.746Z Compiling serde_json v1.0.145
4232026-01-04T04:20:05.816Z Compiling autocfg v1.5.0
4242026-01-04T04:20:05.853Z Compiling bytes v1.10.1
4252026-01-04T04:20:06.138Z Compiling smallvec v1.15.1
4262026-01-04T04:20:06.498Z Compiling pin-project-lite v0.2.16
4272026-01-04T04:20:06.548Z Compiling getrandom v0.3.4
4282026-01-04T04:20:06.563Z Compiling num-traits v0.2.19
4292026-01-04T04:20:06.646Z Compiling stable_deref_trait v1.2.1
4302026-01-04T04:20:06.663Z Compiling futures-core v0.3.31
4312026-01-04T04:20:07.181Z Compiling syn v2.0.112
4322026-01-04T04:20:07.344Z Compiling fnv v1.0.7
4332026-01-04T04:20:07.485Z Compiling http v1.3.1
4342026-01-04T04:20:07.528Z Compiling thiserror v2.0.17
4352026-01-04T04:20:07.570Z Compiling find-msvc-tools v0.1.4
4362026-01-04T04:20:07.716Z Compiling hashbrown v0.16.0
4372026-01-04T04:20:08.122Z Compiling shlex v1.3.0
4382026-01-04T04:20:08.219Z Compiling parking_lot_core v0.9.12
4392026-01-04T04:20:08.468Z Compiling cc v1.2.43
4402026-01-04T04:20:08.885Z Compiling socket2 v0.6.1
4412026-01-04T04:20:08.922Z Compiling scopeguard v1.2.0
4422026-01-04T04:20:09.059Z Compiling futures-sink v0.3.31
4432026-01-04T04:20:09.132Z Compiling schemars v0.8.22
4442026-01-04T04:20:09.592Z Compiling lock_api v0.4.14
4452026-01-04T04:20:09.934Z Compiling rustversion v1.0.22
4462026-01-04T04:20:10.029Z Compiling once_cell v1.21.3
4472026-01-04T04:20:10.310Z Compiling dyn-clone v1.0.20
4482026-01-04T04:20:10.342Z Compiling parking_lot v0.12.5
4492026-01-04T04:20:10.426Z Compiling futures-channel v0.3.31
4502026-01-04T04:20:10.505Z Compiling signal-hook-registry v1.4.6
4512026-01-04T04:20:10.534Z Compiling mio v1.1.0
4522026-01-04T04:20:10.629Z Compiling getrandom v0.2.16
4532026-01-04T04:20:10.671Z Compiling pin-utils v0.1.0
4542026-01-04T04:20:10.775Z Compiling winnow v0.7.13
4552026-01-04T04:20:10.846Z Compiling zerocopy v0.8.27
4562026-01-04T04:20:11.233Z Compiling indexmap v2.12.0
4572026-01-04T04:20:11.284Z Compiling typenum v1.19.0
4582026-01-04T04:20:11.301Z Compiling litemap v0.8.0
4592026-01-04T04:20:11.688Z Compiling futures-task v0.3.31
4602026-01-04T04:20:11.706Z Compiling writeable v0.6.1
4612026-01-04T04:20:11.721Z Compiling slab v0.4.11
4622026-01-04T04:20:11.994Z Compiling httparse v1.10.1
4632026-01-04T04:20:12.011Z Compiling allocator-api2 v0.2.21
4642026-01-04T04:20:12.011Z Compiling futures-io v0.3.31
4652026-01-04T04:20:12.088Z Compiling log v0.4.28
4662026-01-04T04:20:12.277Z Compiling foldhash v0.1.5
4672026-01-04T04:20:12.601Z Compiling generic-array v0.14.9
4682026-01-04T04:20:12.656Z Compiling hashbrown v0.15.5
4692026-01-04T04:20:12.691Z Compiling icu_properties_data v2.0.1
4702026-01-04T04:20:12.792Z Compiling iana-time-zone v0.1.64
4712026-01-04T04:20:13.026Z Compiling icu_normalizer_data v2.0.0
4722026-01-04T04:20:13.099Z Compiling heck v0.5.0
4732026-01-04T04:20:13.395Z Compiling chrono v0.4.42
4742026-01-04T04:20:13.877Z Compiling ring v0.17.14
4752026-01-04T04:20:14.134Z Compiling toml_parser v1.0.6+spec-1.1.0
4762026-01-04T04:20:14.902Z Compiling synstructure v0.13.2
4772026-01-04T04:20:14.964Z Compiling serde_derive_internals v0.29.1
4782026-01-04T04:20:15.212Z Compiling toml_datetime v0.7.5+spec-1.1.0
4792026-01-04T04:20:15.495Z Compiling percent-encoding v2.3.2
4802026-01-04T04:20:15.786Z Compiling ppv-lite86 v0.2.21
4812026-01-04T04:20:15.855Z Compiling syn v1.0.109
4822026-01-04T04:20:16.782Z Compiling zeroize v1.8.2
4832026-01-04T04:20:16.800Z Compiling regex-syntax v0.8.8
4842026-01-04T04:20:16.895Z Compiling uuid v1.19.0
4852026-01-04T04:20:16.968Z Compiling thiserror v1.0.69
4862026-01-04T04:20:17.098Z Compiling rustls-pki-types v1.12.0
4872026-01-04T04:20:17.488Z Compiling regress v0.10.4
4882026-01-04T04:20:17.941Z Compiling tracing-core v0.1.34
4892026-01-04T04:20:18.096Z Compiling semver v1.0.27
4902026-01-04T04:20:18.344Z Compiling serde_derive v1.0.228
4912026-01-04T04:20:18.456Z Compiling zerofrom-derive v0.1.6
4922026-01-04T04:20:18.750Z Compiling yoke-derive v0.8.0
4932026-01-04T04:20:18.956Z Compiling zerovec-derive v0.11.1
4942026-01-04T04:20:19.185Z Compiling thiserror-impl v2.0.17
4952026-01-04T04:20:21.305Z Compiling displaydoc v0.2.5
4962026-01-04T04:20:21.483Z Compiling zerofrom v0.1.6
4972026-01-04T04:20:21.517Z Compiling schemars_derive v0.8.22
4982026-01-04T04:20:21.714Z Compiling yoke v0.8.0
4992026-01-04T04:20:22.057Z Compiling zerovec v0.11.4
5002026-01-04T04:20:22.230Z Compiling tokio-macros v2.6.0
5012026-01-04T04:20:22.833Z Compiling futures-macro v0.3.31
5022026-01-04T04:20:23.333Z Compiling zerotrie v0.2.2
5032026-01-04T04:20:23.870Z Compiling tokio v1.49.0
5042026-01-04T04:20:23.948Z Compiling tinystr v0.8.1
5052026-01-04T04:20:24.049Z Compiling potential_utf v0.1.3
5062026-01-04T04:20:24.283Z Compiling icu_locale_core v2.0.0
5072026-01-04T04:20:24.319Z Compiling icu_collections v2.0.0
5082026-01-04T04:20:24.347Z Compiling thiserror-impl v1.0.69
5092026-01-04T04:20:24.743Z Compiling futures-util v0.3.31
5102026-01-04T04:20:26.316Z Compiling icu_provider v2.0.0
5112026-01-04T04:20:26.625Z Compiling tracing-attributes v0.1.30
5122026-01-04T04:20:26.946Z Compiling icu_properties v2.0.1
5132026-01-04T04:20:27.095Z Compiling icu_normalizer v2.0.0
5142026-01-04T04:20:27.466Z Compiling http-body v1.0.1
5152026-01-04T04:20:27.523Z Compiling untrusted v0.9.0
5162026-01-04T04:20:28.634Z Compiling typify-impl v0.4.3
5172026-01-04T04:20:29.784Z Compiling tracing v0.1.41
5182026-01-04T04:20:30.023Z Compiling idna_adapter v1.2.1
5192026-01-04T04:20:30.155Z Compiling serde_tokenstream v0.2.2
5202026-01-04T04:20:30.209Z Compiling crypto-common v0.1.6
5212026-01-04T04:20:30.261Z Compiling block-buffer v0.10.4
5222026-01-04T04:20:30.326Z Compiling form_urlencoded v1.2.2
5232026-01-04T04:20:30.415Z Compiling slog v2.8.2
5242026-01-04T04:20:30.496Z Compiling proc-macro-error-attr v1.0.4
5252026-01-04T04:20:30.647Z Compiling base64 v0.22.1
5262026-01-04T04:20:30.697Z Compiling rustls v0.23.34
5272026-01-04T04:20:30.799Z Compiling tower-service v0.3.3
5282026-01-04T04:20:30.881Z Compiling try-lock v0.2.5
5292026-01-04T04:20:30.946Z Compiling utf8_iter v1.0.4
5302026-01-04T04:20:31.058Z Compiling want v0.3.1
5312026-01-04T04:20:31.164Z Compiling idna v1.1.0
5322026-01-04T04:20:31.222Z Compiling digest v0.10.7
5332026-01-04T04:20:31.339Z Compiling rustls-webpki v0.103.7
5342026-01-04T04:20:31.358Z Compiling erased-serde v0.3.31
5352026-01-04T04:20:31.577Z Compiling rand_core v0.9.3
5362026-01-04T04:20:31.841Z Compiling proc-macro-error v1.0.4
5372026-01-04T04:20:31.998Z Compiling atomic-waker v1.1.2
5382026-01-04T04:20:32.207Z Compiling cpufeatures v0.2.17
5392026-01-04T04:20:32.249Z Compiling subtle v2.6.1
5402026-01-04T04:20:32.559Z Compiling hyper v1.7.0
5412026-01-04T04:20:32.678Z Compiling rand_chacha v0.9.0
5422026-01-04T04:20:32.958Z Compiling url v2.5.7
5432026-01-04T04:20:33.699Z Compiling toml_edit v0.23.7
5442026-01-04T04:20:33.839Z Compiling aho-corasick v1.1.3
5452026-01-04T04:20:34.136Z Compiling bitflags v2.10.0
5462026-01-04T04:20:34.600Z Compiling sync_wrapper v1.0.2
5472026-01-04T04:20:34.926Z Compiling ipnet v2.11.0
5482026-01-04T04:20:35.322Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5492026-01-04T04:20:35.746Z Compiling tower-layer v0.3.3
5502026-01-04T04:20:35.999Z Compiling tower v0.5.2
5512026-01-04T04:20:36.032Z Compiling regex-automata v0.4.13
5522026-01-04T04:20:36.121Z Compiling hyper-util v0.1.17
5532026-01-04T04:20:38.464Z Compiling proc-macro-crate v3.4.0
5542026-01-04T04:20:38.968Z Compiling tokio-rustls v0.26.4
5552026-01-04T04:20:39.448Z Compiling rand v0.9.2
5562026-01-04T04:20:39.461Z Compiling sha1 v0.10.6
5572026-01-04T04:20:39.841Z Compiling webpki-roots v1.0.3
5582026-01-04T04:20:39.988Z Compiling rand_core v0.6.4
5592026-01-04T04:20:40.434Z Compiling utf-8 v0.7.6
5602026-01-04T04:20:40.746Z Compiling iri-string v0.7.8
5612026-01-04T04:20:40.763Z Compiling crucible-workspace-hack v0.1.0
5622026-01-04T04:20:41.146Z Compiling heck v0.4.1
5632026-01-04T04:20:41.523Z Compiling crossbeam-utils v0.8.21
5642026-01-04T04:20:42.111Z Compiling data-encoding v2.9.0
5652026-01-04T04:20:43.812Z Compiling typify-macro v0.4.3
5662026-01-04T04:20:44.383Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b79a852e)
5672026-01-04T04:20:44.743Z Compiling toml_writer v1.0.6+spec-1.1.0
5682026-01-04T04:20:44.820Z Compiling tower-http v0.6.8
5692026-01-04T04:20:45.490Z Compiling regex v1.12.2
5702026-01-04T04:20:45.675Z Compiling rand_chacha v0.3.1
5712026-01-04T04:20:46.337Z Compiling hyper-rustls v0.27.7
5722026-01-04T04:20:46.496Z Compiling num_enum_derive v0.7.5
5732026-01-04T04:20:46.736Z Compiling tokio-util v0.7.16
5742026-01-04T04:20:46.804Z Compiling serde_urlencoded v0.7.1
5752026-01-04T04:20:46.936Z Compiling http-body-util v0.1.3
5762026-01-04T04:20:47.323Z Compiling openapiv3 v2.2.0
5772026-01-04T04:20:47.420Z Compiling foreign-types-macros v0.2.3
5782026-01-04T04:20:48.068Z Compiling serde_spanned v1.0.4
5792026-01-04T04:20:48.129Z Compiling typify v0.4.3
5802026-01-04T04:20:48.337Z Compiling powerfmt v0.2.0
5812026-01-04T04:20:48.716Z Compiling prettyplease v0.2.37
5822026-01-04T04:20:48.730Z Compiling unsafe-libyaml v0.2.11
5832026-01-04T04:20:48.818Z Compiling num-conv v0.1.0
5842026-01-04T04:20:49.100Z Compiling time-core v0.1.6
5852026-01-04T04:20:49.127Z Compiling foreign-types-shared v0.3.1
5862026-01-04T04:20:49.273Z Compiling either v1.15.0
5872026-01-04T04:20:49.420Z Compiling utf8parse v0.2.2
5882026-01-04T04:20:49.601Z Compiling pkg-config v0.3.32
5892026-01-04T04:20:49.695Z Compiling anyhow v1.0.100
5902026-01-04T04:20:49.874Z Compiling itertools v0.12.1
5912026-01-04T04:20:49.877Z Compiling anstyle-parse v0.2.7
5922026-01-04T04:20:50.243Z Compiling serde_yaml v0.9.34+deprecated
5932026-01-04T04:20:50.406Z Compiling time-macros v0.2.24
5942026-01-04T04:20:50.617Z Compiling lzma-sys v0.1.20
5952026-01-04T04:20:50.694Z Compiling foreign-types v0.5.0
5962026-01-04T04:20:50.831Z Compiling progenitor-impl v0.10.0
5972026-01-04T04:20:51.360Z Compiling num_enum v0.7.5
5982026-01-04T04:20:51.422Z Compiling deranged v0.5.5
5992026-01-04T04:20:51.550Z Compiling toml v0.9.10+spec-1.1.0
6002026-01-04T04:20:52.623Z Compiling reqwest v0.12.26
6012026-01-04T04:20:52.875Z Compiling rand v0.8.5
6022026-01-04T04:20:54.116Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6032026-01-04T04:20:54.165Z Compiling cstr-argument v0.1.2
6042026-01-04T04:20:54.354Z Compiling thread_local v1.1.9
6052026-01-04T04:20:54.429Z Compiling unicode-width v0.2.2
6062026-01-04T04:20:54.770Z Compiling anstyle-query v1.1.4
6072026-01-04T04:20:54.839Z Compiling is_terminal_polyfill v1.70.2
6082026-01-04T04:20:54.940Z Compiling byteorder v1.5.0
6092026-01-04T04:20:54.979Z Compiling slog-async v2.8.0
6102026-01-04T04:20:54.995Z Compiling pretty-hex v0.4.1
6112026-01-04T04:20:55.055Z Compiling colorchoice v1.0.4
6122026-01-04T04:20:55.218Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c755fab9)
6132026-01-04T04:20:55.236Z Compiling anstyle v1.0.13
6142026-01-04T04:20:55.329Z Compiling arc-swap v1.7.1
6152026-01-04T04:20:55.408Z Compiling portable-atomic v1.11.1
6162026-01-04T04:20:55.517Z Compiling lazy_static v1.5.0
6172026-01-04T04:20:55.586Z Compiling typeid v1.0.3
6182026-01-04T04:20:55.665Z Compiling anstream v0.6.21
6192026-01-04T04:20:55.748Z Compiling slog-scope v4.4.0
6202026-01-04T04:20:55.904Z Compiling tungstenite v0.21.0
6212026-01-04T04:20:56.182Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b79a852e)
6222026-01-04T04:20:56.232Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6232026-01-04T04:20:56.316Z Compiling progenitor-client v0.10.0
6242026-01-04T04:20:56.404Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6252026-01-04T04:20:56.417Z Compiling crossbeam-channel v0.5.15
6262026-01-04T04:20:56.541Z Compiling time v0.3.44
6272026-01-04T04:20:56.826Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
6282026-01-04T04:20:57.463Z Compiling cargo_toml v0.22.3
6292026-01-04T04:20:58.887Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f969fb7fd57c03bee03fe9a1d7458567a8e26b8d#f969fb7f)
6302026-01-04T04:20:59.005Z Compiling futures-executor v0.3.31
6312026-01-04T04:20:59.293Z Compiling progenitor-macro v0.10.0
6322026-01-04T04:20:59.499Z Compiling is-terminal v0.4.17
6332026-01-04T04:20:59.556Z Compiling camino v1.2.2
6342026-01-04T04:20:59.639Z Compiling oxnet v0.1.4
6352026-01-04T04:20:59.711Z Compiling term v1.2.0
6362026-01-04T04:21:00.147Z Compiling take_mut v0.2.2
6372026-01-04T04:21:00.184Z Compiling clap_lex v0.7.6
6382026-01-04T04:21:00.326Z Compiling colored v3.0.0
6392026-01-04T04:21:00.667Z Compiling strsim v0.11.1
6402026-01-04T04:21:01.133Z Compiling clap_builder v4.5.54
6412026-01-04T04:21:01.208Z Compiling slog-term v2.9.2
6422026-01-04T04:21:01.581Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f969fb7fd57c03bee03fe9a1d7458567a8e26b8d#f969fb7f)
6432026-01-04T04:21:01.838Z Compiling futures v0.3.31
6442026-01-04T04:21:02.135Z Compiling tokio-tungstenite v0.21.0
6452026-01-04T04:21:02.896Z Compiling slog-stdlog v4.1.1
6462026-01-04T04:21:03.291Z Compiling console v0.16.1
6472026-01-04T04:21:03.930Z Compiling tungstenite v0.28.0
6482026-01-04T04:21:04.176Z Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)
6492026-01-04T04:21:04.564Z Compiling zone_cfg_derive v0.3.1
6502026-01-04T04:21:04.647Z Compiling clap_derive v4.5.49
6512026-01-04T04:21:05.639Z Compiling async-trait v0.1.89
6522026-01-04T04:21:06.501Z Compiling base64 v0.21.7
6532026-01-04T04:21:06.819Z Compiling unit-prefix v0.5.1
6542026-01-04T04:21:07.059Z Compiling indicatif v0.18.3
6552026-01-04T04:21:07.234Z Compiling zone v0.3.1
6562026-01-04T04:21:07.544Z Compiling tokio-tungstenite v0.28.0
6572026-01-04T04:21:07.912Z Compiling slog-envlogger v2.2.0
6582026-01-04T04:21:08.151Z Compiling ron v0.12.0
6592026-01-04T04:21:08.739Z Compiling xz2 v0.1.7
6602026-01-04T04:21:08.924Z Compiling clap v4.5.54
6612026-01-04T04:21:09.039Z Compiling tabwriter v1.4.1
6622026-01-04T04:21:09.197Z Compiling sha2 v0.10.9
6632026-01-04T04:21:09.335Z Compiling smf v0.2.3
6642026-01-04T04:21:09.496Z Compiling base16ct v0.3.0
6652026-01-04T04:21:09.791Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6662026-01-04T04:21:10.905Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6672026-01-04T04:21:11.391Z Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest)
6682026-01-04T04:21:11.994Z Compiling progenitor v0.10.0
6692026-01-04T04:21:12.088Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f969fb7fd57c03bee03fe9a1d7458567a8e26b8d#f969fb7f)
6702026-01-04T04:21:15.385Zerror[E0308]: mismatched types
6712026-01-04T04:21:15.385Z --> lib/src/cli.rs:606:53
6722026-01-04T04:21:15.385Z |
6732026-01-04T04:21:15.385Z606 | stream.send(Message::Binary(c)).await?;
6742026-01-04T04:21:15.386Z | --------------- ^ expected `Bytes`, found `Vec<u8>`
6752026-01-04T04:21:15.386Z | |
6762026-01-04T04:21:15.386Z | arguments to this enum variant are incorrect
6772026-01-04T04:21:15.386Z |
6782026-01-04T04:21:15.386Z = note: expected struct `tokio_tungstenite::tungstenite::Bytes`
6792026-01-04T04:21:15.386Z found struct `Vec<u8>`
6802026-01-04T04:21:15.386Znote: tuple variant defined here
6812026-01-04T04:21:15.386Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:161:5
6822026-01-04T04:21:15.386Z |
6832026-01-04T04:21:15.386Z161 | Binary(Bytes),
6842026-01-04T04:21:15.386Z | ^^^^^^
6852026-01-04T04:21:15.386Zhelp: call `Into::into` on this expression to convert `Vec<u8>` into `tokio_tungstenite::tungstenite::Bytes`
6862026-01-04T04:21:15.386Z |
6872026-01-04T04:21:15.386Z606 | stream.send(Message::Binary(c.into())).await?;
6882026-01-04T04:21:15.386Z | +++++++
6892026-01-04T04:21:15.386Z
6902026-01-04T04:21:15.413Zerror[E0308]: mismatched types
6912026-01-04T04:21:15.413Z --> lib/src/cli.rs:606:37
6922026-01-04T04:21:15.413Z |
6932026-01-04T04:21:15.413Z606 | stream.send(Message::Binary(c)).await?;
6942026-01-04T04:21:15.413Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
6952026-01-04T04:21:15.413Z | |
6962026-01-04T04:21:15.413Z | arguments to this method are incorrect
6972026-01-04T04:21:15.413Z |
6982026-01-04T04:21:15.413Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
6992026-01-04T04:21:15.413Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7002026-01-04T04:21:15.413Z |
7012026-01-04T04:21:15.413Z160 | pub enum Message {
7022026-01-04T04:21:15.413Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
7032026-01-04T04:21:15.413Z |
7042026-01-04T04:21:15.417Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
7052026-01-04T04:21:15.417Z |
7062026-01-04T04:21:15.417Z157 | pub enum Message {
7072026-01-04T04:21:15.417Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
7082026-01-04T04:21:15.417Z |
7092026-01-04T04:21:15.417Z ::: lib/src/cli.rs:21:5
7102026-01-04T04:21:15.417Z |
7112026-01-04T04:21:15.417Z21 | use propolis_client::{
7122026-01-04T04:21:15.417Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
7132026-01-04T04:21:15.417Z...
7142026-01-04T04:21:15.417Z30 | use tokio_tungstenite::tungstenite::Message;
7152026-01-04T04:21:15.417Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
7162026-01-04T04:21:15.417Z = help: you can use `cargo tree` to explore your dependency tree
7172026-01-04T04:21:15.417Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
7182026-01-04T04:21:15.417Z --> lib/src/cli.rs:606:25
7192026-01-04T04:21:15.418Z |
7202026-01-04T04:21:15.418Z606 | stream.send(Message::Binary(c)).await?;
7212026-01-04T04:21:15.418Z | ^^^^^^^^^^^^------------------^
7222026-01-04T04:21:15.418Z | |
7232026-01-04T04:21:15.418Z | this argument influences the return type of `send`
7242026-01-04T04:21:15.418Znote: method defined here
7252026-01-04T04:21:15.418Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs:220:8
7262026-01-04T04:21:15.418Z |
7272026-01-04T04:21:15.418Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
7282026-01-04T04:21:15.418Z | ^^^^
7292026-01-04T04:21:15.418Z
7302026-01-04T04:21:15.418Zerror[E0308]: mismatched types
7312026-01-04T04:21:15.418Z --> lib/src/cli.rs:614:32
7322026-01-04T04:21:15.418Z |
7332026-01-04T04:21:15.418Z614 | ... Ok(Message::Binary(input)) => {
7342026-01-04T04:21:15.418Z | ^^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
7352026-01-04T04:21:15.418Z |
7362026-01-04T04:21:15.418Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
7372026-01-04T04:21:15.418Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7382026-01-04T04:21:15.418Z |
7392026-01-04T04:21:15.418Z160 | pub enum Message {
7402026-01-04T04:21:15.418Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
7412026-01-04T04:21:15.418Z |
7422026-01-04T04:21:15.418Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
7432026-01-04T04:21:15.418Z |
7442026-01-04T04:21:15.418Z157 | pub enum Message {
7452026-01-04T04:21:15.418Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
7462026-01-04T04:21:15.418Z |
7472026-01-04T04:21:15.418Z ::: lib/src/cli.rs:21:5
7482026-01-04T04:21:15.418Z |
7492026-01-04T04:21:15.418Z21 | use propolis_client::{
7502026-01-04T04:21:15.418Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
7512026-01-04T04:21:15.418Z...
7522026-01-04T04:21:15.418Z30 | use tokio_tungstenite::tungstenite::Message;
7532026-01-04T04:21:15.418Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
7542026-01-04T04:21:15.418Z = help: you can use `cargo tree` to explore your dependency tree
7552026-01-04T04:21:15.418Z
7562026-01-04T04:21:15.418Zerror[E0308]: mismatched types
7572026-01-04T04:21:15.418Z --> lib/src/cli.rs:618:32
7582026-01-04T04:21:15.419Z |
7592026-01-04T04:21:15.419Z618 | ... Ok(Message::Close(..)) => {
7602026-01-04T04:21:15.419Z | ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
7612026-01-04T04:21:15.419Z |
7622026-01-04T04:21:15.419Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
7632026-01-04T04:21:15.419Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
7642026-01-04T04:21:15.419Z |
7652026-01-04T04:21:15.419Z160 | pub enum Message {
7662026-01-04T04:21:15.419Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
7672026-01-04T04:21:15.419Z |
7682026-01-04T04:21:15.419Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
7692026-01-04T04:21:15.419Z |
7702026-01-04T04:21:15.419Z157 | pub enum Message {
7712026-01-04T04:21:15.419Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
7722026-01-04T04:21:15.419Z |
7732026-01-04T04:21:15.419Z ::: lib/src/cli.rs:21:5
7742026-01-04T04:21:15.419Z |
7752026-01-04T04:21:15.419Z21 | use propolis_client::{
7762026-01-04T04:21:15.419Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
7772026-01-04T04:21:15.419Z...
7782026-01-04T04:21:15.419Z30 | use tokio_tungstenite::tungstenite::Message;
7792026-01-04T04:21:15.419Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
7802026-01-04T04:21:15.419Z = help: you can use `cargo tree` to explore your dependency tree
7812026-01-04T04:21:15.419Z
7822026-01-04T04:21:15.520Zerror[E0308]: mismatched types
7832026-01-04T04:21:15.520Z --> lib/src/serial.rs:72:13
7842026-01-04T04:21:15.521Z |
7852026-01-04T04:21:15.521Z72 | / InstanceSerialConsoleHelper::new(
7862026-01-04T04:21:15.521Z73 | | *addr,
7872026-01-04T04:21:15.521Z74 | | WSClientOffset::MostRecent(0),
7882026-01-04T04:21:15.521Z75 | | Some(log.clone()),
7892026-01-04T04:21:15.521Z76 | | )
7902026-01-04T04:21:15.521Z77 | | .await
7912026-01-04T04:21:15.521Z | |__________________^ expected `tokio_tungstenite::tungstenite::Error`, found `Error`
7922026-01-04T04:21:15.521Z |
7932026-01-04T04:21:15.521Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
7942026-01-04T04:21:15.521Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/error.rs:15:1
7952026-01-04T04:21:15.521Z |
7962026-01-04T04:21:15.521Z15 | pub enum Error {
7972026-01-04T04:21:15.521Z | ^^^^^^^^^^^^^^ this is the found type `propolis_client::support::tungstenite::Error`
7982026-01-04T04:21:15.521Z |
7992026-01-04T04:21:15.521Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/error.rs:15:1
8002026-01-04T04:21:15.521Z |
8012026-01-04T04:21:15.521Z15 | pub enum Error {
8022026-01-04T04:21:15.521Z | ^^^^^^^^^^^^^^ this is the expected type `tokio_tungstenite::tungstenite::Error`
8032026-01-04T04:21:15.521Z |
8042026-01-04T04:21:15.521Z ::: lib/src/cli.rs:21:5
8052026-01-04T04:21:15.521Z |
8062026-01-04T04:21:15.521Z21 | use propolis_client::{
8072026-01-04T04:21:15.521Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
8082026-01-04T04:21:15.521Z...
8092026-01-04T04:21:15.521Z30 | use tokio_tungstenite::tungstenite::Message;
8102026-01-04T04:21:15.525Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
8112026-01-04T04:21:15.525Z = help: you can use `cargo tree` to explore your dependency tree
8122026-01-04T04:21:15.525Z
8132026-01-04T04:21:15.549Zerror[E0308]: mismatched types
8142026-01-04T04:21:15.549Z --> lib/src/serial.rs:122:21
8152026-01-04T04:21:15.549Z |
8162026-01-04T04:21:15.549Z122 | ws.send(Message::binary(v)).await?;
8172026-01-04T04:21:15.549Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
8182026-01-04T04:21:15.549Z | |
8192026-01-04T04:21:15.549Z | arguments to this method are incorrect
8202026-01-04T04:21:15.549Z |
8212026-01-04T04:21:15.549Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
8222026-01-04T04:21:15.549Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
8232026-01-04T04:21:15.549Z |
8242026-01-04T04:21:15.549Z160 | pub enum Message {
8252026-01-04T04:21:15.550Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
8262026-01-04T04:21:15.550Z |
8272026-01-04T04:21:15.550Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
8282026-01-04T04:21:15.550Z |
8292026-01-04T04:21:15.550Z157 | pub enum Message {
8302026-01-04T04:21:15.550Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
8312026-01-04T04:21:15.550Z |
8322026-01-04T04:21:15.550Z ::: lib/src/cli.rs:21:5
8332026-01-04T04:21:15.550Z |
8342026-01-04T04:21:15.553Z21 | use propolis_client::{
8352026-01-04T04:21:15.553Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
8362026-01-04T04:21:15.553Z...
8372026-01-04T04:21:15.553Z30 | use tokio_tungstenite::tungstenite::Message;
8382026-01-04T04:21:15.553Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
8392026-01-04T04:21:15.553Z = help: you can use `cargo tree` to explore your dependency tree
8402026-01-04T04:21:15.553Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
8412026-01-04T04:21:15.553Z --> lib/src/serial.rs:122:13
8422026-01-04T04:21:15.553Z |
8432026-01-04T04:21:15.553Z122 | ws.send(Message::binary(v)).await?;
8442026-01-04T04:21:15.553Z | ^^^^^^^^------------------^
8452026-01-04T04:21:15.553Z | |
8462026-01-04T04:21:15.553Z | this argument influences the return type of `send`
8472026-01-04T04:21:15.553Znote: method defined here
8482026-01-04T04:21:15.553Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs:220:8
8492026-01-04T04:21:15.553Z |
8502026-01-04T04:21:15.553Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
8512026-01-04T04:21:15.553Z | ^^^^
8522026-01-04T04:21:15.553Z
8532026-01-04T04:21:15.556Zerror[E0277]: `?` couldn't convert the error to `error::Error`
8542026-01-04T04:21:15.556Z --> lib/src/serial.rs:122:46
8552026-01-04T04:21:15.556Z |
8562026-01-04T04:21:15.556Z122 | ws.send(Message::binary(v)).await?;
8572026-01-04T04:21:15.556Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
8582026-01-04T04:21:15.556Z | |
8592026-01-04T04:21:15.556Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
8602026-01-04T04:21:15.556Z |
8612026-01-04T04:21:15.557Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
8622026-01-04T04:21:15.557Z = help: the following other types implement trait `From<T>`:
8632026-01-04T04:21:15.557Z `error::Error` implements `From<AddrParseError>`
8642026-01-04T04:21:15.557Z `error::Error` implements `From<FromUtf8Error>`
8652026-01-04T04:21:15.557Z `error::Error` implements `From<NulError>`
8662026-01-04T04:21:15.557Z `error::Error` implements `From<ParseIntError>`
8672026-01-04T04:21:15.557Z `error::Error` implements `From<QueryError>`
8682026-01-04T04:21:15.557Z `error::Error` implements `From<SpannedError>`
8692026-01-04T04:21:15.557Z `error::Error` implements `From<TryFromIntError>`
8702026-01-04T04:21:15.557Z `error::Error` implements `From<ZoneError>`
8712026-01-04T04:21:15.557Z and 11 others
8722026-01-04T04:21:15.557Z = note: required for `Result<(), error::Error>` to implement `FromResidual<Result<Infallible, propolis_client::support::tungstenite::Error>>`
8732026-01-04T04:21:15.557Z
8742026-01-04T04:21:15.574Zerror[E0308]: mismatched types
8752026-01-04T04:21:15.574Z --> lib/src/serial.rs:145:17
8762026-01-04T04:21:15.574Z |
8772026-01-04T04:21:15.574Z145 | ws.send(Message::binary(v)).await?;
8782026-01-04T04:21:15.574Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
8792026-01-04T04:21:15.574Z | |
8802026-01-04T04:21:15.574Z | arguments to this method are incorrect
8812026-01-04T04:21:15.574Z |
8822026-01-04T04:21:15.574Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
8832026-01-04T04:21:15.574Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
8842026-01-04T04:21:15.574Z |
8852026-01-04T04:21:15.574Z160 | pub enum Message {
8862026-01-04T04:21:15.574Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
8872026-01-04T04:21:15.574Z |
8882026-01-04T04:21:15.574Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
8892026-01-04T04:21:15.574Z |
8902026-01-04T04:21:15.574Z157 | pub enum Message {
8912026-01-04T04:21:15.578Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
8922026-01-04T04:21:15.578Z |
8932026-01-04T04:21:15.578Z ::: lib/src/cli.rs:21:5
8942026-01-04T04:21:15.578Z |
8952026-01-04T04:21:15.578Z21 | use propolis_client::{
8962026-01-04T04:21:15.578Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
8972026-01-04T04:21:15.578Z...
8982026-01-04T04:21:15.578Z30 | use tokio_tungstenite::tungstenite::Message;
8992026-01-04T04:21:15.578Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
9002026-01-04T04:21:15.578Z = help: you can use `cargo tree` to explore your dependency tree
9012026-01-04T04:21:15.578Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
9022026-01-04T04:21:15.578Z --> lib/src/serial.rs:145:9
9032026-01-04T04:21:15.578Z |
9042026-01-04T04:21:15.578Z145 | ws.send(Message::binary(v)).await?;
9052026-01-04T04:21:15.578Z | ^^^^^^^^------------------^
9062026-01-04T04:21:15.578Z | |
9072026-01-04T04:21:15.578Z | this argument influences the return type of `send`
9082026-01-04T04:21:15.578Znote: method defined here
9092026-01-04T04:21:15.578Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs:220:8
9102026-01-04T04:21:15.578Z |
9112026-01-04T04:21:15.578Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
9122026-01-04T04:21:15.578Z | ^^^^
9132026-01-04T04:21:15.578Z
9142026-01-04T04:21:15.578Zerror[E0277]: `?` couldn't convert the error to `error::Error`
9152026-01-04T04:21:15.578Z --> lib/src/serial.rs:145:42
9162026-01-04T04:21:15.578Z |
9172026-01-04T04:21:15.578Z145 | ws.send(Message::binary(v)).await?;
9182026-01-04T04:21:15.578Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
9192026-01-04T04:21:15.578Z | |
9202026-01-04T04:21:15.578Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
9212026-01-04T04:21:15.578Z |
9222026-01-04T04:21:15.578Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
9232026-01-04T04:21:15.578Z = help: the following other types implement trait `From<T>`:
9242026-01-04T04:21:15.578Z `error::Error` implements `From<AddrParseError>`
9252026-01-04T04:21:15.578Z `error::Error` implements `From<FromUtf8Error>`
9262026-01-04T04:21:15.578Z `error::Error` implements `From<NulError>`
9272026-01-04T04:21:15.578Z `error::Error` implements `From<ParseIntError>`
9282026-01-04T04:21:15.578Z `error::Error` implements `From<QueryError>`
9292026-01-04T04:21:15.579Z `error::Error` implements `From<SpannedError>`
9302026-01-04T04:21:15.579Z `error::Error` implements `From<TryFromIntError>`
9312026-01-04T04:21:15.579Z `error::Error` implements `From<ZoneError>`
9322026-01-04T04:21:15.579Z and 11 others
9332026-01-04T04:21:15.579Z = note: required for `Result<(), error::Error>` to implement `FromResidual<Result<Infallible, propolis_client::support::tungstenite::Error>>`
9342026-01-04T04:21:15.579Z
9352026-01-04T04:21:15.595Zerror[E0308]: mismatched types
9362026-01-04T04:21:15.595Z --> lib/src/serial.rs:163:17
9372026-01-04T04:21:15.595Z |
9382026-01-04T04:21:15.595Z163 | ws.send(Message::binary(v)).await?;
9392026-01-04T04:21:15.595Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
9402026-01-04T04:21:15.595Z | |
9412026-01-04T04:21:15.595Z | arguments to this method are incorrect
9422026-01-04T04:21:15.595Z |
9432026-01-04T04:21:15.595Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
9442026-01-04T04:21:15.596Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
9452026-01-04T04:21:15.596Z |
9462026-01-04T04:21:15.596Z160 | pub enum Message {
9472026-01-04T04:21:15.596Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
9482026-01-04T04:21:15.596Z |
9492026-01-04T04:21:15.596Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
9502026-01-04T04:21:15.596Z |
9512026-01-04T04:21:15.596Z157 | pub enum Message {
9522026-01-04T04:21:15.599Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
9532026-01-04T04:21:15.599Z |
9542026-01-04T04:21:15.599Z ::: lib/src/cli.rs:21:5
9552026-01-04T04:21:15.599Z |
9562026-01-04T04:21:15.599Z21 | use propolis_client::{
9572026-01-04T04:21:15.599Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
9582026-01-04T04:21:15.599Z...
9592026-01-04T04:21:15.599Z30 | use tokio_tungstenite::tungstenite::Message;
9602026-01-04T04:21:15.599Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
9612026-01-04T04:21:15.599Z = help: you can use `cargo tree` to explore your dependency tree
9622026-01-04T04:21:15.599Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
9632026-01-04T04:21:15.599Z --> lib/src/serial.rs:163:9
9642026-01-04T04:21:15.599Z |
9652026-01-04T04:21:15.599Z163 | ws.send(Message::binary(v)).await?;
9662026-01-04T04:21:15.599Z | ^^^^^^^^------------------^
9672026-01-04T04:21:15.599Z | |
9682026-01-04T04:21:15.599Z | this argument influences the return type of `send`
9692026-01-04T04:21:15.599Znote: method defined here
9702026-01-04T04:21:15.599Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs:220:8
9712026-01-04T04:21:15.599Z |
9722026-01-04T04:21:15.600Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
9732026-01-04T04:21:15.600Z | ^^^^
9742026-01-04T04:21:15.600Z
9752026-01-04T04:21:15.600Zerror[E0277]: `?` couldn't convert the error to `error::Error`
9762026-01-04T04:21:15.600Z --> lib/src/serial.rs:163:42
9772026-01-04T04:21:15.600Z |
9782026-01-04T04:21:15.600Z163 | ws.send(Message::binary(v)).await?;
9792026-01-04T04:21:15.600Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
9802026-01-04T04:21:15.600Z | |
9812026-01-04T04:21:15.600Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
9822026-01-04T04:21:15.600Z |
9832026-01-04T04:21:15.600Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
9842026-01-04T04:21:15.600Z = help: the following other types implement trait `From<T>`:
9852026-01-04T04:21:15.600Z `error::Error` implements `From<AddrParseError>`
9862026-01-04T04:21:15.600Z `error::Error` implements `From<FromUtf8Error>`
9872026-01-04T04:21:15.600Z `error::Error` implements `From<NulError>`
9882026-01-04T04:21:15.600Z `error::Error` implements `From<ParseIntError>`
9892026-01-04T04:21:15.600Z `error::Error` implements `From<QueryError>`
9902026-01-04T04:21:15.600Z `error::Error` implements `From<SpannedError>`
9912026-01-04T04:21:15.600Z `error::Error` implements `From<TryFromIntError>`
9922026-01-04T04:21:15.600Z `error::Error` implements `From<ZoneError>`
9932026-01-04T04:21:15.600Z and 11 others
9942026-01-04T04:21:15.600Z = note: required for `Result<(), error::Error>` to implement `FromResidual<Result<Infallible, propolis_client::support::tungstenite::Error>>`
9952026-01-04T04:21:15.600Z
9962026-01-04T04:21:15.615Zerror[E0308]: mismatched types
9972026-01-04T04:21:15.615Z --> lib/src/serial.rs:173:17
9982026-01-04T04:21:15.615Z |
9992026-01-04T04:21:15.615Z173 | ws.send(Message::binary(v.clone())).await?;
10002026-01-04T04:21:15.615Z | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
10012026-01-04T04:21:15.615Z | |
10022026-01-04T04:21:15.615Z | arguments to this method are incorrect
10032026-01-04T04:21:15.616Z |
10042026-01-04T04:21:15.616Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
10052026-01-04T04:21:15.616Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
10062026-01-04T04:21:15.616Z |
10072026-01-04T04:21:15.616Z160 | pub enum Message {
10082026-01-04T04:21:15.616Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
10092026-01-04T04:21:15.616Z |
10102026-01-04T04:21:15.616Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
10112026-01-04T04:21:15.616Z |
10122026-01-04T04:21:15.616Z157 | pub enum Message {
10132026-01-04T04:21:15.616Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
10142026-01-04T04:21:15.616Z |
10152026-01-04T04:21:15.616Z ::: lib/src/cli.rs:21:5
10162026-01-04T04:21:15.619Z |
10172026-01-04T04:21:15.619Z21 | use propolis_client::{
10182026-01-04T04:21:15.619Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
10192026-01-04T04:21:15.619Z...
10202026-01-04T04:21:15.619Z30 | use tokio_tungstenite::tungstenite::Message;
10212026-01-04T04:21:15.619Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
10222026-01-04T04:21:15.619Z = help: you can use `cargo tree` to explore your dependency tree
10232026-01-04T04:21:15.619Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
10242026-01-04T04:21:15.619Z --> lib/src/serial.rs:173:9
10252026-01-04T04:21:15.619Z |
10262026-01-04T04:21:15.619Z173 | ws.send(Message::binary(v.clone())).await?;
10272026-01-04T04:21:15.619Z | ^^^^^^^^--------------------------^
10282026-01-04T04:21:15.619Z | |
10292026-01-04T04:21:15.619Z | this argument influences the return type of `send`
10302026-01-04T04:21:15.620Znote: method defined here
10312026-01-04T04:21:15.620Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs:220:8
10322026-01-04T04:21:15.620Z |
10332026-01-04T04:21:15.620Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
10342026-01-04T04:21:15.620Z | ^^^^
10352026-01-04T04:21:15.620Z
10362026-01-04T04:21:15.620Zerror[E0277]: `?` couldn't convert the error to `error::Error`
10372026-01-04T04:21:15.620Z --> lib/src/serial.rs:173:50
10382026-01-04T04:21:15.620Z |
10392026-01-04T04:21:15.620Z173 | ws.send(Message::binary(v.clone())).await?;
10402026-01-04T04:21:15.620Z | -----------------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
10412026-01-04T04:21:15.620Z | |
10422026-01-04T04:21:15.620Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
10432026-01-04T04:21:15.620Z |
10442026-01-04T04:21:15.620Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
10452026-01-04T04:21:15.620Z = help: the following other types implement trait `From<T>`:
10462026-01-04T04:21:15.620Z `error::Error` implements `From<AddrParseError>`
10472026-01-04T04:21:15.620Z `error::Error` implements `From<FromUtf8Error>`
10482026-01-04T04:21:15.620Z `error::Error` implements `From<NulError>`
10492026-01-04T04:21:15.620Z `error::Error` implements `From<ParseIntError>`
10502026-01-04T04:21:15.620Z `error::Error` implements `From<QueryError>`
10512026-01-04T04:21:15.620Z `error::Error` implements `From<SpannedError>`
10522026-01-04T04:21:15.620Z `error::Error` implements `From<TryFromIntError>`
10532026-01-04T04:21:15.620Z `error::Error` implements `From<ZoneError>`
10542026-01-04T04:21:15.620Z and 11 others
10552026-01-04T04:21:15.620Z = note: required for `Result<(), error::Error>` to implement `FromResidual<Result<Infallible, propolis_client::support::tungstenite::Error>>`
10562026-01-04T04:21:15.620Z
10572026-01-04T04:21:15.635Zerror[E0308]: mismatched types
10582026-01-04T04:21:15.636Z --> lib/src/serial.rs:182:17
10592026-01-04T04:21:15.636Z |
10602026-01-04T04:21:15.636Z182 | ws.send(Message::binary(v.clone())).await?;
10612026-01-04T04:21:15.636Z | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
10622026-01-04T04:21:15.636Z | |
10632026-01-04T04:21:15.636Z | arguments to this method are incorrect
10642026-01-04T04:21:15.636Z |
10652026-01-04T04:21:15.636Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
10662026-01-04T04:21:15.636Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
10672026-01-04T04:21:15.636Z |
10682026-01-04T04:21:15.636Z160 | pub enum Message {
10692026-01-04T04:21:15.636Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
10702026-01-04T04:21:15.636Z |
10712026-01-04T04:21:15.639Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
10722026-01-04T04:21:15.639Z |
10732026-01-04T04:21:15.639Z157 | pub enum Message {
10742026-01-04T04:21:15.639Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
10752026-01-04T04:21:15.639Z |
10762026-01-04T04:21:15.639Z ::: lib/src/cli.rs:21:5
10772026-01-04T04:21:15.639Z |
10782026-01-04T04:21:15.639Z21 | use propolis_client::{
10792026-01-04T04:21:15.639Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
10802026-01-04T04:21:15.639Z...
10812026-01-04T04:21:15.639Z30 | use tokio_tungstenite::tungstenite::Message;
10822026-01-04T04:21:15.639Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
10832026-01-04T04:21:15.639Z = help: you can use `cargo tree` to explore your dependency tree
10842026-01-04T04:21:15.639Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
10852026-01-04T04:21:15.639Z --> lib/src/serial.rs:182:9
10862026-01-04T04:21:15.639Z |
10872026-01-04T04:21:15.639Z182 | ws.send(Message::binary(v.clone())).await?;
10882026-01-04T04:21:15.639Z | ^^^^^^^^--------------------------^
10892026-01-04T04:21:15.639Z | |
10902026-01-04T04:21:15.639Z | this argument influences the return type of `send`
10912026-01-04T04:21:15.639Znote: method defined here
10922026-01-04T04:21:15.639Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs:220:8
10932026-01-04T04:21:15.640Z |
10942026-01-04T04:21:15.640Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
10952026-01-04T04:21:15.640Z | ^^^^
10962026-01-04T04:21:15.640Z
10972026-01-04T04:21:15.640Zerror[E0277]: `?` couldn't convert the error to `error::Error`
10982026-01-04T04:21:15.640Z --> lib/src/serial.rs:182:50
10992026-01-04T04:21:15.640Z |
11002026-01-04T04:21:15.640Z182 | ws.send(Message::binary(v.clone())).await?;
11012026-01-04T04:21:15.640Z | -----------------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
11022026-01-04T04:21:15.640Z | |
11032026-01-04T04:21:15.640Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
11042026-01-04T04:21:15.640Z |
11052026-01-04T04:21:15.640Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
11062026-01-04T04:21:15.640Z = help: the following other types implement trait `From<T>`:
11072026-01-04T04:21:15.640Z `error::Error` implements `From<AddrParseError>`
11082026-01-04T04:21:15.640Z `error::Error` implements `From<FromUtf8Error>`
11092026-01-04T04:21:15.640Z `error::Error` implements `From<NulError>`
11102026-01-04T04:21:15.640Z `error::Error` implements `From<ParseIntError>`
11112026-01-04T04:21:15.640Z `error::Error` implements `From<QueryError>`
11122026-01-04T04:21:15.640Z `error::Error` implements `From<SpannedError>`
11132026-01-04T04:21:15.640Z `error::Error` implements `From<TryFromIntError>`
11142026-01-04T04:21:15.640Z `error::Error` implements `From<ZoneError>`
11152026-01-04T04:21:15.640Z and 11 others
11162026-01-04T04:21:15.640Z = note: required for `Result<(), error::Error>` to implement `FromResidual<Result<Infallible, propolis_client::support::tungstenite::Error>>`
11172026-01-04T04:21:15.640Z
11182026-01-04T04:21:15.656Zerror[E0308]: mismatched types
11192026-01-04T04:21:15.656Z --> lib/src/serial.rs:192:17
11202026-01-04T04:21:15.656Z |
11212026-01-04T04:21:15.656Z192 | ws.send(Message::binary(v)).await?;
11222026-01-04T04:21:15.656Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
11232026-01-04T04:21:15.656Z | |
11242026-01-04T04:21:15.656Z | arguments to this method are incorrect
11252026-01-04T04:21:15.656Z |
11262026-01-04T04:21:15.656Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
11272026-01-04T04:21:15.656Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
11282026-01-04T04:21:15.656Z |
11292026-01-04T04:21:15.656Z160 | pub enum Message {
11302026-01-04T04:21:15.656Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
11312026-01-04T04:21:15.656Z |
11322026-01-04T04:21:15.656Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
11332026-01-04T04:21:15.656Z |
11342026-01-04T04:21:15.656Z157 | pub enum Message {
11352026-01-04T04:21:15.656Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
11362026-01-04T04:21:15.656Z |
11372026-01-04T04:21:15.656Z ::: lib/src/cli.rs:21:5
11382026-01-04T04:21:15.656Z |
11392026-01-04T04:21:15.656Z21 | use propolis_client::{
11402026-01-04T04:21:15.656Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
11412026-01-04T04:21:15.656Z...
11422026-01-04T04:21:15.660Z30 | use tokio_tungstenite::tungstenite::Message;
11432026-01-04T04:21:15.660Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
11442026-01-04T04:21:15.660Z = help: you can use `cargo tree` to explore your dependency tree
11452026-01-04T04:21:15.660Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
11462026-01-04T04:21:15.660Z --> lib/src/serial.rs:192:9
11472026-01-04T04:21:15.660Z |
11482026-01-04T04:21:15.660Z192 | ws.send(Message::binary(v)).await?;
11492026-01-04T04:21:15.660Z | ^^^^^^^^------------------^
11502026-01-04T04:21:15.660Z | |
11512026-01-04T04:21:15.660Z | this argument influences the return type of `send`
11522026-01-04T04:21:15.660Znote: method defined here
11532026-01-04T04:21:15.660Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs:220:8
11542026-01-04T04:21:15.660Z |
11552026-01-04T04:21:15.660Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
11562026-01-04T04:21:15.660Z | ^^^^
11572026-01-04T04:21:15.660Z
11582026-01-04T04:21:15.660Zerror[E0277]: `?` couldn't convert the error to `error::Error`
11592026-01-04T04:21:15.660Z --> lib/src/serial.rs:192:42
11602026-01-04T04:21:15.660Z |
11612026-01-04T04:21:15.660Z192 | ws.send(Message::binary(v)).await?;
11622026-01-04T04:21:15.660Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
11632026-01-04T04:21:15.660Z | |
11642026-01-04T04:21:15.660Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
11652026-01-04T04:21:15.660Z |
11662026-01-04T04:21:15.660Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
11672026-01-04T04:21:15.660Z = help: the following other types implement trait `From<T>`:
11682026-01-04T04:21:15.660Z `error::Error` implements `From<AddrParseError>`
11692026-01-04T04:21:15.660Z `error::Error` implements `From<FromUtf8Error>`
11702026-01-04T04:21:15.660Z `error::Error` implements `From<NulError>`
11712026-01-04T04:21:15.660Z `error::Error` implements `From<ParseIntError>`
11722026-01-04T04:21:15.660Z `error::Error` implements `From<QueryError>`
11732026-01-04T04:21:15.660Z `error::Error` implements `From<SpannedError>`
11742026-01-04T04:21:15.660Z `error::Error` implements `From<TryFromIntError>`
11752026-01-04T04:21:15.660Z `error::Error` implements `From<ZoneError>`
11762026-01-04T04:21:15.660Z and 11 others
11772026-01-04T04:21:15.660Z = note: required for `Result<(), error::Error>` to implement `FromResidual<Result<Infallible, propolis_client::support::tungstenite::Error>>`
11782026-01-04T04:21:15.660Z
11792026-01-04T04:21:15.678Zerror[E0308]: mismatched types
11802026-01-04T04:21:15.679Z --> lib/src/serial.rs:212:17
11812026-01-04T04:21:15.679Z |
11822026-01-04T04:21:15.679Z212 | ws.send(Message::binary(v)).await?;
11832026-01-04T04:21:15.679Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
11842026-01-04T04:21:15.679Z | |
11852026-01-04T04:21:15.679Z | arguments to this method are incorrect
11862026-01-04T04:21:15.679Z |
11872026-01-04T04:21:15.679Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
11882026-01-04T04:21:15.679Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
11892026-01-04T04:21:15.679Z |
11902026-01-04T04:21:15.679Z160 | pub enum Message {
11912026-01-04T04:21:15.679Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
11922026-01-04T04:21:15.679Z |
11932026-01-04T04:21:15.679Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
11942026-01-04T04:21:15.679Z |
11952026-01-04T04:21:15.679Z157 | pub enum Message {
11962026-01-04T04:21:15.679Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
11972026-01-04T04:21:15.679Z |
11982026-01-04T04:21:15.679Z ::: lib/src/cli.rs:21:5
11992026-01-04T04:21:15.679Z |
12002026-01-04T04:21:15.679Z21 | use propolis_client::{
12012026-01-04T04:21:15.679Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
12022026-01-04T04:21:15.682Z...
12032026-01-04T04:21:15.682Z30 | use tokio_tungstenite::tungstenite::Message;
12042026-01-04T04:21:15.682Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
12052026-01-04T04:21:15.682Z = help: you can use `cargo tree` to explore your dependency tree
12062026-01-04T04:21:15.682Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
12072026-01-04T04:21:15.682Z --> lib/src/serial.rs:212:9
12082026-01-04T04:21:15.682Z |
12092026-01-04T04:21:15.682Z212 | ws.send(Message::binary(v)).await?;
12102026-01-04T04:21:15.682Z | ^^^^^^^^------------------^
12112026-01-04T04:21:15.682Z | |
12122026-01-04T04:21:15.683Z | this argument influences the return type of `send`
12132026-01-04T04:21:15.683Znote: method defined here
12142026-01-04T04:21:15.683Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs:220:8
12152026-01-04T04:21:15.683Z |
12162026-01-04T04:21:15.683Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
12172026-01-04T04:21:15.683Z | ^^^^
12182026-01-04T04:21:15.683Z
12192026-01-04T04:21:15.683Zerror[E0277]: `?` couldn't convert the error to `error::Error`
12202026-01-04T04:21:15.683Z --> lib/src/serial.rs:212:42
12212026-01-04T04:21:15.683Z |
12222026-01-04T04:21:15.683Z212 | ws.send(Message::binary(v)).await?;
12232026-01-04T04:21:15.683Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
12242026-01-04T04:21:15.683Z | |
12252026-01-04T04:21:15.683Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
12262026-01-04T04:21:15.683Z |
12272026-01-04T04:21:15.683Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
12282026-01-04T04:21:15.683Z = help: the following other types implement trait `From<T>`:
12292026-01-04T04:21:15.683Z `error::Error` implements `From<AddrParseError>`
12302026-01-04T04:21:15.683Z `error::Error` implements `From<FromUtf8Error>`
12312026-01-04T04:21:15.683Z `error::Error` implements `From<NulError>`
12322026-01-04T04:21:15.683Z `error::Error` implements `From<ParseIntError>`
12332026-01-04T04:21:15.683Z `error::Error` implements `From<QueryError>`
12342026-01-04T04:21:15.683Z `error::Error` implements `From<SpannedError>`
12352026-01-04T04:21:15.683Z `error::Error` implements `From<TryFromIntError>`
12362026-01-04T04:21:15.683Z `error::Error` implements `From<ZoneError>`
12372026-01-04T04:21:15.683Z and 11 others
12382026-01-04T04:21:15.683Z = note: required for `Result<(), error::Error>` to implement `FromResidual<Result<Infallible, propolis_client::support::tungstenite::Error>>`
12392026-01-04T04:21:15.683Z
12402026-01-04T04:21:15.699Zerror[E0308]: mismatched types
12412026-01-04T04:21:15.700Z --> lib/src/serial.rs:229:17
12422026-01-04T04:21:15.700Z |
12432026-01-04T04:21:15.700Z229 | ws.send(Message::binary(v)).await?;
12442026-01-04T04:21:15.700Z | ---- ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
12452026-01-04T04:21:15.700Z | |
12462026-01-04T04:21:15.700Z | arguments to this method are incorrect
12472026-01-04T04:21:15.700Z |
12482026-01-04T04:21:15.700Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
12492026-01-04T04:21:15.700Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
12502026-01-04T04:21:15.700Z |
12512026-01-04T04:21:15.700Z160 | pub enum Message {
12522026-01-04T04:21:15.700Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
12532026-01-04T04:21:15.703Z |
12542026-01-04T04:21:15.703Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
12552026-01-04T04:21:15.703Z |
12562026-01-04T04:21:15.703Z157 | pub enum Message {
12572026-01-04T04:21:15.703Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
12582026-01-04T04:21:15.703Z |
12592026-01-04T04:21:15.703Z ::: lib/src/cli.rs:21:5
12602026-01-04T04:21:15.703Z |
12612026-01-04T04:21:15.703Z21 | use propolis_client::{
12622026-01-04T04:21:15.703Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
12632026-01-04T04:21:15.703Z...
12642026-01-04T04:21:15.703Z30 | use tokio_tungstenite::tungstenite::Message;
12652026-01-04T04:21:15.703Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
12662026-01-04T04:21:15.703Z = help: you can use `cargo tree` to explore your dependency tree
12672026-01-04T04:21:15.703Zhelp: the return type of this call is `tokio_tungstenite::tungstenite::Message` due to the type of the argument passed
12682026-01-04T04:21:15.703Z --> lib/src/serial.rs:229:9
12692026-01-04T04:21:15.703Z |
12702026-01-04T04:21:15.703Z229 | ws.send(Message::binary(v)).await?;
12712026-01-04T04:21:15.703Z | ^^^^^^^^------------------^
12722026-01-04T04:21:15.703Z | |
12732026-01-04T04:21:15.703Z | this argument influences the return type of `send`
12742026-01-04T04:21:15.703Znote: method defined here
12752026-01-04T04:21:15.703Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs:220:8
12762026-01-04T04:21:15.703Z |
12772026-01-04T04:21:15.703Z220 | fn send(&mut self, item: Item) -> Send<'_, Self, Item>
12782026-01-04T04:21:15.703Z | ^^^^
12792026-01-04T04:21:15.703Z
12802026-01-04T04:21:15.703Zerror[E0277]: `?` couldn't convert the error to `error::Error`
12812026-01-04T04:21:15.704Z --> lib/src/serial.rs:229:42
12822026-01-04T04:21:15.704Z |
12832026-01-04T04:21:15.704Z229 | ws.send(Message::binary(v)).await?;
12842026-01-04T04:21:15.704Z | ---------------------------------^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
12852026-01-04T04:21:15.704Z | |
12862026-01-04T04:21:15.704Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
12872026-01-04T04:21:15.704Z |
12882026-01-04T04:21:15.704Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
12892026-01-04T04:21:15.704Z = help: the following other types implement trait `From<T>`:
12902026-01-04T04:21:15.704Z `error::Error` implements `From<AddrParseError>`
12912026-01-04T04:21:15.704Z `error::Error` implements `From<FromUtf8Error>`
12922026-01-04T04:21:15.704Z `error::Error` implements `From<NulError>`
12932026-01-04T04:21:15.704Z `error::Error` implements `From<ParseIntError>`
12942026-01-04T04:21:15.704Z `error::Error` implements `From<QueryError>`
12952026-01-04T04:21:15.704Z `error::Error` implements `From<SpannedError>`
12962026-01-04T04:21:15.704Z `error::Error` implements `From<TryFromIntError>`
12972026-01-04T04:21:15.704Z `error::Error` implements `From<ZoneError>`
12982026-01-04T04:21:15.704Z and 11 others
12992026-01-04T04:21:15.704Z = note: required for `Result<std::string::String, error::Error>` to implement `FromResidual<Result<Infallible, propolis_client::support::tungstenite::Error>>`
13002026-01-04T04:21:15.704Z
13012026-01-04T04:21:15.711Zerror[E0277]: `?` couldn't convert the error to `error::Error`
13022026-01-04T04:21:15.711Z --> lib/src/serial.rs:291:38
13032026-01-04T04:21:15.711Z |
13042026-01-04T04:21:15.711Z291 | let msg = msg?
13052026-01-04T04:21:15.711Z | ---^ the trait `From<propolis_client::support::tungstenite::Error>` is not implemented for `error::Error`
13062026-01-04T04:21:15.711Z | |
13072026-01-04T04:21:15.711Z | this can't be annotated with `?` because it has type `Result<_, propolis_client::support::tungstenite::Error>`
13082026-01-04T04:21:15.711Z |
13092026-01-04T04:21:15.711Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
13102026-01-04T04:21:15.711Z = help: the following other types implement trait `From<T>`:
13112026-01-04T04:21:15.711Z `error::Error` implements `From<AddrParseError>`
13122026-01-04T04:21:15.711Z `error::Error` implements `From<FromUtf8Error>`
13132026-01-04T04:21:15.711Z `error::Error` implements `From<NulError>`
13142026-01-04T04:21:15.711Z `error::Error` implements `From<ParseIntError>`
13152026-01-04T04:21:15.711Z `error::Error` implements `From<QueryError>`
13162026-01-04T04:21:15.711Z `error::Error` implements `From<SpannedError>`
13172026-01-04T04:21:15.711Z `error::Error` implements `From<TryFromIntError>`
13182026-01-04T04:21:15.711Z `error::Error` implements `From<ZoneError>`
13192026-01-04T04:21:15.711Z and 11 others
13202026-01-04T04:21:15.711Z = note: required for `Result<std::string::String, error::Error>` to implement `FromResidual<Result<Infallible, propolis_client::support::tungstenite::Error>>`
13212026-01-04T04:21:15.711Z
13222026-01-04T04:21:15.715Zerror[E0308]: mismatched types
13232026-01-04T04:21:15.715Z --> lib/src/serial.rs:296:29
13242026-01-04T04:21:15.715Z |
13252026-01-04T04:21:15.715Z296 | ... Message::Binary(data) => {
13262026-01-04T04:21:15.715Z | ^^^^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
13272026-01-04T04:21:15.715Z |
13282026-01-04T04:21:15.715Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
13292026-01-04T04:21:15.715Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
13302026-01-04T04:21:15.715Z |
13312026-01-04T04:21:15.715Z160 | pub enum Message {
13322026-01-04T04:21:15.715Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
13332026-01-04T04:21:15.715Z |
13342026-01-04T04:21:15.715Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
13352026-01-04T04:21:15.715Z |
13362026-01-04T04:21:15.715Z157 | pub enum Message {
13372026-01-04T04:21:15.715Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
13382026-01-04T04:21:15.715Z |
13392026-01-04T04:21:15.715Z ::: lib/src/cli.rs:21:5
13402026-01-04T04:21:15.715Z |
13412026-01-04T04:21:15.715Z21 | use propolis_client::{
13422026-01-04T04:21:15.715Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
13432026-01-04T04:21:15.715Z...
13442026-01-04T04:21:15.715Z30 | use tokio_tungstenite::tungstenite::Message;
13452026-01-04T04:21:15.715Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
13462026-01-04T04:21:15.715Z = help: you can use `cargo tree` to explore your dependency tree
13472026-01-04T04:21:15.715Z
13482026-01-04T04:21:15.715Zerror[E0308]: mismatched types
13492026-01-04T04:21:15.715Z --> lib/src/serial.rs:323:29
13502026-01-04T04:21:15.715Z |
13512026-01-04T04:21:15.715Z323 | ... Message::Close(..) => {
13522026-01-04T04:21:15.715Z | ^^^^^^^^^^^^^^^^^^ expected `Message`, found `tokio_tungstenite::tungstenite::Message`
13532026-01-04T04:21:15.716Z |
13542026-01-04T04:21:15.716Znote: two different versions of crate `tungstenite` are being used; two types coming from two different versions of the same crate are different types even if they look the same
13552026-01-04T04:21:15.716Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/protocol/message.rs:160:1
13562026-01-04T04:21:15.716Z |
13572026-01-04T04:21:15.716Z160 | pub enum Message {
13582026-01-04T04:21:15.716Z | ^^^^^^^^^^^^^^^^ this is the expected type `propolis_client::support::tungstenite::Message`
13592026-01-04T04:21:15.716Z |
13602026-01-04T04:21:15.716Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs:157:1
13612026-01-04T04:21:15.716Z |
13622026-01-04T04:21:15.716Z157 | pub enum Message {
13632026-01-04T04:21:15.716Z | ^^^^^^^^^^^^^^^^ this is the found type `tokio_tungstenite::tungstenite::Message`
13642026-01-04T04:21:15.716Z |
13652026-01-04T04:21:15.716Z ::: lib/src/cli.rs:21:5
13662026-01-04T04:21:15.716Z |
13672026-01-04T04:21:15.716Z21 | use propolis_client::{
13682026-01-04T04:21:15.716Z | --------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
13692026-01-04T04:21:15.716Z...
13702026-01-04T04:21:15.716Z30 | use tokio_tungstenite::tungstenite::Message;
13712026-01-04T04:21:15.716Z | ----------------- one version of crate `tungstenite` used here, as a dependency of crate `tokio_tungstenite`
13722026-01-04T04:21:15.716Z = help: you can use `cargo tree` to explore your dependency tree
13732026-01-04T04:21:15.716Z
13742026-01-04T04:21:15.719Zerror[E0624]: method `as_slice` is private
13752026-01-04T04:21:15.719Z --> lib/src/serial.rs:298:66
13762026-01-04T04:21:15.719Z |
13772026-01-04T04:21:15.720Z298 | ... String::from_utf8_lossy(data.as_slice())
13782026-01-04T04:21:15.720Z | ^^^^^^^^ private method
13792026-01-04T04:21:15.720Z |
13802026-01-04T04:21:15.720Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:667:5
13812026-01-04T04:21:15.720Z |
13822026-01-04T04:21:15.720Z667 | fn as_slice(&self) -> &[u8] {
13832026-01-04T04:21:15.720Z | --------------------------- private method defined here
13842026-01-04T04:21:15.720Z |
13852026-01-04T04:21:15.720Z = help: items from traits can only be used if the trait is in scope
13862026-01-04T04:21:15.720Zhelp: trait `SlicePattern` which provides `as_slice` is implemented but not in scope; perhaps you want to import it
13872026-01-04T04:21:15.720Z |
13882026-01-04T04:21:15.720Z7 + use core::slice::SlicePattern;
13892026-01-04T04:21:15.720Z |
13902026-01-04T04:21:15.720Z
13912026-01-04T04:21:16.666ZSome errors have detailed explanations: E0277, E0308, E0624.
13922026-01-04T04:21:16.666ZFor more information about an error, try `rustc --explain E0277`.
13932026-01-04T04:21:16.716Zerror: could not compile `libfalcon` (lib) due to 25 previous errors
13942026-01-04T04:21:16.917Z
13952026-01-04T04:21:16.918Zreal 1:19.662832770
13962026-01-04T04:21:16.918Zuser 7:40.332353329
13972026-01-04T04:21:16.918Zsys 1:00.681378974
13982026-01-04T04:21:16.918Ztrap 0.296621014
13992026-01-04T04:21:16.918Ztflt 0.310980562
14002026-01-04T04:21:16.920Zdflt 0.147892265
14012026-01-04T04:21:16.921Zkflt 0.005119633
14022026-01-04T04:21:16.921Zlock 12:15.965593115
14032026-01-04T04:21:16.921Zslp 30:00.952739950
14042026-01-04T04:21:16.921Zlat 33.827144550
14052026-01-04T04:21:16.921Zstop 1:14.282849560
14062026-01-04T04:21:16.921Zprocess exited: duration 104637 ms, exit code 101
 
14072026-01-04T04:21:16.927Zfound 0 output files