01M28WHHGEK0WR8E7CRNCC65XS: 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: 01M28WJ32KDTKNZQ370HEV12X1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-11T18:45:18.739Zjob assigned to worker 01M28WJ3W1NBQ58J7GKJSF4NVY [factory aws, i-0ab44251110021c20] (queued for 51 s)
 
22026-09-11T18:45:25.793Zstarting task 0: "setup"
32026-09-11T18:45:25.796Z++ uname -s
42026-09-11T18:45:25.799Z+ kern=SunOS
52026-09-11T18:45:25.799Z+ build_user=build
62026-09-11T18:45:25.799Z+ build_uid=12345
72026-09-11T18:45:25.799Z+ work_dir=/work
82026-09-11T18:45:25.799Z+ input_dir=/input
92026-09-11T18:45:25.799Z+ [[ 0 == 12345 ]]
102026-09-11T18:45:25.799Z+ case "$kern" in
112026-09-11T18:45:25.799Z+ groupadd -g 12345 build
122026-09-11T18:45:25.802Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-11T18:45:27.804Z+ zfs create -o mountpoint=/work rpool/work
142026-09-11T18:45:27.859Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-11T18:45:27.862Z+ home_fs=zfs
162026-09-11T18:45:27.862Z+ [[ zfs == autofs ]]
172026-09-11T18:45:27.862Z+ mkdir -p /home/build
182026-09-11T18:45:27.862Z+ chown build:build /home/build /work
192026-09-11T18:45:29.863Z+ chmod 0700 /home/build /work
202026-09-11T18:45:29.866Zprocess exited: duration 4073 ms, exit code 0
 
212026-09-11T18:45:29.872Zstarting task 1: "rust-toolchain"
222026-09-11T18:45:29.876Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-11T18:45:29.876Z * rust toolchain channel = "1.98.1"
242026-09-11T18:45:29.876Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-11T18:45:29.876Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-11T18:45:29.876Z * rust toolchain profile = "default"
272026-09-11T18:45:29.876Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-11T18:45:29.880Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-11T18:45:29.880Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-11T18:45:29.998Zinfo: downloading installer
312026-09-11T18:45:31.177Zwarn: It looks like you have an existing installation of Rust at:
322026-09-11T18:45:31.178Zwarn: /opt/ooce/bin
332026-09-11T18:45:31.178Zwarn: This could mean one of the following:
342026-09-11T18:45:31.178Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-11T18:45:31.178Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-11T18:45:31.178Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-11T18:45:31.178Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-11T18:45:31.178Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-11T18:45:31.178Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-11T18:45:31.178Zerror: cannot install while Rust is installed
412026-09-11T18:45:31.178Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-11T18:45:31.191Zinfo: profile set to default
432026-09-11T18:45:31.191Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-11T18:45:31.194Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
452026-09-11T18:45:31.315Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
462026-09-11T18:45:31.317Zinfo: downloading 6 components
472026-09-11T18:45:45.480Z
482026-09-11T18:45:45.480Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
492026-09-11T18:45:45.509Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
502026-09-11T18:45:45.509Z
512026-09-11T18:45:45.512Z
522026-09-11T18:45:45.512ZRust is installed now. Great!
532026-09-11T18:45:45.512Z
542026-09-11T18:45:45.512ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-11T18:45:45.512Zenvironment variable. This has not been done automatically.
562026-09-11T18:45:45.512Z
572026-09-11T18:45:45.512ZTo configure your current shell, you need to source
582026-09-11T18:45:45.512Zthe corresponding env file under $HOME/.cargo.
592026-09-11T18:45:45.512Z
602026-09-11T18:45:45.512ZConsider running the right command for your shell (note the leading DOT):
612026-09-11T18:45:45.512Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-11T18:45:45.512Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-11T18:45:45.512ZCC_x86_64-unknown-illumos = None
642026-09-11T18:45:45.513Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-11T18:45:45.513ZCC_x86_64_unknown_illumos = None
662026-09-11T18:45:45.513Zcargo:rerun-if-env-changed=HOST_CC
672026-09-11T18:45:45.513ZHOST_CC = None
682026-09-11T18:45:45.513Zcargo:rerun-if-env-changed=CC
692026-09-11T18:45:45.513ZCC = None
702026-09-11T18:45:45.513Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-11T18:45:45.913Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-11T18:45:45.913ZCRATE_CC_NO_DEFAULTS = None
732026-09-11T18:45:45.913Zcargo:rerun-if-env-changed=CFLAGS
742026-09-11T18:45:45.913ZCFLAGS = None
752026-09-11T18:45:45.913Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-11T18:45:45.913ZHOST_CFLAGS = None
772026-09-11T18:45:45.913Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-11T18:45:45.913ZCFLAGS_x86_64_unknown_illumos = None
792026-09-11T18:45:45.913Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-11T18:45:45.913ZCFLAGS_x86_64-unknown-illumos = None
812026-09-11T18:45:46.015Z+ rustup --version
822026-09-11T18:45:46.022Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-11T18:45:46.025Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-11T18:45:46.044Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
852026-09-11T18:45:46.047Z+ cargo --version
862026-09-11T18:45:46.061Zcargo 1.98.1 (797e8a9bc 2026-08-05)
872026-09-11T18:45:46.120Z+ rustc --version
882026-09-11T18:45:46.120Zrustc 1.98.1 (48a229cea 2026-09-01)
892026-09-11T18:45:46.120Zprocess exited: duration 16212 ms, exit code 0
 
902026-09-11T18:45:46.126Zstarting task 2: "authentication"
912026-09-11T18:45:46.144Zprocess exited: duration 16 ms, exit code 0
 
922026-09-11T18:45:46.151Zstarting task 3: "clone repository"
932026-09-11T18:45:46.154Z+ mkdir -p /work/oxidecomputer/sush
942026-09-11T18:45:46.157Z+ git clone https://github.com/oxidecomputer/sush /work/oxidecomputer/sush
952026-09-11T18:45:46.262ZCloning into '/work/oxidecomputer/sush'...
962026-09-11T18:45:46.973Z+ cd /work/oxidecomputer/sush
972026-09-11T18:45:46.973Z+ git fetch origin c2a70e3b579046c3d15cbdbf385c4f3aa9267577
982026-09-11T18:45:47.252ZFrom https://github.com/oxidecomputer/sush
992026-09-11T18:45:47.253Z * branch c2a70e3b579046c3d15cbdbf385c4f3aa9267577 -> FETCH_HEAD
1002026-09-11T18:45:47.258Z+ [[ -n voucher ]]
1012026-09-11T18:45:47.261Z++ git branch --show-current
1022026-09-11T18:45:47.264Z+ current=main
1032026-09-11T18:45:47.264Z+ [[ main != voucher ]]
1042026-09-11T18:45:47.264Z+ git branch -f voucher c2a70e3b579046c3d15cbdbf385c4f3aa9267577
1052026-09-11T18:45:47.264Z+ git checkout -f voucher
1062026-09-11T18:45:47.273ZSwitched to branch 'voucher'
1072026-09-11T18:45:47.275Z+ git reset --hard c2a70e3b579046c3d15cbdbf385c4f3aa9267577
1082026-09-11T18:45:47.279ZHEAD is now at c2a70e3 Require measurements on the vouching cert
1092026-09-11T18:45:47.281Zprocess exited: duration 1128 ms, exit code 0
 
1102026-09-11T18:45:47.287Zstarting task 4: "build"
1112026-09-11T18:45:47.291Z+ cargo --version
1122026-09-11T18:45:47.321Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1132026-09-11T18:45:47.324Z+ rustc --version
1142026-09-11T18:45:47.366Zrustc 1.98.1 (48a229cea 2026-09-01)
1152026-09-11T18:45:47.369Z+ export CARGO_NET_GIT_FETCH_WITH_CLI=true
1162026-09-11T18:45:47.369Z+ CARGO_NET_GIT_FETCH_WITH_CLI=true
1172026-09-11T18:45:47.369Z+ export CARGO_INCREMENTAL=0
1182026-09-11T18:45:47.369Z+ CARGO_INCREMENTAL=0
1192026-09-11T18:45:47.369Z+ pfexec mkdir -p /work
1202026-09-11T18:45:47.372Z+ pfexec chown build /work
1212026-09-11T18:45:47.374Z+ cargo build --release --locked --package sush-client --features permslip
1222026-09-11T18:45:47.478Z Updating crates.io index
1232026-09-11T18:45:47.481Z Updating git repository `https://github.com/oxidecomputer/omicron`
1242026-09-11T18:45:54.040ZFrom https://github.com/oxidecomputer/omicron
1252026-09-11T18:45:54.040Z * [new ref] 3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86 -> refs/commit/3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86
1262026-09-11T18:45:54.494Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-09-11T18:45:54.923ZFrom https://github.com/oxidecomputer/dice-util
1282026-09-11T18:45:54.923Z * [new ref] 4a39ef08d81e5177edee0bddb1146032aa21074d -> refs/commit/4a39ef08d81e5177edee0bddb1146032aa21074d
1292026-09-11T18:45:54.934Z Updating git repository `https://github.com/oxidecomputer/permission-slip`
1302026-09-11T18:45:55.724ZFrom https://github.com/oxidecomputer/permission-slip
1312026-09-11T18:45:55.724Z * [new ref] c9d302ef44576e075e35f4f28f8e7ac8345bcd4b -> refs/commit/c9d302ef44576e075e35f4f28f8e7ac8345bcd4b
1322026-09-11T18:45:55.740Z Updating git repository `https://github.com/kkawakam/rustyline`
1332026-09-11T18:45:56.377ZFrom https://github.com/kkawakam/rustyline
1342026-09-11T18:45:56.377Z * [new ref] 5ab22f2f8d65e85f0b925360437ece8eeeb6db92 -> refs/commit/5ab22f2f8d65e85f0b925360437ece8eeeb6db92
1352026-09-11T18:45:56.385Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1362026-09-11T18:45:56.844ZFrom https://github.com/oxidecomputer/sprockets
1372026-09-11T18:45:56.844Z * [new ref] 98615b86d51f74ce220198eb16c57932fd24e7cb -> refs/commit/98615b86d51f74ce220198eb16c57932fd24e7cb
1382026-09-11T18:45:56.851Z Updating git repository `https://github.com/oxidecomputer/rumors`
1392026-09-11T18:46:02.293ZFrom https://github.com/oxidecomputer/rumors
1402026-09-11T18:46:02.293Z * [new ref] 90e4509dc66330affb38afa74813a8dd500edd93 -> refs/commit/90e4509dc66330affb38afa74813a8dd500edd93
1412026-09-11T18:46:02.942Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-09-11T18:46:03.281ZFrom https://github.com/oxidecomputer/pki-playground
1432026-09-11T18:46:03.281Z * [new ref] 7600756029ce046a02c6234aa84ce230cc5eaa04 -> refs/commit/7600756029ce046a02c6234aa84ce230cc5eaa04
1442026-09-11T18:46:03.287Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1452026-09-11T18:46:04.200ZFrom https://github.com/oxidecomputer/rats-corim
1462026-09-11T18:46:04.200Z * [new ref] f0d5d5168d3d31487a56df32c676b0c6240bcc6b -> refs/commit/f0d5d5168d3d31487a56df32c676b0c6240bcc6b
1472026-09-11T18:46:04.206Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1482026-09-11T18:46:04.563ZFrom https://github.com/oxidecomputer/lpc55_support
1492026-09-11T18:46:04.563Z * [new ref] fc64732faf5511850b35f1734d572b9953d73374 -> refs/commit/fc64732faf5511850b35f1734d572b9953d73374
1502026-09-11T18:46:04.571Z Updating git repository `https://github.com/oxidecomputer/sshauth`
1512026-09-11T18:46:04.900ZFrom https://github.com/oxidecomputer/sshauth
1522026-09-11T18:46:04.900Z * [new ref] afd9b4e549d0e9229c2910c94aa7bca76623dfdb -> refs/commit/afd9b4e549d0e9229c2910c94aa7bca76623dfdb
1532026-09-11T18:46:04.907Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1542026-09-11T18:46:05.416ZFrom https://github.com/oxidecomputer/slog-error-chain
1552026-09-11T18:46:05.417Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1562026-09-11T18:46:05.426Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1572026-09-11T18:46:05.777ZFrom https://github.com/oxidecomputer/pki-playground
1582026-09-11T18:46:05.777Z * [new ref] bcd3bf2dfe36468c494eac17463a4e10be366b35 -> refs/commit/bcd3bf2dfe36468c494eac17463a4e10be366b35
1592026-09-11T18:46:07.492Z Downloading crates ...
1602026-09-11T18:46:07.540Z Downloaded array-init v0.0.4
1612026-09-11T18:46:07.546Z Downloaded addr2line v0.25.1
1622026-09-11T18:46:07.549Z Downloaded anstream v1.0.0
1632026-09-11T18:46:07.551Z Downloaded arrayref v0.3.9
1642026-09-11T18:46:07.554Z Downloaded anyhow v1.0.104
1652026-09-11T18:46:07.556Z Downloaded block-buffer v0.10.4
1662026-09-11T18:46:07.556Z Downloaded async-recursion v1.1.1
1672026-09-11T18:46:07.559Z Downloaded bitfield-macros v0.19.5
1682026-09-11T18:46:07.559Z Downloaded bytes-utils v0.1.4
1692026-09-11T18:46:07.562Z Downloaded darling_core v0.23.0
1702026-09-11T18:46:07.565Z Downloaded base64 v0.22.1
1712026-09-11T18:46:07.567Z Downloaded bitflags v1.3.2
1722026-09-11T18:46:07.570Z Downloaded aws-smithy-async v1.3.0
1732026-09-11T18:46:07.574Z Downloaded digest v0.11.3
1742026-09-11T18:46:07.577Z Downloaded async-compression v0.4.43
1752026-09-11T18:46:07.582Z Downloaded natord v1.0.9
1762026-09-11T18:46:07.585Z Downloaded pin-utils v0.1.0
1772026-09-11T18:46:07.585Z Downloaded anstyle v1.0.14
1782026-09-11T18:46:07.587Z Downloaded aws-smithy-runtime-api v1.14.0
1792026-09-11T18:46:07.587Z Downloaded bytes v1.12.1
1802026-09-11T18:46:07.590Z Downloaded bytesize v2.7.0
1812026-09-11T18:46:07.593Z Downloaded aws-types v1.5.0
1822026-09-11T18:46:07.593Z Downloaded block-buffer v0.12.1
1832026-09-11T18:46:07.593Z Downloaded base16ct v0.2.0
1842026-09-11T18:46:07.593Z Downloaded base64-simd v0.8.0
1852026-09-11T18:46:07.595Z Downloaded outref v0.5.2
1862026-09-11T18:46:07.599Z Downloaded ahash v0.8.12
1872026-09-11T18:46:07.599Z Downloaded aws-smithy-schema v0.2.0
1882026-09-11T18:46:07.602Z Downloaded percent-encoding v2.3.2
1892026-09-11T18:46:07.602Z Downloaded num-conv v0.2.2
1902026-09-11T18:46:07.602Z Downloaded memchr v2.8.3
1912026-09-11T18:46:07.605Z Downloaded packed_struct v0.10.1
1922026-09-11T18:46:07.605Z Downloaded cfg-if v1.0.4
1932026-09-11T18:46:07.608Z Downloaded parking_lot v0.12.5
1942026-09-11T18:46:07.608Z Downloaded pin-project-lite v0.2.17
1952026-09-11T18:46:07.610Z Downloaded litemap v0.8.2
1962026-09-11T18:46:07.610Z Downloaded crypto-common v0.2.2
1972026-09-11T18:46:07.611Z Downloaded backtrace-ext v0.2.1
1982026-09-11T18:46:07.613Z Downloaded omicron-workspace-hack v0.1.0
1992026-09-11T18:46:07.616Z Downloaded curve25519-dalek-derive v0.1.1
2002026-09-11T18:46:07.616Z Downloaded atomicwrites v0.4.4
2012026-09-11T18:46:07.618Z Downloaded atomic-waker v1.1.2
2022026-09-11T18:46:07.621Z Downloaded async-stream-impl v0.3.6
2032026-09-11T18:46:07.623Z Downloaded defmt-parser v1.0.0
2042026-09-11T18:46:07.623Z Downloaded compression-core v0.4.32
2052026-09-11T18:46:07.623Z Downloaded paste v1.0.15
2062026-09-11T18:46:07.626Z Downloaded async-stream v0.3.6
2072026-09-11T18:46:07.629Z Downloaded rand_chacha v0.9.0
2082026-09-11T18:46:07.629Z Downloaded cfg_aliases v0.2.2
2092026-09-11T18:46:07.632Z Downloaded cobs v0.3.0
2102026-09-11T18:46:07.632Z Downloaded darling_macro v0.23.0
2112026-09-11T18:46:07.635Z Downloaded nodrop v0.1.14
2122026-09-11T18:46:07.635Z Downloaded num_threads v0.1.7
2132026-09-11T18:46:07.635Z Downloaded debug-ignore v1.0.5
2142026-09-11T18:46:07.635Z Downloaded mime v0.3.17
2152026-09-11T18:46:07.637Z Downloaded potential_utf v0.1.5
2162026-09-11T18:46:07.637Z Downloaded adler2 v2.0.1
2172026-09-11T18:46:07.637Z Downloaded ciborium-ll v0.2.2
2182026-09-11T18:46:07.637Z Downloaded aws-smithy-runtime-api-macros v1.1.0
2192026-09-11T18:46:07.637Z Downloaded colorchoice v1.0.5
2202026-09-11T18:46:07.640Z Downloaded lock_api v0.4.14
2212026-09-11T18:46:07.640Z Downloaded num-integer v0.1.46
2222026-09-11T18:46:07.640Z Downloaded pem-rfc7468 v0.7.0
2232026-09-11T18:46:07.640Z Downloaded rlimit v0.10.2
2242026-09-11T18:46:07.643Z Downloaded memmap2 v0.9.11
2252026-09-11T18:46:07.646Z Downloaded anstyle-query v1.1.5
2262026-09-11T18:46:07.646Z Downloaded clap-num v1.2.0
2272026-09-11T18:46:07.646Z Downloaded oauth2-reqwest v0.1.0-alpha.3
2282026-09-11T18:46:07.652Z Downloaded clap_lex v1.1.0
2292026-09-11T18:46:07.654Z Downloaded ref-cast-impl v1.0.26
2302026-09-11T18:46:07.654Z Downloaded unicode-linebreak v0.1.5
2312026-09-11T18:46:07.654Z Downloaded progenitor-macro v0.14.0
2322026-09-11T18:46:07.657Z Downloaded tower-layer v0.3.3
2332026-09-11T18:46:07.657Z Downloaded unit-prefix v0.5.2
2342026-09-11T18:46:07.657Z Downloaded utf-8 v0.7.6
2352026-09-11T18:46:07.660Z Downloaded toml_write v0.1.2
2362026-09-11T18:46:07.660Z Downloaded ciborium-io v0.2.2
2372026-09-11T18:46:07.662Z Downloaded proc-macro-error-attr2 v2.0.0
2382026-09-11T18:46:07.662Z Downloaded rustc-hash v2.1.3
2392026-09-11T18:46:07.662Z Downloaded cpufeatures v0.2.17
2402026-09-11T18:46:07.664Z Downloaded crypto-common v0.1.7
2412026-09-11T18:46:07.664Z Downloaded match_cfg v0.1.0
2422026-09-11T18:46:07.664Z Downloaded nibble_vec v0.1.0
2432026-09-11T18:46:07.667Z Downloaded powerfmt v0.2.0
2442026-09-11T18:46:07.667Z Downloaded cpufeatures v0.3.0
2452026-09-11T18:46:07.667Z Downloaded yoke-derive v0.8.2
2462026-09-11T18:46:07.667Z Downloaded proc-macro-error2 v2.0.1
2472026-09-11T18:46:07.670Z Downloaded zerofrom-derive v0.1.7
2482026-09-11T18:46:07.672Z Downloaded base64ct v1.8.3
2492026-09-11T18:46:07.672Z Downloaded num-traits v0.2.19
2502026-09-11T18:46:07.675Z Downloaded p256 v0.13.2
2512026-09-11T18:46:07.675Z Downloaded rustc_version v0.4.1
2522026-09-11T18:46:07.677Z Downloaded anstyle-parse v1.0.0
2532026-09-11T18:46:07.677Z Downloaded aws-credential-types v1.3.0
2542026-09-11T18:46:07.680Z Downloaded bs58 v0.5.1
2552026-09-11T18:46:07.680Z Downloaded lazy_static v1.5.0
2562026-09-11T18:46:07.682Z Downloaded rand_chacha v0.3.1
2572026-09-11T18:46:07.682Z Downloaded bitfield v0.19.5
2582026-09-11T18:46:07.682Z Downloaded data-encoding v2.11.1
2592026-09-11T18:46:07.682Z Downloaded errno v0.3.14
2602026-09-11T18:46:07.686Z Downloaded openssl-probe v0.2.1
2612026-09-11T18:46:07.686Z Downloaded radium v0.7.0
2622026-09-11T18:46:07.686Z Downloaded packed_struct_codegen v0.10.1
2632026-09-11T18:46:07.686Z Downloaded progenitor-client v0.14.0
2642026-09-11T18:46:07.686Z Downloaded futures-io v0.3.33
2652026-09-11T18:46:07.689Z Downloaded futures-macro v0.3.33
2662026-09-11T18:46:07.689Z Downloaded hex v0.4.3
2672026-09-11T18:46:07.691Z Downloaded is_terminal_polyfill v1.70.2
2682026-09-11T18:46:07.694Z Downloaded num-iter v0.1.46
2692026-09-11T18:46:07.696Z Downloaded scopeguard v1.2.0
2702026-09-11T18:46:07.696Z Downloaded serde-big-array v0.5.1
2712026-09-11T18:46:07.696Z Downloaded serde_spanned v0.6.9
2722026-09-11T18:46:07.699Z Downloaded maybe-uninit v2.0.0
2732026-09-11T18:46:07.702Z Downloaded defmt-macros v1.1.1
2742026-09-11T18:46:07.704Z Downloaded cmake v0.1.58
2752026-09-11T18:46:07.704Z Downloaded rfc6979 v0.4.0
2762026-09-11T18:46:07.707Z Downloaded lru-slab v0.1.2
2772026-09-11T18:46:07.707Z Downloaded ident_case v1.0.1
2782026-09-11T18:46:07.710Z Downloaded cipher v0.4.4
2792026-09-11T18:46:07.710Z Downloaded daft-derive v0.1.8
2802026-09-11T18:46:07.713Z Downloaded daft v0.1.8
2812026-09-11T18:46:07.713Z Downloaded pkcs8 v0.10.2
2822026-09-11T18:46:07.715Z Downloaded pkg-config v0.3.33
2832026-09-11T18:46:07.715Z Downloaded corncobs v0.1.4
2842026-09-11T18:46:07.716Z Downloaded autocfg v1.5.1
2852026-09-11T18:46:07.718Z Downloaded rand_core v0.10.1
2862026-09-11T18:46:07.718Z Downloaded progenitor v0.14.0
2872026-09-11T18:46:07.718Z Downloaded constant_time_eq v0.4.2
2882026-09-11T18:46:07.721Z Downloaded digest v0.10.7
2892026-09-11T18:46:07.721Z Downloaded miette-derive v7.6.0
2902026-09-11T18:46:07.721Z Downloaded oxnet v0.1.6
2912026-09-11T18:46:07.724Z Downloaded endian-type v0.2.0
2922026-09-11T18:46:07.724Z Downloaded sha1 v0.11.0
2932026-09-11T18:46:07.724Z Downloaded signature v2.2.0
2942026-09-11T18:46:07.726Z Downloaded multer v3.1.0
2952026-09-11T18:46:07.726Z Downloaded tap v1.0.1
2962026-09-11T18:46:07.726Z Downloaded arrayvec v0.7.8
2972026-09-11T18:46:07.730Z Downloaded byteorder v1.5.0
2982026-09-11T18:46:07.730Z Downloaded camino v1.2.5
2992026-09-11T18:46:07.730Z Downloaded parking_lot_core v0.9.12
3002026-09-11T18:46:07.732Z Downloaded async-trait v0.1.92
3012026-09-11T18:46:07.735Z Downloaded crc32fast v1.5.0
3022026-09-11T18:46:07.735Z Downloaded darling v0.23.0
3032026-09-11T18:46:07.738Z Downloaded defmt v1.1.1
3042026-09-11T18:46:07.740Z Downloaded sponge-cursor v0.1.0
3052026-09-11T18:46:07.740Z Downloaded supports-hyperlinks v3.2.0
3062026-09-11T18:46:07.741Z Downloaded der_derive v0.7.3
3072026-09-11T18:46:07.741Z Downloaded ref-cast v1.0.26
3082026-09-11T18:46:07.743Z Downloaded utf8_iter v1.0.4
3092026-09-11T18:46:07.743Z Downloaded humantime v2.4.0
3102026-09-11T18:46:07.743Z Downloaded owo-colors v4.3.0
3112026-09-11T18:46:07.746Z Downloaded rand_core v0.9.5
3122026-09-11T18:46:07.746Z Downloaded rand_pcg v0.10.2
3132026-09-11T18:46:07.746Z Downloaded ecdsa v0.16.9
3142026-09-11T18:46:07.746Z Downloaded erased-serde v0.3.31
3152026-09-11T18:46:07.749Z Downloaded fastrand v2.5.0
3162026-09-11T18:46:07.749Z Downloaded rand_core v0.6.4
3172026-09-11T18:46:07.749Z Downloaded rustls-native-certs v0.8.4
3182026-09-11T18:46:07.751Z Downloaded supports-unicode v3.0.0
3192026-09-11T18:46:07.751Z Downloaded tinyvec_macros v0.1.1
3202026-09-11T18:46:07.751Z Downloaded zeroize_derive v1.5.0
3212026-09-11T18:46:07.751Z Downloaded dyn-clone v1.0.20
3222026-09-11T18:46:07.754Z Downloaded embedded-io v0.4.0
3232026-09-11T18:46:07.754Z Downloaded embedded-io v0.6.1
3242026-09-11T18:46:07.754Z Downloaded futures-core v0.3.33
3252026-09-11T18:46:07.754Z Downloaded hostname v0.4.2
3262026-09-11T18:46:07.757Z Downloaded hubpack_derive v0.1.1
3272026-09-11T18:46:07.757Z Downloaded quote v1.0.47
3282026-09-11T18:46:07.765Z Downloaded compression-codecs v0.4.38
3292026-09-11T18:46:07.769Z Downloaded ciborium v0.2.2
3302026-09-11T18:46:07.771Z Downloaded chacha20 v0.10.1
3312026-09-11T18:46:07.771Z Downloaded console v0.16.4
3322026-09-11T18:46:07.771Z Downloaded flagset v0.4.7
3332026-09-11T18:46:07.774Z Downloaded ipnet v2.12.1
3342026-09-11T18:46:07.777Z Downloaded deranged v0.5.8
3352026-09-11T18:46:07.779Z Downloaded quinn-udp v0.5.15
3362026-09-11T18:46:07.782Z Downloaded simd-adler32 v0.3.10
3372026-09-11T18:46:07.782Z Downloaded slab v0.4.12
3382026-09-11T18:46:07.782Z Downloaded strum v0.26.3
3392026-09-11T18:46:07.785Z Downloaded serde_urlencoded v0.7.1
3402026-09-11T18:46:07.785Z Downloaded supports-color v3.0.2
3412026-09-11T18:46:07.787Z Downloaded thiserror-impl v2.0.20
3422026-09-11T18:46:07.790Z Downloaded crossbeam-utils v0.8.22
3432026-09-11T18:46:07.794Z Downloaded toml_datetime v0.6.11
3442026-09-11T18:46:07.796Z Downloaded ssh-encoding v0.2.0
3452026-09-11T18:46:07.796Z Downloaded thiserror-impl v1.0.69
3462026-09-11T18:46:07.796Z Downloaded ssh-cipher v0.2.0
3472026-09-11T18:46:07.799Z Downloaded tokio-macros v2.7.2
3482026-09-11T18:46:07.801Z Downloaded knus-derive v3.4.0
3492026-09-11T18:46:07.803Z Downloaded shlex v1.3.0
3502026-09-11T18:46:07.804Z Downloaded spki v0.7.3
3512026-09-11T18:46:07.804Z Downloaded oauth2 v5.0.0
3522026-09-11T18:46:07.806Z Downloaded futures-sink v0.3.33
3532026-09-11T18:46:07.806Z Downloaded generic-array v0.14.7
3542026-09-11T18:46:07.809Z Downloaded primeorder v0.13.6
3552026-09-11T18:46:07.809Z Downloaded postcard v1.1.3
3562026-09-11T18:46:07.809Z Downloaded tls_codec_derive v0.4.2
3572026-09-11T18:46:07.812Z Downloaded utf8parse v0.2.2
3582026-09-11T18:46:07.812Z Downloaded tls_codec v0.4.2
3592026-09-11T18:46:07.814Z Downloaded futures-executor v0.3.33
3602026-09-11T18:46:07.814Z Downloaded http-body v1.1.0
3612026-09-11T18:46:07.814Z Downloaded zeroize v1.9.0
3622026-09-11T18:46:07.817Z Downloaded pkcs1 v0.7.5
3632026-09-11T18:46:07.817Z Downloaded newtype-uuid v1.4.0
3642026-09-11T18:46:07.820Z Downloaded find-msvc-tools v0.1.10
3652026-09-11T18:46:07.820Z Downloaded itoa v1.0.18
3662026-09-11T18:46:07.820Z Downloaded sha1 v0.10.7
3672026-09-11T18:46:07.820Z Downloaded wyz v0.5.1
3682026-09-11T18:46:07.823Z Downloaded p521 v0.13.3
3692026-09-11T18:46:07.823Z Downloaded stable_deref_trait v1.2.1
3702026-09-11T18:46:07.826Z Downloaded ppv-lite86 v0.2.21
3712026-09-11T18:46:07.826Z Downloaded tower-service v0.3.3
3722026-09-11T18:46:07.826Z Downloaded secrecy v0.8.0
3732026-09-11T18:46:07.828Z Downloaded rustls-pemfile v2.2.0
3742026-09-11T18:46:07.828Z Downloaded rustc-demangle v0.1.28
3752026-09-11T18:46:07.831Z Downloaded serde_tokenstream v0.2.3
3762026-09-11T18:46:07.831Z Downloaded group v0.13.0
3772026-09-11T18:46:07.833Z Downloaded const-oid v0.9.6
3782026-09-11T18:46:07.833Z Downloaded const-oid v0.10.2
3792026-09-11T18:46:07.836Z Downloaded crc-any v2.5.1
3802026-09-11T18:46:07.836Z Downloaded bitflags v2.13.1
3812026-09-11T18:46:07.838Z Downloaded clap v4.6.6
3822026-09-11T18:46:07.842Z Downloaded clap_derive v4.6.4
3832026-09-11T18:46:07.844Z Downloaded once_cell v1.21.4
3842026-09-11T18:46:07.847Z Downloaded untrusted v0.9.0
3852026-09-11T18:46:07.847Z Downloaded hostname v0.3.1
3862026-09-11T18:46:07.847Z Downloaded tracing-core v0.1.36
3872026-09-11T18:46:07.849Z Downloaded uuid v1.24.0
3882026-09-11T18:46:07.849Z Downloaded thiserror v2.0.20
3892026-09-11T18:46:07.852Z Downloaded httparse v1.10.1
3902026-09-11T18:46:07.855Z Downloaded slog-async v2.8.0
3912026-09-11T18:46:07.884Z Downloaded heck v0.5.0
3922026-09-11T18:46:07.884Z Downloaded thread_local v1.1.10
3932026-09-11T18:46:07.884Z Downloaded env_filter v2.0.0
3942026-09-11T18:46:07.888Z Downloaded idna_adapter v1.2.2
3952026-09-11T18:46:07.888Z Downloaded version_check v0.9.5
3962026-09-11T18:46:07.888Z Downloaded log v0.4.33
3972026-09-11T18:46:07.888Z Downloaded tempfile v3.27.0
3982026-09-11T18:46:07.888Z Downloaded progenitor-impl v0.14.0
3992026-09-11T18:46:07.888Z Downloaded sync_wrapper v1.0.2
4002026-09-11T18:46:07.888Z Downloaded vsimd v0.8.0
4012026-09-11T18:46:07.888Z Downloaded slog-bunyan v2.5.0
4022026-09-11T18:46:07.888Z Downloaded getrandom v0.4.3
4032026-09-11T18:46:07.888Z Downloaded schemars v0.8.22
4042026-09-11T18:46:07.888Z Downloaded zerovec-derive v0.11.3
4052026-09-11T18:46:07.888Z Downloaded home v0.5.12
4062026-09-11T18:46:07.888Z Downloaded static_assertions v1.1.0
4072026-09-11T18:46:07.888Z Downloaded want v0.3.1
4082026-09-11T18:46:07.891Z Downloaded fnv v1.0.7
4092026-09-11T18:46:07.891Z Downloaded equivalent v1.0.2
4102026-09-11T18:46:07.891Z Downloaded httpdate v1.0.3
4112026-09-11T18:46:07.894Z Downloaded is_ci v1.2.0
4122026-09-11T18:46:07.894Z Downloaded elliptic-curve v0.13.8
4132026-09-11T18:46:07.897Z Downloaded proc-macro2 v1.0.107
4142026-09-11T18:46:07.900Z Downloaded time-core v0.1.9
4152026-09-11T18:46:07.900Z Downloaded ed25519 v2.2.3
4162026-09-11T18:46:07.903Z Downloaded typify-macro v0.6.2
4172026-09-11T18:46:07.903Z Downloaded chumsky v0.9.3
4182026-09-11T18:46:07.903Z Downloaded zerofrom v0.1.8
4192026-09-11T18:46:07.905Z Downloaded rustversion v1.0.23
4202026-09-11T18:46:07.910Z Downloaded ff v0.13.1
4212026-09-11T18:46:07.910Z Downloaded terminal_size v0.4.4
4222026-09-11T18:46:07.910Z Downloaded icu_provider v2.2.0
4232026-09-11T18:46:07.913Z Downloaded rand v0.8.7
4242026-09-11T18:46:07.913Z Downloaded semver v1.0.28
4252026-09-11T18:46:07.914Z Downloaded hybrid-array v0.4.14
4262026-09-11T18:46:07.916Z Downloaded slog-term v2.9.2
4272026-09-11T18:46:07.916Z Downloaded futures-task v0.3.33
4282026-09-11T18:46:07.916Z Downloaded ipnetwork v0.21.1
4292026-09-11T18:46:07.919Z Downloaded hash32 v0.2.1
4302026-09-11T18:46:07.919Z Downloaded serde_spanned v1.1.1
4312026-09-11T18:46:07.919Z Downloaded allocator-api2 v0.2.21
4322026-09-11T18:46:07.924Z Downloaded hyper-rustls v0.27.9
4332026-09-11T18:46:07.927Z Downloaded tracing-attributes v0.1.31
4342026-09-11T18:46:07.929Z Downloaded typify v0.6.2
4352026-09-11T18:46:07.929Z Downloaded miette v7.6.0
4362026-09-11T18:46:07.932Z Downloaded tokio-rustls v0.26.4
4372026-09-11T18:46:07.935Z Downloaded schemars_derive v0.8.22
4382026-09-11T18:46:07.935Z Downloaded subtle v2.6.1
4392026-09-11T18:46:07.937Z Downloaded inout v0.1.4
4402026-09-11T18:46:07.937Z Downloaded waitgroup v0.1.2
4412026-09-11T18:46:07.943Z Downloaded smallvec v0.6.14
4422026-09-11T18:46:07.945Z Downloaded strum_macros v0.26.4
4432026-09-11T18:46:07.945Z Downloaded synstructure v0.13.2
4442026-09-11T18:46:07.948Z Downloaded toml_writer v1.1.2+spec-1.1.0
4452026-09-11T18:46:07.948Z Downloaded zmij v1.0.23
4462026-09-11T18:46:07.948Z Downloaded futures v0.3.33
4472026-09-11T18:46:07.951Z Downloaded half v2.7.1
4482026-09-11T18:46:07.954Z Downloaded hmac v0.12.1
4492026-09-11T18:46:07.954Z Downloaded http-body v0.4.6
4502026-09-11T18:46:07.956Z Downloaded http-range-header v0.4.2
4512026-09-11T18:46:07.956Z Downloaded writeable v0.6.3
4522026-09-11T18:46:07.956Z Downloaded xdg v2.5.2
4532026-09-11T18:46:07.959Z Downloaded tokio-fd v0.3.0
4542026-09-11T18:46:07.959Z Downloaded funty v2.0.0
4552026-09-11T18:46:07.960Z Downloaded try-lock v0.2.5
4562026-09-11T18:46:07.964Z Downloaded take_mut v0.2.2
4572026-09-11T18:46:07.964Z Downloaded backtrace v0.3.76
4582026-09-11T18:46:07.967Z Downloaded miniz_oxide v0.8.9
4592026-09-11T18:46:07.967Z Downloaded der v0.7.10
4602026-09-11T18:46:07.970Z Downloaded crypto-bigint v0.5.5
4612026-09-11T18:46:07.973Z Downloaded slog-json v2.6.1
4622026-09-11T18:46:07.976Z Downloaded icu_normalizer v2.2.0
4632026-09-11T18:46:07.978Z Downloaded dunce v1.0.5
4642026-09-11T18:46:07.978Z Downloaded form_urlencoded v1.2.2
4652026-09-11T18:46:07.978Z Downloaded serde-hex v0.1.0
4662026-09-11T18:46:07.978Z Downloaded toml v0.8.23
4672026-09-11T18:46:07.981Z Downloaded is-terminal v0.4.17
4682026-09-11T18:46:07.983Z Downloaded env_logger v0.11.11
4692026-09-11T18:46:07.983Z Downloaded sha2 v0.10.9
4702026-09-11T18:46:07.986Z Downloaded keccak v0.2.2
4712026-09-11T18:46:07.986Z Downloaded indexmap v1.9.3
4722026-09-11T18:46:07.988Z Downloaded aws-smithy-types v1.6.1
4732026-09-11T18:46:07.991Z Downloaded cc v1.4.2
4742026-09-11T18:46:07.994Z Downloaded xdg v3.0.0
4752026-09-11T18:46:07.996Z Downloaded foldhash v0.2.0
4762026-09-11T18:46:07.996Z Downloaded shlex v2.0.1
4772026-09-11T18:46:07.996Z Downloaded hubpack v0.1.2
4782026-09-11T18:46:07.999Z Downloaded toml_parser v1.1.3+spec-1.1.0
4792026-09-11T18:46:07.999Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4802026-09-11T18:46:07.999Z Downloaded signal-hook-registry v1.4.8
4812026-09-11T18:46:08.001Z Downloaded strsim v0.11.1
4822026-09-11T18:46:08.004Z Downloaded keccak v0.1.6
4832026-09-11T18:46:08.004Z Downloaded rustls-webpki v0.103.13
4842026-09-11T18:46:08.007Z Downloaded either v1.17.0
4852026-09-11T18:46:08.009Z Downloaded serde_path_to_error v0.1.20
4862026-09-11T18:46:08.009Z Downloaded spin v0.9.9
4872026-09-11T18:46:08.012Z Downloaded time-macros v0.2.32
4882026-09-11T18:46:08.012Z Downloaded rustls-platform-verifier v0.7.0
4892026-09-11T18:46:08.015Z Downloaded serde_derive v1.0.229
4902026-09-11T18:46:08.018Z Downloaded icu_properties v2.2.0
4912026-09-11T18:46:08.018Z Downloaded knus v3.4.0
4922026-09-11T18:46:08.025Z Downloaded displaydoc v0.2.7
4932026-09-11T18:46:08.028Z Downloaded sec1 v0.7.3
4942026-09-11T18:46:08.028Z Downloaded mio v1.2.2
4952026-09-11T18:46:08.031Z Downloaded termios v0.3.3
4962026-09-11T18:46:08.033Z Downloaded thiserror v1.0.69
4972026-09-11T18:46:08.036Z Downloaded rustls-pki-types v1.15.1
4982026-09-11T18:46:08.038Z Downloaded signal-hook v0.4.4
4992026-09-11T18:46:08.038Z Downloaded getrandom v0.2.17
5002026-09-11T18:46:08.041Z Downloaded x509-cert v0.2.5
5012026-09-11T18:46:08.044Z Downloaded jobserver v0.1.35
5022026-09-11T18:46:08.047Z Downloaded rsa v0.9.10
5032026-09-11T18:46:08.050Z Downloaded rand v0.9.5
5042026-09-11T18:46:08.053Z Downloaded http-body-util v0.1.4
5052026-09-11T18:46:08.053Z Downloaded futures-channel v0.3.33
5062026-09-11T18:46:08.053Z Downloaded serde_with_macros v3.22.0
5072026-09-11T18:46:08.055Z Downloaded tokio-tungstenite v0.28.0
5082026-09-11T18:46:08.055Z Downloaded tinyvec v1.12.0
5092026-09-11T18:46:08.058Z Downloaded tinystr v0.8.3
5102026-09-11T18:46:08.058Z Downloaded serde v1.0.229
5112026-09-11T18:46:08.061Z Downloaded url v2.5.8
5122026-09-11T18:46:08.063Z Downloaded quinn v0.11.11
5132026-09-11T18:46:08.066Z Downloaded serde_core v1.0.229
5142026-09-11T18:46:08.066Z Downloaded getrandom v0.3.4
5152026-09-11T18:46:08.069Z Downloaded serde_yaml v0.9.34+deprecated
5162026-09-11T18:46:08.072Z Downloaded serde_derive_internals v0.29.1
5172026-09-11T18:46:08.072Z Downloaded schemars v1.2.2
5182026-09-11T18:46:08.080Z Downloaded yoke v0.8.3
5192026-09-11T18:46:08.083Z Downloaded typenum v1.20.1
5202026-09-11T18:46:08.085Z Downloaded iana-time-zone v0.1.65
5212026-09-11T18:46:08.088Z Downloaded indicatif v0.18.6
5222026-09-11T18:46:08.090Z Downloaded unsafe-libyaml v0.2.11
5232026-09-11T18:46:08.090Z Downloaded fs_extra v1.3.0
5242026-09-11T18:46:08.093Z Downloaded slog v2.8.2
5252026-09-11T18:46:08.095Z Downloaded http v0.2.12
5262026-09-11T18:46:08.098Z Downloaded rand v0.10.2
5272026-09-11T18:46:08.100Z Downloaded smallvec v1.15.2
5282026-09-11T18:46:08.101Z Downloaded term v1.2.1
5292026-09-11T18:46:08.103Z Downloaded hyper-util v0.1.20
5302026-09-11T18:46:08.106Z Downloaded icu_locale_core v2.2.0
5312026-09-11T18:46:08.109Z Downloaded textwrap v0.16.2
5322026-09-11T18:46:08.111Z Downloaded crossbeam-channel v0.5.16
5332026-09-11T18:46:08.114Z Downloaded schemars v0.9.0
5342026-09-11T18:46:08.121Z Downloaded unicode-segmentation v1.13.3
5352026-09-11T18:46:08.123Z Downloaded zerovec v0.11.6
5362026-09-11T18:46:08.126Z Downloaded ryu v1.0.23
5372026-09-11T18:46:08.129Z Downloaded dropshot_endpoint v0.17.1
5382026-09-11T18:46:08.131Z Downloaded jiff-core v0.1.0
5392026-09-11T18:46:08.134Z Downloaded heapless v0.7.17
5402026-09-11T18:46:08.137Z Downloaded flate2 v1.1.9
5412026-09-11T18:46:08.139Z Downloaded num-bigint-dig v0.8.6
5422026-09-11T18:46:08.142Z Downloaded tungstenite v0.28.0
5432026-09-11T18:46:08.146Z Downloaded icu_normalizer_data v2.2.0
5442026-09-11T18:46:08.150Z Downloaded unicode-ident v1.0.24
5452026-09-11T18:46:08.150Z Downloaded tower v0.5.3
5462026-09-11T18:46:08.153Z Downloaded ssh-key v0.6.7
5472026-09-11T18:46:08.156Z Downloaded ed25519-dalek v2.2.0
5482026-09-11T18:46:08.159Z Downloaded socket2 v0.6.5
5492026-09-11T18:46:08.162Z Downloaded hashbrown v0.12.3
5502026-09-11T18:46:08.164Z Downloaded clap_builder v4.6.6
5512026-09-11T18:46:08.167Z Downloaded toml v1.1.4+spec-1.1.0
5522026-09-11T18:46:08.170Z Downloaded toml_edit v0.22.27
5532026-09-11T18:46:08.173Z Downloaded hkdf v0.12.4
5542026-09-11T18:46:08.176Z Downloaded icu_collections v2.2.0
5552026-09-11T18:46:08.178Z Downloaded aho-corasick v1.1.5
5562026-09-11T18:46:08.182Z Downloaded zerotrie v0.2.4
5572026-09-11T18:46:08.184Z Downloaded http v1.5.0
5582026-09-11T18:46:08.187Z Downloaded winnow v0.7.15
5592026-09-11T18:46:08.193Z Downloaded blake3 v1.8.6
5602026-09-11T18:46:08.199Z Downloaded idna v1.1.0
5612026-09-11T18:46:08.201Z Downloaded indexmap v2.14.0
5622026-09-11T18:46:08.204Z Downloaded regex v1.13.1
5632026-09-11T18:46:08.208Z Downloaded libm v0.2.16
5642026-09-11T18:46:08.215Z Downloaded serde_json v1.0.151
5652026-09-11T18:46:08.219Z Downloaded icu_properties_data v2.2.0
5662026-09-11T18:46:08.226Z Downloaded zerocopy-derive v0.8.56
5672026-09-11T18:46:08.231Z Downloaded aws-lc-rs v1.18.0
5682026-09-11T18:46:08.238Z Downloaded bitvec v1.1.1
5692026-09-11T18:46:08.249Z Downloaded hyper v1.11.0
5702026-09-11T18:46:08.253Z Downloaded p384 v0.13.1
5712026-09-11T18:46:08.255Z Downloaded hashbrown v0.16.1
5722026-09-11T18:46:08.259Z Downloaded sha3 v0.12.0
5732026-09-11T18:46:08.261Z Downloaded chrono v0.4.45
5742026-09-11T18:46:08.265Z Downloaded reqwest v0.13.4
5752026-09-11T18:46:08.269Z Downloaded unicode-width v0.2.2
5762026-09-11T18:46:08.275Z Downloaded curve25519-dalek v4.1.3
5772026-09-11T18:46:08.279Z Downloaded hashbrown v0.14.5
5782026-09-11T18:46:08.282Z Downloaded h2 v0.4.15
5792026-09-11T18:46:08.287Z Downloaded portable-atomic v1.15.0
5802026-09-11T18:46:08.292Z Downloaded tokio-util v0.7.19
5812026-09-11T18:46:08.297Z Downloaded time v0.3.55
5822026-09-11T18:46:08.306Z Downloaded syn v3.0.3
5832026-09-11T18:46:08.313Z Downloaded winnow v1.0.4
5842026-09-11T18:46:08.319Z Downloaded futures-util v0.3.33
5852026-09-11T18:46:08.327Z Downloaded syn v2.0.119
5862026-09-11T18:46:08.334Z Downloaded serde_with v3.22.0
5872026-09-11T18:46:08.343Z Downloaded hashbrown v0.17.1
5882026-09-11T18:46:08.346Z Downloaded typify-impl v0.6.2
5892026-09-11T18:46:08.356Z Downloaded tower-http v0.6.11
5902026-09-11T18:46:08.361Z Downloaded tracing v0.1.44
5912026-09-11T18:46:08.375Z Downloaded salty v0.3.0
5922026-09-11T18:46:08.380Z Downloaded radix_trie v0.3.0
5932026-09-11T18:46:08.383Z Downloaded quinn-proto v0.11.16
5942026-09-11T18:46:08.392Z Downloaded zerocopy v0.8.56
5952026-09-11T18:46:08.404Z Downloaded sha3 v0.10.9
5962026-09-11T18:46:08.408Z Downloaded gimli v0.32.3
5972026-09-11T18:46:08.413Z Downloaded object v0.37.3
5982026-09-11T18:46:08.420Z Downloaded unicode-width v0.1.14
5992026-09-11T18:46:08.424Z Downloaded syn v1.0.109
6002026-09-11T18:46:08.436Z Downloaded openapiv3 v2.2.0
6012026-09-11T18:46:08.444Z Downloaded nix v0.31.3
6022026-09-11T18:46:08.451Z Downloaded regex-syntax v0.8.11
6032026-09-11T18:46:08.456Z Downloaded regress v0.11.1
6042026-09-11T18:46:08.463Z Downloaded dropshot v0.17.1
6052026-09-11T18:46:08.474Z Downloaded rustix v0.38.44
6062026-09-11T18:46:08.487Z Downloaded rustls v0.23.43
6072026-09-11T18:46:08.494Z Downloaded encoding_rs v0.8.35
6082026-09-11T18:46:08.508Z Downloaded rustix v1.1.4
6092026-09-11T18:46:08.528Z Downloaded regex-automata v0.4.18
6102026-09-11T18:46:08.550Z Downloaded jiff v0.2.35
6112026-09-11T18:46:08.577Z Downloaded libc v0.2.189
6122026-09-11T18:46:08.599Z Downloaded tokio v1.53.1
6132026-09-11T18:46:08.623Z Downloaded ring v0.17.14
6142026-09-11T18:46:08.926Z Downloaded aws-lc-sys v0.44.0
6152026-09-11T18:46:09.212Z Compiling proc-macro2 v1.0.107
6162026-09-11T18:46:09.212Z Compiling quote v1.0.47
6172026-09-11T18:46:09.212Z Compiling unicode-ident v1.0.24
6182026-09-11T18:46:09.212Z Compiling libc v0.2.189
6192026-09-11T18:46:09.215Z Compiling cfg-if v1.0.4
6202026-09-11T18:46:09.215Z Compiling version_check v0.9.5
6212026-09-11T18:46:09.215Z Compiling serde_core v1.0.229
6222026-09-11T18:46:09.470Z Compiling serde v1.0.229
6232026-09-11T18:46:09.532Z Compiling libm v0.2.16
6242026-09-11T18:46:09.693Z Compiling generic-array v0.14.7
6252026-09-11T18:46:09.901Z Compiling autocfg v1.5.1
6262026-09-11T18:46:09.965Z Compiling typenum v1.20.1
6272026-09-11T18:46:09.986Z Compiling subtle v2.6.1
6282026-09-11T18:46:10.163Z Compiling memchr v2.8.3
6292026-09-11T18:46:10.260Z Compiling smallvec v1.15.2
6302026-09-11T18:46:10.378Z Compiling itoa v1.0.18
6312026-09-11T18:46:10.526Z Compiling errno v0.3.14
6322026-09-11T18:46:10.610Z Compiling bytes v1.12.1
6332026-09-11T18:46:10.710Z Compiling const-oid v0.9.6
6342026-09-11T18:46:10.849Z Compiling syn v2.0.119
6352026-09-11T18:46:10.874Z Compiling syn v3.0.3
6362026-09-11T18:46:10.901Z Compiling scopeguard v1.2.0
6372026-09-11T18:46:11.018Z Compiling lock_api v0.4.14
6382026-09-11T18:46:11.285Z Compiling pin-project-lite v0.2.17
6392026-09-11T18:46:11.395Z Compiling thiserror v2.0.20
6402026-09-11T18:46:11.435Z Compiling zmij v1.0.23
6412026-09-11T18:46:11.556Z Compiling zeroize v1.9.0
6422026-09-11T18:46:11.634Z Compiling parking_lot_core v0.9.12
6432026-09-11T18:46:11.739Z Compiling signal-hook-registry v1.4.8
6442026-09-11T18:46:11.761Z Compiling num-traits v0.2.19
6452026-09-11T18:46:11.791Z Compiling serde_json v1.0.151
6462026-09-11T18:46:12.015Z Compiling futures-core v0.3.33
6472026-09-11T18:46:12.176Z Compiling semver v1.0.28
6482026-09-11T18:46:12.201Z Compiling socket2 v0.6.5
6492026-09-11T18:46:12.219Z Compiling mio v1.2.2
6502026-09-11T18:46:12.303Z Compiling parking_lot v0.12.5
6512026-09-11T18:46:12.442Z Compiling heck v0.5.0
6522026-09-11T18:46:12.466Z Compiling base64ct v1.8.3
6532026-09-11T18:46:12.819Z Compiling pem-rfc7468 v0.7.0
6542026-09-11T18:46:12.903Z Compiling futures-sink v0.3.33
6552026-09-11T18:46:13.012Z Compiling http v1.5.0
6562026-09-11T18:46:13.238Z Compiling getrandom v0.2.17
6572026-09-11T18:46:13.419Z Compiling once_cell v1.21.4
6582026-09-11T18:46:13.668Z Compiling rand_core v0.6.4
6592026-09-11T18:46:13.799Z Compiling rustc_version v0.4.1
6602026-09-11T18:46:13.911Z Compiling jobserver v0.1.35
6612026-09-11T18:46:14.078Z Compiling shlex v2.0.1
6622026-09-11T18:46:14.144Z Compiling flagset v0.4.7
6632026-09-11T18:46:14.167Z Compiling find-msvc-tools v0.1.10
6642026-09-11T18:46:14.180Z Compiling serde_derive v1.0.229
6652026-09-11T18:46:14.278Z Compiling thiserror-impl v2.0.20
6662026-09-11T18:46:14.299Z Compiling tokio-macros v2.7.2
6672026-09-11T18:46:14.320Z Compiling zerocopy v0.8.56
6682026-09-11T18:46:14.410Z Compiling slab v0.4.12
6692026-09-11T18:46:14.627Z Compiling cc v1.4.2
6702026-09-11T18:46:14.676Z Compiling futures-channel v0.3.33
6712026-09-11T18:46:14.782Z Compiling bitflags v2.13.1
6722026-09-11T18:46:14.946Z Compiling synstructure v0.13.2
6732026-09-11T18:46:15.025Z Compiling zeroize_derive v1.5.0
6742026-09-11T18:46:15.039Z Compiling der_derive v0.7.3
6752026-09-11T18:46:15.151Z Compiling tokio v1.53.1
6762026-09-11T18:46:15.206Z Compiling zerocopy-derive v0.8.56
6772026-09-11T18:46:15.456Z Compiling futures-macro v0.3.33
6782026-09-11T18:46:15.780Z Compiling futures-task v0.3.33
6792026-09-11T18:46:15.976Z Compiling futures-io v0.3.33
6802026-09-11T18:46:15.988Z Compiling log v0.4.33
6812026-09-11T18:46:16.059Z Compiling der v0.7.10
6822026-09-11T18:46:16.166Z Compiling stable_deref_trait v1.2.1
6832026-09-11T18:46:16.326Z Compiling futures-util v0.3.33
6842026-09-11T18:46:16.368Z Compiling rustversion v1.0.23
6852026-09-11T18:46:16.521Z Compiling crypto-common v0.1.7
6862026-09-11T18:46:16.555Z Compiling block-buffer v0.10.4
6872026-09-11T18:46:16.658Z Compiling getrandom v0.4.3
6882026-09-11T18:46:16.713Z Compiling digest v0.10.7
6892026-09-11T18:46:16.978Z Compiling zerofrom-derive v0.1.7
6902026-09-11T18:46:17.312Z Compiling spki v0.7.3
6912026-09-11T18:46:17.715Z Compiling equivalent v1.0.2
6922026-09-11T18:46:17.730Z Compiling cpufeatures v0.2.17
6932026-09-11T18:46:17.804Z Compiling schemars v0.8.22
6942026-09-11T18:46:18.225Z Compiling zerofrom v0.1.8
6952026-09-11T18:46:18.355Z Compiling yoke-derive v0.8.2
6962026-09-11T18:46:18.687Z Compiling serde_derive_internals v0.29.1
6972026-09-11T18:46:18.950Z Compiling cmake v0.1.58
6982026-09-11T18:46:19.079Z Compiling allocator-api2 v0.2.21
6992026-09-11T18:46:19.310Z Compiling fs_extra v1.3.0
7002026-09-11T18:46:19.334Z Compiling dunce v1.0.5
7012026-09-11T18:46:19.439Z Compiling fnv v1.0.7
7022026-09-11T18:46:19.480Z Compiling schemars_derive v0.8.22
7032026-09-11T18:46:19.537Z Compiling yoke v0.8.3
7042026-09-11T18:46:19.551Z Compiling pkg-config v0.3.33
7052026-09-11T18:46:19.573Z Compiling pkcs8 v0.10.2
7062026-09-11T18:46:19.744Z Compiling zerovec-derive v0.11.3
7072026-09-11T18:46:19.980Z Compiling http-body v1.1.0
7082026-09-11T18:46:20.012Z Compiling aws-lc-sys v0.44.0
7092026-09-11T18:46:20.158Z Compiling iana-time-zone v0.1.65
7102026-09-11T18:46:20.477Z Compiling chrono v0.4.45
7112026-09-11T18:46:20.503Z Compiling tracing-attributes v0.1.31
7122026-09-11T18:46:20.515Z Compiling displaydoc v0.2.7
7132026-09-11T18:46:20.793Z Compiling tracing-core v0.1.36
7142026-09-11T18:46:20.943Z Compiling zerovec v0.11.6
7152026-09-11T18:46:21.330Z Compiling hashbrown v0.17.1
7162026-09-11T18:46:21.559Z Compiling rustix v1.1.4
7172026-09-11T18:46:21.777Z Compiling tracing v0.1.44
7182026-09-11T18:46:21.877Z Compiling sha2 v0.10.9
7192026-09-11T18:46:22.012Z Compiling indexmap v2.14.0
7202026-09-11T18:46:22.133Z Compiling curve25519-dalek v4.1.3
7212026-09-11T18:46:22.312Z Compiling httparse v1.10.1
7222026-09-11T18:46:22.328Z Compiling aws-lc-rs v1.18.0
7232026-09-11T18:46:22.757Z Compiling slog v2.8.2
7242026-09-11T18:46:22.840Z Compiling rustls-pki-types v1.15.1
7252026-09-11T18:46:22.896Z Compiling num-conv v0.2.2
7262026-09-11T18:46:23.011Z Compiling time-core v0.1.9
7272026-09-11T18:46:23.200Z Compiling time-macros v0.2.32
7282026-09-11T18:46:23.706Z Compiling tinystr v0.8.3
7292026-09-11T18:46:23.888Z Compiling ppv-lite86 v0.2.21
7302026-09-11T18:46:23.927Z Compiling uuid v1.24.0
7312026-09-11T18:46:24.033Z Compiling erased-serde v0.3.31
7322026-09-11T18:46:24.265Z Compiling hmac v0.12.1
7332026-09-11T18:46:24.422Z Compiling signature v2.2.0
7342026-09-11T18:46:24.435Z Compiling curve25519-dalek-derive v0.1.1
7352026-09-11T18:46:24.567Z Compiling percent-encoding v2.3.2
7362026-09-11T18:46:24.603Z Compiling writeable v0.6.3
7372026-09-11T18:46:24.667Z Compiling deranged v0.5.8
7382026-09-11T18:46:24.859Z Compiling num_threads v0.1.7
7392026-09-11T18:46:25.006Z Compiling strsim v0.11.1
7402026-09-11T18:46:25.070Z Compiling utf8parse v0.2.2
7412026-09-11T18:46:25.145Z Compiling ryu v1.0.23
7422026-09-11T18:46:25.178Z Compiling powerfmt v0.2.0
7432026-09-11T18:46:25.292Z Compiling litemap v0.8.2
7442026-09-11T18:46:25.437Z Compiling potential_utf v0.1.5
7452026-09-11T18:46:25.440Z Compiling zerotrie v0.2.4
7462026-09-11T18:46:25.493Z Compiling icu_locale_core v2.2.0
7472026-09-11T18:46:25.618Z Compiling http-body-util v0.1.4
7482026-09-11T18:46:25.777Z Compiling time v0.3.55
7492026-09-11T18:46:25.905Z Compiling clap_derive v4.6.4
7502026-09-11T18:46:25.919Z Compiling ff v0.13.1
7512026-09-11T18:46:26.041Z Compiling icu_normalizer_data v2.2.0
7522026-09-11T18:46:26.052Z Compiling syn v1.0.109
7532026-09-11T18:46:26.072Z Compiling rustls v0.23.43
7542026-09-11T18:46:26.293Z Compiling utf8_iter v1.0.4
7552026-09-11T18:46:26.314Z Compiling dyn-clone v1.0.20
7562026-09-11T18:46:26.414Z Compiling icu_properties_data v2.2.0
7572026-09-11T18:46:26.477Z Compiling base16ct v0.2.0
7582026-09-11T18:46:26.477Z Compiling untrusted v0.9.0
7592026-09-11T18:46:26.618Z Compiling sec1 v0.7.3
7602026-09-11T18:46:26.713Z Compiling icu_collections v2.2.0
7612026-09-11T18:46:27.460Z Compiling icu_provider v2.2.0
7622026-09-11T18:46:27.500Z Compiling group v0.13.0
7632026-09-11T18:46:27.710Z Compiling anstyle-parse v1.0.0
7642026-09-11T18:46:27.868Z Compiling hkdf v0.12.4
7652026-09-11T18:46:27.930Z Compiling crypto-bigint v0.5.5
7662026-09-11T18:46:28.055Z Compiling colorchoice v1.0.5
7672026-09-11T18:46:28.070Z Compiling anstyle-query v1.1.5
7682026-09-11T18:46:28.176Z Compiling atomic-waker v1.1.2
7692026-09-11T18:46:28.179Z Compiling anstyle v1.0.14
7702026-09-11T18:46:28.279Z Compiling is_terminal_polyfill v1.70.2
7712026-09-11T18:46:28.379Z Compiling anstream v1.0.0
7722026-09-11T18:46:28.756Z Compiling form_urlencoded v1.2.2
7732026-09-11T18:46:28.830Z Compiling serde_tokenstream v0.2.3
7742026-09-11T18:46:28.892Z Compiling tokio-util v0.7.19
7752026-09-11T18:46:29.044Z Compiling elliptic-curve v0.13.8
7762026-09-11T18:46:29.273Z Compiling num-integer v0.1.46
7772026-09-11T18:46:29.286Z Compiling spin v0.9.9
7782026-09-11T18:46:29.478Z Compiling foldhash v0.2.0
7792026-09-11T18:46:29.523Z Compiling tower-layer v0.3.3
7802026-09-11T18:46:29.650Z Compiling try-lock v0.2.5
7812026-09-11T18:46:29.730Z Compiling base64 v0.22.1
7822026-09-11T18:46:29.769Z Compiling object v0.37.3
7832026-09-11T18:46:29.807Z Compiling tower-service v0.3.3
7842026-09-11T18:46:29.973Z Compiling want v0.3.1
7852026-09-11T18:46:29.987Z Compiling hashbrown v0.16.1
7862026-09-11T18:46:30.091Z Compiling h2 v0.4.15
7872026-09-11T18:46:30.139Z Compiling icu_properties v2.2.0
7882026-09-11T18:46:30.162Z Compiling icu_normalizer v2.2.0
7892026-09-11T18:46:30.241Z Compiling rfc6979 v0.4.0
7902026-09-11T18:46:30.385Z Compiling terminal_size v0.4.4
7912026-09-11T18:46:30.750Z Compiling ahash v0.8.12
7922026-09-11T18:46:31.200Z Compiling clap_lex v1.1.0
7932026-09-11T18:46:31.484Z Compiling httpdate v1.0.3
7942026-09-11T18:46:31.506Z Compiling gimli v0.32.3
7952026-09-11T18:46:31.774Z Compiling adler2 v2.0.1
7962026-09-11T18:46:31.869Z Compiling getrandom v0.3.4
7972026-09-11T18:46:31.882Z Compiling miniz_oxide v0.8.9
7982026-09-11T18:46:31.894Z Compiling clap_builder v4.6.6
7992026-09-11T18:46:32.416Z Compiling idna_adapter v1.2.2
8002026-09-11T18:46:32.515Z Compiling regress v0.11.1
8012026-09-11T18:46:32.556Z Compiling ecdsa v0.16.9
8022026-09-11T18:46:33.174Z Compiling hyper v1.11.0
8032026-09-11T18:46:33.310Z Compiling addr2line v0.25.1
8042026-09-11T18:46:33.441Z Compiling primeorder v0.13.6
8052026-09-11T18:46:33.778Z Compiling rand_chacha v0.3.1
8062026-09-11T18:46:34.453Z Compiling hybrid-array v0.4.14
8072026-09-11T18:46:34.796Z Compiling rustc-demangle v0.1.28
8082026-09-11T18:46:34.956Z Compiling ipnet v2.12.1
8092026-09-11T18:46:35.267Z Compiling ident_case v1.0.1
8102026-09-11T18:46:35.499Z Compiling owo-colors v4.3.0
8112026-09-11T18:46:35.872Z Compiling darling_core v0.23.0
8122026-09-11T18:46:35.905Z Compiling typify-impl v0.6.2
8132026-09-11T18:46:36.211Z Compiling backtrace v0.3.76
8142026-09-11T18:46:36.377Z Compiling hyper-util v0.1.20
8152026-09-11T18:46:37.517Z Compiling rand v0.8.7
8162026-09-11T18:46:38.032Z Compiling clap v4.6.6
8172026-09-11T18:46:38.118Z Compiling idna v1.1.0
8182026-09-11T18:46:38.361Z Compiling ed25519 v2.2.3
8192026-09-11T18:46:38.644Z Compiling http v0.2.12
8202026-09-11T18:46:39.343Z Compiling x509-cert v0.2.5
8212026-09-11T18:46:39.374Z Compiling proc-macro-error-attr2 v2.0.0
8222026-09-11T18:46:39.815Z Compiling encoding_rs v0.8.35
8232026-09-11T18:46:39.830Z Compiling thiserror v1.0.69
8242026-09-11T18:46:40.207Z Compiling mime v0.3.17
8252026-09-11T18:46:40.269Z Compiling unicode-linebreak v0.1.5
8262026-09-11T18:46:40.285Z Compiling is_ci v1.2.0
8272026-09-11T18:46:40.522Z Compiling hex v0.4.3
8282026-09-11T18:46:40.634Z Compiling num-bigint-dig v0.8.6
8292026-09-11T18:46:40.694Z Compiling outref v0.5.2
8302026-09-11T18:46:40.722Z Compiling paste v1.0.15
8312026-09-11T18:46:40.815Z Compiling anyhow v1.0.104
8322026-09-11T18:46:40.881Z Compiling unicode-width v0.2.2
8332026-09-11T18:46:40.894Z Compiling either v1.17.0
8342026-09-11T18:46:41.036Z Compiling vsimd v0.8.0
8352026-09-11T18:46:41.103Z Compiling bytes-utils v0.1.4
8362026-09-11T18:46:41.163Z Compiling textwrap v0.16.2
8372026-09-11T18:46:41.455Z Compiling base64-simd v0.8.0
8382026-09-11T18:46:41.477Z Compiling supports-color v3.0.2
8392026-09-11T18:46:41.519Z Compiling lazy_static v1.5.0
8402026-09-11T18:46:41.634Z Compiling proc-macro-error2 v2.0.1
8412026-09-11T18:46:41.795Z Compiling num-iter v0.1.46
8422026-09-11T18:46:41.916Z Compiling http-body v0.4.6
8432026-09-11T18:46:41.930Z Compiling typify-macro v0.6.2
8442026-09-11T18:46:41.966Z Compiling ed25519-dalek v2.2.0
8452026-09-11T18:46:42.205Z Compiling url v2.5.8
8462026-09-11T18:46:42.472Z Compiling rand_core v0.9.5
8472026-09-11T18:46:42.748Z Compiling darling_macro v0.23.0
8482026-09-11T18:46:43.625Z Compiling backtrace-ext v0.2.1
8492026-09-11T18:46:43.787Z Compiling hashbrown v0.14.5
8502026-09-11T18:46:43.904Z Compiling crypto-common v0.2.2
8512026-09-11T18:46:44.006Z Compiling block-buffer v0.12.1
8522026-09-11T18:46:44.327Z Compiling serde_urlencoded v0.7.1
8532026-09-11T18:46:44.373Z Compiling inout v0.1.4
8542026-09-11T18:46:44.434Z Compiling miette-derive v7.6.0
8552026-09-11T18:46:44.464Z Compiling thiserror-impl v1.0.69
8562026-09-11T18:46:44.503Z Compiling sync_wrapper v1.0.2
8572026-09-11T18:46:44.600Z Compiling supports-unicode v3.0.0
8582026-09-11T18:46:45.041Z Compiling openssl-probe v0.2.1
8592026-09-11T18:46:45.146Z Compiling camino v1.2.5
8602026-09-11T18:46:45.181Z Compiling unicode-width v0.1.14
8612026-09-11T18:46:45.221Z Compiling crossbeam-utils v0.8.22
8622026-09-11T18:46:45.293Z Compiling crc32fast v1.5.0
8632026-09-11T18:46:45.449Z Compiling fastrand v2.5.0
8642026-09-11T18:46:45.488Z Compiling radium v0.7.0
8652026-09-11T18:46:45.546Z Compiling pin-utils v0.1.0
8662026-09-11T18:46:45.588Z Compiling supports-hyperlinks v3.2.0
8672026-09-11T18:46:45.611Z Compiling const-oid v0.10.2
8682026-09-11T18:46:45.666Z Compiling tempfile v3.27.0
8692026-09-11T18:46:45.721Z Compiling miette v7.6.0
8702026-09-11T18:46:45.751Z Compiling aws-smithy-types v1.6.1
8712026-09-11T18:46:45.781Z Compiling digest v0.11.3
8722026-09-11T18:46:45.911Z Compiling rustls-native-certs v0.8.4
8732026-09-11T18:46:46.574Z Compiling tower v0.5.3
8742026-09-11T18:46:46.706Z Compiling cipher v0.4.4
8752026-09-11T18:46:46.732Z Compiling chumsky v0.9.3
8762026-09-11T18:46:47.162Z Compiling darling v0.23.0
8772026-09-11T18:46:47.250Z Compiling rand_chacha v0.9.0
8782026-09-11T18:46:47.264Z Compiling knus-derive v3.4.0
8792026-09-11T18:46:47.935Z Compiling pkcs1 v0.7.5
8802026-09-11T18:46:47.967Z Compiling ssh-encoding v0.2.0
8812026-09-11T18:46:48.088Z Compiling half v2.7.1
8822026-09-11T18:46:48.110Z Compiling aws-smithy-async v1.3.0
8832026-09-11T18:46:48.302Z Compiling aws-smithy-runtime-api-macros v1.1.0
8842026-09-11T18:46:48.384Z Compiling aho-corasick v1.1.5
8852026-09-11T18:46:48.447Z Compiling regex-syntax v0.8.11
8862026-09-11T18:46:48.531Z Compiling ciborium-io v0.2.2
8872026-09-11T18:46:48.628Z Compiling byteorder v1.5.0
8882026-09-11T18:46:48.742Z Compiling cpufeatures v0.3.0
8892026-09-11T18:46:48.822Z Compiling omicron-workspace-hack v0.1.0
8902026-09-11T18:46:48.838Z Compiling maybe-uninit v2.0.0
8912026-09-11T18:46:48.895Z Compiling keccak v0.1.6
8922026-09-11T18:46:49.058Z Compiling ipnetwork v0.21.1
8932026-09-11T18:46:49.062Z Compiling tap v1.0.1
8942026-09-11T18:46:49.152Z Compiling simd-adler32 v0.3.10
8952026-09-11T18:46:49.172Z Compiling wyz v0.5.1
8962026-09-11T18:46:49.262Z Compiling oxnet v0.1.6
8972026-09-11T18:46:49.378Z Compiling knus v3.4.0
8982026-09-11T18:46:49.506Z Compiling sha3 v0.10.9
8992026-09-11T18:46:49.767Z Compiling aws-smithy-runtime-api v1.14.0
9002026-09-11T18:46:49.851Z Compiling ciborium-ll v0.2.2
9012026-09-11T18:46:50.036Z Compiling regex-automata v0.4.18
9022026-09-11T18:46:50.114Z Compiling ssh-cipher v0.2.0
9032026-09-11T18:46:50.220Z Compiling rsa v0.9.10
9042026-09-11T18:46:50.294Z Compiling p384 v0.13.1
9052026-09-11T18:46:50.801Z Compiling rand v0.9.5
9062026-09-11T18:46:50.836Z Compiling serde_with_macros v3.22.0
9072026-09-11T18:46:50.849Z Compiling tower-http v0.6.11
9082026-09-11T18:46:52.091Z Compiling p256 v0.13.2
9092026-09-11T18:46:52.232Z Compiling hubpack_derive v0.1.1
9102026-09-11T18:46:52.256Z Compiling sha1 v0.10.7
9112026-09-11T18:46:52.465Z Compiling newtype-uuid v1.4.0
9122026-09-11T18:46:52.653Z Compiling openapiv3 v2.2.0
9132026-09-11T18:46:52.761Z Compiling strum_macros v0.26.4
9142026-09-11T18:46:53.014Z Compiling env_filter v2.0.0
9152026-09-11T18:46:53.326Z Compiling daft-derive v0.1.8
9162026-09-11T18:46:53.736Z Compiling heapless v0.7.17
9172026-09-11T18:46:54.052Z Compiling serde_path_to_error v0.1.20
9182026-09-11T18:46:54.212Z Compiling thread_local v1.1.10
9192026-09-11T18:46:54.485Z Compiling rlimit v0.10.2
9202026-09-11T18:46:54.586Z Compiling salty v0.3.0
9212026-09-11T18:46:54.602Z Compiling utf-8 v0.7.6
9222026-09-11T18:46:54.813Z Compiling funty v2.0.0
9232026-09-11T18:46:54.887Z Compiling data-encoding v2.11.1
9242026-09-11T18:46:55.612Z Compiling packed_struct v0.10.1
9252026-09-11T18:46:55.818Z Compiling slog-async v2.8.0
9262026-09-11T18:46:56.184Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
9272026-09-11T18:46:57.597Z Compiling tungstenite v0.28.0
9282026-09-11T18:46:57.687Z Compiling bitvec v1.1.1
9292026-09-11T18:46:59.795Z Compiling strum v0.26.3
9302026-09-11T18:46:59.946Z Compiling daft v0.1.8
9312026-09-11T18:47:00.079Z Compiling env_logger v0.11.11
9322026-09-11T18:47:00.219Z Compiling hubpack v0.1.2
9332026-09-11T18:47:00.459Z Compiling ssh-key v0.6.7
9342026-09-11T18:47:00.472Z Compiling flate2 v1.1.9
9352026-09-11T18:47:00.926Z Compiling serde_with v3.22.0
9362026-09-11T18:47:01.020Z Compiling crossbeam-channel v0.5.16
9372026-09-11T18:47:01.701Z Compiling regex v1.13.1
9382026-09-11T18:47:02.104Z Compiling ciborium v0.2.2
9392026-09-11T18:47:02.958Z Compiling hash32 v0.2.1
9402026-09-11T18:47:03.157Z Compiling typify v0.6.2
9412026-09-11T18:47:03.251Z Compiling packed_struct_codegen v0.10.1
9422026-09-11T18:47:03.842Z Compiling futures-executor v0.3.33
9432026-09-11T18:47:04.321Z Compiling blake3 v1.8.6
9442026-09-11T18:47:04.373Z Compiling bitfield-macros v0.19.5
9452026-09-11T18:47:04.563Z Compiling async-trait v0.1.92
9462026-09-11T18:47:04.754Z Compiling aws-types v1.5.0
9472026-09-11T18:47:05.060Z Compiling is-terminal v0.4.17
9482026-09-11T18:47:05.146Z Compiling multer v3.1.0
9492026-09-11T18:47:05.162Z Compiling keccak v0.2.2
9502026-09-11T18:47:05.297Z Compiling match_cfg v0.1.0
9512026-09-11T18:47:05.372Z Compiling sponge-cursor v0.1.0
9522026-09-11T18:47:05.403Z Compiling take_mut v0.2.2
9532026-09-11T18:47:05.515Z Compiling winnow v1.0.4
9542026-09-11T18:47:05.518Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
9552026-09-11T18:47:05.553Z Compiling nodrop v0.1.14
9562026-09-11T18:47:05.649Z Compiling cfg_aliases v0.2.2
9572026-09-11T18:47:05.726Z Compiling term v1.2.1
9582026-09-11T18:47:05.850Z Compiling compression-core v0.4.32
9592026-09-11T18:47:06.369Z Compiling unsafe-libyaml v0.2.11
9602026-09-11T18:47:07.011Z Compiling serde_yaml v0.9.34+deprecated
9612026-09-11T18:47:07.429Z Compiling slog-term v2.9.2
9622026-09-11T18:47:07.475Z Compiling compression-codecs v0.4.38
9632026-09-11T18:47:07.637Z Compiling toml_parser v1.1.3+spec-1.1.0
9642026-09-11T18:47:07.788Z Compiling nix v0.31.3
9652026-09-11T18:47:08.202Z Compiling array-init v0.0.4
9662026-09-11T18:47:08.581Z Compiling sha3 v0.12.0
9672026-09-11T18:47:08.949Z Compiling hostname v0.3.1
9682026-09-11T18:47:08.968Z Compiling bitfield v0.19.5
9692026-09-11T18:47:09.178Z Compiling progenitor-impl v0.14.0
9702026-09-11T18:47:09.451Z Compiling futures v0.3.33
9712026-09-11T18:47:10.278Z Compiling smallvec v0.6.14
9722026-09-11T18:47:10.506Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
9732026-09-11T18:47:10.827Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
9742026-09-11T18:47:11.361Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
9752026-09-11T18:47:12.687Z Compiling tokio-tungstenite v0.28.0
9762026-09-11T18:47:12.926Z Compiling aws-smithy-schema v0.2.0
9772026-09-11T18:47:13.007Z Compiling aws-credential-types v1.3.0
9782026-09-11T18:47:13.283Z Compiling slog-json v2.6.1
9792026-09-11T18:47:13.931Z Compiling serde_spanned v0.6.9
9802026-09-11T18:47:13.983Z Compiling toml_datetime v0.6.11
9812026-09-11T18:47:14.090Z Compiling cobs v0.3.0
9822026-09-11T18:47:14.364Z Compiling async-stream-impl v0.3.6
9832026-09-11T18:47:14.380Z Compiling toml_datetime v1.1.1+spec-1.1.0
9842026-09-11T18:47:14.581Z Compiling serde_spanned v1.1.1
9852026-09-11T18:47:14.715Z Compiling dropshot v0.17.1
9862026-09-11T18:47:14.728Z Compiling portable-atomic v1.15.0
9872026-09-11T18:47:14.794Z Compiling rustix v0.38.44
9882026-09-11T18:47:14.967Z Compiling winnow v0.7.15
9892026-09-11T18:47:15.022Z Compiling toml_write v0.1.2
9902026-09-11T18:47:15.163Z Compiling arrayvec v0.7.8
9912026-09-11T18:47:15.187Z Compiling static_assertions v1.1.0
9922026-09-11T18:47:15.258Z Compiling http-range-header v0.4.2
9932026-09-11T18:47:15.261Z Compiling signal-hook v0.4.4
9942026-09-11T18:47:15.395Z Compiling arrayref v0.3.9
9952026-09-11T18:47:15.441Z Compiling constant_time_eq v0.4.2
9962026-09-11T18:47:15.467Z Compiling toml_writer v1.1.2+spec-1.1.0
9972026-09-11T18:47:15.502Z Compiling bytesize v2.7.0
9982026-09-11T18:47:15.725Z Compiling toml v1.1.4+spec-1.1.0
9992026-09-11T18:47:15.998Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
10002026-09-11T18:47:16.573Z Compiling toml_edit v0.22.27
10012026-09-11T18:47:16.589Z Compiling async-stream v0.3.6
10022026-09-11T18:47:16.836Z Compiling postcard v1.1.3
10032026-09-11T18:47:17.256Z Compiling slog-bunyan v2.5.0
10042026-09-11T18:47:19.510Z Compiling progenitor-macro v0.14.0
10052026-09-11T18:47:20.346Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
10062026-09-11T18:47:21.277Z Compiling serde-hex v0.1.0
10072026-09-11T18:47:24.109Z Compiling async-compression v0.4.43
10082026-09-11T18:47:24.860Z Compiling oauth2 v5.0.0
10092026-09-11T18:47:25.311Z Compiling sha1 v0.11.0
10102026-09-11T18:47:25.459Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
10112026-09-11T18:47:25.735Z Compiling dropshot_endpoint v0.17.1
10122026-09-11T18:47:26.715Z Compiling waitgroup v0.1.2
10132026-09-11T18:47:26.797Z Compiling rustls-pemfile v2.2.0
10142026-09-11T18:47:26.873Z Compiling serde-big-array v0.5.1
10152026-09-11T18:47:27.028Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
10162026-09-11T18:47:27.083Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10172026-09-11T18:47:27.443Z Compiling hostname v0.4.2
10182026-09-11T18:47:27.480Z Compiling nibble_vec v0.1.0
10192026-09-11T18:47:27.579Z Compiling endian-type v0.2.0
10202026-09-11T18:47:27.616Z Compiling corncobs v0.1.4
10212026-09-11T18:47:27.629Z Compiling debug-ignore v1.0.5
10222026-09-11T18:47:27.641Z Compiling crc-any v2.5.1
10232026-09-11T18:47:27.719Z Compiling radix_trie v0.3.0
10242026-09-11T18:47:27.733Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
10252026-09-11T18:47:27.832Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10262026-09-11T18:47:27.961Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
10272026-09-11T18:47:28.064Z Compiling sshauth v0.1.2 (https://github.com/oxidecomputer/sshauth?rev=afd9b4e549d0e9229c2910c94aa7bca76623dfdb#afd9b4e5)
10282026-09-11T18:47:28.381Z Compiling toml v0.8.23
10292026-09-11T18:47:30.325Z Compiling permission-slip-common v0.1.0 (https://github.com/oxidecomputer/permission-slip?rev=c9d302ef44576e075e35f4f28f8e7ac8345bcd4b#c9d302ef)
10302026-09-11T18:47:31.560Z Compiling console v0.16.4
10312026-09-11T18:47:31.846Z Compiling secrecy v0.8.0
10322026-09-11T18:47:31.992Z Compiling clap-num v1.2.0
10332026-09-11T18:47:32.022Z Compiling termios v0.3.3
10342026-09-11T18:47:32.160Z Compiling xdg v2.5.2
10352026-09-11T18:47:32.216Z Compiling natord v1.0.9
10362026-09-11T18:47:32.487Z Compiling home v0.5.12
10372026-09-11T18:47:32.658Z Compiling unicode-segmentation v1.13.3
10382026-09-11T18:47:32.916Z Compiling unit-prefix v0.5.2
10392026-09-11T18:47:32.967Z Compiling rustls-webpki v0.103.13
10402026-09-11T18:47:33.079Z Compiling rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f)
10412026-09-11T18:47:33.278Z Compiling indicatif v0.18.6
10422026-09-11T18:47:34.137Z Compiling atomicwrites v0.4.4
10432026-09-11T18:47:34.466Z Compiling tokio-fd v0.3.0
10442026-09-11T18:47:34.708Z Compiling async-recursion v1.1.1
10452026-09-11T18:47:34.810Z Compiling memmap2 v0.9.11
10462026-09-11T18:47:35.145Z Compiling shlex v1.3.0
10472026-09-11T18:47:35.424Z Compiling xdg v3.0.0
10482026-09-11T18:47:35.472Z Compiling humantime v2.4.0
10492026-09-11T18:47:37.532Z Compiling tokio-rustls v0.26.4
10502026-09-11T18:47:37.532Z Compiling rustls-platform-verifier v0.7.0
10512026-09-11T18:47:37.840Z Compiling hyper-rustls v0.27.9
10522026-09-11T18:47:38.106Z Compiling reqwest v0.13.4
10532026-09-11T18:47:41.343Z Compiling progenitor-client v0.14.0
10542026-09-11T18:47:41.645Z Compiling progenitor v0.14.0
10552026-09-11T18:47:41.794Z Compiling oauth2-reqwest v0.1.0-alpha.3
10562026-09-11T18:47:41.834Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
10572026-09-11T18:47:42.611Z Compiling permission-slip-client v1.1.0 (https://github.com/oxidecomputer/permission-slip?rev=c9d302ef44576e075e35f4f28f8e7ac8345bcd4b#c9d302ef)
10582026-09-11T18:47:46.165Z Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client)
10592026-09-11T18:48:04.729Z Finished `release` profile [optimized] target(s) in 2m 17s
10602026-09-11T18:48:04.740Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
10612026-09-11T18:48:04.740Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
10622026-09-11T18:48:04.988Z+ cp target/release/sush /work/sush
10632026-09-11T18:48:05.022Z+ cargo install just --locked
10642026-09-11T18:48:05.080Z Updating crates.io index
10652026-09-11T18:48:05.181Z Downloading crates ...
10662026-09-11T18:48:05.247Z Downloaded just v1.58.0
10672026-09-11T18:48:05.281Z Installing just v1.58.0
10682026-09-11T18:48:05.284Zwarning: default toolchain implicitly overridden with `1.98.1-x86_64-unknown-illumos` by rustup toolchain file
10692026-09-11T18:48:05.284Z |
10702026-09-11T18:48:05.284Z = help: use `cargo +stable install` if you meant to use the stable toolchain
10712026-09-11T18:48:05.284Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
10722026-09-11T18:48:05.284Z Updating crates.io index
10732026-09-11T18:48:05.568Zwarning: package `chacha20 v0.10.1` in Cargo.lock is yanked in registry `crates-io`
10742026-09-11T18:48:05.568Z |
10752026-09-11T18:48:05.568Z = help: consider running without --locked
10762026-09-11T18:48:05.617Z Updating crates.io index
10772026-09-11T18:48:05.722Z Downloading crates ...
10782026-09-11T18:48:05.736Z Downloaded clap v4.6.5
10792026-09-11T18:48:05.740Z Downloaded is_executable v1.0.6
10802026-09-11T18:48:05.744Z Downloaded strum_macros v0.28.0
10812026-09-11T18:48:05.770Z Downloaded option-ext v0.2.0
10822026-09-11T18:48:05.774Z Downloaded clap_mangen v0.3.0
10832026-09-11T18:48:05.777Z Downloaded digest-io v0.1.0
10842026-09-11T18:48:05.777Z Downloaded dirs v6.0.0
10852026-09-11T18:48:05.780Z Downloaded dirs-sys v0.5.0
10862026-09-11T18:48:05.783Z Downloaded find-msvc-tools v0.1.9
10872026-09-11T18:48:05.786Z Downloaded roff v1.1.1
10882026-09-11T18:48:05.788Z Downloaded strum v0.28.0
10892026-09-11T18:48:05.795Z Downloaded nu-ansi-term v0.50.3
10902026-09-11T18:48:05.798Z Downloaded num_cpus v1.17.0
10912026-09-11T18:48:05.801Z Downloaded shellexpand v3.1.2
10922026-09-11T18:48:05.807Z Downloaded crossbeam-deque v0.8.7
10932026-09-11T18:48:05.812Z Downloaded dotenvy v0.15.7
10942026-09-11T18:48:05.812Z Downloaded snafu-derive v0.9.2
10952026-09-11T18:48:05.812Z Downloaded unicase v2.9.0
10962026-09-11T18:48:05.812Z Downloaded typed-arena v2.0.2
10972026-09-11T18:48:05.816Z Downloaded crossbeam-epoch v0.9.20
10982026-09-11T18:48:05.819Z Downloaded sha2 v0.11.0
10992026-09-11T18:48:05.822Z Downloaded clap_complete v4.6.8
11002026-09-11T18:48:05.825Z Downloaded rayon-core v1.13.0
11012026-09-11T18:48:05.828Z Downloaded snafu v0.9.2
11022026-09-11T18:48:05.839Z Downloaded similar v3.1.1
11032026-09-11T18:48:05.843Z Downloaded cc v1.4.0
11042026-09-11T18:48:05.845Z Downloaded blake3 v1.8.5
11052026-09-11T18:48:05.855Z Downloaded pulldown-cmark v0.13.4
11062026-09-11T18:48:05.859Z Downloaded clap_builder v4.6.5
11072026-09-11T18:48:05.866Z Downloaded regex-automata v0.4.16
11082026-09-11T18:48:05.875Z Downloaded bstr v1.13.0
11092026-09-11T18:48:05.917Z Compiling libc v0.2.189
11102026-09-11T18:48:05.918Z Compiling proc-macro2 v1.0.107
11112026-09-11T18:48:05.918Z Compiling unicode-ident v1.0.24
11122026-09-11T18:48:05.921Z Compiling quote v1.0.47
11132026-09-11T18:48:05.921Z Compiling bitflags v2.13.1
11142026-09-11T18:48:05.921Z Compiling heck v0.5.0
11152026-09-11T18:48:05.921Z Compiling rustix v1.1.4
11162026-09-11T18:48:05.938Z Compiling cfg-if v1.0.4
11172026-09-11T18:48:05.990Z Compiling utf8parse v0.2.2
11182026-09-11T18:48:06.036Z Compiling typenum v1.20.1
11192026-09-11T18:48:06.083Z Compiling crossbeam-utils v0.8.22
11202026-09-11T18:48:06.108Z Compiling anstyle-parse v1.0.0
11212026-09-11T18:48:06.225Z Compiling memchr v2.8.3
11222026-09-11T18:48:06.253Z Compiling crossbeam-epoch v0.9.20
11232026-09-11T18:48:06.287Z Compiling is_terminal_polyfill v1.70.2
11242026-09-11T18:48:06.359Z Compiling getrandom v0.4.3
11252026-09-11T18:48:06.397Z Compiling anstyle-query v1.1.5
11262026-09-11T18:48:06.447Z Compiling colorchoice v1.0.5
11272026-09-11T18:48:06.486Z Compiling rand_core v0.10.1
11282026-09-11T18:48:06.513Z Compiling anstyle v1.0.14
11292026-09-11T18:48:06.540Z Compiling serde_core v1.0.229
11302026-09-11T18:48:06.629Z Compiling find-msvc-tools v0.1.9
11312026-09-11T18:48:06.730Z Compiling anstream v1.0.0
11322026-09-11T18:48:06.837Z Compiling errno v0.3.14
11332026-09-11T18:48:06.841Z Compiling hybrid-array v0.4.14
11342026-09-11T18:48:06.844Z Compiling autocfg v1.5.1
11352026-09-11T18:48:07.032Z Compiling crossbeam-deque v0.8.7
11362026-09-11T18:48:07.063Z Compiling syn v3.0.3
11372026-09-11T18:48:07.087Z Compiling syn v2.0.119
11382026-09-11T18:48:07.116Z Compiling shlex v2.0.1
11392026-09-11T18:48:07.169Z Compiling clap_lex v1.1.0
11402026-09-11T18:48:07.212Z Compiling strsim v0.11.1
11412026-09-11T18:48:07.286Z Compiling rayon-core v1.13.0
11422026-09-11T18:48:07.305Z Compiling cpufeatures v0.3.0
11432026-09-11T18:48:07.320Z Compiling block-buffer v0.12.1
11442026-09-11T18:48:07.365Z Compiling crypto-common v0.2.2
11452026-09-11T18:48:07.445Z Compiling cc v1.4.0
11462026-09-11T18:48:07.484Z Compiling num-traits v0.2.19
11472026-09-11T18:48:07.906Z Compiling option-ext v0.2.0
11482026-09-11T18:48:07.962Z Compiling zmij v1.0.23
11492026-09-11T18:48:07.986Z Compiling serde v1.0.229
11502026-09-11T18:48:08.267Z Compiling terminal_size v0.4.4
11512026-09-11T18:48:08.302Z Compiling const-oid v0.10.2
11522026-09-11T18:48:08.360Z Compiling clap_builder v4.6.5
11532026-09-11T18:48:08.389Z Compiling cfg_aliases v0.2.2
11542026-09-11T18:48:08.450Z Compiling nix v0.31.3
11552026-09-11T18:48:08.464Z Compiling digest v0.11.3
11562026-09-11T18:48:08.564Z Compiling blake3 v1.8.5
11572026-09-11T18:48:08.594Z Compiling dirs-sys v0.5.0
11582026-09-11T18:48:08.848Z Compiling aho-corasick v1.1.5
11592026-09-11T18:48:08.946Z Compiling camino v1.2.5
11602026-09-11T18:48:08.961Z Compiling serde_json v1.0.151
11612026-09-11T18:48:08.985Z Compiling pulldown-cmark v0.13.4
11622026-09-11T18:48:09.230Z Compiling regex-syntax v0.8.11
11632026-09-11T18:48:09.816Z Compiling dirs v6.0.0
11642026-09-11T18:48:09.954Z Compiling chacha20 v0.10.1
11652026-09-11T18:48:09.979Z Compiling clap_derive v4.6.4
11662026-09-11T18:48:10.120Z Compiling serde_derive v1.0.229
11672026-09-11T18:48:10.227Z Compiling strum_macros v0.28.0
11682026-09-11T18:48:10.232Z Compiling snafu-derive v0.9.2
11692026-09-11T18:48:10.603Z Compiling memmap2 v0.9.11
11702026-09-11T18:48:11.106Z Compiling regex-automata v0.4.16
11712026-09-11T18:48:11.673Z Compiling clap v4.6.5
11722026-09-11T18:48:11.743Z Compiling unicode-segmentation v1.13.3
11732026-09-11T18:48:11.983Z Compiling arrayref v0.3.9
11742026-09-11T18:48:12.044Z Compiling arrayvec v0.7.8
11752026-09-11T18:48:12.111Z Compiling once_cell v1.21.4
11762026-09-11T18:48:12.118Z Compiling constant_time_eq v0.4.2
11772026-09-11T18:48:12.250Z Compiling just v1.58.0
11782026-09-11T18:48:12.265Z Compiling roff v1.1.1
11792026-09-11T18:48:12.268Z Compiling unicase v2.9.0
11802026-09-11T18:48:12.335Z Compiling iana-time-zone v0.1.65
11812026-09-11T18:48:12.469Z Compiling fastrand v2.5.0
11822026-09-11T18:48:12.497Z Compiling itoa v1.0.18
11832026-09-11T18:48:12.569Z Compiling is_executable v1.0.6
11842026-09-11T18:48:12.594Z Compiling chrono v0.4.45
11852026-09-11T18:48:12.674Z Compiling tempfile v3.27.0
11862026-09-11T18:48:12.688Z Compiling clap_complete v4.6.8
11872026-09-11T18:48:13.751Z Compiling regex v1.13.1
11882026-09-11T18:48:14.239Z Compiling clap_mangen v0.3.0
11892026-09-11T18:48:14.471Z Compiling snafu v0.9.2
11902026-09-11T18:48:14.579Z Compiling strum v0.28.0
11912026-09-11T18:48:14.696Z Compiling similar v3.1.1
11922026-09-11T18:48:14.923Z Compiling rand v0.10.2
11932026-09-11T18:48:15.130Z Compiling shellexpand v3.1.2
11942026-09-11T18:48:15.670Z Compiling sha2 v0.11.0
11952026-09-11T18:48:15.692Z Compiling digest-io v0.1.0
11962026-09-11T18:48:15.820Z Compiling uuid v1.24.0
11972026-09-11T18:48:15.831Z Compiling num_cpus v1.17.0
11982026-09-11T18:48:15.917Z Compiling hex v0.4.3
11992026-09-11T18:48:16.072Z Compiling semver v1.0.28
12002026-09-11T18:48:16.136Z Compiling dotenvy v0.15.7
12012026-09-11T18:48:16.207Z Compiling typed-arena v2.0.2
12022026-09-11T18:48:16.255Z Compiling percent-encoding v2.3.2
12032026-09-11T18:48:16.356Z Compiling unicode-width v0.2.2
12042026-09-11T18:48:16.532Z Compiling nu-ansi-term v0.50.3
12052026-09-11T18:49:19.845Z Finished `release` profile [optimized] target(s) in 1m 14s
12062026-09-11T18:49:19.863Z Installing /home/build/.cargo/bin/just
12072026-09-11T18:49:19.868Z Installed package `just v1.58.0` (executable `just`)
12082026-09-11T18:49:19.910Z+ curl -sSfL https://get.nexte.st/latest/illumos
12092026-09-11T18:49:19.913Z+ gunzip
12102026-09-11T18:49:19.913Z+ tar -xf - -C /home/build/.cargo/bin
12112026-09-11T18:49:20.956Z+ just ci
12122026-09-11T18:49:20.960Zcargo fmt --check
12132026-09-11T18:49:21.223Zcargo clippy -- --no-deps --deny warnings
12142026-09-11T18:49:21.531Z Downloading crates ...
12152026-09-11T18:49:21.609Z Downloaded heck v0.4.1
12162026-09-11T18:49:21.612Z Downloaded derive-where v1.6.1
12172026-09-11T18:49:21.612Z Downloaded dashu-base v0.5.1
12182026-09-11T18:49:21.614Z Downloaded enum-as-inner v0.6.1
12192026-09-11T18:49:21.614Z Downloaded function_name-proc-macro v0.3.0
12202026-09-11T18:49:21.614Z Downloaded function_name v0.3.0
12212026-09-11T18:49:21.614Z Downloaded linked-hash-map v0.5.6
12222026-09-11T18:49:21.614Z Downloaded lru v0.18.2
12232026-09-11T18:49:21.617Z Downloaded lru-cache v0.1.2
12242026-09-11T18:49:21.617Z Downloaded miette-derive v5.10.0
12252026-09-11T18:49:21.617Z Downloaded proc-macro-error-attr v1.0.4
12262026-09-11T18:49:21.617Z Downloaded num-primitive v0.2.1
12272026-09-11T18:49:21.620Z Downloaded owo-colors v3.5.0
12282026-09-11T18:49:21.620Z Downloaded num-modular v0.6.5
12292026-09-11T18:49:21.624Z Downloaded pwd v1.4.0
12302026-09-11T18:49:21.624Z Downloaded knuffel-derive v3.2.0
12312026-09-11T18:49:21.624Z Downloaded proc-macro-error v1.0.4
12322026-09-11T18:49:21.636Z Downloaded resolv-conf v0.7.6
12332026-09-11T18:49:21.639Z Downloaded knuffel v3.2.0
12342026-09-11T18:49:21.642Z Downloaded seq-macro v0.3.6
12352026-09-11T18:49:21.645Z Downloaded supports-hyperlinks v2.1.0
12362026-09-11T18:49:21.645Z Downloaded base64 v0.21.7
12372026-09-11T18:49:21.647Z Downloaded hickory-resolver v0.24.4
12382026-09-11T18:49:21.647Z Downloaded miette v5.10.0
12392026-09-11T18:49:21.650Z Downloaded supports-unicode v2.1.0
12402026-09-11T18:49:21.650Z Downloaded supports-color v2.1.0
12412026-09-11T18:49:21.652Z Downloaded terminal_size v0.1.17
12422026-09-11T18:49:21.655Z Downloaded smawk v0.3.3
12432026-09-11T18:49:21.658Z Downloaded qorb v0.4.1
12442026-09-11T18:49:21.662Z Downloaded tokio-stream v0.1.19
12452026-09-11T18:49:21.669Z Downloaded textwrap v0.15.2
12462026-09-11T18:49:21.671Z Downloaded itertools v0.14.0
12472026-09-11T18:49:21.676Z Downloaded dashu-int v0.5.1
12482026-09-11T18:49:21.693Z Downloaded hickory-proto v0.24.4
12492026-09-11T18:49:22.048Z Downloaded dsi-bitstream v0.10.1
12502026-09-11T18:49:22.261Z Compiling proc-macro2 v1.0.107
12512026-09-11T18:49:22.261Z Compiling quote v1.0.47
12522026-09-11T18:49:22.266Z Compiling unicode-ident v1.0.24
12532026-09-11T18:49:22.266Z Compiling libc v0.2.189
12542026-09-11T18:49:22.266Z Checking cfg-if v1.0.4
12552026-09-11T18:49:22.266Z Compiling version_check v0.9.5
12562026-09-11T18:49:22.266Z Compiling serde_core v1.0.229
12572026-09-11T18:49:22.411Z Checking memchr v2.8.3
12582026-09-11T18:49:22.492Z Checking typenum v1.20.1
12592026-09-11T18:49:22.640Z Compiling generic-array v0.14.7
12602026-09-11T18:49:22.734Z Checking subtle v2.6.1
12612026-09-11T18:49:22.860Z Compiling libm v0.2.16
12622026-09-11T18:49:22.924Z Compiling serde v1.0.229
12632026-09-11T18:49:23.147Z Compiling autocfg v1.5.1
12642026-09-11T18:49:23.210Z Checking smallvec v1.15.2
12652026-09-11T18:49:23.232Z Checking errno v0.3.14
12662026-09-11T18:49:23.266Z Checking const-oid v0.9.6
12672026-09-11T18:49:23.292Z Checking pin-project-lite v0.2.17
12682026-09-11T18:49:23.384Z Compiling zmij v1.0.23
12692026-09-11T18:49:23.389Z Checking bytes v1.12.1
12702026-09-11T18:49:23.494Z Compiling num-traits v0.2.19
12712026-09-11T18:49:23.532Z Compiling syn v2.0.119
12722026-09-11T18:49:23.584Z Compiling syn v3.0.3
12732026-09-11T18:49:23.735Z Compiling heck v0.5.0
12742026-09-11T18:49:23.817Z Compiling zeroize v1.9.0
12752026-09-11T18:49:23.900Z Compiling thiserror v2.0.20
12762026-09-11T18:49:23.938Z Compiling zerocopy v0.8.56
12772026-09-11T18:49:24.000Z Checking itoa v1.0.18
12782026-09-11T18:49:24.071Z Compiling serde_json v1.0.151
12792026-09-11T18:49:24.149Z Checking once_cell v1.21.4
12802026-09-11T18:49:24.331Z Compiling parking_lot_core v0.9.12
12812026-09-11T18:49:24.401Z Checking signal-hook-registry v1.4.8
12822026-09-11T18:49:24.432Z Checking getrandom v0.2.17
12832026-09-11T18:49:24.535Z Checking futures-core v0.3.33
12842026-09-11T18:49:24.561Z Checking scopeguard v1.2.0
12852026-09-11T18:49:24.571Z Checking rand_core v0.6.4
12862026-09-11T18:49:24.657Z Checking allocator-api2 v0.2.21
12872026-09-11T18:49:24.668Z Checking lock_api v0.4.14
12882026-09-11T18:49:24.830Z Checking base64ct v1.8.3
12892026-09-11T18:49:24.885Z Checking parking_lot v0.12.5
12902026-09-11T18:49:24.956Z Checking mio v1.2.2
12912026-09-11T18:49:24.970Z Checking socket2 v0.6.5
12922026-09-11T18:49:25.078Z Compiling semver v1.0.28
12932026-09-11T18:49:25.082Z Checking pem-rfc7468 v0.7.0
12942026-09-11T18:49:25.227Z Compiling rustversion v1.0.23
12952026-09-11T18:49:25.252Z Checking futures-sink v0.3.33
12962026-09-11T18:49:25.347Z Checking flagset v0.4.7
12972026-09-11T18:49:25.400Z Checking slab v0.4.12
12982026-09-11T18:49:25.467Z Checking bitflags v2.13.1
12992026-09-11T18:49:25.528Z Checking foldhash v0.2.0
13002026-09-11T18:49:25.555Z Checking equivalent v1.0.2
13012026-09-11T18:49:25.659Z Checking futures-channel v0.3.33
13022026-09-11T18:49:25.663Z Compiling getrandom v0.4.3
13032026-09-11T18:49:25.664Z Checking log v0.4.33
13042026-09-11T18:49:25.931Z Compiling jobserver v0.1.35
13052026-09-11T18:49:25.993Z Compiling find-msvc-tools v0.1.10
13062026-09-11T18:49:26.224Z Checking stable_deref_trait v1.2.1
13072026-09-11T18:49:26.233Z Checking futures-io v0.3.33
13082026-09-11T18:49:26.258Z Compiling shlex v2.0.1
13092026-09-11T18:49:26.291Z Compiling crypto-common v0.1.7
13102026-09-11T18:49:26.316Z Compiling block-buffer v0.10.4
13112026-09-11T18:49:26.340Z Checking futures-task v0.3.33
13122026-09-11T18:49:26.409Z Compiling cc v1.4.2
13132026-09-11T18:49:26.438Z Compiling digest v0.10.7
13142026-09-11T18:49:26.598Z Compiling synstructure v0.13.2
13152026-09-11T18:49:26.643Z Compiling serde_derive_internals v0.29.1
13162026-09-11T18:49:26.661Z Compiling schemars v0.8.22
13172026-09-11T18:49:26.869Z Checking cpufeatures v0.2.17
13182026-09-11T18:49:26.950Z Checking http v1.5.0
13192026-09-11T18:49:27.049Z Compiling serde_derive v1.0.229
13202026-09-11T18:49:27.113Z Compiling thiserror-impl v2.0.20
13212026-09-11T18:49:27.185Z Compiling tokio-macros v2.7.2
13222026-09-11T18:49:27.263Z Compiling cmake v0.1.58
13232026-09-11T18:49:27.667Z Compiling pkg-config v0.3.33
13242026-09-11T18:49:27.812Z Compiling zeroize_derive v1.5.0
13252026-09-11T18:49:27.903Z Compiling der_derive v0.7.3
13262026-09-11T18:49:27.928Z Compiling zerocopy-derive v0.8.56
13272026-09-11T18:49:27.931Z Checking tokio v1.53.1
13282026-09-11T18:49:28.089Z Compiling zerofrom-derive v0.1.7
13292026-09-11T18:49:28.116Z Compiling futures-macro v0.3.33
13302026-09-11T18:49:28.456Z Compiling yoke-derive v0.8.2
13312026-09-11T18:49:28.910Z Checking der v0.7.10
13322026-09-11T18:49:28.965Z Checking futures-util v0.3.33
13332026-09-11T18:49:29.362Z Checking zerofrom v0.1.8
13342026-09-11T18:49:29.477Z Compiling zerovec-derive v0.11.3
13352026-09-11T18:49:29.580Z Compiling schemars_derive v0.8.22
13362026-09-11T18:49:29.642Z Checking yoke v0.8.3
13372026-09-11T18:49:29.771Z Checking spki v0.7.3
13382026-09-11T18:49:29.830Z Compiling object v0.37.3
13392026-09-11T18:49:29.919Z Checking pkcs8 v0.10.2
13402026-09-11T18:49:30.076Z Compiling dunce v1.0.5
13412026-09-11T18:49:30.135Z Compiling fs_extra v1.3.0
13422026-09-11T18:49:30.403Z Compiling aws-lc-sys v0.44.0
13432026-09-11T18:49:30.637Z Checking zerovec v0.11.6
13442026-09-11T18:49:30.847Z Compiling displaydoc v0.2.7
13452026-09-11T18:49:30.917Z Checking hashbrown v0.17.1
13462026-09-11T18:49:31.014Z Compiling rustc_version v0.4.1
13472026-09-11T18:49:31.286Z Compiling curve25519-dalek v4.1.3
13482026-09-11T18:49:31.313Z Compiling ahash v0.8.12
13492026-09-11T18:49:31.401Z Compiling rustix v1.1.4
13502026-09-11T18:49:31.624Z Checking indexmap v2.14.0
13512026-09-11T18:49:31.632Z Checking hmac v0.12.1
13522026-09-11T18:49:31.643Z Compiling curve25519-dalek-derive v0.1.1
13532026-09-11T18:49:31.774Z Checking percent-encoding v2.3.2
13542026-09-11T18:49:31.876Z Checking iana-time-zone v0.1.65
13552026-09-11T18:49:31.913Z Compiling aws-lc-rs v1.18.0
13562026-09-11T18:49:31.958Z Compiling httparse v1.10.1
13572026-09-11T18:49:31.973Z Checking chrono v0.4.45
13582026-09-11T18:49:32.337Z Checking tinystr v0.8.3
13592026-09-11T18:49:32.424Z Checking ppv-lite86 v0.2.21
13602026-09-11T18:49:32.511Z Checking signature v2.2.0
13612026-09-11T18:49:32.597Z Checking sha2 v0.10.9
13622026-09-11T18:49:32.627Z Checking rustls-pki-types v1.15.1
13632026-09-11T18:49:32.822Z Compiling tracing-attributes v0.1.31
13642026-09-11T18:49:32.848Z Compiling slog v2.8.2
13652026-09-11T18:49:32.857Z Checking ff v0.13.1
13662026-09-11T18:49:32.917Z Checking tracing-core v0.1.36
13672026-09-11T18:49:32.973Z Compiling thiserror v1.0.69
13682026-09-11T18:49:32.984Z Checking base16ct v0.2.0
13692026-09-11T18:49:33.098Z Compiling strsim v0.11.1
13702026-09-11T18:49:33.107Z Checking litemap v0.8.2
13712026-09-11T18:49:33.234Z Checking writeable v0.6.3
13722026-09-11T18:49:33.280Z Checking sec1 v0.7.3
13732026-09-11T18:49:33.304Z Checking group v0.13.0
13742026-09-11T18:49:33.391Z Checking icu_locale_core v2.2.0
13752026-09-11T18:49:33.457Z Checking hkdf v0.12.4
13762026-09-11T18:49:33.478Z Checking zerotrie v0.2.4
13772026-09-11T18:49:33.489Z Checking tokio-util v0.7.19
13782026-09-11T18:49:33.584Z Checking potential_utf v0.1.5
13792026-09-11T18:49:33.599Z Checking erased-serde v0.3.31
13802026-09-11T18:49:33.715Z Checking crypto-bigint v0.5.5
13812026-09-11T18:49:33.725Z Compiling thiserror-impl v1.0.69
13822026-09-11T18:49:33.917Z Checking uuid v1.24.0
13832026-09-11T18:49:33.986Z Checking utf8_iter v1.0.4
13842026-09-11T18:49:34.024Z Checking ipnet v2.12.1
13852026-09-11T18:49:34.085Z Checking tracing v0.1.44
13862026-09-11T18:49:34.102Z Checking simd-adler32 v0.3.10
13872026-09-11T18:49:34.217Z Checking adler2 v2.0.1
13882026-09-11T18:49:34.268Z Compiling icu_properties_data v2.2.0
13892026-09-11T18:49:34.278Z Compiling syn v1.0.109
13902026-09-11T18:49:34.314Z Compiling icu_normalizer_data v2.2.0
13912026-09-11T18:49:34.318Z Checking miniz_oxide v0.8.9
13922026-09-11T18:49:34.533Z Checking icu_collections v2.2.0
13932026-09-11T18:49:34.579Z Checking icu_provider v2.2.0
13942026-09-11T18:49:34.680Z Checking rand_chacha v0.3.1
13952026-09-11T18:49:34.728Z Checking elliptic-curve v0.13.8
13962026-09-11T18:49:34.823Z Checking form_urlencoded v1.2.2
13972026-09-11T18:49:34.867Z Compiling clap_derive v4.6.4
13982026-09-11T18:49:34.876Z Checking is-terminal v0.4.17
13992026-09-11T18:49:34.935Z Checking dyn-clone v1.0.20
14002026-09-11T18:49:34.947Z Compiling rustls v0.23.43
14012026-09-11T18:49:34.956Z Checking untrusted v0.9.0
14022026-09-11T18:49:35.028Z Checking utf8parse v0.2.2
14032026-09-11T18:49:35.046Z Compiling num-bigint-dig v0.8.6
14042026-09-11T18:49:35.069Z Checking rand v0.8.7
14052026-09-11T18:49:35.265Z Checking rfc6979 v0.4.0
14062026-09-11T18:49:35.289Z Compiling serde_tokenstream v0.2.3
14072026-09-11T18:49:35.371Z Checking http-body v1.1.0
14082026-09-11T18:49:35.509Z Checking atomic-waker v1.1.2
14092026-09-11T18:49:35.570Z Compiling getrandom v0.3.4
14102026-09-11T18:49:35.590Z Checking ecdsa v0.16.9
14112026-09-11T18:49:35.599Z Checking icu_properties v2.2.0
14122026-09-11T18:49:35.641Z Checking icu_normalizer v2.2.0
14132026-09-11T18:49:35.707Z Checking anstyle-parse v1.0.0
14142026-09-11T18:49:35.842Z Checking primeorder v0.13.6
14152026-09-11T18:49:35.945Z Checking hybrid-array v0.4.14
14162026-09-11T18:49:36.056Z Checking tower-layer v0.3.3
14172026-09-11T18:49:36.056Z Checking hex v0.4.3
14182026-09-11T18:49:36.201Z Checking colorchoice v1.0.5
14192026-09-11T18:49:36.267Z Checking tower-service v0.3.3
14202026-09-11T18:49:36.292Z Checking try-lock v0.2.5
14212026-09-11T18:49:36.347Z Checking anstyle v1.0.14
14222026-09-11T18:49:36.382Z Compiling gimli v0.32.3
14232026-09-11T18:49:36.430Z Checking anstyle-query v1.1.5
14242026-09-11T18:49:36.482Z Checking fnv v1.0.7
14252026-09-11T18:49:36.508Z Checking is_terminal_polyfill v1.70.2
14262026-09-11T18:49:36.517Z Checking idna_adapter v1.2.2
14272026-09-11T18:49:36.562Z Checking h2 v0.4.15
14282026-09-11T18:49:36.587Z Checking anstream v1.0.0
14292026-09-11T18:49:36.774Z Checking want v0.3.1
14302026-09-11T18:49:36.987Z Checking terminal_size v0.4.4
14312026-09-11T18:49:36.996Z Checking ed25519 v2.2.3
14322026-09-11T18:49:37.461Z Checking clap_lex v1.1.0
14332026-09-11T18:49:37.605Z Compiling owo-colors v4.3.0
14342026-09-11T18:49:37.697Z Checking httpdate v1.0.3
14352026-09-11T18:49:37.948Z Checking spin v0.9.9
14362026-09-11T18:49:38.076Z Compiling addr2line v0.25.1
14372026-09-11T18:49:38.205Z Compiling rustc-demangle v0.1.28
14382026-09-11T18:49:38.399Z Compiling time-core v0.1.9
14392026-09-11T18:49:38.458Z Compiling ident_case v1.0.1
14402026-09-11T18:49:38.521Z Compiling num-conv v0.2.2
14412026-09-11T18:49:38.547Z Compiling darling_core v0.23.0
14422026-09-11T18:49:38.559Z Checking hyper v1.11.0
14432026-09-11T18:49:38.572Z Checking clap_builder v4.6.6
14442026-09-11T18:49:38.666Z Compiling time-macros v0.2.32
14452026-09-11T18:49:39.228Z Checking ed25519-dalek v2.2.0
14462026-09-11T18:49:39.644Z Checking rand_core v0.9.5
14472026-09-11T18:49:39.792Z Compiling backtrace v0.3.76
14482026-09-11T18:49:39.811Z Checking idna v1.1.0
14492026-09-11T18:49:39.900Z Checking block-buffer v0.12.1
14502026-09-11T18:49:39.910Z Checking crypto-common v0.2.2
14512026-09-11T18:49:39.943Z Checking x509-cert v0.2.5
14522026-09-11T18:49:40.041Z Compiling num-integer v0.1.46
14532026-09-11T18:49:40.058Z Compiling async-trait v0.1.92
14542026-09-11T18:49:40.259Z Compiling proc-macro-error-attr2 v2.0.0
14552026-09-11T18:49:40.326Z Compiling unicode-width v0.2.2
14562026-09-11T18:49:40.545Z Compiling anyhow v1.0.104
14572026-09-11T18:49:40.594Z Compiling paste v1.0.15
14582026-09-11T18:49:40.734Z Checking deranged v0.5.8
14592026-09-11T18:49:40.776Z Checking num_threads v0.1.7
14602026-09-11T18:49:40.841Z Compiling camino v1.2.5
14612026-09-11T18:49:40.859Z Compiling unicode-linebreak v0.1.5
14622026-09-11T18:49:40.867Z Checking data-encoding v2.11.1
14632026-09-11T18:49:40.894Z Checking const-oid v0.10.2
14642026-09-11T18:49:41.015Z Checking base64 v0.22.1
14652026-09-11T18:49:41.051Z Checking powerfmt v0.2.0
14662026-09-11T18:49:41.126Z Compiling crc32fast v1.5.0
14672026-09-11T18:49:41.162Z Compiling is_ci v1.2.0
14682026-09-11T18:49:41.181Z Compiling crossbeam-utils v0.8.22
14692026-09-11T18:49:41.233Z Checking digest v0.11.3
14702026-09-11T18:49:41.247Z Checking hyper-util v0.1.20
14712026-09-11T18:49:41.278Z Compiling supports-color v3.0.2
14722026-09-11T18:49:41.376Z Compiling textwrap v0.16.2
14732026-09-11T18:49:41.481Z Compiling lazy_static v1.5.0
14742026-09-11T18:49:41.489Z Compiling hashbrown v0.16.1
14752026-09-11T18:49:41.512Z Compiling darling_macro v0.23.0
14762026-09-11T18:49:41.524Z Compiling proc-macro-error2 v2.0.1
14772026-09-11T18:49:41.562Z Compiling num-iter v0.1.46
14782026-09-11T18:49:41.666Z Compiling backtrace-ext v0.2.1
14792026-09-11T18:49:41.678Z Checking time v0.3.55
14802026-09-11T18:49:41.724Z Checking url v2.5.8
14812026-09-11T18:49:41.783Z Checking clap v4.6.6
14822026-09-11T18:49:41.807Z Checking rand_chacha v0.9.0
14832026-09-11T18:49:42.099Z Compiling hashbrown v0.14.5
14842026-09-11T18:49:42.112Z Checking half v2.7.1
14852026-09-11T18:49:42.227Z Checking sha1 v0.10.7
14862026-09-11T18:49:42.348Z Compiling miette-derive v7.6.0
14872026-09-11T18:49:42.380Z Checking encoding_rs v0.8.35
14882026-09-11T18:49:42.460Z Compiling supports-unicode v3.0.0
14892026-09-11T18:49:42.593Z Checking fastrand v2.5.0
14902026-09-11T18:49:42.627Z Checking mime v0.3.17
14912026-09-11T18:49:42.748Z Compiling unicode-width v0.1.14
14922026-09-11T18:49:43.003Z Checking ryu v1.0.23
14932026-09-11T18:49:43.133Z Checking ciborium-io v0.2.2
14942026-09-11T18:49:43.153Z Checking static_assertions v1.1.0
14952026-09-11T18:49:43.210Z Compiling supports-hyperlinks v3.2.0
14962026-09-11T18:49:43.221Z Checking ciborium-ll v0.2.2
14972026-09-11T18:49:43.375Z Checking serde_urlencoded v0.7.1
14982026-09-11T18:49:43.412Z Checking tempfile v3.27.0
14992026-09-11T18:49:43.412Z Compiling chumsky v0.9.3
15002026-09-11T18:49:43.488Z Compiling miette v7.6.0
15012026-09-11T18:49:43.569Z Compiling darling v0.23.0
15022026-09-11T18:49:43.646Z Compiling regress v0.11.1
15032026-09-11T18:49:44.231Z Checking rand v0.9.5
15042026-09-11T18:49:44.262Z Compiling knus-derive v3.4.0
15052026-09-11T18:49:45.045Z Checking http-body-util v0.1.4
15062026-09-11T18:49:45.083Z Compiling pkcs1 v0.7.5
15072026-09-11T18:49:45.253Z Checking futures-executor v0.3.33
15082026-09-11T18:49:45.284Z Checking inout v0.1.4
15092026-09-11T18:49:45.398Z Checking thread_local v1.1.10
15102026-09-11T18:49:45.433Z Compiling omicron-workspace-hack v0.1.0
15112026-09-11T18:49:45.565Z Compiling keccak v0.1.6
15122026-09-11T18:49:45.576Z Checking ipnetwork v0.21.1
15132026-09-11T18:49:45.740Z Compiling slog-async v2.8.0
15142026-09-11T18:49:45.771Z Checking oxnet v0.1.6
15152026-09-11T18:49:45.817Z Checking sha3 v0.10.9
15162026-09-11T18:49:45.984Z Compiling knus v3.4.0
15172026-09-11T18:49:46.044Z Compiling typify-impl v0.6.2
15182026-09-11T18:49:46.062Z Checking futures v0.3.33
15192026-09-11T18:49:46.092Z Checking cipher v0.4.4
15202026-09-11T18:49:46.131Z Compiling rsa v0.9.10
15212026-09-11T18:49:46.291Z Compiling p384 v0.13.1
15222026-09-11T18:49:46.463Z Checking flate2 v1.1.9
15232026-09-11T18:49:46.474Z Checking crossbeam-channel v0.5.16
15242026-09-11T18:49:46.520Z Compiling serde_with_macros v3.22.0
15252026-09-11T18:49:46.715Z Checking ciborium v0.2.2
15262026-09-11T18:49:46.804Z Compiling hubpack_derive v0.1.1
15272026-09-11T18:49:47.022Z Checking newtype-uuid v1.4.0
15282026-09-11T18:49:47.092Z Checking ssh-encoding v0.2.0
15292026-09-11T18:49:47.133Z Checking openapiv3 v2.2.0
15302026-09-11T18:49:47.294Z Compiling async-stream-impl v0.3.6
15312026-09-11T18:49:47.335Z Compiling strum_macros v0.26.4
15322026-09-11T18:49:47.658Z Compiling daft-derive v0.1.8
15332026-09-11T18:49:47.918Z Compiling multer v3.1.0
15342026-09-11T18:49:48.176Z Checking keccak v0.2.2
15352026-09-11T18:49:48.287Z Checking winnow v1.0.4
15362026-09-11T18:49:48.418Z Compiling salty v0.3.0
15372026-09-11T18:49:48.678Z Checking utf-8 v0.7.6
15382026-09-11T18:49:48.691Z Checking sponge-cursor v0.1.0
15392026-09-11T18:49:48.723Z Compiling rlimit v0.10.2
15402026-09-11T18:49:48.802Z Checking match_cfg v0.1.0
15412026-09-11T18:49:48.813Z Checking term v1.2.1
15422026-09-11T18:49:48.829Z Checking compression-core v0.4.32
15432026-09-11T18:49:48.861Z Checking take_mut v0.2.2
15442026-09-11T18:49:48.913Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
15452026-09-11T18:49:48.951Z Checking compression-codecs v0.4.38
15462026-09-11T18:49:48.969Z Checking strum v0.26.3
15472026-09-11T18:49:48.998Z Checking hostname v0.3.1
15482026-09-11T18:49:49.019Z Checking slog-term v2.9.2
15492026-09-11T18:49:49.082Z Checking sha3 v0.12.0
15502026-09-11T18:49:49.091Z Checking tungstenite v0.28.0
15512026-09-11T18:49:49.161Z Checking toml_parser v1.1.3+spec-1.1.0
15522026-09-11T18:49:49.282Z Checking daft v0.1.8
15532026-09-11T18:49:49.377Z Checking async-stream v0.3.6
15542026-09-11T18:49:49.480Z Checking serde_with v3.22.0
15552026-09-11T18:49:49.492Z Checking hubpack v0.1.2
15562026-09-11T18:49:49.499Z Checking ssh-cipher v0.2.0
15572026-09-11T18:49:49.512Z Compiling typify-macro v0.6.2
15582026-09-11T18:49:49.539Z Checking slog-json v2.6.1
15592026-09-11T18:49:49.618Z Checking p256 v0.13.2
15602026-09-11T18:49:49.645Z Checking serde_spanned v1.1.1
15612026-09-11T18:49:49.681Z Checking toml_datetime v1.1.1+spec-1.1.0
15622026-09-11T18:49:49.770Z Compiling dropshot v0.17.1
15632026-09-11T18:49:49.855Z Checking debug-ignore v1.0.5
15642026-09-11T18:49:49.884Z Checking cpufeatures v0.3.0
15652026-09-11T18:49:49.951Z Checking toml_writer v1.1.2+spec-1.1.0
15662026-09-11T18:49:50.025Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
15672026-09-11T18:49:50.121Z Checking sha1 v0.11.0
15682026-09-11T18:49:50.141Z Checking toml v1.1.4+spec-1.1.0
15692026-09-11T18:49:50.303Z Checking ssh-key v0.6.7
15702026-09-11T18:49:50.392Z Checking slog-bunyan v2.5.0
15712026-09-11T18:49:50.535Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
15722026-09-11T18:49:50.746Z Checking tokio-tungstenite v0.28.0
15732026-09-11T18:49:50.870Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
15742026-09-11T18:49:51.016Z Checking async-compression v0.4.43
15752026-09-11T18:49:51.171Z Checking waitgroup v0.1.2
15762026-09-11T18:49:51.200Z Compiling dropshot_endpoint v0.17.1
15772026-09-11T18:49:51.243Z Checking rustls-pemfile v2.2.0
15782026-09-11T18:49:51.260Z Checking toml_datetime v0.6.11
15792026-09-11T18:49:51.271Z Checking serde_spanned v0.6.9
15802026-09-11T18:49:51.286Z Checking env_filter v2.0.0
15812026-09-11T18:49:51.386Z Compiling aho-corasick v1.1.5
15822026-09-11T18:49:51.431Z Checking sync_wrapper v1.0.2
15832026-09-11T18:49:51.436Z Checking serde_path_to_error v0.1.20
15842026-09-11T18:49:51.524Z Checking hostname v0.4.2
15852026-09-11T18:49:51.536Z Compiling proc-macro-error-attr v1.0.4
15862026-09-11T18:49:51.619Z Checking http-range-header v0.4.2
15872026-09-11T18:49:51.722Z Checking openssl-probe v0.2.1
15882026-09-11T18:49:51.750Z Checking tinyvec_macros v0.1.1
15892026-09-11T18:49:51.786Z Compiling dashu-int v0.5.1
15902026-09-11T18:49:51.808Z Checking bytesize v2.7.0
15912026-09-11T18:49:51.890Z Compiling regex-syntax v0.8.11
15922026-09-11T18:49:51.971Z Checking toml_write v0.1.2
15932026-09-11T18:49:52.040Z Compiling rustix v0.38.44
15942026-09-11T18:49:52.135Z Checking winnow v0.7.15
15952026-09-11T18:49:52.916Z Checking rustls-native-certs v0.8.4
15962026-09-11T18:49:52.962Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
15972026-09-11T18:49:53.045Z Checking tinyvec v1.12.0
15982026-09-11T18:49:53.351Z Checking toml_edit v0.22.27
15992026-09-11T18:49:53.361Z Compiling regex-automata v0.4.18
16002026-09-11T18:49:53.608Z Checking tower v0.5.3
16012026-09-11T18:49:53.700Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
16022026-09-11T18:49:54.003Z Checking env_logger v0.11.11
16032026-09-11T18:49:54.048Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
16042026-09-11T18:49:54.240Z Checking serde-big-array v0.5.1
16052026-09-11T18:49:54.352Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
16062026-09-11T18:49:54.368Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16072026-09-11T18:49:54.538Z Compiling proc-macro-error v1.0.4
16082026-09-11T18:49:54.559Z Compiling cfg_aliases v0.2.2
16092026-09-11T18:49:54.794Z Checking dashu-base v0.5.1
16102026-09-11T18:49:55.099Z Checking corncobs v0.1.4
16112026-09-11T18:49:55.170Z Checking num-modular v0.6.5
16122026-09-11T18:49:55.218Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
16132026-09-11T18:49:55.222Z Compiling regex v1.13.1
16142026-09-11T18:49:55.635Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16152026-09-11T18:49:55.848Z Compiling nix v0.31.3
16162026-09-11T18:49:56.176Z Checking toml v0.8.23
16172026-09-11T18:49:56.319Z Checking tower-http v0.6.11
16182026-09-11T18:49:56.632Z Compiling typify v0.6.2
16192026-09-11T18:49:56.739Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
16202026-09-11T18:49:57.010Z Checking secrecy v0.8.0
16212026-09-11T18:49:57.076Z Compiling enum-as-inner v0.6.1
16222026-09-11T18:49:57.209Z Checking num-primitive v0.2.1
16232026-09-11T18:49:57.212Z Compiling portable-atomic v1.15.0
16242026-09-11T18:49:57.284Z Checking linked-hash-map v0.5.6
16252026-09-11T18:49:57.451Z Checking smawk v0.3.3
16262026-09-11T18:49:57.567Z Compiling unicode-segmentation v1.13.3
16272026-09-11T18:49:57.639Z Compiling unsafe-libyaml v0.2.11
16282026-09-11T18:49:57.764Z Compiling signal-hook v0.4.4
16292026-09-11T18:49:58.017Z Compiling heck v0.4.1
16302026-09-11T18:49:58.070Z Checking supports-color v2.1.0
16312026-09-11T18:49:58.130Z Checking textwrap v0.15.2
16322026-09-11T18:49:58.191Z Compiling serde_yaml v0.9.34+deprecated
16332026-09-11T18:49:58.205Z Compiling progenitor-impl v0.14.0
16342026-09-11T18:49:58.219Z Checking dsi-bitstream v0.10.1
16352026-09-11T18:49:58.278Z Checking hickory-proto v0.24.4
16362026-09-11T18:49:58.285Z Checking lru-cache v0.1.2
16372026-09-11T18:49:58.338Z Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
16382026-09-11T18:49:58.420Z Checking atomicwrites v0.4.4
16392026-09-11T18:49:58.797Z Checking supports-hyperlinks v2.1.0
16402026-09-11T18:49:58.826Z Checking supports-unicode v2.1.0
16412026-09-11T18:49:58.899Z Checking tokio-stream v0.1.19
16422026-09-11T18:49:58.927Z Compiling miette-derive v5.10.0
16432026-09-11T18:49:58.982Z Checking nibble_vec v0.1.0
16442026-09-11T18:49:59.104Z Checking terminal_size v0.1.17
16452026-09-11T18:49:59.208Z Checking memmap2 v0.9.11
16462026-09-11T18:49:59.318Z Checking owo-colors v3.5.0
16472026-09-11T18:49:59.370Z Checking either v1.17.0
16482026-09-11T18:49:59.489Z Checking endian-type v0.2.0
16492026-09-11T18:49:59.568Z Checking resolv-conf v0.7.6
16502026-09-11T18:49:59.614Z Checking radix_trie v0.3.0
16512026-09-11T18:49:59.732Z Checking itertools v0.14.0
16522026-09-11T18:49:59.842Z Compiling knuffel-derive v3.2.0
16532026-09-11T18:49:59.864Z Checking hickory-resolver v0.24.4
16542026-09-11T18:50:00.037Z Checking miette v5.10.0
16552026-09-11T18:50:00.341Z Compiling progenitor-macro v0.14.0
16562026-09-11T18:50:01.294Z Checking console v0.16.4
16572026-09-11T18:50:01.413Z Compiling derive-where v1.6.1
16582026-09-11T18:50:01.538Z Checking termios v0.3.3
16592026-09-11T18:50:01.586Z Checking base64 v0.21.7
16602026-09-11T18:50:01.606Z Checking unit-prefix v0.5.2
16612026-09-11T18:50:01.649Z Checking home v0.5.12
16622026-09-11T18:50:01.720Z Compiling seq-macro v0.3.6
16632026-09-11T18:50:01.746Z Checking indicatif v0.18.6
16642026-09-11T18:50:01.819Z Checking knuffel v3.2.0
16652026-09-11T18:50:02.008Z Checking rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f)
16662026-09-11T18:50:02.235Z Checking pwd v1.4.0
16672026-09-11T18:50:02.277Z Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
16682026-09-11T18:50:02.357Z Checking lru v0.18.2
16692026-09-11T18:50:02.457Z Checking tokio-fd v0.3.0
16702026-09-11T18:50:02.478Z Compiling async-recursion v1.1.1
16712026-09-11T18:50:02.515Z Checking humantime v2.4.0
16722026-09-11T18:50:02.565Z Checking shlex v1.3.0
16732026-09-11T18:50:02.693Z Checking xdg v3.0.0
16742026-09-11T18:50:02.696Z Checking qorb v0.4.1
16752026-09-11T18:50:02.711Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
16762026-09-11T18:50:02.735Z Compiling function_name-proc-macro v0.3.0
16772026-09-11T18:50:03.109Z Checking function_name v0.3.0
16782026-09-11T18:50:03.433Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
16792026-09-11T18:50:06.787Z Checking rustls-webpki v0.103.13
16802026-09-11T18:50:09.006Z Checking tokio-rustls v0.26.4
16812026-09-11T18:50:09.008Z Checking rustls-platform-verifier v0.7.0
16822026-09-11T18:50:09.197Z Checking hyper-rustls v0.27.9
16832026-09-11T18:50:09.367Z Checking reqwest v0.13.4
16842026-09-11T18:50:09.989Z Checking progenitor-client v0.14.0
16852026-09-11T18:50:10.183Z Checking progenitor v0.14.0
16862026-09-11T18:50:10.851Z Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api)
16872026-09-11T18:50:11.264Z Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client)
16882026-09-11T18:50:11.264Z Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server)
16892026-09-11T18:50:11.267Z Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
16902026-09-11T18:50:13.470Z Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
16912026-09-11T18:50:13.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.50s
16922026-09-11T18:50:13.798Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
16932026-09-11T18:50:13.798Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
16942026-09-11T18:50:13.924Zcargo clippy --tests -- --no-deps --deny warnings
16952026-09-11T18:50:14.383Z Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
16962026-09-11T18:50:14.386Z Checking miette v7.6.0
16972026-09-11T18:50:14.460Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
16982026-09-11T18:50:14.466Z Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client)
16992026-09-11T18:50:14.467Z Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
17002026-09-11T18:50:14.469Z Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api)
17012026-09-11T18:50:14.470Z Checking sush-common v0.1.0 (/work/oxidecomputer/sush/common)
17022026-09-11T18:50:14.790Z Checking knus v3.4.0
17032026-09-11T18:50:14.913Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
17042026-09-11T18:50:15.417Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17052026-09-11T18:50:17.804Z Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server)
17062026-09-11T18:50:20.062Z Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
17072026-09-11T18:50:21.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.25s
17082026-09-11T18:50:21.244Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
17092026-09-11T18:50:21.244Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
17102026-09-11T18:50:21.368Zcargo build --locked
17112026-09-11T18:50:21.874Z Compiling unicode-ident v1.0.24
17122026-09-11T18:50:21.875Z Compiling cfg-if v1.0.4
17132026-09-11T18:50:21.878Z Compiling subtle v2.6.1
17142026-09-11T18:50:21.878Z Compiling const-oid v0.9.6
17152026-09-11T18:50:21.949Z Compiling libc v0.2.189
17162026-09-11T18:50:21.953Z Compiling serde_core v1.0.229
17172026-09-11T18:50:21.953Z Compiling memchr v2.8.3
17182026-09-11T18:50:21.957Z Compiling typenum v1.20.1
17192026-09-11T18:50:21.983Z Compiling itoa v1.0.18
17202026-09-11T18:50:22.040Z Compiling proc-macro2 v1.0.107
17212026-09-11T18:50:22.071Z Compiling flagset v0.4.7
17222026-09-11T18:50:22.175Z Compiling allocator-api2 v0.2.21
17232026-09-11T18:50:22.198Z Compiling smallvec v1.15.2
17242026-09-11T18:50:22.404Z Compiling quote v1.0.47
17252026-09-11T18:50:22.437Z Compiling errno v0.3.14
17262026-09-11T18:50:22.503Z Compiling libm v0.2.16
17272026-09-11T18:50:22.590Z Compiling bytes v1.12.1
17282026-09-11T18:50:22.641Z Compiling syn v2.0.119
17292026-09-11T18:50:22.683Z Compiling syn v3.0.3
17302026-09-11T18:50:22.721Z Compiling pin-project-lite v0.2.17
17312026-09-11T18:50:22.774Z Compiling heck v0.5.0
17322026-09-11T18:50:22.784Z Compiling equivalent v1.0.2
17332026-09-11T18:50:22.814Z Compiling zmij v1.0.23
17342026-09-11T18:50:22.862Z Compiling once_cell v1.21.4
17352026-09-11T18:50:23.023Z Compiling bitflags v2.13.1
17362026-09-11T18:50:23.075Z Compiling signal-hook-registry v1.4.8
17372026-09-11T18:50:23.116Z Compiling getrandom v0.2.17
17382026-09-11T18:50:23.249Z Compiling futures-core v0.3.33
17392026-09-11T18:50:23.277Z Compiling num-traits v0.2.19
17402026-09-11T18:50:23.322Z Compiling scopeguard v1.2.0
17412026-09-11T18:50:23.400Z Compiling cpufeatures v0.2.17
17422026-09-11T18:50:23.403Z Compiling foldhash v0.2.0
17432026-09-11T18:50:23.429Z Compiling lock_api v0.4.14
17442026-09-11T18:50:23.469Z Compiling rand_core v0.6.4
17452026-09-11T18:50:23.578Z Compiling parking_lot_core v0.9.12
17462026-09-11T18:50:23.659Z Compiling base64ct v1.8.3
17472026-09-11T18:50:23.701Z Compiling socket2 v0.6.5
17482026-09-11T18:50:23.711Z Compiling mio v1.2.2
17492026-09-11T18:50:23.873Z Compiling parking_lot v0.12.5
17502026-09-11T18:50:23.893Z Compiling pem-rfc7468 v0.7.0
17512026-09-11T18:50:23.907Z Compiling generic-array v0.14.7
17522026-09-11T18:50:23.957Z Compiling futures-sink v0.3.33
17532026-09-11T18:50:24.058Z Compiling adler2 v2.0.1
17542026-09-11T18:50:24.165Z Compiling slab v0.4.12
17552026-09-11T18:50:24.206Z Compiling base16ct v0.2.0
17562026-09-11T18:50:24.239Z Compiling futures-channel v0.3.33
17572026-09-11T18:50:24.249Z Compiling log v0.4.33
17582026-09-11T18:50:24.302Z Compiling http v1.5.0
17592026-09-11T18:50:24.391Z Compiling block-buffer v0.10.4
17602026-09-11T18:50:24.417Z Compiling crypto-common v0.1.7
17612026-09-11T18:50:24.464Z Compiling futures-io v0.3.33
17622026-09-11T18:50:24.484Z Compiling futures-task v0.3.33
17632026-09-11T18:50:24.532Z Compiling digest v0.10.7
17642026-09-11T18:50:24.541Z Compiling stable_deref_trait v1.2.1
17652026-09-11T18:50:24.616Z Compiling getrandom v0.4.3
17662026-09-11T18:50:24.626Z Compiling strsim v0.11.1
17672026-09-11T18:50:24.650Z Compiling ipnet v2.12.1
17682026-09-11T18:50:24.750Z Compiling dyn-clone v1.0.20
17692026-09-11T18:50:24.768Z Compiling serde_json v1.0.151
17702026-09-11T18:50:24.779Z Compiling hashbrown v0.17.1
17712026-09-11T18:50:24.887Z Compiling utf8parse v0.2.2
17722026-09-11T18:50:24.998Z Compiling gimli v0.32.3
17732026-09-11T18:50:25.030Z Compiling anstyle-parse v1.0.0
17742026-09-11T18:50:25.204Z Compiling percent-encoding v2.3.2
17752026-09-11T18:50:25.221Z Compiling iana-time-zone v0.1.65
17762026-09-11T18:50:25.353Z Compiling indexmap v2.14.0
17772026-09-11T18:50:25.389Z Compiling anstyle-query v1.1.5
17782026-09-11T18:50:25.407Z Compiling anstyle v1.0.14
17792026-09-11T18:50:25.444Z Compiling is_terminal_polyfill v1.70.2
17802026-09-11T18:50:25.493Z Compiling colorchoice v1.0.5
17812026-09-11T18:50:25.538Z Compiling synstructure v0.13.2
17822026-09-11T18:50:25.607Z Compiling serde_derive_internals v0.29.1
17832026-09-11T18:50:25.636Z Compiling rustc-demangle v0.1.28
17842026-09-11T18:50:25.948Z Compiling anstream v1.0.0
17852026-09-11T18:50:26.023Z Compiling rustix v1.1.4
17862026-09-11T18:50:26.055Z Compiling serde_derive v1.0.229
17872026-09-11T18:50:26.055Z Compiling thiserror-impl v2.0.20
17882026-09-11T18:50:26.089Z Compiling tokio-macros v2.7.2
17892026-09-11T18:50:26.280Z Compiling displaydoc v0.2.7
17902026-09-11T18:50:26.377Z Compiling ff v0.13.1
17912026-09-11T18:50:26.823Z Compiling zeroize_derive v1.5.0
17922026-09-11T18:50:26.886Z Compiling der_derive v0.7.3
17932026-09-11T18:50:27.060Z Compiling zerocopy-derive v0.8.56
17942026-09-11T18:50:27.100Z Compiling tokio v1.53.1
17952026-09-11T18:50:27.360Z Compiling thiserror v2.0.20
17962026-09-11T18:50:27.469Z Compiling zerofrom-derive v0.1.7
17972026-09-11T18:50:27.554Z Compiling zeroize v1.9.0
17982026-09-11T18:50:27.594Z Compiling futures-macro v0.3.33
17992026-09-11T18:50:27.747Z Compiling yoke-derive v0.8.2
18002026-09-11T18:50:27.919Z Compiling der v0.7.10
18012026-09-11T18:50:28.486Z Compiling futures-util v0.3.33
18022026-09-11T18:50:28.624Z Compiling zerocopy v0.8.56
18032026-09-11T18:50:28.713Z Compiling zerovec-derive v0.11.3
18042026-09-11T18:50:28.763Z Compiling zerofrom v0.1.8
18052026-09-11T18:50:28.865Z Compiling serde v1.0.229
18062026-09-11T18:50:28.889Z Compiling spki v0.7.3
18072026-09-11T18:50:28.915Z Compiling yoke v0.8.3
18082026-09-11T18:50:29.100Z Compiling pkcs8 v0.10.2
18092026-09-11T18:50:29.110Z Compiling schemars_derive v0.8.22
18102026-09-11T18:50:29.462Z Compiling hmac v0.12.1
18112026-09-11T18:50:29.602Z Compiling curve25519-dalek-derive v0.1.1
18122026-09-11T18:50:29.948Z Compiling zerovec v0.11.6
18132026-09-11T18:50:29.968Z Compiling addr2line v0.25.1
18142026-09-11T18:50:30.346Z Compiling chrono v0.4.45
18152026-09-11T18:50:30.418Z Compiling signature v2.2.0
18162026-09-11T18:50:30.546Z Compiling tinystr v0.8.3
18172026-09-11T18:50:30.564Z Compiling sha2 v0.10.9
18182026-09-11T18:50:30.746Z Compiling rustls-pki-types v1.15.1
18192026-09-11T18:50:30.758Z Compiling tracing-attributes v0.1.31
18202026-09-11T18:50:30.787Z Compiling tracing-core v0.1.36
18212026-09-11T18:50:30.956Z Compiling writeable v0.6.3
18222026-09-11T18:50:30.965Z Compiling clap_lex v1.1.0
18232026-09-11T18:50:31.167Z Compiling base64 v0.22.1
18242026-09-11T18:50:31.217Z Compiling litemap v0.8.2
18252026-09-11T18:50:31.250Z Compiling tokio-util v0.7.19
18262026-09-11T18:50:31.412Z Compiling icu_locale_core v2.2.0
18272026-09-11T18:50:31.421Z Compiling potential_utf v0.1.5
18282026-09-11T18:50:31.516Z Compiling hkdf v0.12.4
18292026-09-11T18:50:31.593Z Compiling ppv-lite86 v0.2.21
18302026-09-11T18:50:31.666Z Compiling erased-serde v0.3.31
18312026-09-11T18:50:31.787Z Compiling sec1 v0.7.3
18322026-09-11T18:50:31.920Z Compiling zerotrie v0.2.4
18332026-09-11T18:50:31.935Z Compiling crypto-bigint v0.5.5
18342026-09-11T18:50:31.944Z Compiling thiserror-impl v1.0.69
18352026-09-11T18:50:32.050Z Compiling tracing v0.1.44
18362026-09-11T18:50:32.087Z Compiling group v0.13.0
18372026-09-11T18:50:32.191Z Compiling httparse v1.10.1
18382026-09-11T18:50:32.237Z Compiling aws-lc-sys v0.44.0
18392026-09-11T18:50:32.274Z Compiling uuid v1.24.0
18402026-09-11T18:50:32.304Z Compiling utf8_iter v1.0.4
18412026-09-11T18:50:32.461Z Compiling is_ci v1.2.0
18422026-09-11T18:50:32.516Z Compiling simd-adler32 v0.3.10
18432026-09-11T18:50:32.578Z Compiling unicode-linebreak v0.1.5
18442026-09-11T18:50:32.606Z Compiling hex v0.4.3
18452026-09-11T18:50:32.728Z Compiling miniz_oxide v0.8.9
18462026-09-11T18:50:32.738Z Compiling aws-lc-rs v1.18.0
18472026-09-11T18:50:32.831Z Compiling icu_collections v2.2.0
18482026-09-11T18:50:32.875Z Compiling slog v2.8.2
18492026-09-11T18:50:32.888Z Compiling icu_provider v2.2.0
18502026-09-11T18:50:33.205Z Compiling thiserror v1.0.69
18512026-09-11T18:50:33.260Z Compiling elliptic-curve v0.13.8
18522026-09-11T18:50:33.313Z Compiling rand_chacha v0.3.1
18532026-09-11T18:50:33.332Z Compiling clap_derive v4.6.4
18542026-09-11T18:50:33.392Z Compiling form_urlencoded v1.2.2
18552026-09-11T18:50:33.447Z Compiling num-integer v0.1.46
18562026-09-11T18:50:33.585Z Compiling is-terminal v0.4.17
18572026-09-11T18:50:33.669Z Compiling untrusted v0.9.0
18582026-09-11T18:50:33.682Z Compiling unicode-width v0.1.14
18592026-09-11T18:50:33.712Z Compiling num-iter v0.1.46
18602026-09-11T18:50:33.791Z Compiling rustls-webpki v0.103.13
18612026-09-11T18:50:33.804Z Compiling rand v0.8.7
18622026-09-11T18:50:33.809Z Compiling syn v1.0.109
18632026-09-11T18:50:33.823Z Compiling icu_normalizer_data v2.2.0
18642026-09-11T18:50:33.906Z Compiling icu_properties_data v2.2.0
18652026-09-11T18:50:33.973Z Compiling schemars v0.8.22
18662026-09-11T18:50:34.041Z Compiling serde_tokenstream v0.2.3
18672026-09-11T18:50:34.411Z Compiling rfc6979 v0.4.0
18682026-09-11T18:50:34.423Z Compiling http-body v1.1.0
18692026-09-11T18:50:34.539Z Compiling unicode-width v0.2.2
18702026-09-11T18:50:34.581Z Compiling atomic-waker v1.1.2
18712026-09-11T18:50:34.592Z Compiling ecdsa v0.16.9
18722026-09-11T18:50:34.670Z Compiling rustls v0.23.43
18732026-09-11T18:50:34.716Z Compiling icu_properties v2.2.0
18742026-09-11T18:50:34.842Z Compiling icu_normalizer v2.2.0
18752026-09-11T18:50:34.958Z Compiling primeorder v0.13.6
18762026-09-11T18:50:35.310Z Compiling hybrid-array v0.4.14
18772026-09-11T18:50:35.315Z Compiling try-lock v0.2.5
18782026-09-11T18:50:35.415Z Compiling fnv v1.0.7
18792026-09-11T18:50:35.429Z Compiling keccak v0.1.6
18802026-09-11T18:50:35.504Z Compiling tower-service v0.3.3
18812026-09-11T18:50:35.515Z Compiling tower-layer v0.3.3
18822026-09-11T18:50:35.602Z Compiling h2 v0.4.15
18832026-09-11T18:50:35.640Z Compiling want v0.3.1
18842026-09-11T18:50:35.798Z Compiling idna_adapter v1.2.2
18852026-09-11T18:50:35.822Z Compiling getrandom v0.3.4
18862026-09-11T18:50:35.858Z Compiling ed25519 v2.2.3
18872026-09-11T18:50:35.945Z Compiling curve25519-dalek v4.1.3
18882026-09-11T18:50:36.013Z Compiling terminal_size v0.4.4
18892026-09-11T18:50:36.120Z Compiling object v0.37.3
18902026-09-11T18:50:36.382Z Compiling hashbrown v0.16.1
18912026-09-11T18:50:36.475Z Compiling num-conv v0.2.2
18922026-09-11T18:50:36.635Z Compiling time-core v0.1.9
18932026-09-11T18:50:36.837Z Compiling httpdate v1.0.3
18942026-09-11T18:50:36.987Z Compiling ryu v1.0.23
18952026-09-11T18:50:37.105Z Compiling spin v0.9.9
18962026-09-11T18:50:37.183Z Compiling time-macros v0.2.32
18972026-09-11T18:50:37.262Z Compiling ed25519-dalek v2.2.0
18982026-09-11T18:50:37.494Z Compiling darling_core v0.23.0
18992026-09-11T18:50:37.583Z Compiling ahash v0.8.12
19002026-09-11T18:50:37.773Z Compiling tokio-rustls v0.26.4
19012026-09-11T18:50:37.916Z Compiling hyper v1.11.0
19022026-09-11T18:50:38.472Z Compiling clap_builder v4.6.6
19032026-09-11T18:50:38.670Z Compiling rand_core v0.9.5
19042026-09-11T18:50:38.721Z Compiling idna v1.1.0
19052026-09-11T18:50:38.896Z Compiling backtrace v0.3.76
19062026-09-11T18:50:38.942Z Compiling crypto-common v0.2.2
19072026-09-11T18:50:39.084Z Compiling block-buffer v0.12.1
19082026-09-11T18:50:39.285Z Compiling x509-cert v0.2.5
19092026-09-11T18:50:39.552Z Compiling async-trait v0.1.92
19102026-09-11T18:50:39.775Z Compiling proc-macro-error-attr2 v2.0.0
19112026-09-11T18:50:40.006Z Compiling powerfmt v0.2.0
19122026-09-11T18:50:40.127Z Compiling data-encoding v2.11.1
19132026-09-11T18:50:40.232Z Compiling num_threads v0.1.7
19142026-09-11T18:50:40.254Z Compiling deranged v0.5.8
19152026-09-11T18:50:40.336Z Compiling const-oid v0.10.2
19162026-09-11T18:50:40.561Z Compiling digest v0.11.3
19172026-09-11T18:50:40.572Z Compiling proc-macro-error2 v2.0.1
19182026-09-11T18:50:40.596Z Compiling clap v4.6.6
19192026-09-11T18:50:40.685Z Compiling lazy_static v1.5.0
19202026-09-11T18:50:40.732Z Compiling darling_macro v0.23.0
19212026-09-11T18:50:40.770Z Compiling backtrace-ext v0.2.1
19222026-09-11T18:50:40.845Z Compiling hyper-util v0.1.20
19232026-09-11T18:50:40.954Z Compiling url v2.5.8
19242026-09-11T18:50:41.008Z Compiling rand_chacha v0.9.0
19252026-09-11T18:50:41.172Z Compiling time v0.3.55
19262026-09-11T18:50:41.403Z Compiling hashbrown v0.14.5
19272026-09-11T18:50:41.412Z Compiling textwrap v0.16.2
19282026-09-11T18:50:41.609Z Compiling supports-color v3.0.2
19292026-09-11T18:50:41.775Z Compiling half v2.7.1
19302026-09-11T18:50:41.775Z Compiling sha1 v0.10.7
19312026-09-11T18:50:41.834Z Compiling miette-derive v7.6.0
19322026-09-11T18:50:42.015Z Compiling encoding_rs v0.8.35
19332026-09-11T18:50:42.060Z Compiling ciborium-io v0.2.2
19342026-09-11T18:50:42.081Z Compiling semver v1.0.28
19352026-09-11T18:50:42.157Z Compiling mime v0.3.17
19362026-09-11T18:50:42.363Z Compiling static_assertions v1.1.0
19372026-09-11T18:50:42.429Z Compiling fastrand v2.5.0
19382026-09-11T18:50:42.439Z Compiling num-bigint-dig v0.8.6
19392026-09-11T18:50:42.442Z Compiling ciborium-ll v0.2.2
19402026-09-11T18:50:42.612Z Compiling tempfile v3.27.0
19412026-09-11T18:50:42.703Z Compiling chumsky v0.9.3
19422026-09-11T18:50:42.782Z Compiling darling v0.23.0
19432026-09-11T18:50:42.866Z Compiling rand v0.9.5
19442026-09-11T18:50:43.037Z Compiling miette v7.6.0
19452026-09-11T18:50:43.047Z Compiling knus-derive v3.4.0
19462026-09-11T18:50:43.419Z Compiling crc32fast v1.5.0
19472026-09-11T18:50:43.494Z Compiling camino v1.2.5
19482026-09-11T18:50:43.616Z Compiling crossbeam-utils v0.8.22
19492026-09-11T18:50:43.740Z Compiling serde_urlencoded v0.7.1
19502026-09-11T18:50:43.927Z Compiling regress v0.11.1
19512026-09-11T18:50:43.952Z Compiling http-body-util v0.1.4
19522026-09-11T18:50:44.056Z Compiling futures-executor v0.3.33
19532026-09-11T18:50:44.151Z Compiling pkcs1 v0.7.5
19542026-09-11T18:50:44.264Z Compiling inout v0.1.4
19552026-09-11T18:50:44.269Z Compiling thread_local v1.1.10
19562026-09-11T18:50:44.399Z Compiling ipnetwork v0.21.1
19572026-09-11T18:50:44.426Z Compiling regex-syntax v0.8.11
19582026-09-11T18:50:44.555Z Compiling rsa v0.9.10
19592026-09-11T18:50:44.573Z Compiling knus v3.4.0
19602026-09-11T18:50:44.627Z Compiling oxnet v0.1.6
19612026-09-11T18:50:44.700Z Compiling cipher v0.4.4
19622026-09-11T18:50:44.921Z Compiling futures v0.3.33
19632026-09-11T18:50:45.144Z Compiling crossbeam-channel v0.5.16
19642026-09-11T18:50:45.258Z Compiling p384 v0.13.1
19652026-09-11T18:50:45.393Z Compiling flate2 v1.1.9
19662026-09-11T18:50:45.454Z Compiling serde_with_macros v3.22.0
19672026-09-11T18:50:45.514Z Compiling ciborium v0.2.2
19682026-09-11T18:50:45.657Z Compiling typify-impl v0.6.2
19692026-09-11T18:50:45.924Z Compiling hubpack_derive v0.1.1
19702026-09-11T18:50:46.129Z Compiling sha3 v0.10.9
19712026-09-11T18:50:46.653Z Compiling newtype-uuid v1.4.0
19722026-09-11T18:50:46.663Z Compiling ssh-encoding v0.2.0
19732026-09-11T18:50:46.826Z Compiling openapiv3 v2.2.0
19742026-09-11T18:50:46.935Z Compiling async-stream-impl v0.3.6
19752026-09-11T18:50:47.074Z Compiling strum_macros v0.26.4
19762026-09-11T18:50:47.239Z Compiling daft-derive v0.1.8
19772026-09-11T18:50:47.868Z Compiling keccak v0.2.2
19782026-09-11T18:50:48.008Z Compiling take_mut v0.2.2
19792026-09-11T18:50:48.042Z Compiling match_cfg v0.1.0
19802026-09-11T18:50:48.113Z Compiling utf-8 v0.7.6
19812026-09-11T18:50:48.124Z Compiling sponge-cursor v0.1.0
19822026-09-11T18:50:48.183Z Compiling compression-core v0.4.32
19832026-09-11T18:50:48.254Z Compiling winnow v1.0.4
19842026-09-11T18:50:48.298Z Compiling term v1.2.1
19852026-09-11T18:50:48.349Z Compiling compression-codecs v0.4.38
19862026-09-11T18:50:48.540Z Compiling tungstenite v0.28.0
19872026-09-11T18:50:48.562Z Compiling toml_parser v1.1.3+spec-1.1.0
19882026-09-11T18:50:48.599Z Compiling slog-term v2.9.2
19892026-09-11T18:50:48.626Z Compiling sha3 v0.12.0
19902026-09-11T18:50:48.803Z Compiling strum v0.26.3
19912026-09-11T18:50:48.807Z Compiling hostname v0.3.1
19922026-09-11T18:50:48.935Z Compiling slog-async v2.8.0
19932026-09-11T18:50:48.957Z Compiling daft v0.1.8
19942026-09-11T18:50:49.021Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
19952026-09-11T18:50:49.288Z Compiling async-stream v0.3.6
19962026-09-11T18:50:49.298Z Compiling ssh-cipher v0.2.0
19972026-09-11T18:50:49.317Z Compiling serde_with v3.22.0
19982026-09-11T18:50:49.351Z Compiling hubpack v0.1.2
19992026-09-11T18:50:49.447Z Compiling omicron-workspace-hack v0.1.0
20002026-09-11T18:50:49.466Z Compiling slog-json v2.6.1
20012026-09-11T18:50:49.517Z Compiling p256 v0.13.2
20022026-09-11T18:50:49.583Z Compiling toml_datetime v1.1.1+spec-1.1.0
20032026-09-11T18:50:49.635Z Compiling serde_spanned v1.1.1
20042026-09-11T18:50:49.681Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
20052026-09-11T18:50:49.788Z Compiling debug-ignore v1.0.5
20062026-09-11T18:50:49.899Z Compiling toml_writer v1.1.2+spec-1.1.0
20072026-09-11T18:50:49.905Z Compiling unicode-segmentation v1.13.3
20082026-09-11T18:50:49.914Z Compiling cpufeatures v0.3.0
20092026-09-11T18:50:49.986Z Compiling sha1 v0.11.0
20102026-09-11T18:50:50.033Z Compiling ssh-key v0.6.7
20112026-09-11T18:50:50.115Z Compiling toml v1.1.4+spec-1.1.0
20122026-09-11T18:50:50.339Z Compiling slog-bunyan v2.5.0
20132026-09-11T18:50:50.481Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
20142026-09-11T18:50:50.822Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
20152026-09-11T18:50:50.909Z Compiling tokio-tungstenite v0.28.0
20162026-09-11T18:50:50.954Z Compiling multer v3.1.0
20172026-09-11T18:50:51.214Z Compiling rlimit v0.10.2
20182026-09-11T18:50:51.406Z Compiling salty v0.3.0
20192026-09-11T18:50:51.499Z Compiling async-compression v0.4.43
20202026-09-11T18:50:51.725Z Compiling waitgroup v0.1.2
20212026-09-11T18:50:51.826Z Compiling dropshot_endpoint v0.17.1
20222026-09-11T18:50:51.836Z Compiling rustls-pemfile v2.2.0
20232026-09-11T18:50:51.871Z Compiling serde_spanned v0.6.9
20242026-09-11T18:50:52.021Z Compiling toml_datetime v0.6.11
20252026-09-11T18:50:52.024Z Compiling env_filter v2.0.0
20262026-09-11T18:50:52.044Z Compiling serde_path_to_error v0.1.20
20272026-09-11T18:50:52.327Z Compiling sync_wrapper v1.0.2
20282026-09-11T18:50:52.373Z Compiling typify-macro v0.6.2
20292026-09-11T18:50:52.389Z Compiling aho-corasick v1.1.5
20302026-09-11T18:50:52.432Z Compiling hostname v0.4.2
20312026-09-11T18:50:52.442Z Compiling tinyvec_macros v0.1.1
20322026-09-11T18:50:52.511Z Compiling openssl-probe v0.2.1
20332026-09-11T18:50:52.586Z Compiling winnow v0.7.15
20342026-09-11T18:50:52.709Z Compiling toml_write v0.1.2
20352026-09-11T18:50:52.923Z Compiling bytesize v2.7.0
20362026-09-11T18:50:53.040Z Compiling http-range-header v0.4.2
20372026-09-11T18:50:53.136Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20382026-09-11T18:50:53.239Z Compiling rustls-native-certs v0.8.4
20392026-09-11T18:50:53.290Z Compiling regex-automata v0.4.18
20402026-09-11T18:50:53.610Z Compiling tinyvec v1.12.0
20412026-09-11T18:50:53.626Z Compiling dropshot v0.17.1
20422026-09-11T18:50:53.969Z Compiling toml_edit v0.22.27
20432026-09-11T18:50:54.175Z Compiling tower v0.5.3
20442026-09-11T18:50:54.590Z Compiling env_logger v0.11.11
20452026-09-11T18:50:54.691Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20462026-09-11T18:50:54.899Z Compiling serde-big-array v0.5.1
20472026-09-11T18:50:54.965Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20482026-09-11T18:50:55.048Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20492026-09-11T18:50:55.704Z Compiling corncobs v0.1.4
20502026-09-11T18:50:55.890Z Compiling num-modular v0.6.5
20512026-09-11T18:50:56.658Z Compiling dashu-base v0.5.1
20522026-09-11T18:50:56.998Z Compiling dashu-int v0.5.1
20532026-09-11T18:50:57.146Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
20542026-09-11T18:50:58.748Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20552026-09-11T18:50:58.993Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20562026-09-11T18:50:59.135Z Compiling toml v0.8.23
20572026-09-11T18:50:59.206Z Compiling regex v1.13.1
20582026-09-11T18:50:59.709Z Compiling typify v0.6.2
20592026-09-11T18:50:59.807Z Compiling tower-http v0.6.11
20602026-09-11T18:50:59.895Z Compiling proc-macro-error-attr v1.0.4
20612026-09-11T18:50:59.936Z Compiling rustls-platform-verifier v0.7.0
20622026-09-11T18:50:59.940Z Compiling rustix v0.38.44
20632026-09-11T18:51:00.245Z Compiling hyper-rustls v0.27.9
20642026-09-11T18:51:00.568Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
20652026-09-11T18:51:00.579Z Compiling secrecy v0.8.0
20662026-09-11T18:51:00.725Z Compiling enum-as-inner v0.6.1
20672026-09-11T18:51:00.882Z Compiling num-primitive v0.2.1
20682026-09-11T18:51:00.941Z Compiling linked-hash-map v0.5.6
20692026-09-11T18:51:01.052Z Compiling smawk v0.3.3
20702026-09-11T18:51:01.132Z Compiling lru-cache v0.1.2
20712026-09-11T18:51:01.179Z Compiling textwrap v0.15.2
20722026-09-11T18:51:01.258Z Compiling serde_yaml v0.9.34+deprecated
20732026-09-11T18:51:01.269Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
20742026-09-11T18:51:01.353Z Compiling hickory-proto v0.24.4
20752026-09-11T18:51:01.476Z Compiling dsi-bitstream v0.10.1
20762026-09-11T18:51:01.599Z Compiling atomicwrites v0.4.4
20772026-09-11T18:51:01.804Z Compiling progenitor-impl v0.14.0
20782026-09-11T18:51:01.815Z Compiling reqwest v0.13.4
20792026-09-11T18:51:02.191Z Compiling proc-macro-error v1.0.4
20802026-09-11T18:51:02.578Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
20812026-09-11T18:51:02.775Z Compiling heck v0.4.1
20822026-09-11T18:51:02.981Z Compiling supports-hyperlinks v2.1.0
20832026-09-11T18:51:02.998Z Compiling supports-unicode v2.1.0
20842026-09-11T18:51:03.034Z Compiling supports-color v2.1.0
20852026-09-11T18:51:03.148Z Compiling tokio-stream v0.1.19
20862026-09-11T18:51:03.151Z Compiling miette-derive v5.10.0
20872026-09-11T18:51:03.258Z Compiling nibble_vec v0.1.0
20882026-09-11T18:51:03.395Z Compiling memmap2 v0.9.11
20892026-09-11T18:51:03.631Z Compiling terminal_size v0.1.17
20902026-09-11T18:51:03.641Z Compiling owo-colors v3.5.0
20912026-09-11T18:51:03.754Z Compiling resolv-conf v0.7.6
20922026-09-11T18:51:04.158Z Compiling either v1.17.0
20932026-09-11T18:51:04.330Z Compiling endian-type v0.2.0
20942026-09-11T18:51:04.405Z Compiling miette v5.10.0
20952026-09-11T18:51:04.405Z Compiling itertools v0.14.0
20962026-09-11T18:51:04.424Z Compiling hickory-resolver v0.24.4
20972026-09-11T18:51:04.477Z Compiling radix_trie v0.3.0
20982026-09-11T18:51:04.811Z Compiling progenitor-client v0.14.0
20992026-09-11T18:51:04.842Z Compiling knuffel-derive v3.2.0
21002026-09-11T18:51:05.570Z Compiling progenitor-macro v0.14.0
21012026-09-11T18:51:05.791Z Compiling nix v0.31.3
21022026-09-11T18:51:06.393Z Compiling anyhow v1.0.104
21032026-09-11T18:51:06.418Z Compiling portable-atomic v1.15.0
21042026-09-11T18:51:06.816Z Compiling signal-hook v0.4.4
21052026-09-11T18:51:06.991Z Compiling console v0.16.4
21062026-09-11T18:51:07.227Z Compiling derive-where v1.6.1
21072026-09-11T18:51:07.364Z Compiling termios v0.3.3
21082026-09-11T18:51:07.367Z Compiling base64 v0.21.7
21092026-09-11T18:51:07.508Z Compiling unit-prefix v0.5.2
21102026-09-11T18:51:07.530Z Compiling home v0.5.12
21112026-09-11T18:51:07.662Z Compiling rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f)
21122026-09-11T18:51:07.672Z Compiling knuffel v3.2.0
21132026-09-11T18:51:07.689Z Compiling indicatif v0.18.6
21142026-09-11T18:51:07.692Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
21152026-09-11T18:51:08.420Z Compiling pwd v1.4.0
21162026-09-11T18:51:08.586Z Compiling qorb v0.4.1
21172026-09-11T18:51:08.611Z Compiling tokio-fd v0.3.0
21182026-09-11T18:51:08.621Z Compiling async-recursion v1.1.1
21192026-09-11T18:51:08.728Z Compiling lru v0.18.2
21202026-09-11T18:51:08.781Z Compiling humantime v2.4.0
21212026-09-11T18:51:08.904Z Compiling xdg v3.0.0
21222026-09-11T18:51:09.088Z Compiling shlex v1.3.0
21232026-09-11T18:51:09.336Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
21242026-09-11T18:51:09.390Z Compiling function_name v0.3.0
21252026-09-11T18:51:09.441Z Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
21262026-09-11T18:51:11.296Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
21272026-09-11T18:51:11.469Z Compiling progenitor v0.14.0
21282026-09-11T18:51:11.574Z Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client)
21292026-09-11T18:51:13.372Z Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server)
21302026-09-11T18:51:17.312Z Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
21312026-09-11T18:51:37.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
21322026-09-11T18:51:37.050Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
21332026-09-11T18:51:37.050Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
21342026-09-11T18:51:37.166Zcargo nextest run --run-ignored all
21352026-09-11T18:51:38.110Z Compiling knus v3.4.0
21362026-09-11T18:51:38.191Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
21372026-09-11T18:51:38.205Z Compiling miette v7.6.0
21382026-09-11T18:51:38.208Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
21392026-09-11T18:51:38.218Z Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
21402026-09-11T18:51:38.221Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
21412026-09-11T18:51:38.221Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
21422026-09-11T18:51:38.696Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
21432026-09-11T18:51:38.863Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
21442026-09-11T18:51:39.249Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
21452026-09-11T18:51:41.316Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
21462026-09-11T18:51:43.345Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
21472026-09-11T18:51:43.868Z Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server)
21482026-09-11T18:51:43.868Z Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client)
21492026-09-11T18:51:47.492Z Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
21502026-09-11T18:52:28.019Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.11s
21512026-09-11T18:52:28.042Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
21522026-09-11T18:52:28.042Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
21532026-09-11T18:52:28.042Z────────────
21542026-09-11T18:52:28.042Z Nextest run ID fd9ff942-ecc5-49ef-998a-6a41bfb97ed4 with nextest profile: default
21552026-09-11T18:52:28.042Z Starting 169 tests across 11 binaries
21562026-09-11T18:52:28.042Z PASS [ 0.008s] ( 1/169) sush-client agent::test::request_identities_frame
21572026-09-11T18:52:28.042Z PASS [ 0.008s] ( 2/169) sush-client cli::rack::rack_drawing_health
21582026-09-11T18:52:28.042Z PASS [ 0.009s] ( 3/169) sush-client agent::test::identities_answer_roundtrip
21592026-09-11T18:52:28.042Z PASS [ 0.009s] ( 4/169) sush-client agent::test::sign_request_frame
21602026-09-11T18:52:28.043Z PASS [ 0.009s] ( 5/169) sush-client agent::test::sign_response_roundtrip
21612026-09-11T18:52:28.043Z PASS [ 0.009s] ( 6/169) sush-client agent::test::malformed_payloads
21622026-09-11T18:52:28.043Z PASS [ 0.009s] ( 7/169) sush-client cli::rack::rack_drawing
21632026-09-11T18:52:28.043Z PASS [ 0.007s] ( 8/169) sush-client commands::tests::login_refused_blames_build_skew
21642026-09-11T18:52:28.043Z PASS [ 0.008s] ( 9/169) sush-client commands::target_arg
21652026-09-11T18:52:28.043Z PASS [ 0.008s] ( 10/169) sush-client commands::watch_settling
21662026-09-11T18:52:28.043Z PASS [ 0.008s] ( 11/169) sush-client tls::test::descoped_urls
21672026-09-11T18:52:28.043Z PASS [ 0.011s] ( 12/169) sush-client commands::client_args
21682026-09-11T18:52:28.043Z PASS [ 0.008s] ( 13/169) sush-common authn::test::authn_errors
21692026-09-11T18:52:28.043Z PASS [ 0.008s] ( 14/169) sush-client tls::test::tq_dhe_tcb_info_decodes
21702026-09-11T18:52:28.051Z PASS [ 0.007s] ( 15/169) sush-common authn::test::pin_challenge_response_schema
21712026-09-11T18:52:28.051Z PASS [ 0.006s] ( 16/169) sush-common authn::test::seq_windows
21722026-09-11T18:52:28.051Z PASS [ 0.007s] ( 17/169) sush-common authn::test::pin_to_be_signed
21732026-09-11T18:52:28.051Z PASS [ 0.007s] ( 18/169) sush-common codephrases::test::constant_codephrases
21742026-09-11T18:52:28.051Z PASS [ 0.006s] ( 19/169) sush-common codephrases::test::leading_zeros_after_truncation
21752026-09-11T18:52:28.051Z PASS [ 0.006s] ( 20/169) sush-common codephrases::test::non_phrases
21762026-09-11T18:52:28.051Z PASS [ 0.006s] ( 21/169) sush-common codephrases::test::trivial_codephrases
21772026-09-11T18:52:28.058Z PASS [ 0.006s] ( 22/169) sush-common codephrases::test::wide_values_reject_where_truncated
21782026-09-11T18:52:28.064Z PASS [ 0.006s] ( 23/169) sush-common hash::tests::sha3_256_empty_vector
21792026-09-11T18:52:28.069Z PASS [ 0.006s] ( 24/169) sush-common jobs::test::interactive_targets
21802026-09-11T18:52:28.073Z PASS [ 0.006s] ( 25/169) sush-common jobs::test::limits_clamp
21812026-09-11T18:52:28.077Z PASS [ 0.055s] ( 26/169) sush-common authn::test::bound_requests
21822026-09-11T18:52:28.081Z PASS [ 0.006s] ( 27/169) sush-common jobs::test::skip_converges_signer_and_server
21832026-09-11T18:52:28.081Z PASS [ 0.007s] ( 28/169) sush-common jobs::test::pin_job_start_request_schema
21842026-09-11T18:52:28.086Z PASS [ 0.007s] ( 29/169) sush-common jobs::test::to_be_signed_omits_defaults
21852026-09-11T18:52:28.090Z PASS [ 0.006s] ( 30/169) sush-common keys::test::pin_voucher_digest
21862026-09-11T18:52:28.094Z PASS [ 0.006s] ( 31/169) sush-common keys::test::test_sk_split
21872026-09-11T18:52:28.109Z PASS [ 0.013s] ( 32/169) sush-common keys::test::vouched_cert_round_trip
21882026-09-11T18:52:28.115Z PASS [ 0.007s] ( 33/169) sush-common targets::test::targets_include
21892026-09-11T18:52:29.053Z PASS [ 0.108s] ( 34/169) sush-client commands::output_needs_target
21902026-09-11T18:52:29.053Z PASS [ 0.006s] ( 35/169) sush-common targets::test::targets_parse
21912026-09-11T18:52:29.069Z PASS [ 0.007s] ( 36/169) sush-common targets::test::targets_round_trip
21922026-09-11T18:52:29.069Z PASS [ 0.007s] ( 37/169) sush-common wordlist::test::verify_wordlist
21932026-09-11T18:52:29.069Z PASS [ 0.007s] ( 38/169) sush-server bloom::test::pin_probes
21942026-09-11T18:52:29.069Z PASS [ 0.101s] ( 39/169) sush-common codephrases::test::id_phrases
21952026-09-11T18:52:29.069Z PASS [ 0.007s] ( 40/169) sush-server bloom::test::round_trip
21962026-09-11T18:52:29.069Z PASS [ 0.007s] ( 41/169) sush-server bloom::test::serde_preserves_bits
21972026-09-11T18:52:29.069Z PASS [ 0.009s] ( 42/169) sush-server bookmark::test::discard_assumes_fresh_identity
21982026-09-11T18:52:29.069Z PASS [ 0.009s] ( 43/169) sush-server bookmark::test::handles_share_record
21992026-09-11T18:52:29.069Z PASS [ 0.009s] ( 44/169) sush-server bookmark::test::null_and_shed_touch_nothing
22002026-09-11T18:52:29.069Z PASS [ 0.009s] ( 45/169) sush-server bookmark::test::round_trip
22012026-09-11T18:52:29.069Z PASS [ 0.035s] ( 46/169) sush-server bloom::test::false_positives_are_rare
22022026-09-11T18:52:29.069Z PASS [ 0.157s] ( 47/169) sush-client identity::test::ssh_identities
22032026-09-11T18:52:29.069Z PASS [ 0.009s] ( 48/169) sush-server boundary::test::future_record_is_untrusted
22042026-09-11T18:52:29.069Z PASS [ 0.011s] ( 49/169) sush-server boundary::test::commitments_survive_restarts
22052026-09-11T18:52:29.070Z PASS [ 0.011s] ( 50/169) sush-server boundary::test::disagreement_is_untrusted_and_pins
22062026-09-11T18:52:29.070Z PASS [ 0.154s] ( 51/169) sush-common authn::test::challenge_response
22072026-09-11T18:52:29.070Z PASS [ 0.007s] ( 52/169) sush-server boundary::test::pin_network_keys
22082026-09-11T18:52:29.070Z PASS [ 0.008s] ( 53/169) sush-server boundary::test::pin_record_format_v0
22092026-09-11T18:52:29.070Z PASS [ 0.008s] ( 54/169) sush-server boundary::test::undecodable_record_is_untrusted
22102026-09-11T18:52:29.070Z PASS [ 0.011s] ( 55/169) sush-server boundary::test::outcomes_survive_and_heal
22112026-09-11T18:52:29.070Z PASS [ 0.008s] ( 56/169) sush-server boundary::test::unloaded_is_untrusted
22122026-09-11T18:52:29.070Z PASS [ 0.007s] ( 57/169) sush-server format::test::failed_conversion_is_reported
22132026-09-11T18:52:29.070Z PASS [ 0.007s] ( 58/169) sush-server format::test::future_version_is_refused
22142026-09-11T18:52:29.070Z PASS [ 0.007s] ( 59/169) sush-server format::test::garbage_is_refused
22152026-09-11T18:52:29.070Z PASS [ 0.007s] ( 60/169) sush-server format::test::old_version_converts_up
22162026-09-11T18:52:29.070Z PASS [ 0.007s] ( 61/169) sush-server format::test::round_trip_at_latest
22172026-09-11T18:52:29.070Z PASS [ 0.007s] ( 62/169) sush-server format::test::trailing_envelope_elements_are_refused
22182026-09-11T18:52:29.070Z PASS [ 0.007s] ( 63/169) sush-server format::test::unknown_version_is_refused
22192026-09-11T18:52:29.070Z PASS [ 0.007s] ( 64/169) sush-server format::test::wire_chain_converts
22202026-09-11T18:52:29.070Z PASS [ 0.007s] ( 65/169) sush-server format::test::wrong_body_is_reported
22212026-09-11T18:52:29.070Z PASS [ 0.009s] ( 66/169) sush-server locker::test::corruption_discards
22222026-09-11T18:52:29.070Z PASS [ 0.009s] ( 67/169) sush-server locker::test::disagreement_discards
22232026-09-11T18:52:29.070Z PASS [ 0.009s] ( 68/169) sush-server locker::test::flipped_envelope_bytes_are_corruption
22242026-09-11T18:52:29.070Z PASS [ 0.009s] ( 69/169) sush-server locker::test::legacy_sequence_skew_is_benign
22252026-09-11T18:52:29.070Z PASS [ 0.008s] ( 70/169) sush-server locker::test::lone_slot_restores_and_repairs
22262026-09-11T18:52:29.070Z PASS [ 0.008s] ( 71/169) sush-server locker::test::null_touches_nothing
22272026-09-11T18:52:29.071Z PASS [ 0.009s] ( 72/169) sush-server locker::test::partial_store_fails_loudly
22282026-09-11T18:52:29.071Z PASS [ 0.009s] ( 73/169) sush-server locker::test::probe_requires_every_slot
22292026-09-11T18:52:29.071Z PASS [ 0.009s] ( 74/169) sush-server locker::test::round_trip_writes_every_slot
22302026-09-11T18:52:29.071Z PASS [ 0.008s] ( 75/169) sush-server locker::test::second_locker_is_locked_out
22312026-09-11T18:52:29.071Z PASS [ 0.008s] ( 76/169) sush-server locker::test::stragglers_cannot_clobber_newer_commits
22322026-09-11T18:52:29.071Z PASS [ 0.008s] ( 77/169) sush-server locker::test::torn_pair_resolves_to_newest_write
22332026-09-11T18:52:29.071Z PASS [ 0.008s] ( 78/169) sush-server locker::test::torn_pair_with_equal_sequence_numbers_discards
22342026-09-11T18:52:29.071Z PASS [ 0.008s] ( 79/169) sush-server messages::wire_format::cert_requests
22352026-09-11T18:52:29.071Z PASS [ 0.008s] ( 80/169) sush-server messages::wire_format::concurrent_sessions_error
22362026-09-11T18:52:29.071Z PASS [ 0.008s] ( 81/169) sush-server messages::wire_format::identity_login_request
22372026-09-11T18:52:29.071Z PASS [ 0.008s] ( 82/169) sush-server messages::wire_format::identity_revoke_request
22382026-09-11T18:52:29.071Z PASS [ 0.008s] ( 83/169) sush-server messages::wire_format::job_events
22392026-09-11T18:52:29.071Z PASS [ 0.008s] ( 84/169) sush-server messages::wire_format::job_skipped_event
22402026-09-11T18:52:29.071Z PASS [ 0.008s] ( 85/169) sush-server messages::wire_format::job_start_interactive_request
22412026-09-11T18:52:29.071Z PASS [ 0.007s] ( 86/169) sush-server messages::wire_format::job_start_request
22422026-09-11T18:52:29.071Z PASS [ 0.007s] ( 87/169) sush-server messages::wire_format::job_stop_request
22432026-09-11T18:52:29.071Z PASS [ 0.007s] ( 88/169) sush-server messages::wire_format::session_allow_attach_request
22442026-09-11T18:52:29.071Z PASS [ 0.007s] ( 89/169) sush-server messages::wire_format::session_deny_attach_request
22452026-09-11T18:52:29.071Z PASS [ 0.007s] ( 90/169) sush-server messages::wire_format::session_hop_error
22462026-09-11T18:52:29.071Z PASS [ 0.008s] ( 91/169) sush-server messages::wire_format::session_ended_skip_event
22472026-09-11T18:52:29.071Z PASS [ 0.007s] ( 92/169) sush-server messages::wire_format::session_skip_request
22482026-09-11T18:52:29.071Z PASS [ 0.007s] ( 93/169) sush-server messages::wire_format::session_start_request
22492026-09-11T18:52:29.071Z PASS [ 0.007s] ( 94/169) sush-server messages::wire_format::session_stop_request
22502026-09-11T18:52:29.071Z PASS [ 0.007s] ( 95/169) sush-server messages::wire_format::universe_flip_flop_error
22512026-09-11T18:52:29.071Z PASS [ 0.007s] ( 96/169) sush-server messages::wire_format::unknown_version_tolerated
22522026-09-11T18:52:29.071Z PASS [ 0.007s] ( 97/169) sush-server messages::wire_format::version_event
22532026-09-11T18:52:29.072Z PASS [ 0.007s] ( 98/169) sush-server proxy::test::home_preference
22542026-09-11T18:52:29.072Z PASS [ 0.007s] ( 99/169) sush-server proxy::test::named_targets
22552026-09-11T18:52:29.072Z PASS [ 0.007s] (100/169) sush-server proxy::test::resolution
22562026-09-11T18:52:29.072Z PASS [ 0.007s] (101/169) sush-server proxy::test::version_interception
22572026-09-11T18:52:29.072Z PASS [ 0.008s] (102/169) sush-server pty::test::pty
22582026-09-11T18:52:29.072Z PASS [ 0.008s] (103/169) sush-server pty::test::set_window_size
22592026-09-11T18:52:29.072Z PASS [ 0.008s] (104/169) sush-server state::test::admission_rules
22602026-09-11T18:52:29.072Z PASS [ 0.007s] (105/169) sush-server state::test::floors_refuse_below
22612026-09-11T18:52:29.072Z PASS [ 0.289s] (106/169) sush-common codephrases::test::random_codephrases
22622026-09-11T18:52:29.072Z PASS [ 0.455s] (107/169) sush-common keys::test::signing
22632026-09-11T18:52:29.407Z PASS [ 1.219s] (108/169) sush-server job::test::tty
22642026-09-11T18:52:30.058Z PASS [ 2.056s] (109/169) sush-client cli::test::cert_chains
22652026-09-11T18:52:30.487Z PASS [ 2.218s] (110/169) sush-server::distributed interrupted_jobs_get_stopped
22662026-09-11T18:52:30.700Z PASS [ 2.431s] (111/169) sush-server::distributed bookmarks_survive_restart
22672026-09-11T18:52:30.793Z PASS [ 2.523s] (112/169) sush-server::distributed gossip_survives_bookmark_failure
22682026-09-11T18:52:31.190Z PASS [ 2.920s] (113/169) sush-server::distributed jobs_gossip_between_sleds
22692026-09-11T18:52:31.344Z PASS [ 2.803s] (114/169) sush-server::distributed rejoining_replays_without_reexecuting
22702026-09-11T18:52:33.131Z PASS [ 1.941s] (115/169) sush-server::gossip linked_follows_live_links
22712026-09-11T18:52:35.234Z PASS [ 6.904s] (116/169) sush-server::distributed lost_suffix_never_reruns
22722026-09-11T18:52:35.996Z PASS [ 5.295s] (117/169) sush-server::distributed witnessed_session_survives_restart
22732026-09-11T18:52:36.796Z PASS [ 6.738s] (118/169) sush-server::distributed stragglers_do_not_interrupt_live_jobs
22742026-09-11T18:52:36.957Z PASS [ 0.161s] (119/169) sush-tests integration_tests::client_proxy_server
22752026-09-11T18:52:37.022Z PASS [ 6.230s] (120/169) sush-server::gossip cold_start_converges
22762026-09-11T18:52:37.081Z PASS [ 0.123s] (121/169) sush-tests integration_tests::client_server
22772026-09-11T18:52:37.320Z PASS [ 0.298s] (122/169) sush-tests integration_tests::client_tunnels_through_nexus
22782026-09-11T18:52:37.330Z PASS [ 0.249s] (123/169) sush-tests integration_tests::interactive_job
22792026-09-11T18:52:37.383Z PASS [ 1.387s] (124/169) sush-server::link gossip_convergence
22802026-09-11T18:52:37.585Z PASS [ 0.265s] (125/169) sush-tests integration_tests::streaming_job
22812026-09-11T18:52:37.637Z PASS [ 0.051s] (126/169) sush-tests manager_tests::attribution
22822026-09-11T18:52:37.646Z PASS [ 0.010s] (127/169) sush-tests manager_tests::bad_root_cert_files
22832026-09-11T18:52:37.653Z PASS [ 0.270s] (128/169) sush-tests manager_tests::attach_grants
22842026-09-11T18:52:37.695Z PASS [ 0.049s] (129/169) sush-tests manager_tests::cancel_queued_job
22852026-09-11T18:52:37.704Z PASS [ 0.050s] (130/169) sush-tests manager_tests::cert_chain
22862026-09-11T18:52:37.754Z PASS [ 0.424s] (131/169) sush-tests integration_tests::streaming_job_linger
22872026-09-11T18:52:37.784Z PASS [ 0.089s] (132/169) sush-tests manager_tests::cert_revoke
22882026-09-11T18:52:37.817Z PASS [ 0.113s] (133/169) sush-tests manager_tests::cubby_targets
22892026-09-11T18:52:37.831Z PASS [ 0.048s] (134/169) sush-tests manager_tests::homonym_issuer_resolves_to_true_parent
22902026-09-11T18:52:37.850Z PASS [ 0.096s] (135/169) sush-tests manager_tests::gossiped_identities
22912026-09-11T18:52:37.877Z PASS [ 0.046s] (136/169) sush-tests manager_tests::iam
22922026-09-11T18:52:37.894Z PASS [ 0.044s] (137/169) sush-tests manager_tests::iam_revoke
22932026-09-11T18:52:37.907Z PASS [ 0.031s] (138/169) sush-tests manager_tests::interactive_target_required
22942026-09-11T18:52:37.919Z PASS [ 0.102s] (139/169) sush-tests manager_tests::hostile_imports_cannot_displace
22952026-09-11T18:52:37.935Z PASS [ 0.041s] (140/169) sush-tests manager_tests::job_json
22962026-09-11T18:52:37.961Z PASS [ 0.053s] (141/169) sush-tests manager_tests::job_output_dir_moves
22972026-09-11T18:52:37.961Z PASS [ 0.042s] (142/169) sush-tests manager_tests::job_output_perms
22982026-09-11T18:52:37.968Z PASS [ 0.033s] (143/169) sush-tests manager_tests::job_session_enforced
22992026-09-11T18:52:38.004Z PASS [ 0.042s] (144/169) sush-tests manager_tests::job_signal_dispositions
23002026-09-11T18:52:38.008Z PASS [ 0.043s] (145/169) sush-tests manager_tests::job_stop
23012026-09-11T18:52:38.012Z PASS [ 0.044s] (146/169) sush-tests manager_tests::job_targets
23022026-09-11T18:52:38.099Z PASS [ 0.094s] (147/169) sush-tests manager_tests::jobs
23032026-09-11T18:52:38.139Z PASS [ 0.041s] (148/169) sush-tests manager_tests::root_certs_from_files
23042026-09-11T18:52:38.157Z PASS [ 0.144s] (149/169) sush-tests manager_tests::revocation_tombstones
23052026-09-11T18:52:38.166Z PASS [ 0.027s] (150/169) sush-tests manager_tests::session_nonce_rotates
23062026-09-11T18:52:38.205Z PASS [ 0.039s] (151/169) sush-tests manager_tests::shutdown
23072026-09-11T18:52:38.262Z PASS [ 0.106s] (152/169) sush-tests manager_tests::session_stop_skips_queued_jobs
23082026-09-11T18:52:38.297Z PASS [ 0.092s] (153/169) sush-tests manager_tests::skip_and_stop_are_starter_only
23092026-09-11T18:52:38.348Z PASS [ 0.052s] (154/169) sush-tests manager_tests::streaming_validation
23102026-09-11T18:52:38.356Z PASS [ 0.094s] (155/169) sush-tests manager_tests::skip_racing_start_converges
23112026-09-11T18:52:38.387Z PASS [ 0.039s] (156/169) sush-tests manager_tests::superseding_session_skips_queued_jobs
23122026-09-11T18:52:38.493Z PASS [ 0.104s] (157/169) sush-tests manager_tests::too_much_output
23132026-09-11T18:52:38.722Z PASS [ 0.718s] (158/169) sush-tests manager_tests::output_ranges
23142026-09-11T18:52:38.802Z PASS [ 0.310s] (159/169) sush-tests manager_tests::universe_swap
23152026-09-11T18:52:38.896Z PASS [ 0.174s] (160/169) sush-tests tls_tests::ca_voucher_is_refused
23162026-09-11T18:52:39.019Z PASS [ 0.217s] (161/169) sush-tests tls_tests::client_tls_proxy_server
23172026-09-11T18:52:39.027Z PASS [ 7.683s] (162/169) sush-server::gossip node_replacement_reconverges
23182026-09-11T18:52:39.159Z PASS [ 0.263s] (163/169) sush-tests tls_tests::forged_voucher_is_refused
23192026-09-11T18:52:39.272Z PASS [ 0.253s] (164/169) sush-tests tls_tests::stranger_roots_refuse_handshake
23202026-09-11T18:52:39.363Z PASS [ 6.232s] (165/169) sush-server::gossip staggered_start_converges
23212026-09-11T18:52:39.594Z PASS [ 1.237s] (166/169) sush-tests manager_tests::too_much_cpu
23222026-09-11T18:52:40.238Z PASS [ 10.830s] (167/169) sush-server::distributed session_resumes_at_stored_successor
23232026-09-11T18:52:41.123Z PASS [ 10.635s] (168/169) sush-server::distributed universe_flip_flop_raises_floor
23242026-09-11T18:53:16.899Z PASS [ 41.663s] (169/169) sush-server::link conformance
23252026-09-11T18:53:16.899Z────────────
23262026-09-11T18:53:16.899Z Summary [ 48.895s] 169 tests run: 169 passed, 0 skipped
23272026-09-11T18:53:16.910Zcargo test --doc
23282026-09-11T18:53:17.340Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
23292026-09-11T18:53:17.344Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
23302026-09-11T18:53:17.344Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
23312026-09-11T18:53:17.379Z Doc-tests sush_api
23322026-09-11T18:53:17.914Z
23332026-09-11T18:53:17.914Zrunning 2 tests
23342026-09-11T18:53:17.914Ztest api/src/lib.rs - sush_api_mod::api_description (line 41) ... ignored
23352026-09-11T18:53:17.914Ztest api/src/lib.rs - sush_api_mod::stub_api_description (line 47) ... ignored
23362026-09-11T18:53:17.914Z
23372026-09-11T18:53:17.915Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
23382026-09-11T18:53:17.915Z
23392026-09-11T18:53:17.940Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
23402026-09-11T18:53:17.974Z Doc-tests sush_client
23412026-09-11T18:53:18.712Z
23422026-09-11T18:53:18.712Zrunning 22 tests
23432026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::cert_chain (line 74) ... ignored
23442026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::cert_import (line 75) ... ignored
23452026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::cert_revoke (line 75) ... ignored
23462026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::iam (line 73) ... ignored
23472026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::iam_revoke (line 75) ... ignored
23482026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::identities (line 73) ... ignored
23492026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::job_attach (line 74) ... ignored
23502026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::job_history (line 75) ... ignored
23512026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::job_output (line 78) ... ignored
23522026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::job_start (line 81) ... ignored
23532026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::job_status (line 73) ... ignored
23542026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::job_stop (line 74) ... ignored
23552026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::session (line 71) ... ignored
23562026-09-11T18:53:18.712Ztest client/src/lib.rs - Client::session_allow_attach (line 76) ... ignored
23572026-09-11T18:53:18.713Ztest client/src/lib.rs - Client::session_deny_attach (line 75) ... ignored
23582026-09-11T18:53:18.713Ztest client/src/lib.rs - Client::session_skip_job (line 73) ... ignored
23592026-09-11T18:53:18.713Ztest client/src/lib.rs - Client::session_start (line 76) ... ignored
23602026-09-11T18:53:18.713Ztest client/src/lib.rs - Client::session_start_nonce (line 73) ... ignored
23612026-09-11T18:53:18.713Ztest client/src/lib.rs - Client::session_stop (line 72) ... ignored
23622026-09-11T18:53:18.713Ztest client/src/lib.rs - Client::target (line 71) ... ignored
23632026-09-11T18:53:18.713Ztest client/src/lib.rs - Client::version (line 71) ... ignored
23642026-09-11T18:53:18.713Ztest client/src/lib.rs - Client::versions (line 71) ... ignored
23652026-09-11T18:53:18.713Z
23662026-09-11T18:53:18.717Ztest result: ok. 0 passed; 0 failed; 22 ignored; 0 measured; 0 filtered out; finished in 0.00s
23672026-09-11T18:53:18.717Z
23682026-09-11T18:53:18.717Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
23692026-09-11T18:53:18.741Z Doc-tests sush_common
23702026-09-11T18:53:18.961Z
23712026-09-11T18:53:18.961Zrunning 0 tests
23722026-09-11T18:53:18.961Z
23732026-09-11T18:53:18.961Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23742026-09-11T18:53:18.961Z
23752026-09-11T18:53:18.980Z Doc-tests sush_server
23762026-09-11T18:53:19.335Z
23772026-09-11T18:53:19.336Zrunning 0 tests
23782026-09-11T18:53:19.336Z
23792026-09-11T18:53:19.336Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23802026-09-11T18:53:19.336Z
23812026-09-11T18:53:19.357Z Doc-tests sush_tests
23822026-09-11T18:53:19.390Z
23832026-09-11T18:53:19.390Zrunning 0 tests
23842026-09-11T18:53:19.390Z
23852026-09-11T18:53:19.390Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23862026-09-11T18:53:19.390Z
23872026-09-11T18:53:19.421Zcargo xtask openapi && git diff --exit-code sush.json
23882026-09-11T18:53:19.725Z Compiling libc v0.2.189
23892026-09-11T18:53:19.725Z Compiling zeroize v1.9.0
23902026-09-11T18:53:19.730Z Compiling proc-macro2 v1.0.107
23912026-09-11T18:53:19.730Z Compiling quote v1.0.47
23922026-09-11T18:53:19.791Z Compiling smallvec v1.15.2
23932026-09-11T18:53:19.797Z Compiling num-traits v0.2.19
23942026-09-11T18:53:19.802Z Compiling zerocopy v0.8.56
23952026-09-11T18:53:19.810Z Compiling rustc_version v0.4.1
23962026-09-11T18:53:19.824Z Compiling log v0.4.33
23972026-09-11T18:53:19.971Z Compiling generic-array v0.14.7
23982026-09-11T18:53:19.993Z Compiling hashbrown v0.17.1
23992026-09-11T18:53:20.010Z Compiling rustls-pki-types v1.15.1
24002026-09-11T18:53:20.086Z Compiling curve25519-dalek v4.1.3
24012026-09-11T18:53:20.159Z Compiling errno v0.3.14
24022026-09-11T18:53:20.204Z Compiling getrandom v0.2.17
24032026-09-11T18:53:20.316Z Compiling jobserver v0.1.35
24042026-09-11T18:53:20.384Z Compiling rand_core v0.6.4
24052026-09-11T18:53:20.402Z Compiling parking_lot_core v0.9.12
24062026-09-11T18:53:20.514Z Compiling crypto-common v0.1.7
24072026-09-11T18:53:20.580Z Compiling block-buffer v0.10.4
24082026-09-11T18:53:20.623Z Compiling cc v1.4.2
24092026-09-11T18:53:20.637Z Compiling parking_lot v0.12.5
24102026-09-11T18:53:20.660Z Compiling syn v3.0.3
24112026-09-11T18:53:20.661Z Compiling syn v2.0.119
24122026-09-11T18:53:20.700Z Compiling digest v0.10.7
24132026-09-11T18:53:20.714Z Compiling signal-hook-registry v1.4.8
24142026-09-11T18:53:20.714Z Compiling socket2 v0.6.5
24152026-09-11T18:53:20.920Z Compiling mio v1.2.2
24162026-09-11T18:53:21.028Z Compiling getrandom v0.4.3
24172026-09-11T18:53:21.178Z Compiling uuid v1.24.0
24182026-09-11T18:53:21.185Z Compiling ff v0.13.1
24192026-09-11T18:53:21.322Z Compiling group v0.13.0
24202026-09-11T18:53:21.460Z Compiling cmake v0.1.58
24212026-09-11T18:53:21.512Z Compiling sha2 v0.10.9
24222026-09-11T18:53:21.642Z Compiling signature v2.2.0
24232026-09-11T18:53:21.693Z Compiling crypto-bigint v0.5.5
24242026-09-11T18:53:21.789Z Compiling getrandom v0.3.4
24252026-09-11T18:53:21.814Z Compiling hmac v0.12.1
24262026-09-11T18:53:21.906Z Compiling indexmap v2.14.0
24272026-09-11T18:53:21.951Z Compiling rand_core v0.9.5
24282026-09-11T18:53:21.975Z Compiling aws-lc-sys v0.44.0
24292026-09-11T18:53:21.975Z Compiling rustix v1.1.4
24302026-09-11T18:53:22.171Z Compiling time v0.3.55
24312026-09-11T18:53:22.561Z Compiling tracing v0.1.44
24322026-09-11T18:53:22.811Z Compiling ppv-lite86 v0.2.21
24332026-09-11T18:53:22.825Z Compiling rfc6979 v0.4.0
24342026-09-11T18:53:24.186Z Compiling inout v0.1.4
24352026-09-11T18:53:24.222Z Compiling rand_chacha v0.9.0
24362026-09-11T18:53:24.222Z Compiling rustls v0.23.43
24372026-09-11T18:53:24.222Z Compiling serde_derive_internals v0.29.1
24382026-09-11T18:53:24.222Z Compiling rand v0.9.5
24392026-09-11T18:53:24.222Z Compiling cipher v0.4.4
24402026-09-11T18:53:24.222Z Compiling ssh-encoding v0.2.0
24412026-09-11T18:53:24.222Z Compiling newtype-uuid v1.4.0
24422026-09-11T18:53:24.222Z Compiling serde_derive v1.0.229
24432026-09-11T18:53:24.222Z Compiling tokio-macros v2.7.2
24442026-09-11T18:53:24.222Z Compiling thiserror-impl v2.0.20
24452026-09-11T18:53:24.222Z Compiling daft-derive v0.1.8
24462026-09-11T18:53:24.222Z Compiling sha1 v0.10.7
24472026-09-11T18:53:24.241Z Compiling hostname v0.3.1
24482026-09-11T18:53:24.352Z Compiling ssh-cipher v0.2.0
24492026-09-11T18:53:24.421Z Compiling rand_chacha v0.3.1
24502026-09-11T18:53:24.504Z Compiling is-terminal v0.4.17
24512026-09-11T18:53:24.609Z Compiling spin v0.9.9
24522026-09-11T18:53:24.618Z Compiling der_derive v0.7.3
24532026-09-11T18:53:24.734Z Compiling futures-macro v0.3.33
24542026-09-11T18:53:24.769Z Compiling tokio v1.53.1
24552026-09-11T18:53:24.878Z Compiling schemars_derive v0.8.22
24562026-09-11T18:53:24.888Z Compiling curve25519-dalek-derive v0.1.1
24572026-09-11T18:53:25.331Z Compiling thiserror v2.0.20
24582026-09-11T18:53:25.423Z Compiling tungstenite v0.28.0
24592026-09-11T18:53:25.596Z Compiling futures-util v0.3.33
24602026-09-11T18:53:25.626Z Compiling der v0.7.10
24612026-09-11T18:53:26.131Z Compiling thiserror-impl v1.0.69
24622026-09-11T18:53:26.507Z Compiling spki v0.7.3
24632026-09-11T18:53:26.728Z Compiling pkcs8 v0.10.2
24642026-09-11T18:53:26.752Z Compiling serde v1.0.229
24652026-09-11T18:53:26.991Z Compiling sec1 v0.7.3
24662026-09-11T18:53:27.013Z Compiling ed25519 v2.2.3
24672026-09-11T18:53:27.264Z Compiling erased-serde v0.3.31
24682026-09-11T18:53:27.279Z Compiling chrono v0.4.45
24692026-09-11T18:53:27.291Z Compiling elliptic-curve v0.13.8
24702026-09-11T18:53:27.297Z Compiling serde_tokenstream v0.2.3
24712026-09-11T18:53:27.367Z Compiling ed25519-dalek v2.2.0
24722026-09-11T18:53:27.577Z Compiling async-stream-impl v0.3.6
24732026-09-11T18:53:27.679Z Compiling slog v2.8.2
24742026-09-11T18:53:27.768Z Compiling ecdsa v0.16.9
24752026-09-11T18:53:27.928Z Compiling primeorder v0.13.6
24762026-09-11T18:53:28.012Z Compiling slog-json v2.6.1
24772026-09-11T18:53:28.093Z Compiling futures-executor v0.3.33
24782026-09-11T18:53:28.205Z Compiling p256 v0.13.2
24792026-09-11T18:53:28.224Z Compiling multer v3.1.0
24802026-09-11T18:53:28.230Z Compiling schemars v0.8.22
24812026-09-11T18:53:28.394Z Compiling futures v0.3.33
24822026-09-11T18:53:28.435Z Compiling slog-term v2.9.2
24832026-09-11T18:53:28.475Z Compiling tokio-util v0.7.19
24842026-09-11T18:53:28.598Z Compiling async-compression v0.4.43
24852026-09-11T18:53:28.756Z Compiling tokio-tungstenite v0.28.0
24862026-09-11T18:53:28.833Z Compiling ssh-key v0.6.7
24872026-09-11T18:53:28.932Z Compiling serde_urlencoded v0.7.1
24882026-09-11T18:53:29.073Z Compiling oxnet v0.1.6
24892026-09-11T18:53:29.165Z Compiling h2 v0.4.15
24902026-09-11T18:53:29.170Z Compiling slog-async v2.8.0
24912026-09-11T18:53:29.190Z Compiling tempfile v3.27.0
24922026-09-11T18:53:29.598Z Compiling daft v0.1.8
24932026-09-11T18:53:29.631Z Compiling async-stream v0.3.6
24942026-09-11T18:53:29.757Z Compiling slog-bunyan v2.5.0
24952026-09-11T18:53:29.762Z Compiling dropshot_endpoint v0.17.1
24962026-09-11T18:53:29.808Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
24972026-09-11T18:53:29.857Z Compiling thiserror v1.0.69
24982026-09-11T18:53:29.902Z Compiling openapiv3 v2.2.0
24992026-09-11T18:53:29.963Z Compiling x509-cert v0.2.5
25002026-09-11T18:53:30.151Z Compiling rand v0.8.7
25012026-09-11T18:53:30.825Z Compiling rlimit v0.10.2
25022026-09-11T18:53:30.834Z Compiling async-trait v0.1.92
25032026-09-11T18:53:31.005Z Compiling terminal_size v0.4.4
25042026-09-11T18:53:31.155Z Compiling rustls-pemfile v2.2.0
25052026-09-11T18:53:31.174Z Compiling hostname v0.4.2
25062026-09-11T18:53:31.330Z Compiling hyper v1.11.0
25072026-09-11T18:53:31.410Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
25082026-09-11T18:53:31.500Z Compiling clap_builder v4.6.6
25092026-09-11T18:53:31.605Z Compiling clap_derive v4.6.4
25102026-09-11T18:53:32.730Z Compiling hyper-util v0.1.20
25112026-09-11T18:53:33.421Z Compiling clap v4.6.6
25122026-09-11T18:53:38.672Z Compiling aws-lc-rs v1.18.0
25132026-09-11T18:53:39.425Z Compiling rustls-webpki v0.103.13
25142026-09-11T18:53:42.219Z Compiling tokio-rustls v0.26.4
25152026-09-11T18:53:42.411Z Compiling dropshot v0.17.1
25162026-09-11T18:53:44.803Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
25172026-09-11T18:53:46.183Z Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
25182026-09-11T18:53:51.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.80s
25192026-09-11T18:53:51.332Z Running `target/debug/xtask openapi`
25202026-09-11T18:53:51.398ZGenerating OpenAPI document `sush.json`... done!
25212026-09-11T18:53:51.406Zprocess exited: duration 484087 ms, exit code 0
 
25222026-09-11T18:53:51.413Zfound 1 output files
25232026-09-11T18:53:51.413Zuploading: /work/sush (39261048 bytes)
25242026-09-11T18:53:53.064Zuploaded: /work/sush