01M2B1YRXNDK3YBM55A7H15PHM: Build Helios client / CI

BasicConfig {
    output_rules: [
        "=/work/sush",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/permission-slip",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/sush",
            series: "helios",
            name: "sush",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01M2B1Z54JXR7WSNM8WZQAC8CA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-12T14:58:14.645Zjob assigned to worker 01M2B1ZB2S650XDRNTZW3583NZ [factory aws, i-0f7a998b9ab0f60c6] (queued for 47 s)
 
22026-09-12T14:58:21.174Zstarting task 0: "setup"
32026-09-12T14:58:21.179Z++ uname -s
42026-09-12T14:58:21.183Z+ kern=SunOS
52026-09-12T14:58:21.183Z+ build_user=build
62026-09-12T14:58:21.183Z+ build_uid=12345
72026-09-12T14:58:21.183Z+ work_dir=/work
82026-09-12T14:58:21.183Z+ input_dir=/input
92026-09-12T14:58:21.183Z+ [[ 0 == 12345 ]]
102026-09-12T14:58:21.183Z+ case "$kern" in
112026-09-12T14:58:21.183Z+ groupadd -g 12345 build
122026-09-12T14:58:21.186Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-12T14:58:23.188Z+ zfs create -o mountpoint=/work rpool/work
142026-09-12T14:58:23.312Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-12T14:58:23.315Z+ home_fs=zfs
162026-09-12T14:58:23.315Z+ [[ zfs == autofs ]]
172026-09-12T14:58:23.315Z+ mkdir -p /home/build
182026-09-12T14:58:23.315Z+ chown build:build /home/build /work
192026-09-12T14:58:24.316Z+ chmod 0700 /home/build /work
202026-09-12T14:58:24.319Zprocess exited: duration 3143 ms, exit code 0
 
212026-09-12T14:58:24.324Zstarting task 1: "rust-toolchain"
222026-09-12T14:58:24.328Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-12T14:58:24.328Z * rust toolchain channel = "1.98.1"
242026-09-12T14:58:24.328Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-12T14:58:24.328Z * rust toolchain profile = "default"
262026-09-12T14:58:24.328Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-12T14:58:24.328Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-12T14:58:24.331Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-12T14:58:24.331Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-12T14:58:24.450Zinfo: downloading installer
312026-09-12T14:58:25.809Zwarn: It looks like you have an existing installation of Rust at:
322026-09-12T14:58:25.810Zwarn: /opt/ooce/bin
332026-09-12T14:58:25.810Zwarn: This could mean one of the following:
342026-09-12T14:58:25.810Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-12T14:58:25.810Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-12T14:58:25.810Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-12T14:58:25.810Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-12T14:58:25.810Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-12T14:58:25.810Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-12T14:58:25.810Zerror: cannot install while Rust is installed
412026-09-12T14:58:25.810Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-12T14:58:25.824Zinfo: profile set to default
432026-09-12T14:58:25.824Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-12T14:58:25.827Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
452026-09-12T14:58:25.966Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
462026-09-12T14:58:25.969Zinfo: downloading 6 components
472026-09-12T14:58:42.836Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
482026-09-12T14:58:42.836Z
492026-09-12T14:58:42.863Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
502026-09-12T14:58:42.863Z
512026-09-12T14:58:42.866Z
522026-09-12T14:58:42.866ZRust is installed now. Great!
532026-09-12T14:58:42.867Z
542026-09-12T14:58:42.867ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-12T14:58:42.868Zenvironment variable. This has not been done automatically.
562026-09-12T14:58:42.868Z
572026-09-12T14:58:42.868ZTo configure your current shell, you need to source
582026-09-12T14:58:42.868Zthe corresponding env file under $HOME/.cargo.
592026-09-12T14:58:42.868Z
602026-09-12T14:58:42.868ZConsider running the right command for your shell (note the leading DOT):
612026-09-12T14:58:42.868Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-12T14:58:42.868Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-12T14:58:42.868ZCC_x86_64-unknown-illumos = None
642026-09-12T14:58:42.868Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-12T14:58:42.868ZCC_x86_64_unknown_illumos = None
662026-09-12T14:58:42.868Zcargo:rerun-if-env-changed=HOST_CC
672026-09-12T14:58:42.868ZHOST_CC = None
682026-09-12T14:58:42.868Zcargo:rerun-if-env-changed=CC
692026-09-12T14:58:42.868ZCC = None
702026-09-12T14:58:42.868Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-12T14:58:43.030Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-12T14:58:43.030ZCRATE_CC_NO_DEFAULTS = None
732026-09-12T14:58:43.030Zcargo:rerun-if-env-changed=CFLAGS
742026-09-12T14:58:43.030ZCFLAGS = None
752026-09-12T14:58:43.030Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-12T14:58:43.030ZHOST_CFLAGS = None
772026-09-12T14:58:43.030Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-12T14:58:43.030ZCFLAGS_x86_64_unknown_illumos = None
792026-09-12T14:58:43.030Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-12T14:58:43.030ZCFLAGS_x86_64-unknown-illumos = None
812026-09-12T14:58:43.131Z+ rustup --version
822026-09-12T14:58:43.138Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-12T14:58:43.141Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-12T14:58:43.159Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
852026-09-12T14:58:43.162Z+ cargo --version
862026-09-12T14:58:43.175Zcargo 1.98.1 (797e8a9bc 2026-08-05)
872026-09-12T14:58:43.178Z+ rustc --version
882026-09-12T14:58:43.197Zrustc 1.98.1 (48a229cea 2026-09-01)
892026-09-12T14:58:43.200Zprocess exited: duration 18871 ms, exit code 0
 
902026-09-12T14:58:43.205Zstarting task 2: "authentication"
912026-09-12T14:58:43.222Zprocess exited: duration 16 ms, exit code 0
 
922026-09-12T14:58:43.228Zstarting task 3: "clone repository"
932026-09-12T14:58:43.231Z+ mkdir -p /work/oxidecomputer/sush
942026-09-12T14:58:43.234Z+ git clone https://github.com/oxidecomputer/sush /work/oxidecomputer/sush
952026-09-12T14:58:43.264ZCloning into '/work/oxidecomputer/sush'...
962026-09-12T14:58:43.896Z+ cd /work/oxidecomputer/sush
972026-09-12T14:58:43.896Z+ git fetch origin d8ccd6ebb030826c236d62182573c9b4dfb157ab
982026-09-12T14:58:44.163ZFrom https://github.com/oxidecomputer/sush
992026-09-12T14:58:44.163Z * branch d8ccd6ebb030826c236d62182573c9b4dfb157ab -> FETCH_HEAD
1002026-09-12T14:58:44.167Z+ [[ -n codex/rumors-compat ]]
1012026-09-12T14:58:44.170Z++ git branch --show-current
1022026-09-12T14:58:44.170Z+ current=main
1032026-09-12T14:58:44.170Z+ [[ main != codex/rumors-compat ]]
1042026-09-12T14:58:44.170Z+ git branch -f codex/rumors-compat d8ccd6ebb030826c236d62182573c9b4dfb157ab
1052026-09-12T14:58:44.173Z+ git checkout -f codex/rumors-compat
1062026-09-12T14:58:44.181ZSwitched to branch 'codex/rumors-compat'
1072026-09-12T14:58:44.183Z+ git reset --hard d8ccd6ebb030826c236d62182573c9b4dfb157ab
1082026-09-12T14:58:44.189ZHEAD is now at d8ccd6e Preserve unrelated lockfile selections
1092026-09-12T14:58:44.192Zprocess exited: duration 961 ms, exit code 0
 
1102026-09-12T14:58:44.197Zstarting task 4: "build"
1112026-09-12T14:58:44.201Z+ cargo --version
1122026-09-12T14:58:44.230Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1132026-09-12T14:58:44.233Z+ rustc --version
1142026-09-12T14:58:44.272Zrustc 1.98.1 (48a229cea 2026-09-01)
1152026-09-12T14:58:44.275Z+ export CARGO_NET_GIT_FETCH_WITH_CLI=true
1162026-09-12T14:58:44.275Z+ CARGO_NET_GIT_FETCH_WITH_CLI=true
1172026-09-12T14:58:44.275Z+ export CARGO_INCREMENTAL=0
1182026-09-12T14:58:44.275Z+ CARGO_INCREMENTAL=0
1192026-09-12T14:58:44.275Z+ pfexec mkdir -p /work
1202026-09-12T14:58:44.278Z+ pfexec chown build /work
1212026-09-12T14:58:44.281Z+ cargo build --release --locked --package sush-client --features permslip
1222026-09-12T14:58:44.379Z Updating crates.io index
1232026-09-12T14:58:44.383Z Updating git repository `https://github.com/oxidecomputer/omicron`
1242026-09-12T14:58:50.354ZFrom https://github.com/oxidecomputer/omicron
1252026-09-12T14:58:50.354Z * [new ref] 3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86 -> refs/commit/3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86
1262026-09-12T14:58:50.791Z Updating git repository `https://github.com/oxidecomputer/permission-slip`
1272026-09-12T14:58:51.634ZFrom https://github.com/oxidecomputer/permission-slip
1282026-09-12T14:58:51.635Z * [new ref] c9d302ef44576e075e35f4f28f8e7ac8345bcd4b -> refs/commit/c9d302ef44576e075e35f4f28f8e7ac8345bcd4b
1292026-09-12T14:58:51.650Z Updating git repository `https://github.com/kkawakam/rustyline`
1302026-09-12T14:58:52.229ZFrom https://github.com/kkawakam/rustyline
1312026-09-12T14:58:52.229Z * [new ref] 5ab22f2f8d65e85f0b925360437ece8eeeb6db92 -> refs/commit/5ab22f2f8d65e85f0b925360437ece8eeeb6db92
1322026-09-12T14:58:52.239Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1332026-09-12T14:58:52.641ZFrom https://github.com/oxidecomputer/sprockets
1342026-09-12T14:58:52.641Z * [new ref] 98615b86d51f74ce220198eb16c57932fd24e7cb -> refs/commit/98615b86d51f74ce220198eb16c57932fd24e7cb
1352026-09-12T14:58:52.648Z Updating git repository `https://github.com/oxidecomputer/rumors`
1362026-09-12T14:58:58.282ZFrom https://github.com/oxidecomputer/rumors
1372026-09-12T14:58:58.282Z * [new ref] 69bdab34a70eb3365399f673117dbc8244d16126 -> refs/commit/69bdab34a70eb3365399f673117dbc8244d16126
1382026-09-12T14:58:58.951Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1392026-09-12T14:58:59.314ZFrom https://github.com/oxidecomputer/dice-util
1402026-09-12T14:58:59.314Z * [new ref] 10952e8d9599b735b85d480af3560a11700e5b64 -> refs/commit/10952e8d9599b735b85d480af3560a11700e5b64
1412026-09-12T14:58:59.324Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1422026-09-12T14:58:59.663ZFrom https://github.com/oxidecomputer/lpc55_support
1432026-09-12T14:58:59.663Z * [new ref] fc64732faf5511850b35f1734d572b9953d73374 -> refs/commit/fc64732faf5511850b35f1734d572b9953d73374
1442026-09-12T14:58:59.670Z Updating git repository `https://github.com/oxidecomputer/sshauth`
1452026-09-12T14:58:59.980ZFrom https://github.com/oxidecomputer/sshauth
1462026-09-12T14:58:59.980Z * [new ref] afd9b4e549d0e9229c2910c94aa7bca76623dfdb -> refs/commit/afd9b4e549d0e9229c2910c94aa7bca76623dfdb
1472026-09-12T14:58:59.987Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1482026-09-12T14:59:00.361ZFrom https://github.com/oxidecomputer/dice-util
1492026-09-12T14:59:00.361Z * [new ref] 4a39ef08d81e5177edee0bddb1146032aa21074d -> refs/commit/4a39ef08d81e5177edee0bddb1146032aa21074d
1502026-09-12T14:59:00.372Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1512026-09-12T14:59:00.680ZFrom https://github.com/oxidecomputer/slog-error-chain
1522026-09-12T14:59:00.680Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1532026-09-12T14:59:00.689Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1542026-09-12T14:59:00.985ZFrom https://github.com/oxidecomputer/rats-corim
1552026-09-12T14:59:00.985Z * [new ref] f0d5d5168d3d31487a56df32c676b0c6240bcc6b -> refs/commit/f0d5d5168d3d31487a56df32c676b0c6240bcc6b
1562026-09-12T14:59:00.991Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1572026-09-12T14:59:01.314ZFrom https://github.com/oxidecomputer/pki-playground
1582026-09-12T14:59:01.314Z * [new ref] 7600756029ce046a02c6234aa84ce230cc5eaa04 -> refs/commit/7600756029ce046a02c6234aa84ce230cc5eaa04
1592026-09-12T14:59:01.322Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1602026-09-12T14:59:01.618ZFrom https://github.com/oxidecomputer/pki-playground
1612026-09-12T14:59:01.618Z * [new ref] bcd3bf2dfe36468c494eac17463a4e10be366b35 -> refs/commit/bcd3bf2dfe36468c494eac17463a4e10be366b35
1622026-09-12T14:59:03.336Z Downloading crates ...
1632026-09-12T14:59:03.389Z Downloaded async-stream-impl v0.3.6
1642026-09-12T14:59:03.395Z Downloaded lru-slab v0.1.2
1652026-09-12T14:59:03.399Z Downloaded addr2line v0.25.1
1662026-09-12T14:59:03.399Z Downloaded compression-core v0.4.32
1672026-09-12T14:59:03.402Z Downloaded dyn-clone v1.0.20
1682026-09-12T14:59:03.402Z Downloaded cfg-if v1.0.4
1692026-09-12T14:59:03.402Z Downloaded bitflags v2.13.1
1702026-09-12T14:59:03.405Z Downloaded byteorder v1.5.0
1712026-09-12T14:59:03.405Z Downloaded oauth2-reqwest v0.1.0-alpha.3
1722026-09-12T14:59:03.408Z Downloaded aws-smithy-runtime-api-macros v1.1.0
1732026-09-12T14:59:03.408Z Downloaded digest v0.10.7
1742026-09-12T14:59:03.408Z Downloaded arrayref v0.3.9
1752026-09-12T14:59:03.408Z Downloaded once_cell v1.21.4
1762026-09-12T14:59:03.411Z Downloaded async-recursion v1.1.1
1772026-09-12T14:59:03.411Z Downloaded atomicwrites v0.4.4
1782026-09-12T14:59:03.411Z Downloaded anstyle-query v1.1.5
1792026-09-12T14:59:03.415Z Downloaded num_threads v0.1.7
1802026-09-12T14:59:03.418Z Downloaded cfg_aliases v0.2.2
1812026-09-12T14:59:03.418Z Downloaded nibble_vec v0.1.0
1822026-09-12T14:59:03.418Z Downloaded rustc-hash v2.1.3
1832026-09-12T14:59:03.418Z Downloaded corncobs v0.1.4
1842026-09-12T14:59:03.421Z Downloaded rand_core v0.6.4
1852026-09-12T14:59:03.421Z Downloaded miniz_oxide v0.8.9
1862026-09-12T14:59:03.424Z Downloaded backtrace-ext v0.2.1
1872026-09-12T14:59:03.424Z Downloaded rand_pcg v0.10.2
1882026-09-12T14:59:03.424Z Downloaded maybe-uninit v2.0.0
1892026-09-12T14:59:03.424Z Downloaded base64ct v1.8.3
1902026-09-12T14:59:03.427Z Downloaded aws-smithy-async v1.3.0
1912026-09-12T14:59:03.427Z Downloaded aws-smithy-runtime-api v1.14.0
1922026-09-12T14:59:03.430Z Downloaded base16ct v0.2.0
1932026-09-12T14:59:03.430Z Downloaded nodrop v0.1.14
1942026-09-12T14:59:03.433Z Downloaded cobs v0.3.0
1952026-09-12T14:59:03.433Z Downloaded bitfield-macros v0.19.5
1962026-09-12T14:59:03.433Z Downloaded async-stream v0.3.6
1972026-09-12T14:59:03.435Z Downloaded base64-simd v0.8.0
1982026-09-12T14:59:03.438Z Downloaded debug-ignore v1.0.5
1992026-09-12T14:59:03.438Z Downloaded miette-derive v7.6.0
2002026-09-12T14:59:03.439Z Downloaded pem-rfc7468 v0.7.0
2012026-09-12T14:59:03.439Z Downloaded atomic-waker v1.1.2
2022026-09-12T14:59:03.444Z Downloaded outref v0.5.2
2032026-09-12T14:59:03.447Z Downloaded array-init v0.0.4
2042026-09-12T14:59:03.447Z Downloaded log v0.4.33
2052026-09-12T14:59:03.447Z Downloaded block-buffer v0.10.4
2062026-09-12T14:59:03.447Z Downloaded colorchoice v1.0.5
2072026-09-12T14:59:03.447Z Downloaded tower-service v0.3.3
2082026-09-12T14:59:03.450Z Downloaded anyhow v1.0.104
2092026-09-12T14:59:03.453Z Downloaded camino v1.2.5
2102026-09-12T14:59:03.456Z Downloaded autocfg v1.5.1
2112026-09-12T14:59:03.456Z Downloaded num-iter v0.1.46
2122026-09-12T14:59:03.456Z Downloaded match_cfg v0.1.0
2132026-09-12T14:59:03.456Z Downloaded percent-encoding v2.3.2
2142026-09-12T14:59:03.459Z Downloaded openssl-probe v0.2.1
2152026-09-12T14:59:03.459Z Downloaded crypto-common v0.2.2
2162026-09-12T14:59:03.459Z Downloaded block-buffer v0.12.1
2172026-09-12T14:59:03.459Z Downloaded rand_chacha v0.3.1
2182026-09-12T14:59:03.462Z Downloaded cpufeatures v0.3.0
2192026-09-12T14:59:03.465Z Downloaded num-traits v0.2.19
2202026-09-12T14:59:03.468Z Downloaded darling_macro v0.23.0
2212026-09-12T14:59:03.468Z Downloaded curve25519-dalek-derive v0.1.1
2222026-09-12T14:59:03.468Z Downloaded clap_lex v1.1.0
2232026-09-12T14:59:03.471Z Downloaded pin-utils v0.1.0
2242026-09-12T14:59:03.473Z Downloaded dunce v1.0.5
2252026-09-12T14:59:03.476Z Downloaded progenitor-macro v0.14.0
2262026-09-12T14:59:03.479Z Downloaded try-lock v0.2.5
2272026-09-12T14:59:03.479Z Downloaded defmt-parser v1.0.0
2282026-09-12T14:59:03.482Z Downloaded packed_struct_codegen v0.10.1
2292026-09-12T14:59:03.482Z Downloaded potential_utf v0.1.5
2302026-09-12T14:59:03.482Z Downloaded mime v0.3.17
2312026-09-12T14:59:03.482Z Downloaded clap-num v1.2.0
2322026-09-12T14:59:03.485Z Downloaded cpufeatures v0.2.17
2332026-09-12T14:59:03.485Z Downloaded natord v1.0.9
2342026-09-12T14:59:03.488Z Downloaded ref-cast-impl v1.0.26
2352026-09-12T14:59:03.488Z Downloaded bitflags v1.3.2
2362026-09-12T14:59:03.488Z Downloaded bytes-utils v0.1.4
2372026-09-12T14:59:03.488Z Downloaded progenitor-client v0.14.0
2382026-09-12T14:59:03.491Z Downloaded ciborium-io v0.2.2
2392026-09-12T14:59:03.491Z Downloaded form_urlencoded v1.2.2
2402026-09-12T14:59:03.493Z Downloaded radium v0.7.0
2412026-09-12T14:59:03.493Z Downloaded rustc_version v0.4.1
2422026-09-12T14:59:03.493Z Downloaded ciborium-ll v0.2.2
2432026-09-12T14:59:03.494Z Downloaded utf8_iter v1.0.4
2442026-09-12T14:59:03.494Z Downloaded waitgroup v0.1.2
2452026-09-12T14:59:03.496Z Downloaded bitfield v0.19.5
2462026-09-12T14:59:03.496Z Downloaded bs58 v0.5.1
2472026-09-12T14:59:03.496Z Downloaded proc-macro-error-attr2 v2.0.0
2482026-09-12T14:59:03.497Z Downloaded omicron-workspace-hack v0.1.0
2492026-09-12T14:59:03.500Z Downloaded ref-cast v1.0.26
2502026-09-12T14:59:03.500Z Downloaded bytesize v2.7.0
2512026-09-12T14:59:03.503Z Downloaded anstyle v1.0.14
2522026-09-12T14:59:03.503Z Downloaded crypto-common v0.1.7
2532026-09-12T14:59:03.503Z Downloaded newtype-uuid v1.4.0
2542026-09-12T14:59:03.503Z Downloaded rand v0.10.2
2552026-09-12T14:59:03.506Z Downloaded yoke-derive v0.8.2
2562026-09-12T14:59:03.506Z Downloaded owo-colors v4.3.0
2572026-09-12T14:59:03.509Z Downloaded pkg-config v0.3.33
2582026-09-12T14:59:03.509Z Downloaded env_filter v2.0.0
2592026-09-12T14:59:03.509Z Downloaded parking_lot_core v0.9.12
2602026-09-12T14:59:03.511Z Downloaded rfc6979 v0.4.0
2612026-09-12T14:59:03.514Z Downloaded embedded-io v0.4.0
2622026-09-12T14:59:03.514Z Downloaded xdg v2.5.2
2632026-09-12T14:59:03.517Z Downloaded flagset v0.4.7
2642026-09-12T14:59:03.517Z Downloaded futures-macro v0.3.33
2652026-09-12T14:59:03.517Z Downloaded hash32 v0.2.1
2662026-09-12T14:59:03.520Z Downloaded http-body v1.1.0
2672026-09-12T14:59:03.520Z Downloaded httpdate v1.0.3
2682026-09-12T14:59:03.523Z Downloaded oauth2 v5.0.0
2692026-09-12T14:59:03.523Z Downloaded quinn v0.11.11
2702026-09-12T14:59:03.525Z Downloaded itoa v1.0.18
2712026-09-12T14:59:03.528Z Downloaded errno v0.3.14
2722026-09-12T14:59:03.531Z Downloaded compression-codecs v0.4.38
2732026-09-12T14:59:03.534Z Downloaded daft v0.1.8
2742026-09-12T14:59:03.534Z Downloaded keccak v0.1.6
2752026-09-12T14:59:03.538Z Downloaded cipher v0.4.4
2762026-09-12T14:59:03.538Z Downloaded cmake v0.1.58
2772026-09-12T14:59:03.538Z Downloaded constant_time_eq v0.4.2
2782026-09-12T14:59:03.541Z Downloaded displaydoc v0.2.7
2792026-09-12T14:59:03.541Z Downloaded sponge-cursor v0.1.0
2802026-09-12T14:59:03.542Z Downloaded data-encoding v2.11.1
2812026-09-12T14:59:03.542Z Downloaded slog-bunyan v2.5.0
2822026-09-12T14:59:03.542Z Downloaded stable_deref_trait v1.2.1
2832026-09-12T14:59:03.542Z Downloaded multer v3.1.0
2842026-09-12T14:59:03.544Z Downloaded proc-macro-error2 v2.0.1
2852026-09-12T14:59:03.544Z Downloaded num-integer v0.1.46
2862026-09-12T14:59:03.544Z Downloaded paste v1.0.15
2872026-09-12T14:59:03.547Z Downloaded daft-derive v0.1.8
2882026-09-12T14:59:03.550Z Downloaded digest v0.11.3
2892026-09-12T14:59:03.550Z Downloaded der_derive v0.7.3
2902026-09-12T14:59:03.550Z Downloaded num-conv v0.2.2
2912026-09-12T14:59:03.550Z Downloaded pkcs8 v0.10.2
2922026-09-12T14:59:03.553Z Downloaded pin-project-lite v0.2.17
2932026-09-12T14:59:03.556Z Downloaded serde_urlencoded v0.7.1
2942026-09-12T14:59:03.556Z Downloaded strum v0.26.3
2952026-09-12T14:59:03.556Z Downloaded supports-hyperlinks v3.2.0
2962026-09-12T14:59:03.556Z Downloaded rustc-demangle v0.1.28
2972026-09-12T14:59:03.559Z Downloaded ppv-lite86 v0.2.21
2982026-09-12T14:59:03.559Z Downloaded primeorder v0.13.6
2992026-09-12T14:59:03.559Z Downloaded rand_core v0.9.5
3002026-09-12T14:59:03.559Z Downloaded time-core v0.1.9
3012026-09-12T14:59:03.559Z Downloaded parking_lot v0.12.5
3022026-09-12T14:59:03.563Z Downloaded crossbeam-utils v0.8.22
3032026-09-12T14:59:03.563Z Downloaded sync_wrapper v1.0.2
3042026-09-12T14:59:03.563Z Downloaded tokio-macros v2.7.2
3052026-09-12T14:59:03.563Z Downloaded rand_chacha v0.9.0
3062026-09-12T14:59:03.567Z Downloaded rlimit v0.10.2
3072026-09-12T14:59:03.567Z Downloaded async-trait v0.1.92
3082026-09-12T14:59:03.567Z Downloaded clap_derive v4.6.4
3092026-09-12T14:59:03.570Z Downloaded oxnet v0.1.6
3102026-09-12T14:59:03.570Z Downloaded vsimd v0.8.0
3112026-09-12T14:59:03.570Z Downloaded packed_struct v0.10.1
3122026-09-12T14:59:03.570Z Downloaded powerfmt v0.2.0
3132026-09-12T14:59:03.572Z Downloaded rustls-native-certs v0.8.4
3142026-09-12T14:59:03.572Z Downloaded quinn-udp v0.5.15
3152026-09-12T14:59:03.573Z Downloaded anstyle-parse v1.0.0
3162026-09-12T14:59:03.573Z Downloaded aws-types v1.5.0
3172026-09-12T14:59:03.575Z Downloaded ed25519 v2.2.3
3182026-09-12T14:59:03.575Z Downloaded embedded-io v0.6.1
3192026-09-12T14:59:03.575Z Downloaded typify-macro v0.6.2
3202026-09-12T14:59:03.575Z Downloaded postcard v1.1.3
3212026-09-12T14:59:03.578Z Downloaded version_check v0.9.5
3222026-09-12T14:59:03.578Z Downloaded adler2 v2.0.1
3232026-09-12T14:59:03.578Z Downloaded rustls-pemfile v2.2.0
3242026-09-12T14:59:03.581Z Downloaded futures-task v0.3.33
3252026-09-12T14:59:03.581Z Downloaded hex v0.4.3
3262026-09-12T14:59:03.584Z Downloaded rustversion v1.0.23
3272026-09-12T14:59:03.584Z Downloaded heck v0.5.0
3282026-09-12T14:59:03.587Z Downloaded idna_adapter v1.2.2
3292026-09-12T14:59:03.587Z Downloaded ipnetwork v0.21.1
3302026-09-12T14:59:03.587Z Downloaded lock_api v0.4.14
3312026-09-12T14:59:03.587Z Downloaded sec1 v0.7.3
3322026-09-12T14:59:03.587Z Downloaded darling v0.23.0
3332026-09-12T14:59:03.591Z Downloaded aws-credential-types v1.3.0
3342026-09-12T14:59:03.594Z Downloaded hubpack_derive v0.1.1
3352026-09-12T14:59:03.594Z Downloaded keccak v0.2.2
3362026-09-12T14:59:03.594Z Downloaded ciborium v0.2.2
3372026-09-12T14:59:03.594Z Downloaded const-oid v0.9.6
3382026-09-12T14:59:03.597Z Downloaded crc32fast v1.5.0
3392026-09-12T14:59:03.597Z Downloaded deranged v0.5.8
3402026-09-12T14:59:03.600Z Downloaded sha1 v0.10.7
3412026-09-12T14:59:03.600Z Downloaded arrayvec v0.7.8
3422026-09-12T14:59:03.603Z Downloaded chacha20 v0.10.1
3432026-09-12T14:59:03.603Z Downloaded defmt v1.1.1
3442026-09-12T14:59:03.605Z Downloaded defmt-macros v1.1.1
3452026-09-12T14:59:03.605Z Downloaded memmap2 v0.9.11
3462026-09-12T14:59:03.608Z Downloaded smallvec v0.6.14
3472026-09-12T14:59:03.608Z Downloaded signal-hook-registry v1.4.8
3482026-09-12T14:59:03.608Z Downloaded pkcs1 v0.7.5
3492026-09-12T14:59:03.611Z Downloaded progenitor v0.14.0
3502026-09-12T14:59:03.611Z Downloaded sha2 v0.10.9
3512026-09-12T14:59:03.611Z Downloaded serde_derive_internals v0.29.1
3522026-09-12T14:59:03.611Z Downloaded rustls-pki-types v1.15.1
3532026-09-12T14:59:03.614Z Downloaded quote v1.0.47
3542026-09-12T14:59:03.614Z Downloaded aws-smithy-schema v0.2.0
3552026-09-12T14:59:03.617Z Downloaded thiserror-impl v2.0.20
3562026-09-12T14:59:03.617Z Downloaded tls_codec v0.4.2
3572026-09-12T14:59:03.620Z Downloaded terminal_size v0.4.4
3582026-09-12T14:59:03.623Z Downloaded thread_local v1.1.10
3592026-09-12T14:59:03.623Z Downloaded zeroize_derive v1.5.0
3602026-09-12T14:59:03.623Z Downloaded unicode-linebreak v0.1.5
3612026-09-12T14:59:03.626Z Downloaded unit-prefix v0.5.2
3622026-09-12T14:59:03.626Z Downloaded foldhash v0.2.0
3632026-09-12T14:59:03.629Z Downloaded futures-core v0.3.33
3642026-09-12T14:59:03.629Z Downloaded hybrid-array v0.4.14
3652026-09-12T14:59:03.631Z Downloaded iana-time-zone v0.1.65
3662026-09-12T14:59:03.634Z Downloaded equivalent v1.0.2
3672026-09-12T14:59:03.634Z Downloaded hubpack v0.1.2
3682026-09-12T14:59:03.638Z Downloaded serde-big-array v0.5.1
3692026-09-12T14:59:03.641Z Downloaded strsim v0.11.1
3702026-09-12T14:59:03.641Z Downloaded is_terminal_polyfill v1.70.2
3712026-09-12T14:59:03.641Z Downloaded ff v0.13.1
3722026-09-12T14:59:03.644Z Downloaded aws-smithy-types v1.6.1
3732026-09-12T14:59:03.644Z Downloaded inout v0.1.4
3742026-09-12T14:59:03.647Z Downloaded futures-channel v0.3.33
3752026-09-12T14:59:03.649Z Downloaded rand_core v0.10.1
3762026-09-12T14:59:03.650Z Downloaded dropshot_endpoint v0.17.1
3772026-09-12T14:59:03.650Z Downloaded console v0.16.4
3782026-09-12T14:59:03.653Z Downloaded hmac v0.12.1
3792026-09-12T14:59:03.656Z Downloaded fs_extra v1.3.0
3802026-09-12T14:59:03.659Z Downloaded http-body-util v0.1.4
3812026-09-12T14:59:03.659Z Downloaded ssh-cipher v0.2.0
3822026-09-12T14:59:03.659Z Downloaded tokio-fd v0.3.0
3832026-09-12T14:59:03.659Z Downloaded crc-any v2.5.1
3842026-09-12T14:59:03.662Z Downloaded serde_path_to_error v0.1.20
3852026-09-12T14:59:03.662Z Downloaded supports-unicode v3.0.0
3862026-09-12T14:59:03.666Z Downloaded untrusted v0.9.0
3872026-09-12T14:59:03.666Z Downloaded shlex v2.0.1
3882026-09-12T14:59:03.666Z Downloaded slab v0.4.12
3892026-09-12T14:59:03.666Z Downloaded slog-async v2.8.0
3902026-09-12T14:59:03.669Z Downloaded slog-json v2.6.1
3912026-09-12T14:59:03.669Z Downloaded hostname v0.4.2
3922026-09-12T14:59:03.675Z Downloaded progenitor-impl v0.14.0
3932026-09-12T14:59:03.682Z Downloaded sha1 v0.11.0
3942026-09-12T14:59:03.685Z Downloaded slog-term v2.9.2
3952026-09-12T14:59:03.685Z Downloaded subtle v2.6.1
3962026-09-12T14:59:03.685Z Downloaded tap v1.0.1
3972026-09-12T14:59:03.689Z Downloaded toml v0.8.23
3982026-09-12T14:59:03.692Z Downloaded utf8parse v0.2.2
3992026-09-12T14:59:03.692Z Downloaded tls_codec_derive v0.4.2
4002026-09-12T14:59:03.696Z Downloaded xdg v3.0.0
4012026-09-12T14:59:03.699Z Downloaded anstream v1.0.0
4022026-09-12T14:59:03.699Z Downloaded erased-serde v0.3.31
4032026-09-12T14:59:03.702Z Downloaded futures-executor v0.3.33
4042026-09-12T14:59:03.702Z Downloaded zmij v1.0.23
4052026-09-12T14:59:03.705Z Downloaded hostname v0.3.1
4062026-09-12T14:59:03.706Z Downloaded serde-hex v0.1.0
4072026-09-12T14:59:03.706Z Downloaded http-body v0.4.6
4082026-09-12T14:59:03.706Z Downloaded ident_case v1.0.1
4092026-09-12T14:59:03.709Z Downloaded serde_spanned v1.1.1
4102026-09-12T14:59:03.709Z Downloaded endian-type v0.2.0
4112026-09-12T14:59:03.709Z Downloaded fnv v1.0.7
4122026-09-12T14:59:03.709Z Downloaded take_mut v0.2.2
4132026-09-12T14:59:03.712Z Downloaded yoke v0.8.3
4142026-09-12T14:59:03.712Z Downloaded chumsky v0.9.3
4152026-09-12T14:59:03.715Z Downloaded shlex v1.3.0
4162026-09-12T14:59:03.718Z Downloaded bytes v1.12.1
4172026-09-12T14:59:03.718Z Downloaded darling_core v0.23.0
4182026-09-12T14:59:03.721Z Downloaded zerofrom v0.1.8
4192026-09-12T14:59:03.724Z Downloaded want v0.3.1
4202026-09-12T14:59:03.724Z Downloaded clap v4.6.6
4212026-09-12T14:59:03.729Z Downloaded tempfile v3.27.0
4222026-09-12T14:59:03.732Z Downloaded litemap v0.8.2
4232026-09-12T14:59:03.732Z Downloaded tinystr v0.8.3
4242026-09-12T14:59:03.735Z Downloaded ecdsa v0.16.9
4252026-09-12T14:59:03.735Z Downloaded toml_writer v1.1.2+spec-1.1.0
4262026-09-12T14:59:03.735Z Downloaded either v1.17.0
4272026-09-12T14:59:03.735Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4282026-09-12T14:59:03.738Z Downloaded wyz v0.5.1
4292026-09-12T14:59:03.738Z Downloaded funty v2.0.0
4302026-09-12T14:59:03.738Z Downloaded tower-layer v0.3.3
4312026-09-12T14:59:03.738Z Downloaded base64 v0.22.1
4322026-09-12T14:59:03.741Z Downloaded backtrace v0.3.76
4332026-09-12T14:59:03.741Z Downloaded p256 v0.13.2
4342026-09-12T14:59:03.744Z Downloaded proc-macro2 v1.0.107
4352026-09-12T14:59:03.746Z Downloaded rustls-platform-verifier v0.7.0
4362026-09-12T14:59:03.746Z Downloaded ipnet v2.12.1
4372026-09-12T14:59:03.749Z Downloaded secrecy v0.8.0
4382026-09-12T14:59:03.749Z Downloaded rand v0.8.7
4392026-09-12T14:59:03.749Z Downloaded futures-io v0.3.33
4402026-09-12T14:59:03.753Z Downloaded term v1.2.1
4412026-09-12T14:59:03.754Z Downloaded textwrap v0.16.2
4422026-09-12T14:59:03.756Z Downloaded tokio-tungstenite v0.28.0
4432026-09-12T14:59:03.757Z Downloaded tracing-attributes v0.1.31
4442026-09-12T14:59:03.757Z Downloaded http-range-header v0.4.2
4452026-09-12T14:59:03.759Z Downloaded termios v0.3.3
4462026-09-12T14:59:03.759Z Downloaded thiserror v1.0.69
4472026-09-12T14:59:03.764Z Downloaded scopeguard v1.2.0
4482026-09-12T14:59:03.764Z Downloaded cc v1.4.2
4492026-09-12T14:59:03.764Z Downloaded icu_provider v2.2.0
4502026-09-12T14:59:03.767Z Downloaded async-compression v0.4.43
4512026-09-12T14:59:03.767Z Downloaded semver v1.0.28
4522026-09-12T14:59:03.770Z Downloaded jobserver v0.1.35
4532026-09-12T14:59:03.770Z Downloaded static_assertions v1.1.0
4542026-09-12T14:59:03.770Z Downloaded zeroize v1.9.0
4552026-09-12T14:59:03.772Z Downloaded knus-derive v3.4.0
4562026-09-12T14:59:03.772Z Downloaded getrandom v0.3.4
4572026-09-12T14:59:03.775Z Downloaded getrandom v0.4.3
4582026-09-12T14:59:03.775Z Downloaded crossbeam-channel v0.5.16
4592026-09-12T14:59:03.778Z Downloaded crypto-bigint v0.5.5
4602026-09-12T14:59:03.781Z Downloaded typify v0.6.2
4612026-09-12T14:59:03.784Z Downloaded lazy_static v1.5.0
4622026-09-12T14:59:03.784Z Downloaded unsafe-libyaml v0.2.11
4632026-09-12T14:59:03.787Z Downloaded slog v2.8.2
4642026-09-12T14:59:03.793Z Downloaded ryu v1.0.23
4652026-09-12T14:59:03.795Z Downloaded smallvec v1.15.2
4662026-09-12T14:59:03.795Z Downloaded ssh-encoding v0.2.0
4672026-09-12T14:59:03.795Z Downloaded futures-sink v0.3.33
4682026-09-12T14:59:03.798Z Downloaded home v0.5.12
4692026-09-12T14:59:03.798Z Downloaded serde_tokenstream v0.2.3
4702026-09-12T14:59:03.798Z Downloaded is_ci v1.2.0
4712026-09-12T14:59:03.801Z Downloaded signature v2.2.0
4722026-09-12T14:59:03.801Z Downloaded toml_write v0.1.2
4732026-09-12T14:59:03.801Z Downloaded zerofrom-derive v0.1.7
4742026-09-12T14:59:03.804Z Downloaded zerotrie v0.2.4
4752026-09-12T14:59:03.804Z Downloaded tokio-rustls v0.26.4
4762026-09-12T14:59:03.807Z Downloaded humantime v2.4.0
4772026-09-12T14:59:03.807Z Downloaded spki v0.7.3
4782026-09-12T14:59:03.807Z Downloaded generic-array v0.14.7
4792026-09-12T14:59:03.810Z Downloaded serde_spanned v0.6.9
4802026-09-12T14:59:03.812Z Downloaded simd-adler32 v0.3.10
4812026-09-12T14:59:03.812Z Downloaded strum_macros v0.26.4
4822026-09-12T14:59:03.812Z Downloaded supports-color v3.0.2
4832026-09-12T14:59:03.813Z Downloaded tinyvec_macros v0.1.1
4842026-09-12T14:59:03.818Z Downloaded unicode-ident v1.0.24
4852026-09-12T14:59:03.821Z Downloaded is-terminal v0.4.17
4862026-09-12T14:59:03.821Z Downloaded elliptic-curve v0.13.8
4872026-09-12T14:59:03.824Z Downloaded half v2.7.1
4882026-09-12T14:59:03.824Z Downloaded schemars_derive v0.8.22
4892026-09-12T14:59:03.824Z Downloaded allocator-api2 v0.2.21
4902026-09-12T14:59:03.827Z Downloaded httparse v1.10.1
4912026-09-12T14:59:03.827Z Downloaded env_logger v0.11.11
4922026-09-12T14:59:03.830Z Downloaded spin v0.9.9
4932026-09-12T14:59:03.830Z Downloaded const-oid v0.10.2
4942026-09-12T14:59:03.833Z Downloaded der v0.7.10
4952026-09-12T14:59:03.836Z Downloaded signal-hook v0.4.4
4962026-09-12T14:59:03.836Z Downloaded toml_datetime v0.6.11
4972026-09-12T14:59:03.836Z Downloaded find-msvc-tools v0.1.10
4982026-09-12T14:59:03.839Z Downloaded time-macros v0.2.32
4992026-09-12T14:59:03.839Z Downloaded icu_properties v2.2.0
5002026-09-12T14:59:03.839Z Downloaded serde_derive v1.0.229
5012026-09-12T14:59:03.843Z Downloaded hyper-rustls v0.27.9
5022026-09-12T14:59:03.843Z Downloaded mio v1.2.2
5032026-09-12T14:59:03.846Z Downloaded fastrand v2.5.0
5042026-09-12T14:59:03.846Z Downloaded thiserror v2.0.20
5052026-09-12T14:59:03.849Z Downloaded icu_collections v2.2.0
5062026-09-12T14:59:03.851Z Downloaded serde_with_macros v3.22.0
5072026-09-12T14:59:03.854Z Downloaded group v0.13.0
5082026-09-12T14:59:03.854Z Downloaded serde_yaml v0.9.34+deprecated
5092026-09-12T14:59:03.857Z Downloaded serde_core v1.0.229
5102026-09-12T14:59:03.857Z Downloaded utf-8 v0.7.6
5112026-09-12T14:59:03.860Z Downloaded thiserror-impl v1.0.69
5122026-09-12T14:59:03.860Z Downloaded toml_parser v1.1.3+spec-1.1.0
5132026-09-12T14:59:03.860Z Downloaded uuid v1.24.0
5142026-09-12T14:59:03.863Z Downloaded writeable v0.6.3
5152026-09-12T14:59:03.863Z Downloaded serde v1.0.229
5162026-09-12T14:59:03.866Z Downloaded rand v0.9.5
5172026-09-12T14:59:03.870Z Downloaded rsa v0.9.10
5182026-09-12T14:59:03.870Z Downloaded tungstenite v0.28.0
5192026-09-12T14:59:03.873Z Downloaded zerovec-derive v0.11.3
5202026-09-12T14:59:03.873Z Downloaded getrandom v0.2.17
5212026-09-12T14:59:03.876Z Downloaded memchr v2.8.3
5222026-09-12T14:59:03.876Z Downloaded toml_edit v0.22.27
5232026-09-12T14:59:03.879Z Downloaded toml v1.1.4+spec-1.1.0
5242026-09-12T14:59:03.882Z Downloaded rustls-webpki v0.103.13
5252026-09-12T14:59:03.882Z Downloaded tracing-core v0.1.36
5262026-09-12T14:59:03.885Z Downloaded synstructure v0.13.2
5272026-09-12T14:59:03.885Z Downloaded ahash v0.8.12
5282026-09-12T14:59:03.885Z Downloaded num-bigint-dig v0.8.6
5292026-09-12T14:59:03.888Z Downloaded unicode-segmentation v1.13.3
5302026-09-12T14:59:03.891Z Downloaded schemars v0.9.0
5312026-09-12T14:59:03.895Z Downloaded indexmap v2.14.0
5322026-09-12T14:59:03.898Z Downloaded miette v7.6.0
5332026-09-12T14:59:03.901Z Downloaded futures v0.3.33
5342026-09-12T14:59:03.903Z Downloaded icu_locale_core v2.2.0
5352026-09-12T14:59:03.906Z Downloaded tinyvec v1.12.0
5362026-09-12T14:59:03.909Z Downloaded icu_normalizer v2.2.0
5372026-09-12T14:59:03.909Z Downloaded indicatif v0.18.6
5382026-09-12T14:59:03.912Z Downloaded knus v3.4.0
5392026-09-12T14:59:03.915Z Downloaded schemars v1.2.2
5402026-09-12T14:59:03.920Z Downloaded zerocopy-derive v0.8.56
5412026-09-12T14:59:03.924Z Downloaded indexmap v1.9.3
5422026-09-12T14:59:03.927Z Downloaded http v0.2.12
5432026-09-12T14:59:03.930Z Downloaded typenum v1.20.1
5442026-09-12T14:59:03.930Z Downloaded icu_normalizer_data v2.2.0
5452026-09-12T14:59:03.933Z Downloaded ed25519-dalek v2.2.0
5462026-09-12T14:59:03.933Z Downloaded url v2.5.8
5472026-09-12T14:59:03.936Z Downloaded schemars v0.8.22
5482026-09-12T14:59:03.940Z Downloaded http v1.5.0
5492026-09-12T14:59:03.943Z Downloaded flate2 v1.1.9
5502026-09-12T14:59:03.946Z Downloaded socket2 v0.6.5
5512026-09-12T14:59:03.949Z Downloaded hashbrown v0.12.3
5522026-09-12T14:59:03.949Z Downloaded aws-lc-rs v1.18.0
5532026-09-12T14:59:03.954Z Downloaded tower v0.5.3
5542026-09-12T14:59:03.958Z Downloaded x509-cert v0.2.5
5552026-09-12T14:59:03.961Z Downloaded ssh-key v0.6.7
5562026-09-12T14:59:03.965Z Downloaded hyper-util v0.1.20
5572026-09-12T14:59:03.968Z Downloaded p521 v0.13.3
5582026-09-12T14:59:03.970Z Downloaded serde_json v1.0.151
5592026-09-12T14:59:03.974Z Downloaded hkdf v0.12.4
5602026-09-12T14:59:03.976Z Downloaded tokio-util v0.7.19
5612026-09-12T14:59:03.979Z Downloaded heapless v0.7.17
5622026-09-12T14:59:03.982Z Downloaded blake3 v1.8.6
5632026-09-12T14:59:03.985Z Downloaded jiff-core v0.1.0
5642026-09-12T14:59:03.989Z Downloaded clap_builder v4.6.6
5652026-09-12T14:59:03.992Z Downloaded p384 v0.13.1
5662026-09-12T14:59:03.995Z Downloaded idna v1.1.0
5672026-09-12T14:59:03.998Z Downloaded regex v1.13.1
5682026-09-12T14:59:04.001Z Downloaded winnow v1.0.4
5692026-09-12T14:59:04.005Z Downloaded bitvec v1.1.1
5702026-09-12T14:59:04.013Z Downloaded reqwest v0.13.4
5712026-09-12T14:59:04.026Z Downloaded chrono v0.4.45
5722026-09-12T14:59:04.030Z Downloaded hyper v1.11.0
5732026-09-12T14:59:04.034Z Downloaded futures-util v0.3.33
5742026-09-12T14:59:04.040Z Downloaded hashbrown v0.17.1
5752026-09-12T14:59:04.043Z Downloaded h2 v0.4.15
5762026-09-12T14:59:04.047Z Downloaded zerovec v0.11.6
5772026-09-12T14:59:04.050Z Downloaded tower-http v0.6.11
5782026-09-12T14:59:04.055Z Downloaded hashbrown v0.16.1
5792026-09-12T14:59:04.058Z Downloaded zerocopy v0.8.56
5802026-09-12T14:59:04.069Z Downloaded aho-corasick v1.1.5
5812026-09-12T14:59:04.072Z Downloaded portable-atomic v1.15.0
5822026-09-12T14:59:04.077Z Downloaded curve25519-dalek v4.1.3
5832026-09-12T14:59:04.080Z Downloaded icu_properties_data v2.2.0
5842026-09-12T14:59:04.086Z Downloaded salty v0.3.0
5852026-09-12T14:59:04.093Z Downloaded hashbrown v0.14.5
5862026-09-12T14:59:04.096Z Downloaded serde_with v3.22.0
5872026-09-12T14:59:04.101Z Downloaded libm v0.2.16
5882026-09-12T14:59:04.104Z Downloaded dropshot v0.17.1
5892026-09-12T14:59:04.117Z Downloaded syn v3.0.3
5902026-09-12T14:59:04.123Z Downloaded time v0.3.55
5912026-09-12T14:59:04.130Z Downloaded winnow v0.7.15
5922026-09-12T14:59:04.136Z Downloaded radix_trie v0.3.0
5932026-09-12T14:59:04.139Z Downloaded quinn-proto v0.11.16
5942026-09-12T14:59:04.142Z Downloaded typify-impl v0.6.2
5952026-09-12T14:59:04.155Z Downloaded syn v1.0.109
5962026-09-12T14:59:04.167Z Downloaded object v0.37.3
5972026-09-12T14:59:04.173Z Downloaded sha3 v0.12.0
5982026-09-12T14:59:04.176Z Downloaded gimli v0.32.3
5992026-09-12T14:59:04.182Z Downloaded nix v0.31.3
6002026-09-12T14:59:04.185Z Downloaded unicode-width v0.2.2
6012026-09-12T14:59:04.199Z Downloaded unicode-width v0.1.14
6022026-09-12T14:59:04.202Z Downloaded syn v2.0.119
6032026-09-12T14:59:04.208Z Downloaded regex-syntax v0.8.11
6042026-09-12T14:59:04.212Z Downloaded rustix v1.1.4
6052026-09-12T14:59:04.225Z Downloaded openapiv3 v2.2.0
6062026-09-12T14:59:04.232Z Downloaded rustix v0.38.44
6072026-09-12T14:59:04.244Z Downloaded rustls v0.23.43
6082026-09-12T14:59:04.251Z Downloaded regress v0.11.1
6092026-09-12T14:59:04.256Z Downloaded tracing v0.1.44
6102026-09-12T14:59:04.268Z Downloaded tokio v1.53.1
6112026-09-12T14:59:04.291Z Downloaded regex-automata v0.4.18
6122026-09-12T14:59:04.300Z Downloaded sha3 v0.10.9
6132026-09-12T14:59:04.303Z Downloaded libc v0.2.189
6142026-09-12T14:59:04.323Z Downloaded jiff v0.2.35
6152026-09-12T14:59:04.332Z Downloaded ring v0.17.14
6162026-09-12T14:59:04.356Z Downloaded encoding_rs v0.8.35
6172026-09-12T14:59:04.766Z Downloaded aws-lc-sys v0.44.0
6182026-09-12T14:59:05.064Z Compiling proc-macro2 v1.0.107
6192026-09-12T14:59:05.064Z Compiling quote v1.0.47
6202026-09-12T14:59:05.064Z Compiling unicode-ident v1.0.24
6212026-09-12T14:59:05.064Z Compiling libc v0.2.189
6222026-09-12T14:59:05.068Z Compiling cfg-if v1.0.4
6232026-09-12T14:59:05.068Z Compiling version_check v0.9.5
6242026-09-12T14:59:05.068Z Compiling serde_core v1.0.229
6252026-09-12T14:59:05.301Z Compiling serde v1.0.229
6262026-09-12T14:59:05.384Z Compiling libm v0.2.16
6272026-09-12T14:59:05.533Z Compiling generic-array v0.14.7
6282026-09-12T14:59:05.653Z Compiling autocfg v1.5.1
6292026-09-12T14:59:05.722Z Compiling typenum v1.20.1
6302026-09-12T14:59:05.778Z Compiling subtle v2.6.1
6312026-09-12T14:59:05.941Z Compiling memchr v2.8.3
6322026-09-12T14:59:06.037Z Compiling smallvec v1.15.2
6332026-09-12T14:59:06.051Z Compiling itoa v1.0.18
6342026-09-12T14:59:06.270Z Compiling errno v0.3.14
6352026-09-12T14:59:06.291Z Compiling const-oid v0.9.6
6362026-09-12T14:59:06.313Z Compiling bytes v1.12.1
6372026-09-12T14:59:06.576Z Compiling scopeguard v1.2.0
6382026-09-12T14:59:06.594Z Compiling pin-project-lite v0.2.17
6392026-09-12T14:59:06.692Z Compiling syn v2.0.119
6402026-09-12T14:59:06.695Z Compiling syn v3.0.3
6412026-09-12T14:59:06.716Z Compiling lock_api v0.4.14
6422026-09-12T14:59:06.969Z Compiling thiserror v2.0.20
6432026-09-12T14:59:07.178Z Compiling zmij v1.0.23
6442026-09-12T14:59:07.191Z Compiling parking_lot_core v0.9.12
6452026-09-12T14:59:07.228Z Compiling zeroize v1.9.0
6462026-09-12T14:59:07.340Z Compiling signal-hook-registry v1.4.8
6472026-09-12T14:59:07.404Z Compiling num-traits v0.2.19
6482026-09-12T14:59:07.518Z Compiling serde_json v1.0.151
6492026-09-12T14:59:07.536Z Compiling futures-core v0.3.33
6502026-09-12T14:59:07.794Z Compiling socket2 v0.6.5
6512026-09-12T14:59:07.807Z Compiling mio v1.2.2
6522026-09-12T14:59:07.863Z Compiling semver v1.0.28
6532026-09-12T14:59:07.988Z Compiling parking_lot v0.12.5
6542026-09-12T14:59:08.131Z Compiling heck v0.5.0
6552026-09-12T14:59:08.150Z Compiling base64ct v1.8.3
6562026-09-12T14:59:08.330Z Compiling futures-sink v0.3.33
6572026-09-12T14:59:08.444Z Compiling pem-rfc7468 v0.7.0
6582026-09-12T14:59:08.492Z Compiling http v1.5.0
6592026-09-12T14:59:08.918Z Compiling getrandom v0.2.17
6602026-09-12T14:59:09.152Z Compiling once_cell v1.21.4
6612026-09-12T14:59:09.323Z Compiling rand_core v0.6.4
6622026-09-12T14:59:09.402Z Compiling rustc_version v0.4.1
6632026-09-12T14:59:09.484Z Compiling jobserver v0.1.35
6642026-09-12T14:59:09.590Z Compiling shlex v2.0.1
6652026-09-12T14:59:09.733Z Compiling zerocopy v0.8.56
6662026-09-12T14:59:09.804Z Compiling flagset v0.4.7
6672026-09-12T14:59:09.827Z Compiling slab v0.4.12
6682026-09-12T14:59:09.840Z Compiling find-msvc-tools v0.1.10
6692026-09-12T14:59:09.888Z Compiling serde_derive v1.0.229
6702026-09-12T14:59:09.972Z Compiling thiserror-impl v2.0.20
6712026-09-12T14:59:10.036Z Compiling tokio-macros v2.7.2
6722026-09-12T14:59:10.097Z Compiling cc v1.4.2
6732026-09-12T14:59:10.210Z Compiling futures-channel v0.3.33
6742026-09-12T14:59:10.283Z Compiling bitflags v2.13.1
6752026-09-12T14:59:10.422Z Compiling synstructure v0.13.2
6762026-09-12T14:59:10.674Z Compiling log v0.4.33
6772026-09-12T14:59:10.694Z Compiling futures-io v0.3.33
6782026-09-12T14:59:10.736Z Compiling zeroize_derive v1.5.0
6792026-09-12T14:59:10.816Z Compiling der_derive v0.7.3
6802026-09-12T14:59:10.893Z Compiling tokio v1.53.1
6812026-09-12T14:59:10.930Z Compiling zerocopy-derive v0.8.56
6822026-09-12T14:59:10.944Z Compiling futures-macro v0.3.33
6832026-09-12T14:59:11.254Z Compiling stable_deref_trait v1.2.1
6842026-09-12T14:59:11.338Z Compiling futures-task v0.3.33
6852026-09-12T14:59:11.640Z Compiling getrandom v0.4.3
6862026-09-12T14:59:11.788Z Compiling rustversion v1.0.23
6872026-09-12T14:59:11.788Z Compiling futures-util v0.3.33
6882026-09-12T14:59:11.813Z Compiling der v0.7.10
6892026-09-12T14:59:12.136Z Compiling crypto-common v0.1.7
6902026-09-12T14:59:12.150Z Compiling block-buffer v0.10.4
6912026-09-12T14:59:12.275Z Compiling digest v0.10.7
6922026-09-12T14:59:12.522Z Compiling zerofrom-derive v0.1.7
6932026-09-12T14:59:12.781Z Compiling spki v0.7.3
6942026-09-12T14:59:13.153Z Compiling equivalent v1.0.2
6952026-09-12T14:59:13.201Z Compiling schemars v0.8.22
6962026-09-12T14:59:13.215Z Compiling cpufeatures v0.2.17
6972026-09-12T14:59:13.721Z Compiling zerofrom v0.1.8
6982026-09-12T14:59:14.027Z Compiling yoke-derive v0.8.2
6992026-09-12T14:59:14.048Z Compiling serde_derive_internals v0.29.1
7002026-09-12T14:59:14.464Z Compiling cmake v0.1.58
7012026-09-12T14:59:14.464Z Compiling fnv v1.0.7
7022026-09-12T14:59:14.584Z Compiling pkg-config v0.3.33
7032026-09-12T14:59:14.785Z Compiling schemars_derive v0.8.22
7042026-09-12T14:59:14.808Z Compiling allocator-api2 v0.2.21
7052026-09-12T14:59:14.885Z Compiling dunce v1.0.5
7062026-09-12T14:59:15.013Z Compiling fs_extra v1.3.0
7072026-09-12T14:59:15.189Z Compiling pkcs8 v0.10.2
7082026-09-12T14:59:15.202Z Compiling yoke v0.8.3
7092026-09-12T14:59:15.280Z Compiling aws-lc-sys v0.44.0
7102026-09-12T14:59:15.294Z Compiling zerovec-derive v0.11.3
7112026-09-12T14:59:15.410Z Compiling http-body v1.1.0
7122026-09-12T14:59:15.701Z Compiling iana-time-zone v0.1.65
7132026-09-12T14:59:15.949Z Compiling chrono v0.4.45
7142026-09-12T14:59:16.000Z Compiling tracing-attributes v0.1.31
7152026-09-12T14:59:16.013Z Compiling displaydoc v0.2.7
7162026-09-12T14:59:16.068Z Compiling tracing-core v0.1.36
7172026-09-12T14:59:16.433Z Compiling zerovec v0.11.6
7182026-09-12T14:59:16.808Z Compiling hashbrown v0.17.1
7192026-09-12T14:59:17.062Z Compiling rustix v1.1.4
7202026-09-12T14:59:17.260Z Compiling tracing v0.1.44
7212026-09-12T14:59:17.273Z Compiling sha2 v0.10.9
7222026-09-12T14:59:17.478Z Compiling indexmap v2.14.0
7232026-09-12T14:59:17.605Z Compiling curve25519-dalek v4.1.3
7242026-09-12T14:59:17.812Z Compiling aws-lc-rs v1.18.0
7252026-09-12T14:59:17.910Z Compiling httparse v1.10.1
7262026-09-12T14:59:18.178Z Compiling slog v2.8.2
7272026-09-12T14:59:18.289Z Compiling rustls-pki-types v1.15.1
7282026-09-12T14:59:18.319Z Compiling num-conv v0.2.2
7292026-09-12T14:59:18.433Z Compiling time-core v0.1.9
7302026-09-12T14:59:18.621Z Compiling time-macros v0.2.32
7312026-09-12T14:59:19.140Z Compiling tinystr v0.8.3
7322026-09-12T14:59:19.205Z Compiling ppv-lite86 v0.2.21
7332026-09-12T14:59:19.358Z Compiling uuid v1.24.0
7342026-09-12T14:59:19.379Z Compiling erased-serde v0.3.31
7352026-09-12T14:59:19.545Z Compiling hmac v0.12.1
7362026-09-12T14:59:19.703Z Compiling signature v2.2.0
7372026-09-12T14:59:19.812Z Compiling curve25519-dalek-derive v0.1.1
7382026-09-12T14:59:19.873Z Compiling percent-encoding v2.3.2
7392026-09-12T14:59:19.996Z Compiling powerfmt v0.2.0
7402026-09-12T14:59:20.167Z Compiling strsim v0.11.1
7412026-09-12T14:59:20.248Z Compiling writeable v0.6.3
7422026-09-12T14:59:20.262Z Compiling num_threads v0.1.7
7432026-09-12T14:59:20.357Z Compiling utf8parse v0.2.2
7442026-09-12T14:59:20.458Z Compiling litemap v0.8.2
7452026-09-12T14:59:20.492Z Compiling ryu v1.0.23
7462026-09-12T14:59:20.527Z Compiling deranged v0.5.8
7472026-09-12T14:59:20.627Z Compiling icu_locale_core v2.2.0
7482026-09-12T14:59:20.677Z Compiling potential_utf v0.1.5
7492026-09-12T14:59:20.789Z Compiling zerotrie v0.2.4
7502026-09-12T14:59:20.865Z Compiling http-body-util v0.1.4
7512026-09-12T14:59:21.178Z Compiling clap_derive v4.6.4
7522026-09-12T14:59:21.217Z Compiling ff v0.13.1
7532026-09-12T14:59:21.273Z Compiling syn v1.0.109
7542026-09-12T14:59:21.374Z Compiling icu_properties_data v2.2.0
7552026-09-12T14:59:21.445Z Compiling untrusted v0.9.0
7562026-09-12T14:59:21.579Z Compiling time v0.3.55
7572026-09-12T14:59:21.601Z Compiling base16ct v0.2.0
7582026-09-12T14:59:21.614Z Compiling icu_normalizer_data v2.2.0
7592026-09-12T14:59:21.627Z Compiling dyn-clone v1.0.20
7602026-09-12T14:59:21.774Z Compiling rustls v0.23.43
7612026-09-12T14:59:21.837Z Compiling utf8_iter v1.0.4
7622026-09-12T14:59:22.006Z Compiling icu_collections v2.2.0
7632026-09-12T14:59:22.020Z Compiling sec1 v0.7.3
7642026-09-12T14:59:22.790Z Compiling icu_provider v2.2.0
7652026-09-12T14:59:22.803Z Compiling group v0.13.0
7662026-09-12T14:59:23.022Z Compiling anstyle-parse v1.0.0
7672026-09-12T14:59:23.067Z Compiling hkdf v0.12.4
7682026-09-12T14:59:23.232Z Compiling crypto-bigint v0.5.5
7692026-09-12T14:59:23.266Z Compiling anstyle-query v1.1.5
7702026-09-12T14:59:23.294Z Compiling anstyle v1.0.14
7712026-09-12T14:59:23.350Z Compiling colorchoice v1.0.5
7722026-09-12T14:59:23.373Z Compiling is_terminal_polyfill v1.70.2
7732026-09-12T14:59:23.472Z Compiling atomic-waker v1.1.2
7742026-09-12T14:59:23.472Z Compiling anstream v1.0.0
7752026-09-12T14:59:23.985Z Compiling form_urlencoded v1.2.2
7762026-09-12T14:59:24.003Z Compiling serde_tokenstream v0.2.3
7772026-09-12T14:59:24.254Z Compiling elliptic-curve v0.13.8
7782026-09-12T14:59:24.286Z Compiling tokio-util v0.7.19
7792026-09-12T14:59:24.526Z Compiling num-integer v0.1.46
7802026-09-12T14:59:24.593Z Compiling spin v0.9.9
7812026-09-12T14:59:24.651Z Compiling try-lock v0.2.5
7822026-09-12T14:59:24.774Z Compiling base64 v0.22.1
7832026-09-12T14:59:24.893Z Compiling tower-service v0.3.3
7842026-09-12T14:59:25.032Z Compiling tower-layer v0.3.3
7852026-09-12T14:59:25.063Z Compiling foldhash v0.2.0
7862026-09-12T14:59:25.157Z Compiling object v0.37.3
7872026-09-12T14:59:25.230Z Compiling hashbrown v0.16.1
7882026-09-12T14:59:25.243Z Compiling h2 v0.4.15
7892026-09-12T14:59:25.280Z Compiling want v0.3.1
7902026-09-12T14:59:25.389Z Compiling icu_normalizer v2.2.0
7912026-09-12T14:59:25.463Z Compiling icu_properties v2.2.0
7922026-09-12T14:59:25.510Z Compiling rfc6979 v0.4.0
7932026-09-12T14:59:25.656Z Compiling terminal_size v0.4.4
7942026-09-12T14:59:25.983Z Compiling ahash v0.8.12
7952026-09-12T14:59:26.255Z Compiling getrandom v0.3.4
7962026-09-12T14:59:26.399Z Compiling httpdate v1.0.3
7972026-09-12T14:59:26.731Z Compiling gimli v0.32.3
7982026-09-12T14:59:26.744Z Compiling clap_lex v1.1.0
7992026-09-12T14:59:27.035Z Compiling adler2 v2.0.1
8002026-09-12T14:59:27.103Z Compiling clap_builder v4.6.6
8012026-09-12T14:59:27.159Z Compiling miniz_oxide v0.8.9
8022026-09-12T14:59:27.353Z Compiling idna_adapter v1.2.2
8032026-09-12T14:59:27.502Z Compiling regress v0.11.1
8042026-09-12T14:59:27.576Z Compiling ecdsa v0.16.9
8052026-09-12T14:59:28.168Z Compiling hyper v1.11.0
8062026-09-12T14:59:28.416Z Compiling addr2line v0.25.1
8072026-09-12T14:59:28.604Z Compiling primeorder v0.13.6
8082026-09-12T14:59:28.876Z Compiling rand_chacha v0.3.1
8092026-09-12T14:59:29.498Z Compiling hybrid-array v0.4.14
8102026-09-12T14:59:29.671Z Compiling ipnet v2.12.1
8112026-09-12T14:59:30.271Z Compiling owo-colors v4.3.0
8122026-09-12T14:59:30.400Z Compiling rustc-demangle v0.1.28
8132026-09-12T14:59:30.629Z Compiling ident_case v1.0.1
8142026-09-12T14:59:30.752Z Compiling darling_core v0.23.0
8152026-09-12T14:59:30.755Z Compiling backtrace v0.3.76
8162026-09-12T14:59:30.830Z Compiling typify-impl v0.6.2
8172026-09-12T14:59:31.704Z Compiling hyper-util v0.1.20
8182026-09-12T14:59:32.286Z Compiling rand v0.8.7
8192026-09-12T14:59:32.861Z Compiling clap v4.6.6
8202026-09-12T14:59:32.944Z Compiling idna v1.1.0
8212026-09-12T14:59:33.176Z Compiling ed25519 v2.2.3
8222026-09-12T14:59:33.405Z Compiling http v0.2.12
8232026-09-12T14:59:34.244Z Compiling x509-cert v0.2.5
8242026-09-12T14:59:34.266Z Compiling proc-macro-error-attr2 v2.0.0
8252026-09-12T14:59:34.610Z Compiling encoding_rs v0.8.35
8262026-09-12T14:59:34.917Z Compiling mime v0.3.17
8272026-09-12T14:59:34.939Z Compiling thiserror v1.0.69
8282026-09-12T14:59:35.061Z Compiling outref v0.5.2
8292026-09-12T14:59:35.171Z Compiling num-bigint-dig v0.8.6
8302026-09-12T14:59:35.288Z Compiling vsimd v0.8.0
8312026-09-12T14:59:35.395Z Compiling either v1.17.0
8322026-09-12T14:59:35.411Z Compiling unicode-width v0.2.2
8332026-09-12T14:59:35.430Z Compiling paste v1.0.15
8342026-09-12T14:59:35.604Z Compiling hex v0.4.3
8352026-09-12T14:59:35.695Z Compiling unicode-linebreak v0.1.5
8362026-09-12T14:59:35.715Z Compiling anyhow v1.0.104
8372026-09-12T14:59:35.997Z Compiling is_ci v1.2.0
8382026-09-12T14:59:36.024Z Compiling lazy_static v1.5.0
8392026-09-12T14:59:36.086Z Compiling supports-color v3.0.2
8402026-09-12T14:59:36.124Z Compiling textwrap v0.16.2
8412026-09-12T14:59:36.182Z Compiling base64-simd v0.8.0
8422026-09-12T14:59:36.240Z Compiling bytes-utils v0.1.4
8432026-09-12T14:59:36.576Z Compiling proc-macro-error2 v2.0.1
8442026-09-12T14:59:36.590Z Compiling typify-macro v0.6.2
8452026-09-12T14:59:36.659Z Compiling num-iter v0.1.46
8462026-09-12T14:59:36.775Z Compiling http-body v0.4.6
8472026-09-12T14:59:36.855Z Compiling ed25519-dalek v2.2.0
8482026-09-12T14:59:37.039Z Compiling url v2.5.8
8492026-09-12T14:59:37.334Z Compiling rand_core v0.9.5
8502026-09-12T14:59:37.595Z Compiling darling_macro v0.23.0
8512026-09-12T14:59:38.208Z Compiling hashbrown v0.14.5
8522026-09-12T14:59:38.524Z Compiling backtrace-ext v0.2.1
8532026-09-12T14:59:38.678Z Compiling block-buffer v0.12.1
8542026-09-12T14:59:38.761Z Compiling crypto-common v0.2.2
8552026-09-12T14:59:38.855Z Compiling serde_urlencoded v0.7.1
8562026-09-12T14:59:38.926Z Compiling inout v0.1.4
8572026-09-12T14:59:38.985Z Compiling thiserror-impl v1.0.69
8582026-09-12T14:59:39.072Z Compiling miette-derive v7.6.0
8592026-09-12T14:59:39.122Z Compiling sync_wrapper v1.0.2
8602026-09-12T14:59:39.234Z Compiling crossbeam-utils v0.8.22
8612026-09-12T14:59:39.387Z Compiling supports-unicode v3.0.0
8622026-09-12T14:59:39.506Z Compiling unicode-width v0.1.14
8632026-09-12T14:59:39.560Z Compiling const-oid v0.10.2
8642026-09-12T14:59:39.880Z Compiling supports-hyperlinks v3.2.0
8652026-09-12T14:59:40.010Z Compiling fastrand v2.5.0
8662026-09-12T14:59:40.045Z Compiling crc32fast v1.5.0
8672026-09-12T14:59:40.080Z Compiling camino v1.2.5
8682026-09-12T14:59:40.094Z Compiling openssl-probe v0.2.1
8692026-09-12T14:59:40.230Z Compiling pin-utils v0.1.0
8702026-09-12T14:59:40.274Z Compiling radium v0.7.0
8712026-09-12T14:59:40.342Z Compiling aws-smithy-types v1.6.1
8722026-09-12T14:59:40.345Z Compiling miette v7.6.0
8732026-09-12T14:59:40.388Z Compiling tempfile v3.27.0
8742026-09-12T14:59:40.411Z Compiling rustls-native-certs v0.8.4
8752026-09-12T14:59:41.010Z Compiling digest v0.11.3
8762026-09-12T14:59:41.230Z Compiling tower v0.5.3
8772026-09-12T14:59:41.242Z Compiling cipher v0.4.4
8782026-09-12T14:59:41.812Z Compiling chumsky v0.9.3
8792026-09-12T14:59:41.875Z Compiling darling v0.23.0
8802026-09-12T14:59:41.875Z Compiling rand_chacha v0.9.0
8812026-09-12T14:59:41.960Z Compiling knus-derive v3.4.0
8822026-09-12T14:59:42.710Z Compiling pkcs1 v0.7.5
8832026-09-12T14:59:42.755Z Compiling ssh-encoding v0.2.0
8842026-09-12T14:59:42.770Z Compiling half v2.7.1
8852026-09-12T14:59:42.909Z Compiling aws-smithy-async v1.3.0
8862026-09-12T14:59:43.026Z Compiling aws-smithy-runtime-api-macros v1.1.0
8872026-09-12T14:59:43.064Z Compiling aho-corasick v1.1.5
8882026-09-12T14:59:43.117Z Compiling simd-adler32 v0.3.10
8892026-09-12T14:59:43.173Z Compiling cpufeatures v0.3.0
8902026-09-12T14:59:43.300Z Compiling byteorder v1.5.0
8912026-09-12T14:59:43.423Z Compiling keccak v0.1.6
8922026-09-12T14:59:43.552Z Compiling ipnetwork v0.21.1
8932026-09-12T14:59:43.566Z Compiling tap v1.0.1
8942026-09-12T14:59:43.579Z Compiling maybe-uninit v2.0.0
8952026-09-12T14:59:43.625Z Compiling omicron-workspace-hack v0.1.0
8962026-09-12T14:59:43.679Z Compiling ciborium-io v0.2.2
8972026-09-12T14:59:43.779Z Compiling regex-syntax v0.8.11
8982026-09-12T14:59:43.801Z Compiling ciborium-ll v0.2.2
8992026-09-12T14:59:43.884Z Compiling oxnet v0.1.6
9002026-09-12T14:59:43.964Z Compiling wyz v0.5.1
9012026-09-12T14:59:43.981Z Compiling aws-smithy-runtime-api v1.14.0
9022026-09-12T14:59:44.058Z Compiling sha3 v0.10.9
9032026-09-12T14:59:44.167Z Compiling knus v3.4.0
9042026-09-12T14:59:44.319Z Compiling ssh-cipher v0.2.0
9052026-09-12T14:59:44.462Z Compiling rsa v0.9.10
9062026-09-12T14:59:44.760Z Compiling p384 v0.13.1
9072026-09-12T14:59:45.008Z Compiling rand v0.9.5
9082026-09-12T14:59:45.161Z Compiling serde_with_macros v3.22.0
9092026-09-12T14:59:45.287Z Compiling regex-automata v0.4.18
9102026-09-12T14:59:45.382Z Compiling tower-http v0.6.11
9112026-09-12T14:59:46.583Z Compiling p256 v0.13.2
9122026-09-12T14:59:46.639Z Compiling hubpack_derive v0.1.1
9132026-09-12T14:59:46.661Z Compiling sha1 v0.10.7
9142026-09-12T14:59:46.872Z Compiling newtype-uuid v1.4.0
9152026-09-12T14:59:47.069Z Compiling openapiv3 v2.2.0
9162026-09-12T14:59:47.168Z Compiling strum_macros v0.26.4
9172026-09-12T14:59:47.934Z Compiling env_filter v2.0.0
9182026-09-12T14:59:47.947Z Compiling daft-derive v0.1.8
9192026-09-12T14:59:48.568Z Compiling heapless v0.7.17
9202026-09-12T14:59:48.639Z Compiling serde_path_to_error v0.1.20
9212026-09-12T14:59:48.813Z Compiling thread_local v1.1.10
9222026-09-12T14:59:48.874Z Compiling utf-8 v0.7.6
9232026-09-12T14:59:49.100Z Compiling funty v2.0.0
9242026-09-12T14:59:49.145Z Compiling salty v0.3.0
9252026-09-12T14:59:49.372Z Compiling rlimit v0.10.2
9262026-09-12T14:59:49.645Z Compiling data-encoding v2.11.1
9272026-09-12T14:59:49.775Z Compiling packed_struct v0.10.1
9282026-09-12T14:59:50.098Z Compiling slog-async v2.8.0
9292026-09-12T14:59:51.275Z Compiling tungstenite v0.28.0
9302026-09-12T14:59:52.448Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
9312026-09-12T14:59:54.039Z Compiling bitvec v1.1.1
9322026-09-12T14:59:54.211Z Compiling strum v0.26.3
9332026-09-12T14:59:54.351Z Compiling daft v0.1.8
9342026-09-12T14:59:54.643Z Compiling env_logger v0.11.11
9352026-09-12T14:59:55.506Z Compiling hubpack v0.1.2
9362026-09-12T14:59:55.762Z Compiling regex v1.13.1
9372026-09-12T14:59:55.900Z Compiling ssh-key v0.6.7
9382026-09-12T14:59:56.164Z Compiling flate2 v1.1.9
9392026-09-12T14:59:56.186Z Compiling serde_with v3.22.0
9402026-09-12T14:59:56.717Z Compiling crossbeam-channel v0.5.16
9412026-09-12T14:59:57.291Z Compiling ciborium v0.2.2
9422026-09-12T14:59:57.577Z Compiling hash32 v0.2.1
9432026-09-12T14:59:58.060Z Compiling typify v0.6.2
9442026-09-12T14:59:58.157Z Compiling packed_struct_codegen v0.10.1
9452026-09-12T14:59:58.401Z Compiling futures-executor v0.3.33
9462026-09-12T14:59:58.921Z Compiling blake3 v1.8.6
9472026-09-12T14:59:59.209Z Compiling async-trait v0.1.92
9482026-09-12T14:59:59.367Z Compiling bitfield-macros v0.19.5
9492026-09-12T14:59:59.370Z Compiling aws-types v1.5.0
9502026-09-12T14:59:59.680Z Compiling is-terminal v0.4.17
9512026-09-12T14:59:59.788Z Compiling multer v3.1.0
9522026-09-12T15:00:00.070Z Compiling keccak v0.2.2
9532026-09-12T15:00:00.146Z Compiling nodrop v0.1.14
9542026-09-12T15:00:00.200Z Compiling take_mut v0.2.2
9552026-09-12T15:00:00.319Z Compiling sponge-cursor v0.1.0
9562026-09-12T15:00:00.415Z Compiling unsafe-libyaml v0.2.11
9572026-09-12T15:00:00.468Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
9582026-09-12T15:00:00.793Z Compiling match_cfg v0.1.0
9592026-09-12T15:00:00.868Z Compiling compression-core v0.4.32
9602026-09-12T15:00:01.048Z Compiling winnow v1.0.4
9612026-09-12T15:00:01.065Z Compiling term v1.2.1
9622026-09-12T15:00:01.275Z Compiling cfg_aliases v0.2.2
9632026-09-12T15:00:01.353Z Compiling nix v0.31.3
9642026-09-12T15:00:01.479Z Compiling slog-term v2.9.2
9652026-09-12T15:00:01.762Z Compiling toml_parser v1.1.3+spec-1.1.0
9662026-09-12T15:00:02.859Z Compiling compression-codecs v0.4.38
9672026-09-12T15:00:02.966Z Compiling serde_yaml v0.9.34+deprecated
9682026-09-12T15:00:02.980Z Compiling hostname v0.3.1
9692026-09-12T15:00:03.218Z Compiling sha3 v0.12.0
9702026-09-12T15:00:03.539Z Compiling array-init v0.0.4
9712026-09-12T15:00:03.571Z Compiling bitfield v0.19.5
9722026-09-12T15:00:03.896Z Compiling progenitor-impl v0.14.0
9732026-09-12T15:00:04.219Z Compiling futures v0.3.33
9742026-09-12T15:00:04.331Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
9752026-09-12T15:00:05.446Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
9762026-09-12T15:00:05.492Z Compiling smallvec v0.6.14
9772026-09-12T15:00:05.736Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
9782026-09-12T15:00:07.244Z Compiling tokio-tungstenite v0.28.0
9792026-09-12T15:00:07.577Z Compiling aws-credential-types v1.3.0
9802026-09-12T15:00:07.708Z Compiling aws-smithy-schema v0.2.0
9812026-09-12T15:00:08.202Z Compiling slog-json v2.6.1
9822026-09-12T15:00:08.554Z Compiling toml_datetime v0.6.11
9832026-09-12T15:00:08.789Z Compiling serde_spanned v0.6.9
9842026-09-12T15:00:08.935Z Compiling cobs v0.3.0
9852026-09-12T15:00:08.953Z Compiling async-stream-impl v0.3.6
9862026-09-12T15:00:09.139Z Compiling serde_spanned v1.1.1
9872026-09-12T15:00:09.213Z Compiling toml_datetime v1.1.1+spec-1.1.0
9882026-09-12T15:00:09.298Z Compiling dropshot v0.17.1
9892026-09-12T15:00:09.475Z Compiling bytesize v2.7.0
9902026-09-12T15:00:09.563Z Compiling static_assertions v1.1.0
9912026-09-12T15:00:09.628Z Compiling arrayvec v0.7.8
9922026-09-12T15:00:09.641Z Compiling signal-hook v0.4.4
9932026-09-12T15:00:09.866Z Compiling winnow v0.7.15
9942026-09-12T15:00:09.886Z Compiling arrayref v0.3.9
9952026-09-12T15:00:09.908Z Compiling toml_write v0.1.2
9962026-09-12T15:00:09.974Z Compiling toml_writer v1.1.2+spec-1.1.0
9972026-09-12T15:00:09.987Z Compiling constant_time_eq v0.4.2
9982026-09-12T15:00:10.078Z Compiling rustix v0.38.44
9992026-09-12T15:00:10.180Z Compiling http-range-header v0.4.2
10002026-09-12T15:00:10.194Z Compiling portable-atomic v1.15.0
10012026-09-12T15:00:10.258Z Compiling toml v1.1.4+spec-1.1.0
10022026-09-12T15:00:10.740Z Compiling async-stream v0.3.6
10032026-09-12T15:00:10.945Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
10042026-09-12T15:00:11.463Z Compiling toml_edit v0.22.27
10052026-09-12T15:00:11.620Z Compiling postcard v1.1.3
10062026-09-12T15:00:12.026Z Compiling slog-bunyan v2.5.0
10072026-09-12T15:00:14.370Z Compiling progenitor-macro v0.14.0
10082026-09-12T15:00:14.681Z Compiling serde-hex v0.1.0
10092026-09-12T15:00:14.781Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
10102026-09-12T15:00:18.795Z Compiling async-compression v0.4.43
10112026-09-12T15:00:18.828Z Compiling oauth2 v5.0.0
10122026-09-12T15:00:19.276Z Compiling sha1 v0.11.0
10132026-09-12T15:00:19.708Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
10142026-09-12T15:00:19.987Z Compiling dropshot_endpoint v0.17.1
10152026-09-12T15:00:20.793Z Compiling waitgroup v0.1.2
10162026-09-12T15:00:20.958Z Compiling rustls-pemfile v2.2.0
10172026-09-12T15:00:21.240Z Compiling serde-big-array v0.5.1
10182026-09-12T15:00:21.244Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
10192026-09-12T15:00:21.406Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10202026-09-12T15:00:21.661Z Compiling nibble_vec v0.1.0
10212026-09-12T15:00:21.702Z Compiling hostname v0.4.2
10222026-09-12T15:00:21.718Z Compiling crc-any v2.5.1
10232026-09-12T15:00:21.813Z Compiling corncobs v0.1.4
10242026-09-12T15:00:21.874Z Compiling debug-ignore v1.0.5
10252026-09-12T15:00:21.917Z Compiling endian-type v0.2.0
10262026-09-12T15:00:21.985Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
10272026-09-12T15:00:22.019Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10282026-09-12T15:00:22.067Z Compiling radix_trie v0.3.0
10292026-09-12T15:00:22.081Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
10302026-09-12T15:00:22.494Z Compiling sshauth v0.1.2 (https://github.com/oxidecomputer/sshauth?rev=afd9b4e549d0e9229c2910c94aa7bca76623dfdb#afd9b4e5)
10312026-09-12T15:00:22.619Z Compiling toml v0.8.23
10322026-09-12T15:00:24.453Z Compiling permission-slip-common v0.1.0 (https://github.com/oxidecomputer/permission-slip?rev=c9d302ef44576e075e35f4f28f8e7ac8345bcd4b#c9d302ef)
10332026-09-12T15:00:25.565Z Compiling console v0.16.4
10342026-09-12T15:00:25.864Z Compiling secrecy v0.8.0
10352026-09-12T15:00:26.022Z Compiling rustls-webpki v0.103.13
10362026-09-12T15:00:26.935Z Compiling clap-num v1.2.0
10372026-09-12T15:00:27.104Z Compiling termios v0.3.3
10382026-09-12T15:00:27.315Z Compiling natord v1.0.9
10392026-09-12T15:00:27.595Z Compiling unit-prefix v0.5.2
10402026-09-12T15:00:27.758Z Compiling unicode-segmentation v1.13.3
10412026-09-12T15:00:27.782Z Compiling home v0.5.12
10422026-09-12T15:00:27.958Z Compiling xdg v2.5.2
10432026-09-12T15:00:28.200Z Compiling rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f)
10442026-09-12T15:00:28.232Z Compiling indicatif v0.18.6
10452026-09-12T15:00:28.361Z Compiling atomicwrites v0.4.4
10462026-09-12T15:00:28.570Z Compiling tokio-fd v0.3.0
10472026-09-12T15:00:28.676Z Compiling async-recursion v1.1.1
10482026-09-12T15:00:28.758Z Compiling memmap2 v0.9.11
10492026-09-12T15:00:28.796Z Compiling shlex v1.3.0
10502026-09-12T15:00:29.082Z Compiling xdg v3.0.0
10512026-09-12T15:00:29.122Z Compiling humantime v2.4.0
10522026-09-12T15:00:30.522Z Compiling tokio-rustls v0.26.4
10532026-09-12T15:00:30.568Z Compiling rustls-platform-verifier v0.7.0
10542026-09-12T15:00:30.823Z Compiling hyper-rustls v0.27.9
10552026-09-12T15:00:31.144Z Compiling reqwest v0.13.4
10562026-09-12T15:00:32.675Z Compiling progenitor-client v0.14.0
10572026-09-12T15:00:32.690Z Compiling oauth2-reqwest v0.1.0-alpha.3
10582026-09-12T15:00:33.180Z Compiling progenitor v0.14.0
10592026-09-12T15:00:33.331Z Compiling permission-slip-client v1.1.0 (https://github.com/oxidecomputer/permission-slip?rev=c9d302ef44576e075e35f4f28f8e7ac8345bcd4b#c9d302ef)
10602026-09-12T15:00:34.832Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
10612026-09-12T15:00:37.021Z Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client)
10622026-09-12T15:00:56.585Z Finished `release` profile [optimized] target(s) in 2m 12s
10632026-09-12T15:00:56.588Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
10642026-09-12T15:00:56.588Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
10652026-09-12T15:00:56.853Z+ cp target/release/sush /work/sush
10662026-09-12T15:00:56.886Z+ cargo install just --locked
10672026-09-12T15:00:56.946Z Updating crates.io index
10682026-09-12T15:00:57.043Z Downloading crates ...
10692026-09-12T15:00:57.160Z Downloaded just v1.58.0
10702026-09-12T15:00:57.172Z Installing just v1.58.0
10712026-09-12T15:00:57.172Zwarning: default toolchain implicitly overridden with `1.98.1-x86_64-unknown-illumos` by rustup toolchain file
10722026-09-12T15:00:57.172Z |
10732026-09-12T15:00:57.172Z = help: use `cargo +stable install` if you meant to use the stable toolchain
10742026-09-12T15:00:57.172Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
10752026-09-12T15:00:57.172Z Updating crates.io index
10762026-09-12T15:00:57.307Zwarning: package `chacha20 v0.10.1` in Cargo.lock is yanked in registry `crates-io`
10772026-09-12T15:00:57.307Z |
10782026-09-12T15:00:57.307Z = help: consider running without --locked
10792026-09-12T15:00:57.360Z Updating crates.io index
10802026-09-12T15:00:57.444Z Downloading crates ...
10812026-09-12T15:00:57.473Z Downloaded blake3 v1.8.5
10822026-09-12T15:00:57.482Z Downloaded find-msvc-tools v0.1.9
10832026-09-12T15:00:57.482Z Downloaded clap_mangen v0.3.0
10842026-09-12T15:00:57.507Z Downloaded dirs-sys v0.5.0
10852026-09-12T15:00:57.518Z Downloaded option-ext v0.2.0
10862026-09-12T15:00:57.518Z Downloaded shellexpand v3.1.2
10872026-09-12T15:00:57.518Z Downloaded dirs v6.0.0
10882026-09-12T15:00:57.518Z Downloaded digest-io v0.1.0
10892026-09-12T15:00:57.518Z Downloaded is_executable v1.0.6
10902026-09-12T15:00:57.518Z Downloaded roff v1.1.1
10912026-09-12T15:00:57.518Z Downloaded typed-arena v2.0.2
10922026-09-12T15:00:57.518Z Downloaded clap_complete v4.6.8
10932026-09-12T15:00:57.518Z Downloaded clap v4.6.5
10942026-09-12T15:00:57.529Z Downloaded num_cpus v1.17.0
10952026-09-12T15:00:57.529Z Downloaded dotenvy v0.15.7
10962026-09-12T15:00:57.529Z Downloaded nu-ansi-term v0.50.3
10972026-09-12T15:00:57.529Z Downloaded strum v0.28.0
10982026-09-12T15:00:57.529Z Downloaded crossbeam-deque v0.8.7
10992026-09-12T15:00:57.537Z Downloaded crossbeam-epoch v0.9.20
11002026-09-12T15:00:57.538Z Downloaded unicase v2.9.0
11012026-09-12T15:00:57.538Z Downloaded snafu-derive v0.9.2
11022026-09-12T15:00:57.538Z Downloaded strum_macros v0.28.0
11032026-09-12T15:00:57.543Z Downloaded sha2 v0.11.0
11042026-09-12T15:00:57.552Z Downloaded rayon-core v1.13.0
11052026-09-12T15:00:57.553Z Downloaded cc v1.4.0
11062026-09-12T15:00:57.574Z Downloaded similar v3.1.1
11072026-09-12T15:00:57.574Z Downloaded snafu v0.9.2
11082026-09-12T15:00:57.581Z Downloaded bstr v1.13.0
11092026-09-12T15:00:57.581Z Downloaded pulldown-cmark v0.13.4
11102026-09-12T15:00:57.581Z Downloaded clap_builder v4.6.5
11112026-09-12T15:00:57.600Z Downloaded regex-automata v0.4.16
11122026-09-12T15:00:57.640Z Compiling libc v0.2.189
11132026-09-12T15:00:57.643Z Compiling proc-macro2 v1.0.107
11142026-09-12T15:00:57.643Z Compiling unicode-ident v1.0.24
11152026-09-12T15:00:57.643Z Compiling quote v1.0.47
11162026-09-12T15:00:57.643Z Compiling bitflags v2.13.1
11172026-09-12T15:00:57.643Z Compiling cfg-if v1.0.4
11182026-09-12T15:00:57.643Z Compiling rustix v1.1.4
11192026-09-12T15:00:57.662Z Compiling heck v0.5.0
11202026-09-12T15:00:57.714Z Compiling utf8parse v0.2.2
11212026-09-12T15:00:57.757Z Compiling typenum v1.20.1
11222026-09-12T15:00:57.801Z Compiling crossbeam-utils v0.8.22
11232026-09-12T15:00:57.831Z Compiling anstyle-parse v1.0.0
11242026-09-12T15:00:57.940Z Compiling is_terminal_polyfill v1.70.2
11252026-09-12T15:00:57.978Z Compiling rand_core v0.10.1
11262026-09-12T15:00:58.013Z Compiling anstyle v1.0.14
11272026-09-12T15:00:58.014Z Compiling colorchoice v1.0.5
11282026-09-12T15:00:58.103Z Compiling getrandom v0.4.3
11292026-09-12T15:00:58.114Z Compiling memchr v2.8.3
11302026-09-12T15:00:58.118Z Compiling crossbeam-epoch v0.9.20
11312026-09-12T15:00:58.172Z Compiling anstyle-query v1.1.5
11322026-09-12T15:00:58.224Z Compiling serde_core v1.0.229
11332026-09-12T15:00:58.255Z Compiling anstream v1.0.0
11342026-09-12T15:00:58.398Z Compiling rayon-core v1.13.0
11352026-09-12T15:00:58.545Z Compiling errno v0.3.14
11362026-09-12T15:00:58.571Z Compiling hybrid-array v0.4.14
11372026-09-12T15:00:58.605Z Compiling find-msvc-tools v0.1.9
11382026-09-12T15:00:58.629Z Compiling cpufeatures v0.3.0
11392026-09-12T15:00:58.688Z Compiling shlex v2.0.1
11402026-09-12T15:00:58.801Z Compiling syn v3.0.3
11412026-09-12T15:00:58.819Z Compiling syn v2.0.119
11422026-09-12T15:00:58.850Z Compiling crossbeam-deque v0.8.7
11432026-09-12T15:00:58.857Z Compiling strsim v0.11.1
11442026-09-12T15:00:58.911Z Compiling clap_lex v1.1.0
11452026-09-12T15:00:58.961Z Compiling autocfg v1.5.1
11462026-09-12T15:00:59.052Z Compiling crypto-common v0.2.2
11472026-09-12T15:00:59.135Z Compiling block-buffer v0.12.1
11482026-09-12T15:00:59.180Z Compiling cc v1.4.0
11492026-09-12T15:00:59.295Z Compiling num-traits v0.2.19
11502026-09-12T15:00:59.678Z Compiling const-oid v0.10.2
11512026-09-12T15:00:59.721Z Compiling terminal_size v0.4.4
11522026-09-12T15:00:59.844Z Compiling clap_builder v4.6.5
11532026-09-12T15:00:59.900Z Compiling zmij v1.0.23
11542026-09-12T15:01:00.086Z Compiling cfg_aliases v0.2.2
11552026-09-12T15:01:00.149Z Compiling option-ext v0.2.0
11562026-09-12T15:01:00.201Z Compiling serde v1.0.229
11572026-09-12T15:01:00.232Z Compiling dirs-sys v0.5.0
11582026-09-12T15:01:00.242Z Compiling nix v0.31.3
11592026-09-12T15:01:00.343Z Compiling blake3 v1.8.5
11602026-09-12T15:01:00.571Z Compiling digest v0.11.3
11612026-09-12T15:01:00.741Z Compiling aho-corasick v1.1.5
11622026-09-12T15:01:00.748Z Compiling regex-syntax v0.8.11
11632026-09-12T15:01:00.763Z Compiling pulldown-cmark v0.13.4
11642026-09-12T15:01:00.855Z Compiling camino v1.2.5
11652026-09-12T15:01:00.989Z Compiling serde_json v1.0.151
11662026-09-12T15:01:01.691Z Compiling dirs v6.0.0
11672026-09-12T15:01:01.732Z Compiling clap_derive v4.6.4
11682026-09-12T15:01:01.818Z Compiling serde_derive v1.0.229
11692026-09-12T15:01:01.851Z Compiling snafu-derive v0.9.2
11702026-09-12T15:01:01.886Z Compiling strum_macros v0.28.0
11712026-09-12T15:01:02.560Z Compiling regex-automata v0.4.16
11722026-09-12T15:01:03.376Z Compiling clap v4.6.5
11732026-09-12T15:01:03.445Z Compiling chacha20 v0.10.1
11742026-09-12T15:01:03.681Z Compiling memmap2 v0.9.11
11752026-09-12T15:01:03.715Z Compiling fastrand v2.5.0
11762026-09-12T15:01:03.719Z Compiling roff v1.1.1
11772026-09-12T15:01:03.722Z Compiling itoa v1.0.18
11782026-09-12T15:01:03.907Z Compiling is_executable v1.0.6
11792026-09-12T15:01:03.919Z Compiling just v1.58.0
11802026-09-12T15:01:03.995Z Compiling unicode-segmentation v1.13.3
11812026-09-12T15:01:04.011Z Compiling iana-time-zone v0.1.65
11822026-09-12T15:01:04.011Z Compiling arrayref v0.3.9
11832026-09-12T15:01:04.069Z Compiling constant_time_eq v0.4.2
11842026-09-12T15:01:04.167Z Compiling unicase v2.9.0
11852026-09-12T15:01:04.221Z Compiling arrayvec v0.7.8
11862026-09-12T15:01:04.255Z Compiling once_cell v1.21.4
11872026-09-12T15:01:04.440Z Compiling tempfile v3.27.0
11882026-09-12T15:01:04.469Z Compiling similar v3.1.1
11892026-09-12T15:01:04.615Z Compiling clap_complete v4.6.8
11902026-09-12T15:01:05.063Z Compiling regex v1.13.1
11912026-09-12T15:01:05.104Z Compiling chrono v0.4.45
11922026-09-12T15:01:05.728Z Compiling clap_mangen v0.3.0
11932026-09-12T15:01:06.502Z Compiling strum v0.28.0
11942026-09-12T15:01:06.621Z Compiling snafu v0.9.2
11952026-09-12T15:01:07.058Z Compiling rand v0.10.2
11962026-09-12T15:01:07.117Z Compiling shellexpand v3.1.2
11972026-09-12T15:01:07.495Z Compiling sha2 v0.11.0
11982026-09-12T15:01:07.522Z Compiling digest-io v0.1.0
11992026-09-12T15:01:07.642Z Compiling uuid v1.24.0
12002026-09-12T15:01:07.772Z Compiling num_cpus v1.17.0
12012026-09-12T15:01:07.775Z Compiling dotenvy v0.15.7
12022026-09-12T15:01:07.797Z Compiling hex v0.4.3
12032026-09-12T15:01:07.853Z Compiling semver v1.0.28
12042026-09-12T15:01:08.060Z Compiling nu-ansi-term v0.50.3
12052026-09-12T15:01:08.281Z Compiling percent-encoding v2.3.2
12062026-09-12T15:01:08.297Z Compiling unicode-width v0.2.2
12072026-09-12T15:01:08.356Z Compiling typed-arena v2.0.2
12082026-09-12T15:02:08.798Z Finished `release` profile [optimized] target(s) in 1m 11s
12092026-09-12T15:02:08.816Z Installing /home/build/.cargo/bin/just
12102026-09-12T15:02:08.819Z Installed package `just v1.58.0` (executable `just`)
12112026-09-12T15:02:08.862Z+ curl -sSfL https://get.nexte.st/latest/illumos
12122026-09-12T15:02:08.865Z+ gunzip
12132026-09-12T15:02:08.865Z+ tar -xf - -C /home/build/.cargo/bin
12142026-09-12T15:02:09.676Z+ just ci
12152026-09-12T15:02:09.680Zcargo fmt --check
12162026-09-12T15:02:09.935Zcargo clippy -- --no-deps --deny warnings
12172026-09-12T15:02:10.245Z Downloading crates ...
12182026-09-12T15:02:10.321Z Downloaded function_name v0.3.0
12192026-09-12T15:02:10.324Z Downloaded heck v0.4.1
12202026-09-12T15:02:10.324Z Downloaded dashu-base v0.5.1
12212026-09-12T15:02:10.324Z Downloaded function_name-proc-macro v0.3.0
12222026-09-12T15:02:10.324Z Downloaded miette-derive v5.10.0
12232026-09-12T15:02:10.327Z Downloaded base64 v0.21.7
12242026-09-12T15:02:10.327Z Downloaded owo-colors v3.5.0
12252026-09-12T15:02:10.331Z Downloaded pwd v1.4.0
12262026-09-12T15:02:10.331Z Downloaded proc-macro-error-attr v1.0.4
12272026-09-12T15:02:10.331Z Downloaded knuffel-derive v3.2.0
12282026-09-12T15:02:10.331Z Downloaded num-primitive v0.2.1
12292026-09-12T15:02:10.331Z Downloaded lru v0.18.2
12302026-09-12T15:02:10.334Z Downloaded num-modular v0.6.5
12312026-09-12T15:02:10.334Z Downloaded knuffel v3.2.0
12322026-09-12T15:02:10.334Z Downloaded proc-macro-error v1.0.4
12332026-09-12T15:02:10.337Z Downloaded seq-macro v0.3.6
12342026-09-12T15:02:10.337Z Downloaded miette v5.10.0
12352026-09-12T15:02:10.342Z Downloaded itertools v0.14.0
12362026-09-12T15:02:10.346Z Downloaded smawk v0.3.3
12372026-09-12T15:02:10.349Z Downloaded supports-color v2.1.0
12382026-09-12T15:02:10.354Z Downloaded supports-hyperlinks v2.1.0
12392026-09-12T15:02:10.354Z Downloaded terminal_size v0.1.17
12402026-09-12T15:02:10.357Z Downloaded dashu-int v0.5.1
12412026-09-12T15:02:10.359Z Downloaded supports-unicode v2.1.0
12422026-09-12T15:02:10.364Z Downloaded textwrap v0.15.2
12432026-09-12T15:02:10.367Z Downloaded tokio-stream v0.1.19
12442026-09-12T15:02:10.690Z Downloaded dsi-bitstream v0.10.1
12452026-09-12T15:02:10.883Z Compiling proc-macro2 v1.0.107
12462026-09-12T15:02:10.883Z Compiling quote v1.0.47
12472026-09-12T15:02:10.883Z Compiling unicode-ident v1.0.24
12482026-09-12T15:02:10.883Z Compiling libc v0.2.189
12492026-09-12T15:02:10.886Z Checking cfg-if v1.0.4
12502026-09-12T15:02:10.887Z Compiling version_check v0.9.5
12512026-09-12T15:02:10.959Z Compiling serde_core v1.0.229
12522026-09-12T15:02:11.044Z Checking typenum v1.20.1
12532026-09-12T15:02:11.065Z Checking subtle v2.6.1
12542026-09-12T15:02:11.198Z Checking memchr v2.8.3
12552026-09-12T15:02:11.225Z Compiling generic-array v0.14.7
12562026-09-12T15:02:11.503Z Compiling libm v0.2.16
12572026-09-12T15:02:11.583Z Compiling serde v1.0.229
12582026-09-12T15:02:11.737Z Compiling autocfg v1.5.1
12592026-09-12T15:02:11.787Z Checking errno v0.3.14
12602026-09-12T15:02:11.797Z Checking const-oid v0.9.6
12612026-09-12T15:02:11.842Z Checking smallvec v1.15.2
12622026-09-12T15:02:11.897Z Compiling zmij v1.0.23
12632026-09-12T15:02:12.016Z Compiling zeroize v1.9.0
12642026-09-12T15:02:12.084Z Compiling num-traits v0.2.19
12652026-09-12T15:02:12.115Z Compiling syn v2.0.119
12662026-09-12T15:02:12.181Z Compiling syn v3.0.3
12672026-09-12T15:02:12.190Z Compiling serde_json v1.0.151
12682026-09-12T15:02:12.235Z Compiling thiserror v2.0.20
12692026-09-12T15:02:12.429Z Checking itoa v1.0.18
12702026-09-12T15:02:12.505Z Checking pin-project-lite v0.2.17
12712026-09-12T15:02:12.547Z Checking bytes v1.12.1
12722026-09-12T15:02:12.568Z Compiling zerocopy v0.8.56
12732026-09-12T15:02:12.785Z Compiling heck v0.5.0
12742026-09-12T15:02:12.856Z Checking allocator-api2 v0.2.21
12752026-09-12T15:02:12.985Z Checking once_cell v1.21.4
12762026-09-12T15:02:13.007Z Checking base64ct v1.8.3
12772026-09-12T15:02:13.149Z Compiling parking_lot_core v0.9.12
12782026-09-12T15:02:13.159Z Checking signal-hook-registry v1.4.8
12792026-09-12T15:02:13.235Z Checking pem-rfc7468 v0.7.0
12802026-09-12T15:02:13.311Z Checking getrandom v0.2.17
12812026-09-12T15:02:13.387Z Compiling semver v1.0.28
12822026-09-12T15:02:13.448Z Checking scopeguard v1.2.0
12832026-09-12T15:02:13.477Z Compiling rustversion v1.0.23
12842026-09-12T15:02:13.538Z Checking futures-core v0.3.33
12852026-09-12T15:02:13.582Z Checking lock_api v0.4.14
12862026-09-12T15:02:13.656Z Checking rand_core v0.6.4
12872026-09-12T15:02:13.691Z Checking flagset v0.4.7
12882026-09-12T15:02:13.790Z Checking mio v1.2.2
12892026-09-12T15:02:13.804Z Checking socket2 v0.6.5
12902026-09-12T15:02:13.848Z Checking parking_lot v0.12.5
12912026-09-12T15:02:14.028Z Checking bitflags v2.13.1
12922026-09-12T15:02:14.038Z Checking equivalent v1.0.2
12932026-09-12T15:02:14.112Z Checking foldhash v0.2.0
12942026-09-12T15:02:14.115Z Checking futures-sink v0.3.33
12952026-09-12T15:02:14.178Z Checking log v0.4.33
12962026-09-12T15:02:14.187Z Compiling getrandom v0.4.3
12972026-09-12T15:02:14.262Z Compiling block-buffer v0.10.4
12982026-09-12T15:02:14.332Z Compiling crypto-common v0.1.7
12992026-09-12T15:02:14.393Z Compiling jobserver v0.1.35
13002026-09-12T15:02:14.442Z Compiling digest v0.10.7
13012026-09-12T15:02:14.451Z Compiling shlex v2.0.1
13022026-09-12T15:02:14.473Z Compiling find-msvc-tools v0.1.10
13032026-09-12T15:02:14.627Z Compiling cc v1.4.2
13042026-09-12T15:02:14.711Z Checking slab v0.4.12
13052026-09-12T15:02:14.760Z Checking cpufeatures v0.2.17
13062026-09-12T15:02:14.824Z Compiling schemars v0.8.22
13072026-09-12T15:02:14.901Z Compiling serde_derive_internals v0.29.1
13082026-09-12T15:02:15.114Z Compiling synstructure v0.13.2
13092026-09-12T15:02:15.361Z Checking futures-channel v0.3.33
13102026-09-12T15:02:15.424Z Compiling cmake v0.1.58
13112026-09-12T15:02:15.483Z Compiling serde_derive v1.0.229
13122026-09-12T15:02:15.557Z Compiling thiserror-impl v2.0.20
13132026-09-12T15:02:15.629Z Compiling tokio-macros v2.7.2
13142026-09-12T15:02:15.693Z Checking http v1.5.0
13152026-09-12T15:02:16.008Z Compiling dunce v1.0.5
13162026-09-12T15:02:16.103Z Compiling fs_extra v1.3.0
13172026-09-12T15:02:16.117Z Compiling object v0.37.3
13182026-09-12T15:02:16.229Z Compiling zeroize_derive v1.5.0
13192026-09-12T15:02:16.283Z Compiling der_derive v0.7.3
13202026-09-12T15:02:16.363Z Compiling zerocopy-derive v0.8.56
13212026-09-12T15:02:16.366Z Compiling schemars_derive v0.8.22
13222026-09-12T15:02:16.404Z Checking tokio v1.53.1
13232026-09-12T15:02:16.439Z Compiling pkg-config v0.3.33
13242026-09-12T15:02:16.910Z Compiling aws-lc-sys v0.44.0
13252026-09-12T15:02:17.101Z Compiling futures-macro v0.3.33
13262026-09-12T15:02:17.274Z Checking der v0.7.10
13272026-09-12T15:02:17.943Z Checking hashbrown v0.17.1
13282026-09-12T15:02:18.021Z Checking spki v0.7.3
13292026-09-12T15:02:18.099Z Compiling rustc_version v0.4.1
13302026-09-12T15:02:18.186Z Checking pkcs8 v0.10.2
13312026-09-12T15:02:18.364Z Checking futures-io v0.3.33
13322026-09-12T15:02:18.438Z Checking futures-task v0.3.33
13332026-09-12T15:02:18.496Z Compiling curve25519-dalek v4.1.3
13342026-09-12T15:02:18.567Z Checking futures-util v0.3.33
13352026-09-12T15:02:18.666Z Compiling zerofrom-derive v0.1.7
13362026-09-12T15:02:18.766Z Compiling ahash v0.8.12
13372026-09-12T15:02:19.005Z Compiling rustix v1.1.4
13382026-09-12T15:02:19.138Z Checking indexmap v2.14.0
13392026-09-12T15:02:19.229Z Checking hmac v0.12.1
13402026-09-12T15:02:19.355Z Compiling curve25519-dalek-derive v0.1.1
13412026-09-12T15:02:19.522Z Compiling yoke-derive v0.8.2
13422026-09-12T15:02:19.688Z Checking stable_deref_trait v1.2.1
13432026-09-12T15:02:19.756Z Checking iana-time-zone v0.1.65
13442026-09-12T15:02:19.827Z Compiling aws-lc-rs v1.18.0
13452026-09-12T15:02:19.856Z Compiling httparse v1.10.1
13462026-09-12T15:02:19.873Z Checking zerofrom v0.1.8
13472026-09-12T15:02:20.027Z Checking chrono v0.4.45
13482026-09-12T15:02:20.650Z Checking yoke v0.8.3
13492026-09-12T15:02:20.708Z Checking ppv-lite86 v0.2.21
13502026-09-12T15:02:20.742Z Checking sha2 v0.10.9
13512026-09-12T15:02:20.821Z Checking signature v2.2.0
13522026-09-12T15:02:20.889Z Checking rustls-pki-types v1.15.1
13532026-09-12T15:02:20.981Z Compiling slog v2.8.2
13542026-09-12T15:02:20.991Z Checking ff v0.13.1
13552026-09-12T15:02:21.001Z Checking base16ct v0.2.0
13562026-09-12T15:02:21.034Z Compiling strsim v0.11.1
13572026-09-12T15:02:21.110Z Checking group v0.13.0
13582026-09-12T15:02:21.119Z Checking sec1 v0.7.3
13592026-09-12T15:02:21.236Z Checking hkdf v0.12.4
13602026-09-12T15:02:21.253Z Checking erased-serde v0.3.31
13612026-09-12T15:02:21.288Z Checking crypto-bigint v0.5.5
13622026-09-12T15:02:21.317Z Compiling zerovec-derive v0.11.3
13632026-09-12T15:02:21.327Z Checking uuid v1.24.0
13642026-09-12T15:02:21.358Z Checking simd-adler32 v0.3.10
13652026-09-12T15:02:21.382Z Compiling syn v1.0.109
13662026-09-12T15:02:21.495Z Checking adler2 v2.0.1
13672026-09-12T15:02:21.595Z Checking miniz_oxide v0.8.9
13682026-09-12T15:02:21.605Z Compiling clap_derive v4.6.4
13692026-09-12T15:02:21.753Z Compiling displaydoc v0.2.7
13702026-09-12T15:02:21.879Z Checking is-terminal v0.4.17
13712026-09-12T15:02:21.919Z Compiling num-bigint-dig v0.8.6
13722026-09-12T15:02:21.961Z Compiling rustls v0.23.43
13732026-09-12T15:02:22.151Z Checking dyn-clone v1.0.20
13742026-09-12T15:02:22.182Z Checking percent-encoding v2.3.2
13752026-09-12T15:02:22.186Z Checking elliptic-curve v0.13.8
13762026-09-12T15:02:22.242Z Checking untrusted v0.9.0
13772026-09-12T15:02:22.316Z Checking utf8parse v0.2.2
13782026-09-12T15:02:22.394Z Checking zerovec v0.11.6
13792026-09-12T15:02:22.491Z Checking rfc6979 v0.4.0
13802026-09-12T15:02:22.519Z Compiling serde_tokenstream v0.2.3
13812026-09-12T15:02:22.598Z Checking http-body v1.1.0
13822026-09-12T15:02:22.797Z Checking tracing-core v0.1.36
13832026-09-12T15:02:22.854Z Checking atomic-waker v1.1.2
13842026-09-12T15:02:22.919Z Compiling thiserror v1.0.69
13852026-09-12T15:02:22.965Z Checking ecdsa v0.16.9
13862026-09-12T15:02:23.009Z Checking primeorder v0.13.6
13872026-09-12T15:02:23.099Z Checking tracing v0.1.44
13882026-09-12T15:02:23.195Z Checking anstyle-parse v1.0.0
13892026-09-12T15:02:23.211Z Checking tokio-util v0.7.19
13902026-09-12T15:02:23.240Z Compiling thiserror-impl v1.0.69
13912026-09-12T15:02:23.331Z Checking hybrid-array v0.4.14
13922026-09-12T15:02:23.405Z Checking anstyle v1.0.14
13932026-09-12T15:02:23.416Z Checking anstyle-query v1.1.5
13942026-09-12T15:02:23.496Z Compiling getrandom v0.3.4
13952026-09-12T15:02:23.550Z Checking is_terminal_polyfill v1.70.2
13962026-09-12T15:02:23.569Z Checking try-lock v0.2.5
13972026-09-12T15:02:23.620Z Checking ipnet v2.12.1
13982026-09-12T15:02:23.658Z Checking colorchoice v1.0.5
13992026-09-12T15:02:23.751Z Checking tower-service v0.3.3
14002026-09-12T15:02:23.830Z Compiling gimli v0.32.3
14012026-09-12T15:02:23.833Z Checking fnv v1.0.7
14022026-09-12T15:02:23.833Z Checking hex v0.4.3
14032026-09-12T15:02:23.881Z Checking tower-layer v0.3.3
14042026-09-12T15:02:23.915Z Checking h2 v0.4.15
14052026-09-12T15:02:24.061Z Checking anstream v1.0.0
14062026-09-12T15:02:24.172Z Checking want v0.3.1
14072026-09-12T15:02:24.446Z Checking tinystr v0.8.3
14082026-09-12T15:02:24.495Z Checking form_urlencoded v1.2.2
14092026-09-12T15:02:24.612Z Checking terminal_size v0.4.4
14102026-09-12T15:02:24.615Z Checking rand_chacha v0.3.1
14112026-09-12T15:02:24.615Z Checking ed25519 v2.2.3
14122026-09-12T15:02:24.949Z Checking spin v0.9.9
14132026-09-12T15:02:25.190Z Compiling num-conv v0.2.2
14142026-09-12T15:02:25.342Z Compiling time-core v0.1.9
14152026-09-12T15:02:25.345Z Compiling owo-colors v4.3.0
14162026-09-12T15:02:25.532Z Checking httpdate v1.0.3
14172026-09-12T15:02:25.676Z Compiling addr2line v0.25.1
14182026-09-12T15:02:25.763Z Checking litemap v0.8.2
14192026-09-12T15:02:25.834Z Checking clap_lex v1.1.0
14202026-09-12T15:02:25.929Z Compiling ident_case v1.0.1
14212026-09-12T15:02:25.969Z Checking writeable v0.6.3
14222026-09-12T15:02:25.978Z Compiling rustc-demangle v0.1.28
14232026-09-12T15:02:25.988Z Checking clap_builder v4.6.6
14242026-09-12T15:02:26.087Z Compiling darling_core v0.23.0
14252026-09-12T15:02:26.129Z Checking icu_locale_core v2.2.0
14262026-09-12T15:02:26.321Z Checking hyper v1.11.0
14272026-09-12T15:02:26.823Z Compiling time-macros v0.2.32
14282026-09-12T15:02:26.841Z Checking ed25519-dalek v2.2.0
14292026-09-12T15:02:27.128Z Checking rand v0.8.7
14302026-09-12T15:02:27.265Z Checking block-buffer v0.12.1
14312026-09-12T15:02:27.381Z Compiling backtrace v0.3.76
14322026-09-12T15:02:27.405Z Checking crypto-common v0.2.2
14332026-09-12T15:02:27.578Z Checking potential_utf v0.1.5
14342026-09-12T15:02:27.636Z Checking zerotrie v0.2.4
14352026-09-12T15:02:27.704Z Checking x509-cert v0.2.5
14362026-09-12T15:02:27.845Z Compiling num-integer v0.1.46
14372026-09-12T15:02:27.869Z Compiling proc-macro-error-attr2 v2.0.0
14382026-09-12T15:02:27.896Z Compiling unicode-width v0.2.2
14392026-09-12T15:02:28.028Z Checking base64 v0.22.1
14402026-09-12T15:02:28.166Z Compiling camino v1.2.5
14412026-09-12T15:02:28.263Z Compiling icu_normalizer_data v2.2.0
14422026-09-12T15:02:28.291Z Compiling crc32fast v1.5.0
14432026-09-12T15:02:28.310Z Compiling is_ci v1.2.0
14442026-09-12T15:02:28.355Z Compiling unicode-linebreak v0.1.5
14452026-09-12T15:02:28.381Z Checking const-oid v0.10.2
14462026-09-12T15:02:28.419Z Compiling anyhow v1.0.104
14472026-09-12T15:02:28.502Z Checking utf8_iter v1.0.4
14482026-09-12T15:02:28.576Z Checking powerfmt v0.2.0
14492026-09-12T15:02:28.613Z Compiling paste v1.0.15
14502026-09-12T15:02:28.632Z Checking num_threads v0.1.7
14512026-09-12T15:02:28.653Z Compiling crossbeam-utils v0.8.22
14522026-09-12T15:02:28.672Z Checking deranged v0.5.8
14532026-09-12T15:02:28.676Z Compiling icu_properties_data v2.2.0
14542026-09-12T15:02:28.716Z Checking icu_collections v2.2.0
14552026-09-12T15:02:28.773Z Compiling hashbrown v0.16.1
14562026-09-12T15:02:28.963Z Compiling textwrap v0.16.2
14572026-09-12T15:02:28.972Z Checking digest v0.11.3
14582026-09-12T15:02:29.009Z Compiling supports-color v3.0.2
14592026-09-12T15:02:29.018Z Compiling lazy_static v1.5.0
14602026-09-12T15:02:29.026Z Compiling proc-macro-error2 v2.0.1
14612026-09-12T15:02:29.096Z Checking hyper-util v0.1.20
14622026-09-12T15:02:29.114Z Compiling darling_macro v0.23.0
14632026-09-12T15:02:29.152Z Compiling num-iter v0.1.46
14642026-09-12T15:02:29.260Z Checking icu_provider v2.2.0
14652026-09-12T15:02:29.281Z Compiling backtrace-ext v0.2.1
14662026-09-12T15:02:29.347Z Checking rand_core v0.9.5
14672026-09-12T15:02:29.424Z Checking clap v4.6.6
14682026-09-12T15:02:29.494Z Compiling hashbrown v0.14.5
14692026-09-12T15:02:29.597Z Checking time v0.3.55
14702026-09-12T15:02:29.684Z Checking half v2.7.1
14712026-09-12T15:02:29.744Z Checking sha1 v0.10.7
14722026-09-12T15:02:29.897Z Compiling miette-derive v7.6.0
14732026-09-12T15:02:29.931Z Checking encoding_rs v0.8.35
14742026-09-12T15:02:30.053Z Checking ryu v1.0.23
14752026-09-12T15:02:30.175Z Checking ciborium-io v0.2.2
14762026-09-12T15:02:30.224Z Compiling unicode-width v0.1.14
14772026-09-12T15:02:30.668Z Checking mime v0.3.17
14782026-09-12T15:02:30.699Z Compiling supports-unicode v3.0.0
14792026-09-12T15:02:30.814Z Compiling supports-hyperlinks v3.2.0
14802026-09-12T15:02:30.828Z Checking static_assertions v1.1.0
14812026-09-12T15:02:30.838Z Checking fastrand v2.5.0
14822026-09-12T15:02:30.901Z Checking ciborium-ll v0.2.2
14832026-09-12T15:02:30.946Z Checking serde_urlencoded v0.7.1
14842026-09-12T15:02:31.007Z Checking tempfile v3.27.0
14852026-09-12T15:02:31.060Z Compiling chumsky v0.9.3
14862026-09-12T15:02:31.064Z Compiling miette v7.6.0
14872026-09-12T15:02:31.187Z Compiling darling v0.23.0
14882026-09-12T15:02:31.265Z Checking rand_chacha v0.9.0
14892026-09-12T15:02:31.446Z Compiling regress v0.11.1
14902026-09-12T15:02:31.743Z Compiling knus-derive v3.4.0
14912026-09-12T15:02:32.587Z Checking http-body-util v0.1.4
14922026-09-12T15:02:32.597Z Compiling pkcs1 v0.7.5
14932026-09-12T15:02:32.657Z Checking inout v0.1.4
14942026-09-12T15:02:32.776Z Checking thread_local v1.1.10
14952026-09-12T15:02:32.815Z Compiling keccak v0.1.6
14962026-09-12T15:02:32.937Z Compiling slog-async v2.8.0
14972026-09-12T15:02:32.947Z Compiling omicron-workspace-hack v0.1.0
14982026-09-12T15:02:33.177Z Checking ipnetwork v0.21.1
14992026-09-12T15:02:33.350Z Checking oxnet v0.1.6
15002026-09-12T15:02:33.353Z Compiling typify-impl v0.6.2
15012026-09-12T15:02:33.390Z Checking sha3 v0.10.9
15022026-09-12T15:02:33.468Z Compiling knus v3.4.0
15032026-09-12T15:02:33.586Z Compiling rsa v0.9.10
15042026-09-12T15:02:33.598Z Checking cipher v0.4.4
15052026-09-12T15:02:33.756Z Compiling p384 v0.13.1
15062026-09-12T15:02:33.868Z Checking crossbeam-channel v0.5.16
15072026-09-12T15:02:33.950Z Checking icu_properties v2.2.0
15082026-09-12T15:02:34.127Z Checking flate2 v1.1.9
15092026-09-12T15:02:34.163Z Checking icu_normalizer v2.2.0
15102026-09-12T15:02:34.212Z Checking rand v0.9.5
15112026-09-12T15:02:34.296Z Compiling serde_with_macros v3.22.0
15122026-09-12T15:02:34.420Z Checking ciborium v0.2.2
15132026-09-12T15:02:34.672Z Compiling hubpack_derive v0.1.1
15142026-09-12T15:02:34.819Z Checking newtype-uuid v1.4.0
15152026-09-12T15:02:34.828Z Checking ssh-encoding v0.2.0
15162026-09-12T15:02:34.945Z Checking futures-executor v0.3.33
15172026-09-12T15:02:35.028Z Checking openapiv3 v2.2.0
15182026-09-12T15:02:35.094Z Compiling async-stream-impl v0.3.6
15192026-09-12T15:02:35.235Z Compiling strum_macros v0.26.4
15202026-09-12T15:02:35.447Z Compiling async-trait v0.1.92
15212026-09-12T15:02:35.751Z Compiling daft-derive v0.1.8
15222026-09-12T15:02:36.186Z Compiling multer v3.1.0
15232026-09-12T15:02:36.337Z Checking keccak v0.2.2
15242026-09-12T15:02:36.424Z Checking take_mut v0.2.2
15252026-09-12T15:02:36.435Z Compiling salty v0.3.0
15262026-09-12T15:02:36.508Z Checking utf-8 v0.7.6
15272026-09-12T15:02:36.517Z Checking compression-core v0.4.32
15282026-09-12T15:02:36.520Z Checking winnow v1.0.4
15292026-09-12T15:02:36.629Z Checking sponge-cursor v0.1.0
15302026-09-12T15:02:36.632Z Compiling rlimit v0.10.2
15312026-09-12T15:02:36.703Z Checking match_cfg v0.1.0
15322026-09-12T15:02:36.748Z Checking term v1.2.1
15332026-09-12T15:02:36.766Z Checking data-encoding v2.11.1
15342026-09-12T15:02:36.848Z Compiling typify-macro v0.6.2
15352026-09-12T15:02:36.862Z Checking strum v0.26.3
15362026-09-12T15:02:36.905Z Checking toml_parser v1.1.3+spec-1.1.0
15372026-09-12T15:02:36.961Z Checking slog-term v2.9.2
15382026-09-12T15:02:36.961Z Checking hostname v0.3.1
15392026-09-12T15:02:37.034Z Checking tungstenite v0.28.0
15402026-09-12T15:02:37.054Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
15412026-09-12T15:02:37.057Z Checking sha3 v0.12.0
15422026-09-12T15:02:37.224Z Checking compression-codecs v0.4.38
15432026-09-12T15:02:37.234Z Checking daft v0.1.8
15442026-09-12T15:02:37.289Z Checking async-stream v0.3.6
15452026-09-12T15:02:37.384Z Checking serde_with v3.22.0
15462026-09-12T15:02:37.398Z Checking hubpack v0.1.2
15472026-09-12T15:02:37.413Z Checking futures v0.3.33
15482026-09-12T15:02:37.452Z Checking ssh-cipher v0.2.0
15492026-09-12T15:02:37.455Z Checking idna_adapter v1.2.2
15502026-09-12T15:02:37.543Z Checking slog-json v2.6.1
15512026-09-12T15:02:37.555Z Checking p256 v0.13.2
15522026-09-12T15:02:37.570Z Checking toml_datetime v1.1.1+spec-1.1.0
15532026-09-12T15:02:37.690Z Checking serde_spanned v1.1.1
15542026-09-12T15:02:37.774Z Compiling dropshot v0.17.1
15552026-09-12T15:02:37.786Z Checking cpufeatures v0.3.0
15562026-09-12T15:02:37.811Z Checking toml_writer v1.1.2+spec-1.1.0
15572026-09-12T15:02:37.982Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
15582026-09-12T15:02:38.049Z Checking toml v1.1.4+spec-1.1.0
15592026-09-12T15:02:38.062Z Checking sha1 v0.11.0
15602026-09-12T15:02:38.228Z Checking ssh-key v0.6.7
15612026-09-12T15:02:38.397Z Checking slog-bunyan v2.5.0
15622026-09-12T15:02:38.458Z Checking idna v1.1.0
15632026-09-12T15:02:38.503Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
15642026-09-12T15:02:38.629Z Checking tokio-tungstenite v0.28.0
15652026-09-12T15:02:38.694Z Checking async-compression v0.4.43
15662026-09-12T15:02:38.697Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
15672026-09-12T15:02:38.939Z Checking waitgroup v0.1.2
15682026-09-12T15:02:38.965Z Compiling dropshot_endpoint v0.17.1
15692026-09-12T15:02:39.024Z Checking rustls-pemfile v2.2.0
15702026-09-12T15:02:39.036Z Checking toml_datetime v0.6.11
15712026-09-12T15:02:39.049Z Checking serde_spanned v0.6.9
15722026-09-12T15:02:39.147Z Checking env_filter v2.0.0
15732026-09-12T15:02:39.165Z Checking sync_wrapper v1.0.2
15742026-09-12T15:02:39.207Z Compiling aho-corasick v1.1.5
15752026-09-12T15:02:39.256Z Checking serde_path_to_error v0.1.20
15762026-09-12T15:02:39.282Z Checking hostname v0.4.2
15772026-09-12T15:02:39.326Z Compiling proc-macro-error-attr v1.0.4
15782026-09-12T15:02:39.372Z Checking openssl-probe v0.2.1
15792026-09-12T15:02:39.474Z Checking http-range-header v0.4.2
15802026-09-12T15:02:39.516Z Checking debug-ignore v1.0.5
15812026-09-12T15:02:39.564Z Checking winnow v0.7.15
15822026-09-12T15:02:39.597Z Checking toml_write v0.1.2
15832026-09-12T15:02:39.607Z Compiling regex-syntax v0.8.11
15842026-09-12T15:02:39.644Z Checking bytesize v2.7.0
15852026-09-12T15:02:39.803Z Compiling rustix v0.38.44
15862026-09-12T15:02:40.214Z Compiling dashu-int v0.5.1
15872026-09-12T15:02:40.705Z Checking rustls-native-certs v0.8.4
15882026-09-12T15:02:40.836Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
15892026-09-12T15:02:40.854Z Checking toml_edit v0.22.27
15902026-09-12T15:02:40.952Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
15912026-09-12T15:02:41.187Z Compiling regex-automata v0.4.18
15922026-09-12T15:02:41.584Z Checking env_logger v0.11.11
15932026-09-12T15:02:41.645Z Checking tower v0.5.3
15942026-09-12T15:02:41.763Z Checking url v2.5.8
15952026-09-12T15:02:41.958Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
15962026-09-12T15:02:42.022Z Checking serde-big-array v0.5.1
15972026-09-12T15:02:42.144Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
15982026-09-12T15:02:42.156Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15992026-09-12T15:02:42.223Z Compiling proc-macro-error v1.0.4
16002026-09-12T15:02:42.321Z Checking num-modular v0.6.5
16012026-09-12T15:02:42.617Z Compiling cfg_aliases v0.2.2
16022026-09-12T15:02:42.686Z Checking corncobs v0.1.4
16032026-09-12T15:02:42.803Z Checking dashu-base v0.5.1
16042026-09-12T15:02:43.145Z Compiling regex v1.13.1
16052026-09-12T15:02:43.543Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
16062026-09-12T15:02:43.785Z Compiling nix v0.31.3
16072026-09-12T15:02:43.825Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16082026-09-12T15:02:44.025Z Checking tower-http v0.6.11
16092026-09-12T15:02:44.172Z Checking toml v0.8.23
16102026-09-12T15:02:44.480Z Compiling typify v0.6.2
16112026-09-12T15:02:44.567Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=69bdab34a70eb3365399f673117dbc8244d16126#69bdab34)
16122026-09-12T15:02:44.685Z Checking secrecy v0.8.0
16132026-09-12T15:02:44.756Z Compiling signal-hook v0.4.4
16142026-09-12T15:02:44.908Z Checking smawk v0.3.3
16152026-09-12T15:02:44.988Z Compiling portable-atomic v1.15.0
16162026-09-12T15:02:45.026Z Compiling unsafe-libyaml v0.2.11
16172026-09-12T15:02:45.052Z Checking num-primitive v0.2.1
16182026-09-12T15:02:45.072Z Compiling unicode-segmentation v1.13.3
16192026-09-12T15:02:45.465Z Compiling heck v0.4.1
16202026-09-12T15:02:45.601Z Checking dsi-bitstream v0.10.1
16212026-09-12T15:02:45.647Z Compiling serde_yaml v0.9.34+deprecated
16222026-09-12T15:02:45.656Z Checking textwrap v0.15.2
16232026-09-12T15:02:45.678Z Checking supports-color v2.1.0
16242026-09-12T15:02:45.692Z Checking atomicwrites v0.4.4
16252026-09-12T15:02:45.794Z Compiling progenitor-impl v0.14.0
16262026-09-12T15:02:45.906Z Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=69bdab34a70eb3365399f673117dbc8244d16126#69bdab34)
16272026-09-12T15:02:46.058Z Checking supports-unicode v2.1.0
16282026-09-12T15:02:46.114Z Checking supports-hyperlinks v2.1.0
16292026-09-12T15:02:46.149Z Compiling miette-derive v5.10.0
16302026-09-12T15:02:46.159Z Checking nibble_vec v0.1.0
16312026-09-12T15:02:46.210Z Checking terminal_size v0.1.17
16322026-09-12T15:02:46.268Z Checking memmap2 v0.9.11
16332026-09-12T15:02:46.302Z Checking tinyvec_macros v0.1.1
16342026-09-12T15:02:46.311Z Checking owo-colors v3.5.0
16352026-09-12T15:02:46.362Z Checking either v1.17.0
16362026-09-12T15:02:46.421Z Checking endian-type v0.2.0
16372026-09-12T15:02:46.543Z Checking radix_trie v0.3.0
16382026-09-12T15:02:46.547Z Checking itertools v0.14.0
16392026-09-12T15:02:46.743Z Checking tinyvec v1.12.0
16402026-09-12T15:02:46.898Z Compiling knuffel-derive v3.2.0
16412026-09-12T15:02:47.198Z Checking miette v5.10.0
16422026-09-12T15:02:47.821Z Compiling progenitor-macro v0.14.0
16432026-09-12T15:02:47.845Z Checking console v0.16.4
16442026-09-12T15:02:48.130Z Checking tokio-stream v0.1.19
16452026-09-12T15:02:48.289Z Checking termios v0.3.3
16462026-09-12T15:02:48.403Z Checking unit-prefix v0.5.2
16472026-09-12T15:02:48.482Z Checking home v0.5.12
16482026-09-12T15:02:48.507Z Checking base64 v0.21.7
16492026-09-12T15:02:48.517Z Compiling seq-macro v0.3.6
16502026-09-12T15:02:48.567Z Checking indicatif v0.18.6
16512026-09-12T15:02:48.732Z Checking knuffel v3.2.0
16522026-09-12T15:02:48.780Z Checking rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f)
16532026-09-12T15:02:48.910Z Checking pwd v1.4.0
16542026-09-12T15:02:48.946Z Checking tokio-fd v0.3.0
16552026-09-12T15:02:49.005Z Checking lru v0.18.2
16562026-09-12T15:02:49.035Z Compiling async-recursion v1.1.1
16572026-09-12T15:02:49.049Z Checking xdg v3.0.0
16582026-09-12T15:02:49.156Z Checking shlex v1.3.0
16592026-09-12T15:02:49.202Z Checking humantime v2.4.0
16602026-09-12T15:02:49.295Z Compiling function_name-proc-macro v0.3.0
16612026-09-12T15:02:49.338Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
16622026-09-12T15:02:49.470Z Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=69bdab34a70eb3365399f673117dbc8244d16126#69bdab34)
16632026-09-12T15:02:49.647Z Checking function_name v0.3.0
16642026-09-12T15:02:50.042Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
16652026-09-12T15:02:53.447Z Checking rustls-webpki v0.103.13
16662026-09-12T15:02:55.664Z Checking tokio-rustls v0.26.4
16672026-09-12T15:02:55.664Z Checking rustls-platform-verifier v0.7.0
16682026-09-12T15:02:55.842Z Checking hyper-rustls v0.27.9
16692026-09-12T15:02:56.000Z Checking reqwest v0.13.4
16702026-09-12T15:02:56.594Z Checking progenitor-client v0.14.0
16712026-09-12T15:02:56.781Z Checking progenitor v0.14.0
16722026-09-12T15:02:57.437Z Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api)
16732026-09-12T15:02:57.843Z Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server)
16742026-09-12T15:02:57.843Z Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client)
16752026-09-12T15:02:57.846Z Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
16762026-09-12T15:03:00.004Z Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
16772026-09-12T15:03:00.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.21s
16782026-09-12T15:03:00.224Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
16792026-09-12T15:03:00.225Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
16802026-09-12T15:03:00.351Zcargo clippy --tests -- --no-deps --deny warnings
16812026-09-12T15:03:00.788Z Checking tokio v1.53.1
16822026-09-12T15:03:00.791Z Compiling serde_json v1.0.151
16832026-09-12T15:03:00.912Z Compiling anyhow v1.0.104
16842026-09-12T15:03:00.931Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
16852026-09-12T15:03:01.512Z Compiling schemars v0.8.22
16862026-09-12T15:03:01.512Z Compiling openapiv3 v2.2.0
16872026-09-12T15:03:01.635Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=69bdab34a70eb3365399f673117dbc8244d16126#69bdab34)
16882026-09-12T15:03:01.663Z Checking slog-json v2.6.1
16892026-09-12T15:03:01.666Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
16902026-09-12T15:03:01.812Z Checking slog-bunyan v2.5.0
16912026-09-12T15:03:02.221Z Compiling typify-impl v0.6.2
16922026-09-12T15:03:02.266Z Checking oxnet v0.1.6
16932026-09-12T15:03:02.525Z Checking daft v0.1.8
16942026-09-12T15:03:02.735Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
16952026-09-12T15:03:03.841Z Checking tokio-util v0.7.19
16962026-09-12T15:03:03.841Z Checking tokio-rustls v0.26.4
16972026-09-12T15:03:03.841Z Checking tokio-tungstenite v0.28.0
16982026-09-12T15:03:03.841Z Checking async-compression v0.4.43
16992026-09-12T15:03:03.950Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17002026-09-12T15:03:03.959Z Checking tower v0.5.3
17012026-09-12T15:03:04.026Z Checking tokio-stream v0.1.19
17022026-09-12T15:03:04.069Z Checking tokio-fd v0.3.0
17032026-09-12T15:03:04.090Z Checking sush-common v0.1.0 (/work/oxidecomputer/sush/common)
17042026-09-12T15:03:04.270Z Checking h2 v0.4.15
17052026-09-12T15:03:04.336Z Checking tower-http v0.6.11
17062026-09-12T15:03:04.339Z Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
17072026-09-12T15:03:04.389Z Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=69bdab34a70eb3365399f673117dbc8244d16126#69bdab34)
17082026-09-12T15:03:04.607Z Compiling typify-macro v0.6.2
17092026-09-12T15:03:05.870Z Compiling typify v0.6.2
17102026-09-12T15:03:05.932Z Compiling progenitor-impl v0.14.0
17112026-09-12T15:03:06.078Z Checking hyper v1.11.0
17122026-09-12T15:03:06.945Z Checking hyper-util v0.1.20
17132026-09-12T15:03:07.215Z Compiling progenitor-macro v0.14.0
17142026-09-12T15:03:07.922Z Checking dropshot v0.17.1
17152026-09-12T15:03:07.922Z Checking hyper-rustls v0.27.9
17162026-09-12T15:03:08.096Z Checking reqwest v0.13.4
17172026-09-12T15:03:08.717Z Checking progenitor-client v0.14.0
17182026-09-12T15:03:09.643Z Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api)
17192026-09-12T15:03:09.724Z Checking progenitor v0.14.0
17202026-09-12T15:03:10.077Z Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server)
17212026-09-12T15:03:10.080Z Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client)
17222026-09-12T15:03:10.081Z Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
17232026-09-12T15:03:12.396Z Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
17242026-09-12T15:03:13.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.11s
17252026-09-12T15:03:13.534Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
17262026-09-12T15:03:13.534Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
17272026-09-12T15:03:13.654Zcargo build --locked
17282026-09-12T15:03:14.120Z Compiling unicode-ident v1.0.24
17292026-09-12T15:03:14.120Z Compiling cfg-if v1.0.4
17302026-09-12T15:03:14.120Z Compiling subtle v2.6.1
17312026-09-12T15:03:14.123Z Compiling const-oid v0.9.6
17322026-09-12T15:03:14.195Z Compiling libc v0.2.189
17332026-09-12T15:03:14.201Z Compiling serde_core v1.0.229
17342026-09-12T15:03:14.205Z Compiling typenum v1.20.1
17352026-09-12T15:03:14.211Z Compiling itoa v1.0.18
17362026-09-12T15:03:14.245Z Compiling memchr v2.8.3
17372026-09-12T15:03:14.303Z Compiling proc-macro2 v1.0.107
17382026-09-12T15:03:14.337Z Compiling flagset v0.4.7
17392026-09-12T15:03:14.396Z Compiling allocator-api2 v0.2.21
17402026-09-12T15:03:14.457Z Compiling smallvec v1.15.2
17412026-09-12T15:03:14.665Z Compiling quote v1.0.47
17422026-09-12T15:03:14.675Z Compiling errno v0.3.14
17432026-09-12T15:03:14.724Z Compiling libm v0.2.16
17442026-09-12T15:03:14.825Z Compiling bytes v1.12.1
17452026-09-12T15:03:14.917Z Compiling syn v2.0.119
17462026-09-12T15:03:14.920Z Compiling syn v3.0.3
17472026-09-12T15:03:14.956Z Compiling equivalent v1.0.2
17482026-09-12T15:03:15.003Z Compiling zmij v1.0.23
17492026-09-12T15:03:15.028Z Compiling pin-project-lite v0.2.17
17502026-09-12T15:03:15.037Z Compiling bitflags v2.13.1
17512026-09-12T15:03:15.119Z Compiling heck v0.5.0
17522026-09-12T15:03:15.276Z Compiling cpufeatures v0.2.17
17532026-09-12T15:03:15.308Z Compiling foldhash v0.2.0
17542026-09-12T15:03:15.345Z Compiling base64ct v1.8.3
17552026-09-12T15:03:15.376Z Compiling once_cell v1.21.4
17562026-09-12T15:03:15.476Z Compiling generic-array v0.14.7
17572026-09-12T15:03:15.485Z Compiling num-traits v0.2.19
17582026-09-12T15:03:15.592Z Compiling pem-rfc7468 v0.7.0
17592026-09-12T15:03:15.641Z Compiling signal-hook-registry v1.4.8
17602026-09-12T15:03:15.918Z Compiling getrandom v0.2.17
17612026-09-12T15:03:15.924Z Compiling futures-core v0.3.33
17622026-09-12T15:03:15.958Z Compiling scopeguard v1.2.0
17632026-09-12T15:03:15.968Z Compiling parking_lot_core v0.9.12
17642026-09-12T15:03:16.061Z Compiling rand_core v0.6.4
17652026-09-12T15:03:16.095Z Compiling lock_api v0.4.14
17662026-09-12T15:03:16.105Z Compiling mio v1.2.2
17672026-09-12T15:03:16.105Z Compiling socket2 v0.6.5
17682026-09-12T15:03:16.124Z Compiling adler2 v2.0.1
17692026-09-12T15:03:16.252Z Compiling base16ct v0.2.0
17702026-09-12T15:03:16.273Z Compiling block-buffer v0.10.4
17712026-09-12T15:03:16.286Z Compiling parking_lot v0.12.5
17722026-09-12T15:03:16.320Z Compiling crypto-common v0.1.7
17732026-09-12T15:03:16.404Z Compiling futures-sink v0.3.33
17742026-09-12T15:03:16.432Z Compiling log v0.4.33
17752026-09-12T15:03:16.441Z Compiling digest v0.10.7
17762026-09-12T15:03:16.506Z Compiling http v1.5.0
17772026-09-12T15:03:16.604Z Compiling getrandom v0.4.3
17782026-09-12T15:03:16.643Z Compiling strsim v0.11.1
17792026-09-12T15:03:16.646Z Compiling slab v0.4.12
17802026-09-12T15:03:16.743Z Compiling futures-channel v0.3.33
17812026-09-12T15:03:16.753Z Compiling dyn-clone v1.0.20
17822026-09-12T15:03:16.822Z Compiling serde_json v1.0.151
17832026-09-12T15:03:16.886Z Compiling hashbrown v0.17.1
17842026-09-12T15:03:16.918Z Compiling utf8parse v0.2.2
17852026-09-12T15:03:16.968Z Compiling futures-io v0.3.33
17862026-09-12T15:03:17.022Z Compiling futures-task v0.3.33
17872026-09-12T15:03:17.033Z Compiling gimli v0.32.3
17882026-09-12T15:03:17.121Z Compiling anstyle-parse v1.0.0
17892026-09-12T15:03:17.192Z Compiling anstyle-query v1.1.5
17902026-09-12T15:03:17.297Z Compiling colorchoice v1.0.5
17912026-09-12T15:03:17.307Z Compiling is_terminal_polyfill v1.70.2
17922026-09-12T15:03:17.398Z Compiling ipnet v2.12.1
17932026-09-12T15:03:17.410Z Compiling indexmap v2.14.0
17942026-09-12T15:03:17.479Z Compiling iana-time-zone v0.1.65
17952026-09-12T15:03:17.512Z Compiling rustc-demangle v0.1.28
17962026-09-12T15:03:17.700Z Compiling serde_derive_internals v0.29.1
17972026-09-12T15:03:17.931Z Compiling synstructure v0.13.2
17982026-09-12T15:03:17.947Z Compiling stable_deref_trait v1.2.1
17992026-09-12T15:03:17.968Z Compiling anstyle v1.0.14
18002026-09-12T15:03:18.022Z Compiling rustix v1.1.4
18012026-09-12T15:03:18.054Z Compiling ff v0.13.1
18022026-09-12T15:03:18.172Z Compiling serde_derive v1.0.229
18032026-09-12T15:03:18.187Z Compiling thiserror-impl v2.0.20
18042026-09-12T15:03:18.190Z Compiling tokio-macros v2.7.2
18052026-09-12T15:03:18.428Z Compiling anstream v1.0.0
18062026-09-12T15:03:18.750Z Compiling addr2line v0.25.1
18072026-09-12T15:03:18.962Z Compiling zeroize_derive v1.5.0
18082026-09-12T15:03:18.971Z Compiling der_derive v0.7.3
18092026-09-12T15:03:19.058Z Compiling zerocopy-derive v0.8.56
18102026-09-12T15:03:19.100Z Compiling tokio v1.53.1
18112026-09-12T15:03:19.449Z Compiling thiserror v2.0.20
18122026-09-12T15:03:19.548Z Compiling schemars_derive v0.8.22
18132026-09-12T15:03:19.558Z Compiling futures-macro v0.3.33
18142026-09-12T15:03:19.587Z Compiling zerofrom-derive v0.1.7
18152026-09-12T15:03:19.682Z Compiling zeroize v1.9.0
18162026-09-12T15:03:20.049Z Compiling der v0.7.10
18172026-09-12T15:03:20.603Z Compiling zerocopy v0.8.56
18182026-09-12T15:03:20.773Z Compiling futures-util v0.3.33
18192026-09-12T15:03:20.852Z Compiling hmac v0.12.1
18202026-09-12T15:03:20.890Z Compiling zerofrom v0.1.8
18212026-09-12T15:03:20.928Z Compiling serde v1.0.229
18222026-09-12T15:03:20.989Z Compiling spki v0.7.3
18232026-09-12T15:03:21.204Z Compiling pkcs8 v0.10.2
18242026-09-12T15:03:21.459Z Compiling yoke-derive v0.8.2
18252026-09-12T15:03:21.482Z Compiling curve25519-dalek-derive v0.1.1
18262026-09-12T15:03:21.515Z Compiling chrono v0.4.45
18272026-09-12T15:03:21.899Z Compiling sha2 v0.10.9
18282026-09-12T15:03:21.909Z Compiling signature v2.2.0
18292026-09-12T15:03:22.056Z Compiling rustls-pki-types v1.15.1
18302026-09-12T15:03:22.193Z Compiling clap_lex v1.1.0
18312026-09-12T15:03:22.283Z Compiling base64 v0.22.1
18322026-09-12T15:03:22.440Z Compiling erased-serde v0.3.31
18332026-09-12T15:03:22.552Z Compiling sec1 v0.7.3
18342026-09-12T15:03:22.597Z Compiling yoke v0.8.3
18352026-09-12T15:03:22.623Z Compiling hkdf v0.12.4
18362026-09-12T15:03:22.766Z Compiling crypto-bigint v0.5.5
18372026-09-12T15:03:22.787Z Compiling zerovec-derive v0.11.3
18382026-09-12T15:03:22.840Z Compiling group v0.13.0
18392026-09-12T15:03:22.952Z Compiling httparse v1.10.1
18402026-09-12T15:03:23.023Z Compiling aws-lc-sys v0.44.0
18412026-09-12T15:03:23.058Z Compiling uuid v1.24.0
18422026-09-12T15:03:23.151Z Compiling is_ci v1.2.0
18432026-09-12T15:03:23.272Z Compiling simd-adler32 v0.3.10
18442026-09-12T15:03:23.293Z Compiling hex v0.4.3
18452026-09-12T15:03:23.482Z Compiling unicode-linebreak v0.1.5
18462026-09-12T15:03:23.506Z Compiling miniz_oxide v0.8.9
18472026-09-12T15:03:23.561Z Compiling ppv-lite86 v0.2.21
18482026-09-12T15:03:23.658Z Compiling aws-lc-rs v1.18.0
18492026-09-12T15:03:23.715Z Compiling slog v2.8.2
18502026-09-12T15:03:23.730Z Compiling displaydoc v0.2.7
18512026-09-12T15:03:23.896Z Compiling elliptic-curve v0.13.8
18522026-09-12T15:03:23.943Z Compiling zerovec v0.11.6
18532026-09-12T15:03:24.145Z Compiling clap_derive v4.6.4
18542026-09-12T15:03:24.195Z Compiling num-integer v0.1.46
18552026-09-12T15:03:24.314Z Compiling is-terminal v0.4.17
18562026-09-12T15:03:24.415Z Compiling unicode-width v0.1.14
18572026-09-12T15:03:24.501Z Compiling percent-encoding v2.3.2
18582026-09-12T15:03:24.529Z Compiling untrusted v0.9.0
18592026-09-12T15:03:24.566Z Compiling num-iter v0.1.46
18602026-09-12T15:03:24.650Z Compiling rustls-webpki v0.103.13
18612026-09-12T15:03:24.679Z Compiling syn v1.0.109
18622026-09-12T15:03:24.704Z Compiling schemars v0.8.22
18632026-09-12T15:03:24.707Z Compiling serde_tokenstream v0.2.3
18642026-09-12T15:03:25.041Z Compiling rfc6979 v0.4.0
18652026-09-12T15:03:25.169Z Compiling http-body v1.1.0
18662026-09-12T15:03:25.303Z Compiling tracing-core v0.1.36
18672026-09-12T15:03:25.331Z Compiling unicode-width v0.2.2
18682026-09-12T15:03:25.357Z Compiling atomic-waker v1.1.2
18692026-09-12T15:03:25.489Z Compiling rustls v0.23.43
18702026-09-12T15:03:25.509Z Compiling ecdsa v0.16.9
18712026-09-12T15:03:25.620Z Compiling primeorder v0.13.6
18722026-09-12T15:03:25.799Z Compiling tracing v0.1.44
18732026-09-12T15:03:25.907Z Compiling tokio-util v0.7.19
18742026-09-12T15:03:25.928Z Compiling thiserror-impl v1.0.69
18752026-09-12T15:03:26.073Z Compiling hybrid-array v0.4.14
18762026-09-12T15:03:26.193Z Compiling fnv v1.0.7
18772026-09-12T15:03:26.196Z Compiling keccak v0.1.6
18782026-09-12T15:03:26.286Z Compiling tower-service v0.3.3
18792026-09-12T15:03:26.297Z Compiling try-lock v0.2.5
18802026-09-12T15:03:26.381Z Compiling tower-layer v0.3.3
18812026-09-12T15:03:26.401Z Compiling want v0.3.1
18822026-09-12T15:03:26.435Z Compiling h2 v0.4.15
18832026-09-12T15:03:26.570Z Compiling form_urlencoded v1.2.2
18842026-09-12T15:03:26.582Z Compiling tinystr v0.8.3
18852026-09-12T15:03:26.687Z Compiling rand_chacha v0.3.1
18862026-09-12T15:03:26.714Z Compiling curve25519-dalek v4.1.3
18872026-09-12T15:03:26.755Z Compiling ed25519 v2.2.3
18882026-09-12T15:03:27.014Z Compiling terminal_size v0.4.4
18892026-09-12T15:03:27.155Z Compiling object v0.37.3
18902026-09-12T15:03:27.155Z Compiling thiserror v1.0.69
18912026-09-12T15:03:27.396Z Compiling hashbrown v0.16.1
18922026-09-12T15:03:27.553Z Compiling litemap v0.8.2
18932026-09-12T15:03:27.747Z Compiling httpdate v1.0.3
18942026-09-12T15:03:27.857Z Compiling time-core v0.1.9
18952026-09-12T15:03:27.973Z Compiling writeable v0.6.3
18962026-09-12T15:03:28.005Z Compiling ryu v1.0.23
18972026-09-12T15:03:28.047Z Compiling num-conv v0.2.2
18982026-09-12T15:03:28.180Z Compiling spin v0.9.9
18992026-09-12T15:03:28.189Z Compiling darling_core v0.23.0
19002026-09-12T15:03:28.198Z Compiling icu_locale_core v2.2.0
19012026-09-12T15:03:28.207Z Compiling time-macros v0.2.32
19022026-09-12T15:03:28.727Z Compiling hyper v1.11.0
19032026-09-12T15:03:29.133Z Compiling tokio-rustls v0.26.4
19042026-09-12T15:03:29.286Z Compiling ahash v0.8.12
19052026-09-12T15:03:29.430Z Compiling ed25519-dalek v2.2.0
19062026-09-12T15:03:29.664Z Compiling clap_builder v4.6.6
19072026-09-12T15:03:29.929Z Compiling backtrace v0.3.76
19082026-09-12T15:03:30.033Z Compiling rand v0.8.7
19092026-09-12T15:03:30.071Z Compiling getrandom v0.3.4
19102026-09-12T15:03:30.094Z Compiling block-buffer v0.12.1
19112026-09-12T15:03:30.257Z Compiling crypto-common v0.2.2
19122026-09-12T15:03:30.267Z Compiling zerotrie v0.2.4
19132026-09-12T15:03:30.395Z Compiling potential_utf v0.1.5
19142026-09-12T15:03:30.569Z Compiling x509-cert v0.2.5
19152026-09-12T15:03:30.592Z Compiling proc-macro-error-attr2 v2.0.0
19162026-09-12T15:03:30.710Z Compiling utf8_iter v1.0.4
19172026-09-12T15:03:30.863Z Compiling const-oid v0.10.2
19182026-09-12T15:03:30.963Z Compiling powerfmt v0.2.0
19192026-09-12T15:03:31.053Z Compiling deranged v0.5.8
19202026-09-12T15:03:31.080Z Compiling num_threads v0.1.7
19212026-09-12T15:03:31.180Z Compiling lazy_static v1.5.0
19222026-09-12T15:03:31.183Z Compiling proc-macro-error2 v2.0.1
19232026-09-12T15:03:31.238Z Compiling digest v0.11.3
19242026-09-12T15:03:31.270Z Compiling icu_collections v2.2.0
19252026-09-12T15:03:31.406Z Compiling clap v4.6.6
19262026-09-12T15:03:31.460Z Compiling icu_provider v2.2.0
19272026-09-12T15:03:31.484Z Compiling darling_macro v0.23.0
19282026-09-12T15:03:31.544Z Compiling backtrace-ext v0.2.1
19292026-09-12T15:03:31.721Z Compiling rand_core v0.9.5
19302026-09-12T15:03:31.807Z Compiling hyper-util v0.1.20
19312026-09-12T15:03:31.929Z Compiling hashbrown v0.14.5
19322026-09-12T15:03:31.938Z Compiling time v0.3.55
19332026-09-12T15:03:32.022Z Compiling textwrap v0.16.2
19342026-09-12T15:03:32.220Z Compiling half v2.7.1
19352026-09-12T15:03:32.367Z Compiling supports-color v3.0.2
19362026-09-12T15:03:32.379Z Compiling sha1 v0.10.7
19372026-09-12T15:03:32.455Z Compiling miette-derive v7.6.0
19382026-09-12T15:03:32.518Z Compiling encoding_rs v0.8.35
19392026-09-12T15:03:32.564Z Compiling ciborium-io v0.2.2
19402026-09-12T15:03:32.608Z Compiling semver v1.0.28
19412026-09-12T15:03:32.655Z Compiling fastrand v2.5.0
19422026-09-12T15:03:32.916Z Compiling mime v0.3.17
19432026-09-12T15:03:32.945Z Compiling static_assertions v1.1.0
19442026-09-12T15:03:33.017Z Compiling tempfile v3.27.0
19452026-09-12T15:03:33.316Z Compiling ciborium-ll v0.2.2
19462026-09-12T15:03:33.443Z Compiling num-bigint-dig v0.8.6
19472026-09-12T15:03:33.447Z Compiling chumsky v0.9.3
19482026-09-12T15:03:33.484Z Compiling darling v0.23.0
19492026-09-12T15:03:33.533Z Compiling rand_chacha v0.9.0
19502026-09-12T15:03:33.564Z Compiling knus-derive v3.4.0
19512026-09-12T15:03:33.604Z Compiling miette v7.6.0
19522026-09-12T15:03:33.977Z Compiling camino v1.2.5
19532026-09-12T15:03:34.122Z Compiling icu_properties_data v2.2.0
19542026-09-12T15:03:34.215Z Compiling icu_normalizer_data v2.2.0
19552026-09-12T15:03:34.259Z Compiling crc32fast v1.5.0
19562026-09-12T15:03:34.289Z Compiling crossbeam-utils v0.8.22
19572026-09-12T15:03:34.454Z Compiling serde_urlencoded v0.7.1
19582026-09-12T15:03:34.610Z Compiling regress v0.11.1
19592026-09-12T15:03:34.655Z Compiling http-body-util v0.1.4
19602026-09-12T15:03:34.706Z Compiling pkcs1 v0.7.5
19612026-09-12T15:03:34.821Z Compiling inout v0.1.4
19622026-09-12T15:03:34.889Z Compiling thread_local v1.1.10
19632026-09-12T15:03:34.917Z Compiling regex-syntax v0.8.11
19642026-09-12T15:03:34.955Z Compiling ipnetwork v0.21.1
19652026-09-12T15:03:35.066Z Compiling knus v3.4.0
19662026-09-12T15:03:35.175Z Compiling oxnet v0.1.6
19672026-09-12T15:03:35.185Z Compiling cipher v0.4.4
19682026-09-12T15:03:35.243Z Compiling rsa v0.9.10
19692026-09-12T15:03:35.404Z Compiling crossbeam-channel v0.5.16
19702026-09-12T15:03:35.879Z Compiling p384 v0.13.1
19712026-09-12T15:03:35.903Z Compiling flate2 v1.1.9
19722026-09-12T15:03:35.906Z Compiling icu_normalizer v2.2.0
19732026-09-12T15:03:35.935Z Compiling icu_properties v2.2.0
19742026-09-12T15:03:36.165Z Compiling rand v0.9.5
19752026-09-12T15:03:36.340Z Compiling typify-impl v0.6.2
19762026-09-12T15:03:36.593Z Compiling serde_with_macros v3.22.0
19772026-09-12T15:03:36.788Z Compiling ciborium v0.2.2
19782026-09-12T15:03:37.195Z Compiling hubpack_derive v0.1.1
19792026-09-12T15:03:37.313Z Compiling sha3 v0.10.9
19802026-09-12T15:03:37.679Z Compiling newtype-uuid v1.4.0
19812026-09-12T15:03:37.760Z Compiling futures-executor v0.3.33
19822026-09-12T15:03:37.769Z Compiling ssh-encoding v0.2.0
19832026-09-12T15:03:37.877Z Compiling openapiv3 v2.2.0
19842026-09-12T15:03:37.950Z Compiling strum_macros v0.26.4
19852026-09-12T15:03:38.032Z Compiling async-stream-impl v0.3.6
19862026-09-12T15:03:38.053Z Compiling daft-derive v0.1.8
19872026-09-12T15:03:38.713Z Compiling async-trait v0.1.92
19882026-09-12T15:03:38.844Z Compiling keccak v0.2.2
19892026-09-12T15:03:38.981Z Compiling term v1.2.1
19902026-09-12T15:03:39.011Z Compiling sponge-cursor v0.1.0
19912026-09-12T15:03:39.147Z Compiling data-encoding v2.11.1
19922026-09-12T15:03:39.264Z Compiling winnow v1.0.4
19932026-09-12T15:03:39.540Z Compiling utf-8 v0.7.6
19942026-09-12T15:03:39.628Z Compiling match_cfg v0.1.0
19952026-09-12T15:03:39.651Z Compiling take_mut v0.2.2
19962026-09-12T15:03:39.662Z Compiling compression-core v0.4.32
19972026-09-12T15:03:39.692Z Compiling hostname v0.3.1
19982026-09-12T15:03:39.702Z Compiling strum v0.26.3
19992026-09-12T15:03:39.715Z Compiling tungstenite v0.28.0
20002026-09-12T15:03:39.733Z Compiling slog-async v2.8.0
20012026-09-12T15:03:39.754Z Compiling toml_parser v1.1.3+spec-1.1.0
20022026-09-12T15:03:39.811Z Compiling compression-codecs v0.4.38
20032026-09-12T15:03:39.825Z Compiling slog-term v2.9.2
20042026-09-12T15:03:39.835Z Compiling sha3 v0.12.0
20052026-09-12T15:03:40.031Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
20062026-09-12T15:03:40.061Z Compiling daft v0.1.8
20072026-09-12T15:03:40.328Z Compiling async-stream v0.3.6
20082026-09-12T15:03:40.339Z Compiling ssh-cipher v0.2.0
20092026-09-12T15:03:40.494Z Compiling futures v0.3.33
20102026-09-12T15:03:40.494Z Compiling serde_with v3.22.0
20112026-09-12T15:03:40.513Z Compiling hubpack v0.1.2
20122026-09-12T15:03:40.545Z Compiling idna_adapter v1.2.2
20132026-09-12T15:03:40.574Z Compiling omicron-workspace-hack v0.1.0
20142026-09-12T15:03:40.590Z Compiling slog-json v2.6.1
20152026-09-12T15:03:40.686Z Compiling p256 v0.13.2
20162026-09-12T15:03:40.743Z Compiling toml_datetime v1.1.1+spec-1.1.0
20172026-09-12T15:03:40.803Z Compiling serde_spanned v1.1.1
20182026-09-12T15:03:40.845Z Compiling toml_writer v1.1.2+spec-1.1.0
20192026-09-12T15:03:40.953Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
20202026-09-12T15:03:41.055Z Compiling unicode-segmentation v1.13.3
20212026-09-12T15:03:41.065Z Compiling cpufeatures v0.3.0
20222026-09-12T15:03:41.136Z Compiling sha1 v0.11.0
20232026-09-12T15:03:41.307Z Compiling toml v1.1.4+spec-1.1.0
20242026-09-12T15:03:41.392Z Compiling ssh-key v0.6.7
20252026-09-12T15:03:41.484Z Compiling slog-bunyan v2.5.0
20262026-09-12T15:03:41.625Z Compiling idna v1.1.0
20272026-09-12T15:03:41.729Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
20282026-09-12T15:03:42.064Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
20292026-09-12T15:03:42.106Z Compiling tokio-tungstenite v0.28.0
20302026-09-12T15:03:42.414Z Compiling multer v3.1.0
20312026-09-12T15:03:42.423Z Compiling salty v0.3.0
20322026-09-12T15:03:42.840Z Compiling async-compression v0.4.43
20332026-09-12T15:03:42.850Z Compiling rlimit v0.10.2
20342026-09-12T15:03:42.930Z Compiling waitgroup v0.1.2
20352026-09-12T15:03:42.933Z Compiling typify-macro v0.6.2
20362026-09-12T15:03:43.027Z Compiling dropshot_endpoint v0.17.1
20372026-09-12T15:03:43.073Z Compiling rustls-pemfile v2.2.0
20382026-09-12T15:03:43.154Z Compiling serde_spanned v0.6.9
20392026-09-12T15:03:43.276Z Compiling toml_datetime v0.6.11
20402026-09-12T15:03:43.303Z Compiling env_filter v2.0.0
20412026-09-12T15:03:43.330Z Compiling sync_wrapper v1.0.2
20422026-09-12T15:03:43.440Z Compiling serde_path_to_error v0.1.20
20432026-09-12T15:03:43.555Z Compiling aho-corasick v1.1.5
20442026-09-12T15:03:43.644Z Compiling hostname v0.4.2
20452026-09-12T15:03:43.793Z Compiling openssl-probe v0.2.1
20462026-09-12T15:03:43.803Z Compiling winnow v0.7.15
20472026-09-12T15:03:43.951Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20482026-09-12T15:03:43.985Z Compiling toml_write v0.1.2
20492026-09-12T15:03:44.067Z Compiling bytesize v2.7.0
20502026-09-12T15:03:44.170Z Compiling debug-ignore v1.0.5
20512026-09-12T15:03:44.184Z Compiling http-range-header v0.4.2
20522026-09-12T15:03:44.276Z Compiling rustls-native-certs v0.8.4
20532026-09-12T15:03:44.419Z Compiling regex-automata v0.4.18
20542026-09-12T15:03:44.634Z Compiling env_logger v0.11.11
20552026-09-12T15:03:44.743Z Compiling dropshot v0.17.1
20562026-09-12T15:03:45.023Z Compiling tower v0.5.3
20572026-09-12T15:03:45.168Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20582026-09-12T15:03:45.400Z Compiling toml_edit v0.22.27
20592026-09-12T15:03:45.536Z Compiling url v2.5.8
20602026-09-12T15:03:45.706Z Compiling serde-big-array v0.5.1
20612026-09-12T15:03:45.717Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20622026-09-12T15:03:45.849Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20632026-09-12T15:03:46.791Z Compiling corncobs v0.1.4
20642026-09-12T15:03:46.970Z Compiling dashu-base v0.5.1
20652026-09-12T15:03:47.313Z Compiling num-modular v0.6.5
20662026-09-12T15:03:48.049Z Compiling dashu-int v0.5.1
20672026-09-12T15:03:48.119Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
20682026-09-12T15:03:49.624Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20692026-09-12T15:03:49.760Z Compiling toml v0.8.23
20702026-09-12T15:03:50.107Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20712026-09-12T15:03:50.251Z Compiling regex v1.13.1
20722026-09-12T15:03:50.322Z Compiling tower-http v0.6.11
20732026-09-12T15:03:50.503Z Compiling typify v0.6.2
20742026-09-12T15:03:50.600Z Compiling proc-macro-error-attr v1.0.4
20752026-09-12T15:03:50.749Z Compiling rustls-platform-verifier v0.7.0
20762026-09-12T15:03:50.765Z Compiling rustix v0.38.44
20772026-09-12T15:03:50.991Z Compiling hyper-rustls v0.27.9
20782026-09-12T15:03:51.273Z Compiling secrecy v0.8.0
20792026-09-12T15:03:51.300Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=69bdab34a70eb3365399f673117dbc8244d16126#69bdab34)
20802026-09-12T15:03:51.423Z Compiling num-primitive v0.2.1
20812026-09-12T15:03:51.691Z Compiling smawk v0.3.3
20822026-09-12T15:03:51.727Z Compiling serde_yaml v0.9.34+deprecated
20832026-09-12T15:03:51.821Z Compiling textwrap v0.15.2
20842026-09-12T15:03:51.951Z Compiling dsi-bitstream v0.10.1
20852026-09-12T15:03:51.961Z Compiling atomicwrites v0.4.4
20862026-09-12T15:03:51.992Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
20872026-09-12T15:03:52.227Z Compiling reqwest v0.13.4
20882026-09-12T15:03:52.455Z Compiling progenitor-impl v0.14.0
20892026-09-12T15:03:52.664Z Compiling proc-macro-error v1.0.4
20902026-09-12T15:03:52.990Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=69bdab34a70eb3365399f673117dbc8244d16126#69bdab34)
20912026-09-12T15:03:53.076Z Compiling heck v0.4.1
20922026-09-12T15:03:53.210Z Compiling supports-unicode v2.1.0
20932026-09-12T15:03:53.262Z Compiling supports-hyperlinks v2.1.0
20942026-09-12T15:03:53.286Z Compiling supports-color v2.1.0
20952026-09-12T15:03:53.365Z Compiling miette-derive v5.10.0
20962026-09-12T15:03:53.421Z Compiling nibble_vec v0.1.0
20972026-09-12T15:03:53.430Z Compiling memmap2 v0.9.11
20982026-09-12T15:03:53.501Z Compiling terminal_size v0.1.17
20992026-09-12T15:03:53.553Z Compiling either v1.17.0
21002026-09-12T15:03:53.618Z Compiling endian-type v0.2.0
21012026-09-12T15:03:53.653Z Compiling tinyvec_macros v0.1.1
21022026-09-12T15:03:53.726Z Compiling owo-colors v3.5.0
21032026-09-12T15:03:53.753Z Compiling itertools v0.14.0
21042026-09-12T15:03:53.769Z Compiling radix_trie v0.3.0
21052026-09-12T15:03:54.079Z Compiling tinyvec v1.12.0
21062026-09-12T15:03:54.420Z Compiling progenitor-client v0.14.0
21072026-09-12T15:03:54.430Z Compiling knuffel-derive v3.2.0
21082026-09-12T15:03:54.490Z Compiling miette v5.10.0
21092026-09-12T15:03:54.994Z Compiling nix v0.31.3
21102026-09-12T15:03:55.927Z Compiling signal-hook v0.4.4
21112026-09-12T15:03:55.984Z Compiling portable-atomic v1.15.0
21122026-09-12T15:03:56.152Z Compiling console v0.16.4
21132026-09-12T15:03:56.180Z Compiling progenitor-macro v0.14.0
21142026-09-12T15:03:56.527Z Compiling tokio-stream v0.1.19
21152026-09-12T15:03:56.725Z Compiling termios v0.3.3
21162026-09-12T15:03:56.827Z Compiling base64 v0.21.7
21172026-09-12T15:03:56.880Z Compiling unit-prefix v0.5.2
21182026-09-12T15:03:56.983Z Compiling home v0.5.12
21192026-09-12T15:03:57.003Z Compiling indicatif v0.18.6
21202026-09-12T15:03:57.029Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=69bdab34a70eb3365399f673117dbc8244d16126#69bdab34)
21212026-09-12T15:03:57.121Z Compiling rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f)
21222026-09-12T15:03:57.145Z Compiling knuffel v3.2.0
21232026-09-12T15:03:57.626Z Compiling pwd v1.4.0
21242026-09-12T15:03:57.816Z Compiling tokio-fd v0.3.0
21252026-09-12T15:03:57.845Z Compiling async-recursion v1.1.1
21262026-09-12T15:03:57.990Z Compiling lru v0.18.2
21272026-09-12T15:03:58.025Z Compiling xdg v3.0.0
21282026-09-12T15:03:58.066Z Compiling shlex v1.3.0
21292026-09-12T15:03:58.166Z Compiling humantime v2.4.0
21302026-09-12T15:03:58.290Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
21312026-09-12T15:03:58.460Z Compiling function_name v0.3.0
21322026-09-12T15:03:58.460Z Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
21332026-09-12T15:04:00.188Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
21342026-09-12T15:04:01.438Z Compiling progenitor v0.14.0
21352026-09-12T15:04:01.546Z Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client)
21362026-09-12T15:04:02.379Z Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server)
21372026-09-12T15:04:05.681Z Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
21382026-09-12T15:04:22.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
21392026-09-12T15:04:22.376Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
21402026-09-12T15:04:22.376Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
21412026-09-12T15:04:22.492Zcargo nextest run --run-ignored all
21422026-09-12T15:04:23.416Z Compiling tokio v1.53.1
21432026-09-12T15:04:23.521Z Compiling serde_json v1.0.151
21442026-09-12T15:04:23.559Z Compiling anyhow v1.0.104
21452026-09-12T15:04:23.559Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
21462026-09-12T15:04:24.118Z Compiling schemars v0.8.22
21472026-09-12T15:04:24.118Z Compiling openapiv3 v2.2.0
21482026-09-12T15:04:24.118Z Compiling slog-json v2.6.1
21492026-09-12T15:04:24.126Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
21502026-09-12T15:04:24.325Z Compiling slog-bunyan v2.5.0
21512026-09-12T15:04:24.361Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=69bdab34a70eb3365399f673117dbc8244d16126#69bdab34)
21522026-09-12T15:04:24.855Z Compiling oxnet v0.1.6
21532026-09-12T15:04:25.008Z Compiling typify-impl v0.6.2
21542026-09-12T15:04:25.347Z Compiling daft v0.1.8
21552026-09-12T15:04:25.620Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
21562026-09-12T15:04:27.011Z Compiling tokio-util v0.7.19
21572026-09-12T15:04:27.046Z Compiling tokio-rustls v0.26.4
21582026-09-12T15:04:27.329Z Compiling tokio-tungstenite v0.28.0
21592026-09-12T15:04:27.445Z Compiling async-compression v0.4.43
21602026-09-12T15:04:27.560Z Compiling h2 v0.4.15
21612026-09-12T15:04:27.643Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
21622026-09-12T15:04:27.729Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
21632026-09-12T15:04:27.796Z Compiling tokio-stream v0.1.19
21642026-09-12T15:04:28.185Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=69bdab34a70eb3365399f673117dbc8244d16126#69bdab34)
21652026-09-12T15:04:28.277Z Compiling tower v0.5.3
21662026-09-12T15:04:28.795Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
21672026-09-12T15:04:29.333Z Compiling tower-http v0.6.11
21682026-09-12T15:04:29.776Z Compiling tokio-fd v0.3.0
21692026-09-12T15:04:29.795Z Compiling hyper v1.11.0
21702026-09-12T15:04:30.894Z Compiling hyper-util v0.1.20
21712026-09-12T15:04:30.972Z Compiling typify-macro v0.6.2
21722026-09-12T15:04:32.023Z Compiling dropshot v0.17.1
21732026-09-12T15:04:32.023Z Compiling hyper-rustls v0.27.9
21742026-09-12T15:04:32.211Z Compiling reqwest v0.13.4
21752026-09-12T15:04:32.816Z Compiling typify v0.6.2
21762026-09-12T15:04:32.889Z Compiling progenitor-impl v0.14.0
21772026-09-12T15:04:33.446Z Compiling progenitor-client v0.14.0
21782026-09-12T15:04:34.944Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
21792026-09-12T15:04:35.683Z Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server)
21802026-09-12T15:04:35.935Z Compiling progenitor-macro v0.14.0
21812026-09-12T15:04:37.052Z Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
21822026-09-12T15:04:40.162Z Compiling progenitor v0.14.0
21832026-09-12T15:04:40.339Z Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client)
21842026-09-12T15:04:48.707Z Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
21852026-09-12T15:05:17.817Z Finished `test` profile [unoptimized + debuginfo] target(s) in 54.76s
21862026-09-12T15:05:17.820Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
21872026-09-12T15:05:17.820Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
21882026-09-12T15:05:17.971Z────────────
21892026-09-12T15:05:17.971Z Nextest run ID a6113c18-c46f-4703-a6e9-5b8edcd35884 with nextest profile: default
21902026-09-12T15:05:17.971Z Starting 164 tests across 11 binaries
21912026-09-12T15:05:17.980Z PASS [ 0.008s] ( 1/164) sush-client agent::test::malformed_payloads
21922026-09-12T15:05:17.984Z PASS [ 0.009s] ( 2/164) sush-client agent::test::request_identities_frame
21932026-09-12T15:05:17.984Z PASS [ 0.009s] ( 3/164) sush-client agent::test::identities_answer_roundtrip
21942026-09-12T15:05:17.984Z PASS [ 0.009s] ( 4/164) sush-client agent::test::sign_response_roundtrip
21952026-09-12T15:05:17.984Z PASS [ 0.009s] ( 5/164) sush-client cli::rack::rack_drawing
21962026-09-12T15:05:17.984Z PASS [ 0.009s] ( 6/164) sush-client cli::rack::rack_drawing_health
21972026-09-12T15:05:17.984Z PASS [ 0.009s] ( 7/164) sush-client agent::test::sign_request_frame
21982026-09-12T15:05:17.988Z PASS [ 0.007s] ( 8/164) sush-client commands::tests::login_refused_blames_build_skew
21992026-09-12T15:05:17.993Z PASS [ 0.008s] ( 9/164) sush-client commands::watch_settling
22002026-09-12T15:05:17.993Z PASS [ 0.008s] ( 10/164) sush-client commands::target_arg
22012026-09-12T15:05:17.994Z PASS [ 0.008s] ( 11/164) sush-client tls::test::descoped_urls
22022026-09-12T15:05:17.994Z PASS [ 0.010s] ( 12/164) sush-client commands::client_args
22032026-09-12T15:05:17.997Z PASS [ 0.008s] ( 13/164) sush-common authn::test::authn_errors
22042026-09-12T15:05:17.997Z PASS [ 0.007s] ( 14/164) sush-common authn::test::pin_challenge_response_schema
22052026-09-12T15:05:17.997Z PASS [ 0.007s] ( 15/164) sush-common authn::test::pin_to_be_signed
22062026-09-12T15:05:18.003Z PASS [ 0.006s] ( 16/164) sush-common authn::test::seq_windows
22072026-09-12T15:05:18.006Z PASS [ 0.007s] ( 17/164) sush-common codephrases::test::constant_codephrases
22082026-09-12T15:05:18.011Z PASS [ 0.006s] ( 18/164) sush-common codephrases::test::leading_zeros_after_truncation
22092026-09-12T15:05:18.011Z PASS [ 0.006s] ( 19/164) sush-common codephrases::test::non_phrases
22102026-09-12T15:05:18.015Z PASS [ 0.007s] ( 20/164) sush-common codephrases::test::trivial_codephrases
22112026-09-12T15:05:18.022Z PASS [ 0.006s] ( 21/164) sush-common codephrases::test::wide_values_reject_where_truncated
22122026-09-12T15:05:18.028Z PASS [ 0.006s] ( 22/164) sush-common hash::tests::sha3_256_empty_vector
22132026-09-12T15:05:18.034Z PASS [ 0.006s] ( 23/164) sush-common jobs::test::interactive_targets
22142026-09-12T15:05:18.039Z PASS [ 0.051s] ( 24/164) sush-common authn::test::bound_requests
22152026-09-12T15:05:18.042Z PASS [ 0.006s] ( 25/164) sush-common jobs::test::limits_clamp
22162026-09-12T15:05:18.047Z PASS [ 0.006s] ( 26/164) sush-common jobs::test::skip_converges_signer_and_server
22172026-09-12T15:05:18.050Z PASS [ 0.007s] ( 27/164) sush-common jobs::test::pin_job_start_request_schema
22182026-09-12T15:05:18.053Z PASS [ 0.006s] ( 28/164) sush-common jobs::test::to_be_signed_omits_defaults
22192026-09-12T15:05:18.058Z PASS [ 0.006s] ( 29/164) sush-common keys::test::test_sk_split
22202026-09-12T15:05:18.064Z PASS [ 0.006s] ( 30/164) sush-common targets::test::targets_include
22212026-09-12T15:05:18.070Z PASS [ 0.006s] ( 31/164) sush-common targets::test::targets_parse
22222026-09-12T15:05:18.076Z PASS [ 0.006s] ( 32/164) sush-common targets::test::targets_round_trip
22232026-09-12T15:05:18.083Z PASS [ 0.006s] ( 33/164) sush-common wordlist::test::verify_wordlist
22242026-09-12T15:05:18.092Z PASS [ 0.095s] ( 34/164) sush-common codephrases::test::id_phrases
22252026-09-12T15:05:18.098Z PASS [ 0.006s] ( 35/164) sush-server bloom::test::pin_probes
22262026-09-12T15:05:18.105Z PASS [ 0.006s] ( 36/164) sush-server bloom::test::round_trip
22272026-09-12T15:05:18.111Z PASS [ 0.006s] ( 37/164) sush-server bloom::test::serde_preserves_bits
22282026-09-12T15:05:18.115Z PASS [ 0.031s] ( 38/164) sush-server bloom::test::false_positives_are_rare
22292026-09-12T15:05:18.115Z PASS [ 0.134s] ( 39/164) sush-client commands::output_needs_target
22302026-09-12T15:05:18.119Z PASS [ 0.008s] ( 40/164) sush-server bookmark::test::discard_assumes_fresh_identity
22312026-09-12T15:05:18.122Z PASS [ 0.008s] ( 41/164) sush-server bookmark::test::handles_share_record
22322026-09-12T15:05:18.125Z PASS [ 0.008s] ( 42/164) sush-server bookmark::test::null_and_shed_touch_nothing
22332026-09-12T15:05:18.128Z PASS [ 0.008s] ( 43/164) sush-server bookmark::test::round_trip
22342026-09-12T15:05:18.131Z PASS [ 0.143s] ( 44/164) sush-common authn::test::challenge_response
22352026-09-12T15:05:18.135Z PASS [ 0.010s] ( 45/164) sush-server boundary::test::commitments_survive_restarts
22362026-09-12T15:05:18.135Z PASS [ 0.010s] ( 46/164) sush-server boundary::test::disagreement_is_untrusted_and_pins
22372026-09-12T15:05:18.135Z PASS [ 0.153s] ( 47/164) sush-client identity::test::ssh_identities
22382026-09-12T15:05:18.138Z PASS [ 0.008s] ( 48/164) sush-server boundary::test::future_record_is_untrusted
22392026-09-12T15:05:18.141Z PASS [ 0.007s] ( 49/164) sush-server boundary::test::pin_network_keys
22402026-09-12T15:05:18.141Z PASS [ 0.007s] ( 50/164) sush-server boundary::test::pin_record_format_v0
22412026-09-12T15:05:18.144Z PASS [ 0.008s] ( 51/164) sush-server boundary::test::undecodable_record_is_untrusted
22422026-09-12T15:05:18.144Z PASS [ 0.010s] ( 52/164) sush-server boundary::test::outcomes_survive_and_heal
22432026-09-12T15:05:18.144Z PASS [ 0.007s] ( 53/164) sush-server boundary::test::unloaded_is_untrusted
22442026-09-12T15:05:18.147Z PASS [ 0.006s] ( 54/164) sush-server format::test::failed_conversion_is_reported
22452026-09-12T15:05:18.147Z PASS [ 0.007s] ( 55/164) sush-server format::test::future_version_is_refused
22462026-09-12T15:05:18.152Z PASS [ 0.006s] ( 56/164) sush-server format::test::garbage_is_refused
22472026-09-12T15:05:18.152Z PASS [ 0.006s] ( 57/164) sush-server format::test::old_version_converts_up
22482026-09-12T15:05:18.153Z PASS [ 0.006s] ( 58/164) sush-server format::test::round_trip_at_latest
22492026-09-12T15:05:18.156Z PASS [ 0.006s] ( 59/164) sush-server format::test::trailing_envelope_elements_are_refused
22502026-09-12T15:05:18.156Z PASS [ 0.006s] ( 60/164) sush-server format::test::unknown_version_is_refused
22512026-09-12T15:05:18.156Z PASS [ 0.006s] ( 61/164) sush-server format::test::wire_chain_converts
22522026-09-12T15:05:18.156Z PASS [ 0.007s] ( 62/164) sush-server format::test::wrong_body_is_reported
22532026-09-12T15:05:18.159Z PASS [ 0.008s] ( 63/164) sush-server locker::test::corruption_discards
22542026-09-12T15:05:18.165Z PASS [ 0.008s] ( 64/164) sush-server locker::test::disagreement_discards
22552026-09-12T15:05:18.165Z PASS [ 0.008s] ( 65/164) sush-server locker::test::flipped_envelope_bytes_are_corruption
22562026-09-12T15:05:18.168Z PASS [ 0.008s] ( 66/164) sush-server locker::test::legacy_sequence_skew_is_benign
22572026-09-12T15:05:18.168Z PASS [ 0.008s] ( 67/164) sush-server locker::test::lone_slot_restores_and_repairs
22582026-09-12T15:05:18.168Z PASS [ 0.007s] ( 68/164) sush-server locker::test::null_touches_nothing
22592026-09-12T15:05:18.171Z PASS [ 0.007s] ( 69/164) sush-server locker::test::partial_store_fails_loudly
22602026-09-12T15:05:18.171Z PASS [ 0.007s] ( 70/164) sush-server locker::test::probe_requires_every_slot
22612026-09-12T15:05:18.175Z PASS [ 0.007s] ( 71/164) sush-server locker::test::second_locker_is_locked_out
22622026-09-12T15:05:18.178Z PASS [ 0.008s] ( 72/164) sush-server locker::test::round_trip_writes_every_slot
22632026-09-12T15:05:18.178Z PASS [ 0.007s] ( 73/164) sush-server locker::test::stragglers_cannot_clobber_newer_commits
22642026-09-12T15:05:18.178Z PASS [ 0.008s] ( 74/164) sush-server locker::test::torn_pair_resolves_to_newest_write
22652026-09-12T15:05:18.182Z PASS [ 0.007s] ( 75/164) sush-server locker::test::torn_pair_with_equal_sequence_numbers_discards
22662026-09-12T15:05:18.185Z PASS [ 0.008s] ( 76/164) sush-server messages::wire_format::concurrent_sessions_error
22672026-09-12T15:05:18.185Z PASS [ 0.009s] ( 77/164) sush-server messages::wire_format::cert_requests
22682026-09-12T15:05:18.189Z PASS [ 0.008s] ( 78/164) sush-server messages::wire_format::identity_login_request
22692026-09-12T15:05:18.192Z PASS [ 0.008s] ( 79/164) sush-server messages::wire_format::identity_revoke_request
22702026-09-12T15:05:18.195Z PASS [ 0.008s] ( 80/164) sush-server messages::wire_format::job_skipped_event
22712026-09-12T15:05:18.195Z PASS [ 0.008s] ( 81/164) sush-server messages::wire_format::job_events
22722026-09-12T15:05:18.195Z PASS [ 0.008s] ( 82/164) sush-server messages::wire_format::job_start_interactive_request
22732026-09-12T15:05:18.198Z PASS [ 0.008s] ( 83/164) sush-server messages::wire_format::job_start_request
22742026-09-12T15:05:18.201Z PASS [ 0.008s] ( 84/164) sush-server messages::wire_format::job_stop_request
22752026-09-12T15:05:18.201Z PASS [ 0.008s] ( 85/164) sush-server messages::wire_format::session_allow_attach_request
22762026-09-12T15:05:18.204Z PASS [ 0.008s] ( 86/164) sush-server messages::wire_format::session_deny_attach_request
22772026-09-12T15:05:18.208Z PASS [ 0.008s] ( 87/164) sush-server messages::wire_format::session_ended_skip_event
22782026-09-12T15:05:18.211Z PASS [ 0.008s] ( 88/164) sush-server messages::wire_format::session_hop_error
22792026-09-12T15:05:18.211Z PASS [ 0.008s] ( 89/164) sush-server messages::wire_format::session_skip_request
22802026-09-12T15:05:18.211Z PASS [ 0.008s] ( 90/164) sush-server messages::wire_format::session_start_request
22812026-09-12T15:05:18.215Z PASS [ 0.008s] ( 91/164) sush-server messages::wire_format::session_stop_request
22822026-09-12T15:05:18.218Z PASS [ 0.007s] ( 92/164) sush-server messages::wire_format::unknown_version_tolerated
22832026-09-12T15:05:18.218Z PASS [ 0.008s] ( 93/164) sush-server messages::wire_format::universe_flip_flop_error
22842026-09-12T15:05:18.218Z PASS [ 0.008s] ( 94/164) sush-server messages::wire_format::version_event
22852026-09-12T15:05:18.221Z PASS [ 0.007s] ( 95/164) sush-server proxy::test::home_preference
22862026-09-12T15:05:18.224Z PASS [ 0.007s] ( 96/164) sush-server proxy::test::named_targets
22872026-09-12T15:05:18.225Z PASS [ 0.007s] ( 97/164) sush-server proxy::test::resolution
22882026-09-12T15:05:18.225Z PASS [ 0.007s] ( 98/164) sush-server proxy::test::version_interception
22892026-09-12T15:05:18.229Z PASS [ 0.007s] ( 99/164) sush-server pty::test::pty
22902026-09-12T15:05:18.231Z PASS [ 0.007s] (100/164) sush-server pty::test::set_window_size
22912026-09-12T15:05:18.231Z PASS [ 0.007s] (101/164) sush-server state::test::admission_rules
22922026-09-12T15:05:18.231Z PASS [ 0.007s] (102/164) sush-server state::test::floors_refuse_below
22932026-09-12T15:05:18.278Z PASS [ 0.270s] (103/164) sush-common codephrases::test::random_codephrases
22942026-09-12T15:05:18.463Z PASS [ 0.417s] (104/164) sush-common keys::test::signing
22952026-09-12T15:05:19.353Z PASS [ 1.204s] (105/164) sush-server job::test::tty
22962026-09-12T15:05:19.633Z PASS [ 1.403s] (106/164) sush-server::distributed interrupted_jobs_get_stopped
22972026-09-12T15:05:19.775Z PASS [ 1.545s] (107/164) sush-server::distributed gossip_survives_bookmark_failure
22982026-09-12T15:05:19.824Z PASS [ 1.595s] (108/164) sush-server::distributed bookmarks_survive_restart
22992026-09-12T15:05:20.027Z PASS [ 2.053s] (109/164) sush-client cli::test::cert_chains
23002026-09-12T15:05:20.058Z PASS [ 1.827s] (110/164) sush-server::distributed jobs_gossip_between_sleds
23012026-09-12T15:05:20.074Z PASS [ 0.015s] (111/164) sush-server::gossip idle_heartbeats_detect_a_silent_peer
23022026-09-12T15:05:20.098Z PASS [ 1.634s] (112/164) sush-server::distributed rejoining_replays_without_reexecuting
23032026-09-12T15:05:21.002Z PASS [ 0.928s] (113/164) sush-server::gossip linked_follows_live_links
23042026-09-12T15:05:22.752Z PASS [ 2.726s] (114/164) sush-server::gossip cold_start_converges
23052026-09-12T15:05:23.234Z PASS [ 4.954s] (115/164) sush-server::distributed lost_suffix_never_reruns
23062026-09-12T15:05:23.497Z PASS [ 2.494s] (116/164) sush-server::gossip staggered_start_converges
23072026-09-12T15:05:23.718Z PASS [ 0.221s] (117/164) sush-tests integration_tests::client_proxy_server
23082026-09-12T15:05:23.798Z PASS [ 3.971s] (118/164) sush-server::distributed witnessed_session_survives_restart
23092026-09-12T15:05:23.837Z PASS [ 0.119s] (119/164) sush-tests integration_tests::client_server
23102026-09-12T15:05:24.153Z PASS [ 0.919s] (120/164) sush-server::link gossip_convergence
23112026-09-12T15:05:24.194Z PASS [ 0.356s] (121/164) sush-tests integration_tests::client_tunnels_through_nexus
23122026-09-12T15:05:24.430Z PASS [ 0.633s] (122/164) sush-tests integration_tests::client_tls_proxy_server
23132026-09-12T15:05:24.518Z PASS [ 4.418s] (123/164) sush-server::gossip node_replacement_reconverges
23142026-09-12T15:05:24.544Z PASS [ 0.391s] (124/164) sush-tests integration_tests::interactive_job
23152026-09-12T15:05:24.592Z PASS [ 0.049s] (125/164) sush-tests manager_tests::attribution
23162026-09-12T15:05:24.602Z PASS [ 0.010s] (126/164) sush-tests manager_tests::bad_root_cert_files
23172026-09-12T15:05:24.649Z PASS [ 0.455s] (127/164) sush-tests integration_tests::streaming_job
23182026-09-12T15:05:24.652Z PASS [ 0.048s] (128/164) sush-tests manager_tests::cancel_queued_job
23192026-09-12T15:05:24.700Z PASS [ 0.051s] (129/164) sush-tests manager_tests::cert_chain
23202026-09-12T15:05:24.742Z PASS [ 0.092s] (130/164) sush-tests manager_tests::cert_revoke
23212026-09-12T15:05:24.786Z PASS [ 0.269s] (131/164) sush-tests manager_tests::attach_grants
23222026-09-12T15:05:24.825Z PASS [ 0.125s] (132/164) sush-tests manager_tests::cubby_targets
23232026-09-12T15:05:24.833Z PASS [ 0.047s] (133/164) sush-tests manager_tests::homonym_issuer_resolves_to_true_parent
23242026-09-12T15:05:24.839Z PASS [ 0.098s] (134/164) sush-tests manager_tests::gossiped_identities
23252026-09-12T15:05:24.871Z PASS [ 0.441s] (135/164) sush-tests integration_tests::streaming_job_linger
23262026-09-12T15:05:24.883Z PASS [ 0.044s] (136/164) sush-tests manager_tests::iam_revoke
23272026-09-12T15:05:24.887Z PASS [ 0.053s] (137/164) sush-tests manager_tests::iam
23282026-09-12T15:05:24.902Z PASS [ 0.031s] (138/164) sush-tests manager_tests::interactive_target_required
23292026-09-12T15:05:24.922Z PASS [ 0.040s] (139/164) sush-tests manager_tests::job_json
23302026-09-12T15:05:24.926Z PASS [ 0.101s] (140/164) sush-tests manager_tests::hostile_imports_cannot_displace
23312026-09-12T15:05:24.942Z PASS [ 0.040s] (141/164) sush-tests manager_tests::job_output_perms
23322026-09-12T15:05:24.956Z PASS [ 0.032s] (142/164) sush-tests manager_tests::job_session_enforced
23332026-09-12T15:05:24.970Z PASS [ 0.044s] (143/164) sush-tests manager_tests::job_signal_dispositions
23342026-09-12T15:05:24.981Z PASS [ 0.039s] (144/164) sush-tests manager_tests::job_stop
23352026-09-12T15:05:24.997Z PASS [ 0.042s] (145/164) sush-tests manager_tests::job_targets
23362026-09-12T15:05:25.003Z PASS [ 0.118s] (146/164) sush-tests manager_tests::job_output_dir_moves
23372026-09-12T15:05:25.042Z PASS [ 0.038s] (147/164) sush-tests manager_tests::root_certs_from_files
23382026-09-12T15:05:25.068Z PASS [ 0.026s] (148/164) sush-tests manager_tests::session_nonce_rotates
23392026-09-12T15:05:25.137Z PASS [ 0.167s] (149/164) sush-tests manager_tests::jobs
23402026-09-12T15:05:25.169Z PASS [ 0.101s] (150/164) sush-tests manager_tests::session_stop_skips_queued_jobs
23412026-09-12T15:05:25.185Z PASS [ 0.048s] (151/164) sush-tests manager_tests::shutdown
23422026-09-12T15:05:25.273Z PASS [ 0.103s] (152/164) sush-tests manager_tests::skip_and_stop_are_starter_only
23432026-09-12T15:05:25.276Z PASS [ 0.279s] (153/164) sush-tests manager_tests::revocation_tombstones
23442026-09-12T15:05:25.280Z PASS [ 0.095s] (154/164) sush-tests manager_tests::skip_racing_start_converges
23452026-09-12T15:05:25.313Z PASS [ 0.036s] (155/164) sush-tests manager_tests::superseding_session_skips_queued_jobs
23462026-09-12T15:05:25.330Z PASS [ 0.057s] (156/164) sush-tests manager_tests::streaming_validation
23472026-09-12T15:05:25.433Z PASS [ 0.120s] (157/164) sush-tests manager_tests::too_much_output
23482026-09-12T15:05:25.692Z PASS [ 0.362s] (158/164) sush-tests manager_tests::universe_swap
23492026-09-12T15:05:25.893Z PASS [ 0.912s] (159/164) sush-tests manager_tests::output_ranges
23502026-09-12T15:05:26.615Z PASS [ 1.335s] (160/164) sush-tests manager_tests::too_much_cpu
23512026-09-12T15:05:27.058Z PASS [ 7.282s] (161/164) sush-server::distributed universe_flip_flop_raises_floor
23522026-09-12T15:05:40.713Z PASS [ 21.076s] (162/164) sush-server::distributed stragglers_do_not_interrupt_live_jobs
23532026-09-12T15:05:58.583Z PASS [ 35.825s] (163/164) sush-server::link conformance
23542026-09-12T15:06:19.365Z SLOW [> 60.000s] (───────) sush-server::distributed session_resumes_at_stored_successor
23552026-09-12T15:06:53.131Z PASS [ 93.761s] (164/164) sush-server::distributed session_resumes_at_stored_successor
23562026-09-12T15:06:53.134Z────────────
23572026-09-12T15:06:53.134Z Summary [ 95.144s] 164 tests run: 164 passed (1 slow), 0 skipped
23582026-09-12T15:06:53.142Zcargo test --doc
23592026-09-12T15:06:53.548Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
23602026-09-12T15:06:53.551Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
23612026-09-12T15:06:53.551Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
23622026-09-12T15:06:53.586Z Doc-tests sush_api
23632026-09-12T15:06:54.094Z
23642026-09-12T15:06:54.094Zrunning 2 tests
23652026-09-12T15:06:54.094Ztest api/src/lib.rs - sush_api_mod::api_description (line 41) ... ignored
23662026-09-12T15:06:54.094Ztest api/src/lib.rs - sush_api_mod::stub_api_description (line 47) ... ignored
23672026-09-12T15:06:54.094Z
23682026-09-12T15:06:54.094Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
23692026-09-12T15:06:54.094Z
23702026-09-12T15:06:54.098Zall doctests ran in 0.34s; merged doctests compilation took 0.34s
23712026-09-12T15:06:54.111Z Doc-tests sush_client
23722026-09-12T15:06:54.891Z
23732026-09-12T15:06:54.891Zrunning 22 tests
23742026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::cert_chain (line 74) ... ignored
23752026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::cert_import (line 75) ... ignored
23762026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::cert_revoke (line 75) ... ignored
23772026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::iam (line 73) ... ignored
23782026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::iam_revoke (line 75) ... ignored
23792026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::identities (line 73) ... ignored
23802026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::job_attach (line 74) ... ignored
23812026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::job_history (line 75) ... ignored
23822026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::job_output (line 78) ... ignored
23832026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::job_start (line 81) ... ignored
23842026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::job_status (line 73) ... ignored
23852026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::job_stop (line 74) ... ignored
23862026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::session (line 71) ... ignored
23872026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::session_allow_attach (line 76) ... ignored
23882026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::session_deny_attach (line 75) ... ignored
23892026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::session_skip_job (line 73) ... ignored
23902026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::session_start (line 76) ... ignored
23912026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::session_start_nonce (line 73) ... ignored
23922026-09-12T15:06:54.891Ztest client/src/lib.rs - Client::session_stop (line 72) ... ignored
23932026-09-12T15:06:54.892Ztest client/src/lib.rs - Client::target (line 71) ... ignored
23942026-09-12T15:06:54.892Ztest client/src/lib.rs - Client::version (line 71) ... ignored
23952026-09-12T15:06:54.892Ztest client/src/lib.rs - Client::versions (line 71) ... ignored
23962026-09-12T15:06:54.892Z
23972026-09-12T15:06:54.895Ztest result: ok. 0 passed; 0 failed; 22 ignored; 0 measured; 0 filtered out; finished in 0.00s
23982026-09-12T15:06:54.895Z
23992026-09-12T15:06:54.895Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
24002026-09-12T15:06:54.921Z Doc-tests sush_common
24012026-09-12T15:06:55.138Z
24022026-09-12T15:06:55.138Zrunning 0 tests
24032026-09-12T15:06:55.138Z
24042026-09-12T15:06:55.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24052026-09-12T15:06:55.138Z
24062026-09-12T15:06:55.156Z Doc-tests sush_server
24072026-09-12T15:06:55.473Z
24082026-09-12T15:06:55.473Zrunning 0 tests
24092026-09-12T15:06:55.473Z
24102026-09-12T15:06:55.473Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24112026-09-12T15:06:55.473Z
24122026-09-12T15:06:55.497Z Doc-tests sush_tests
24132026-09-12T15:06:55.529Z
24142026-09-12T15:06:55.529Zrunning 0 tests
24152026-09-12T15:06:55.529Z
24162026-09-12T15:06:55.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24172026-09-12T15:06:55.529Z
24182026-09-12T15:06:55.561Zcargo xtask openapi && git diff --exit-code sush.json
24192026-09-12T15:06:55.862Z Compiling libc v0.2.189
24202026-09-12T15:06:55.865Z Compiling zeroize v1.9.0
24212026-09-12T15:06:55.865Z Compiling proc-macro2 v1.0.107
24222026-09-12T15:06:55.865Z Compiling quote v1.0.47
24232026-09-12T15:06:55.927Z Compiling smallvec v1.15.2
24242026-09-12T15:06:55.932Z Compiling num-traits v0.2.19
24252026-09-12T15:06:55.937Z Compiling zerocopy v0.8.56
24262026-09-12T15:06:55.961Z Compiling rustc_version v0.4.1
24272026-09-12T15:06:55.961Z Compiling log v0.4.33
24282026-09-12T15:06:56.094Z Compiling generic-array v0.14.7
24292026-09-12T15:06:56.119Z Compiling hashbrown v0.17.1
24302026-09-12T15:06:56.142Z Compiling rustls-pki-types v1.15.1
24312026-09-12T15:06:56.201Z Compiling curve25519-dalek v4.1.3
24322026-09-12T15:06:56.291Z Compiling errno v0.3.14
24332026-09-12T15:06:56.331Z Compiling getrandom v0.2.17
24342026-09-12T15:06:56.451Z Compiling rand_core v0.6.4
24352026-09-12T15:06:56.502Z Compiling jobserver v0.1.35
24362026-09-12T15:06:56.521Z Compiling parking_lot_core v0.9.12
24372026-09-12T15:06:56.640Z Compiling crypto-common v0.1.7
24382026-09-12T15:06:56.686Z Compiling block-buffer v0.10.4
24392026-09-12T15:06:56.686Z Compiling signal-hook-registry v1.4.8
24402026-09-12T15:06:56.762Z Compiling syn v3.0.3
24412026-09-12T15:06:56.766Z Compiling syn v2.0.119
24422026-09-12T15:06:56.821Z Compiling digest v0.10.7
24432026-09-12T15:06:56.823Z Compiling cc v1.4.2
24442026-09-12T15:06:56.823Z Compiling parking_lot v0.12.5
24452026-09-12T15:06:56.839Z Compiling mio v1.2.2
24462026-09-12T15:06:56.996Z Compiling socket2 v0.6.5
24472026-09-12T15:06:57.029Z Compiling getrandom v0.4.3
24482026-09-12T15:06:57.239Z Compiling uuid v1.24.0
24492026-09-12T15:06:57.348Z Compiling ff v0.13.1
24502026-09-12T15:06:57.444Z Compiling signature v2.2.0
24512026-09-12T15:06:57.487Z Compiling group v0.13.0
24522026-09-12T15:06:57.590Z Compiling cmake v0.1.58
24532026-09-12T15:06:57.667Z Compiling sha2 v0.10.9
24542026-09-12T15:06:57.678Z Compiling crypto-bigint v0.5.5
24552026-09-12T15:06:57.762Z Compiling getrandom v0.3.4
24562026-09-12T15:06:57.931Z Compiling rand_core v0.9.5
24572026-09-12T15:06:57.954Z Compiling hmac v0.12.1
24582026-09-12T15:06:58.046Z Compiling indexmap v2.14.0
24592026-09-12T15:06:58.090Z Compiling rustix v1.1.4
24602026-09-12T15:06:58.119Z Compiling aws-lc-sys v0.44.0
24612026-09-12T15:06:58.149Z Compiling time v0.3.55
24622026-09-12T15:06:58.676Z Compiling ppv-lite86 v0.2.21
24632026-09-12T15:06:58.844Z Compiling rfc6979 v0.4.0
24642026-09-12T15:06:58.971Z Compiling rand_chacha v0.9.0
24652026-09-12T15:06:59.006Z Compiling inout v0.1.4
24662026-09-12T15:06:59.226Z Compiling rustls v0.23.43
24672026-09-12T15:06:59.426Z Compiling serde_derive_internals v0.29.1
24682026-09-12T15:06:59.472Z Compiling rand v0.9.5
24692026-09-12T15:06:59.590Z Compiling cipher v0.4.4
24702026-09-12T15:06:59.681Z Compiling ssh-encoding v0.2.0
24712026-09-12T15:06:59.807Z Compiling newtype-uuid v1.4.0
24722026-09-12T15:06:59.948Z Compiling sha1 v0.10.7
24732026-09-12T15:06:59.964Z Compiling serde_derive v1.0.229
24742026-09-12T15:06:59.975Z Compiling tokio-macros v2.7.2
24752026-09-12T15:07:00.027Z Compiling thiserror-impl v2.0.20
24762026-09-12T15:07:00.084Z Compiling daft-derive v0.1.8
24772026-09-12T15:07:00.165Z Compiling hostname v0.3.1
24782026-09-12T15:07:00.174Z Compiling ssh-cipher v0.2.0
24792026-09-12T15:07:00.312Z Compiling rand_chacha v0.3.1
24802026-09-12T15:07:00.320Z Compiling is-terminal v0.4.17
24812026-09-12T15:07:00.418Z Compiling spin v0.9.9
24822026-09-12T15:07:00.542Z Compiling rand v0.8.7
24832026-09-12T15:07:00.587Z Compiling der_derive v0.7.3
24842026-09-12T15:07:00.709Z Compiling tokio v1.53.1
24852026-09-12T15:07:00.763Z Compiling futures-macro v0.3.33
24862026-09-12T15:07:00.830Z Compiling schemars_derive v0.8.22
24872026-09-12T15:07:01.199Z Compiling curve25519-dalek-derive v0.1.1
24882026-09-12T15:07:01.256Z Compiling thiserror v2.0.20
24892026-09-12T15:07:01.361Z Compiling tungstenite v0.28.0
24902026-09-12T15:07:01.599Z Compiling der v0.7.10
24912026-09-12T15:07:01.640Z Compiling futures-util v0.3.33
24922026-09-12T15:07:02.093Z Compiling thiserror-impl v1.0.69
24932026-09-12T15:07:02.404Z Compiling async-stream-impl v0.3.6
24942026-09-12T15:07:02.650Z Compiling serde v1.0.229
24952026-09-12T15:07:02.908Z Compiling spki v0.7.3
24962026-09-12T15:07:03.051Z Compiling async-stream v0.3.6
24972026-09-12T15:07:03.121Z Compiling pkcs8 v0.10.2
24982026-09-12T15:07:03.176Z Compiling erased-serde v0.3.31
24992026-09-12T15:07:03.228Z Compiling chrono v0.4.45
25002026-09-12T15:07:03.263Z Compiling thiserror v1.0.69
25012026-09-12T15:07:03.369Z Compiling sec1 v0.7.3
25022026-09-12T15:07:03.395Z Compiling ed25519 v2.2.3
25032026-09-12T15:07:03.544Z Compiling ed25519-dalek v2.2.0
25042026-09-12T15:07:03.640Z Compiling slog v2.8.2
25052026-09-12T15:07:03.649Z Compiling elliptic-curve v0.13.8
25062026-09-12T15:07:03.679Z Compiling serde_tokenstream v0.2.3
25072026-09-12T15:07:03.944Z Compiling slog-json v2.6.1
25082026-09-12T15:07:03.970Z Compiling futures-executor v0.3.33
25092026-09-12T15:07:04.034Z Compiling ecdsa v0.16.9
25102026-09-12T15:07:04.056Z Compiling primeorder v0.13.6
25112026-09-12T15:07:04.107Z Compiling slog-bunyan v2.5.0
25122026-09-12T15:07:04.151Z Compiling schemars v0.8.22
25132026-09-12T15:07:04.245Z Compiling slog-term v2.9.2
25142026-09-12T15:07:04.264Z Compiling futures v0.3.33
25152026-09-12T15:07:04.331Z Compiling tokio-util v0.7.19
25162026-09-12T15:07:04.344Z Compiling async-compression v0.4.43
25172026-09-12T15:07:04.662Z Compiling p256 v0.13.2
25182026-09-12T15:07:04.689Z Compiling tokio-tungstenite v0.28.0
25192026-09-12T15:07:04.709Z Compiling dropshot_endpoint v0.17.1
25202026-09-12T15:07:04.954Z Compiling oxnet v0.1.6
25212026-09-12T15:07:04.983Z Compiling h2 v0.4.15
25222026-09-12T15:07:04.997Z Compiling ssh-key v0.6.7
25232026-09-12T15:07:05.046Z Compiling slog-async v2.8.0
25242026-09-12T15:07:05.453Z Compiling daft v0.1.8
25252026-09-12T15:07:05.611Z Compiling multer v3.1.0
25262026-09-12T15:07:05.643Z Compiling openapiv3 v2.2.0
25272026-09-12T15:07:05.712Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
25282026-09-12T15:07:06.050Z Compiling serde_urlencoded v0.7.1
25292026-09-12T15:07:06.136Z Compiling x509-cert v0.2.5
25302026-09-12T15:07:06.366Z Compiling tempfile v3.27.0
25312026-09-12T15:07:06.424Z Compiling rlimit v0.10.2
25322026-09-12T15:07:06.617Z Compiling async-trait v0.1.92
25332026-09-12T15:07:06.800Z Compiling terminal_size v0.4.4
25342026-09-12T15:07:06.902Z Compiling rustls-pemfile v2.2.0
25352026-09-12T15:07:06.965Z Compiling hostname v0.4.2
25362026-09-12T15:07:06.969Z Compiling clap_builder v4.6.6
25372026-09-12T15:07:07.096Z Compiling clap_derive v4.6.4
25382026-09-12T15:07:07.298Z Compiling hyper v1.11.0
25392026-09-12T15:07:07.338Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
25402026-09-12T15:07:08.420Z Compiling hyper-util v0.1.20
25412026-09-12T15:07:08.694Z Compiling clap v4.6.6
25422026-09-12T15:07:13.756Z Compiling aws-lc-rs v1.18.0
25432026-09-12T15:07:14.941Z Compiling rustls-webpki v0.103.13
25442026-09-12T15:07:17.734Z Compiling tokio-rustls v0.26.4
25452026-09-12T15:07:17.927Z Compiling dropshot v0.17.1
25462026-09-12T15:07:20.306Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
25472026-09-12T15:07:21.698Z Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
25482026-09-12T15:07:26.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.12s
25492026-09-12T15:07:26.791Z Running `target/debug/xtask openapi`
25502026-09-12T15:07:26.857ZGenerating OpenAPI document `sush.json`... done!
25512026-09-12T15:07:26.865Zprocess exited: duration 522575 ms, exit code 0
 
25522026-09-12T15:07:26.882Zfound 1 output files
25532026-09-12T15:07:26.882Zuploading: /work/sush (39265280 bytes)
25542026-09-12T15:07:28.366Zuploaded: /work/sush