01M2BMR50JVWYYFMJE6XRK3TY7: 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: 01M2BMRDPVM7TVNJ0XSN0R8XX3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-12T20:26:37.458Zjob assigned to worker 01M2BMRGR07824KWEC8XMDAJDD [factory aws, i-0f0dee4f119bc474c] (queued for 47 s)
 
22026-09-12T20:26:44.708Zstarting task 0: "setup"
32026-09-12T20:26:44.714Z++ uname -s
42026-09-12T20:26:44.717Z+ kern=SunOS
52026-09-12T20:26:44.717Z+ build_user=build
62026-09-12T20:26:44.717Z+ build_uid=12345
72026-09-12T20:26:44.717Z+ work_dir=/work
82026-09-12T20:26:44.717Z+ input_dir=/input
92026-09-12T20:26:44.717Z+ [[ 0 == 12345 ]]
102026-09-12T20:26:44.717Z+ case "$kern" in
112026-09-12T20:26:44.717Z+ groupadd -g 12345 build
122026-09-12T20:26:44.717Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-12T20:26:46.722Z+ zfs create -o mountpoint=/work rpool/work
142026-09-12T20:26:46.838Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-12T20:26:46.841Z+ home_fs=zfs
162026-09-12T20:26:46.841Z+ [[ zfs == autofs ]]
172026-09-12T20:26:46.841Z+ mkdir -p /home/build
182026-09-12T20:26:46.841Z+ chown build:build /home/build /work
192026-09-12T20:26:48.842Z+ chmod 0700 /home/build /work
202026-09-12T20:26:48.844Zprocess exited: duration 4134 ms, exit code 0
 
212026-09-12T20:26:48.850Zstarting task 1: "rust-toolchain"
222026-09-12T20:26:48.853Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-12T20:26:48.853Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-12T20:26:48.853Z * rust toolchain channel = "1.98.1"
252026-09-12T20:26:48.853Z * rust toolchain profile = "default"
262026-09-12T20:26:48.853Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-12T20:26:48.853Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-12T20:26:48.856Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-12T20:26:48.856Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-12T20:26:48.991Zinfo: downloading installer
312026-09-12T20:26:50.257Zwarn: It looks like you have an existing installation of Rust at:
322026-09-12T20:26:50.257Zwarn: /opt/ooce/bin
332026-09-12T20:26:50.257Zwarn: This could mean one of the following:
342026-09-12T20:26:50.257Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-12T20:26:50.257Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-12T20:26:50.257Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-12T20:26:50.257Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-12T20:26:50.257Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-12T20:26:50.257Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-12T20:26:50.257Zerror: cannot install while Rust is installed
412026-09-12T20:26:50.257Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-12T20:26:50.271Zinfo: profile set to default
432026-09-12T20:26:50.271Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-12T20:26:50.274Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
452026-09-12T20:26:50.467Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
462026-09-12T20:26:50.469Zinfo: downloading 6 components
472026-09-12T20:27:05.299Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
482026-09-12T20:27:05.299Z
492026-09-12T20:27:05.331Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
502026-09-12T20:27:05.332Z
512026-09-12T20:27:05.335Z
522026-09-12T20:27:05.335ZRust is installed now. Great!
532026-09-12T20:27:05.335Z
542026-09-12T20:27:05.335ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-12T20:27:05.335Zenvironment variable. This has not been done automatically.
562026-09-12T20:27:05.335Z
572026-09-12T20:27:05.335ZTo configure your current shell, you need to source
582026-09-12T20:27:05.335Zthe corresponding env file under $HOME/.cargo.
592026-09-12T20:27:05.335Z
602026-09-12T20:27:05.335ZConsider running the right command for your shell (note the leading DOT):
612026-09-12T20:27:05.335Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-12T20:27:05.335Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-12T20:27:05.335ZCC_x86_64-unknown-illumos = None
642026-09-12T20:27:05.335Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-12T20:27:05.335ZCC_x86_64_unknown_illumos = None
662026-09-12T20:27:05.335Zcargo:rerun-if-env-changed=HOST_CC
672026-09-12T20:27:05.336ZHOST_CC = None
682026-09-12T20:27:05.336Zcargo:rerun-if-env-changed=CC
692026-09-12T20:27:05.336ZCC = None
702026-09-12T20:27:05.336Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-12T20:27:05.496Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-12T20:27:05.496ZCRATE_CC_NO_DEFAULTS = None
732026-09-12T20:27:05.496Zcargo:rerun-if-env-changed=CFLAGS
742026-09-12T20:27:05.496ZCFLAGS = None
752026-09-12T20:27:05.496Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-12T20:27:05.496ZHOST_CFLAGS = None
772026-09-12T20:27:05.496Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-12T20:27:05.496ZCFLAGS_x86_64_unknown_illumos = None
792026-09-12T20:27:05.496Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-12T20:27:05.496ZCFLAGS_x86_64-unknown-illumos = None
812026-09-12T20:27:05.602Z+ rustup --version
822026-09-12T20:27:05.609Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-12T20:27:05.612Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-12T20:27:05.630Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
852026-09-12T20:27:05.633Z+ cargo --version
862026-09-12T20:27:05.646Zcargo 1.98.1 (797e8a9bc 2026-08-05)
872026-09-12T20:27:05.648Z+ rustc --version
882026-09-12T20:27:05.667Zrustc 1.98.1 (48a229cea 2026-09-01)
892026-09-12T20:27:05.670Zprocess exited: duration 16819 ms, exit code 0
 
902026-09-12T20:27:05.675Zstarting task 2: "authentication"
912026-09-12T20:27:05.691Zprocess exited: duration 15 ms, exit code 0
 
922026-09-12T20:27:05.697Zstarting task 3: "clone repository"
932026-09-12T20:27:05.700Z+ mkdir -p /work/oxidecomputer/sush
942026-09-12T20:27:05.703Z+ git clone https://github.com/oxidecomputer/sush /work/oxidecomputer/sush
952026-09-12T20:27:05.732ZCloning into '/work/oxidecomputer/sush'...
962026-09-12T20:27:06.468Z+ cd /work/oxidecomputer/sush
972026-09-12T20:27:06.468Z+ git fetch origin e96e7190f8bc5a1b54e89153769d4112e64d4280
982026-09-12T20:27:06.716ZFrom https://github.com/oxidecomputer/sush
992026-09-12T20:27:06.716Z * branch e96e7190f8bc5a1b54e89153769d4112e64d4280 -> FETCH_HEAD
1002026-09-12T20:27:06.721Z+ [[ -n voucher ]]
1012026-09-12T20:27:06.723Z++ git branch --show-current
1022026-09-12T20:27:06.723Z+ current=main
1032026-09-12T20:27:06.723Z+ [[ main != voucher ]]
1042026-09-12T20:27:06.723Z+ git branch -f voucher e96e7190f8bc5a1b54e89153769d4112e64d4280
1052026-09-12T20:27:06.726Z+ git checkout -f voucher
1062026-09-12T20:27:06.733ZSwitched to branch 'voucher'
1072026-09-12T20:27:06.736Z+ git reset --hard e96e7190f8bc5a1b54e89153769d4112e64d4280
1082026-09-12T20:27:06.741ZHEAD is now at e96e719 Split sled and cubby maps into separate channels
1092026-09-12T20:27:06.744Zprocess exited: duration 1045 ms, exit code 0
 
1102026-09-12T20:27:06.750Zstarting task 4: "build"
1112026-09-12T20:27:06.753Z+ cargo --version
1122026-09-12T20:27:06.781Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1132026-09-12T20:27:06.784Z+ rustc --version
1142026-09-12T20:27:06.822Zrustc 1.98.1 (48a229cea 2026-09-01)
1152026-09-12T20:27:06.825Z+ export CARGO_NET_GIT_FETCH_WITH_CLI=true
1162026-09-12T20:27:06.825Z+ CARGO_NET_GIT_FETCH_WITH_CLI=true
1172026-09-12T20:27:06.825Z+ export CARGO_INCREMENTAL=0
1182026-09-12T20:27:06.825Z+ CARGO_INCREMENTAL=0
1192026-09-12T20:27:06.825Z+ pfexec mkdir -p /work
1202026-09-12T20:27:06.828Z+ pfexec chown build /work
1212026-09-12T20:27:06.831Z+ cargo build --release --locked --package sush-client --features permslip
1222026-09-12T20:27:06.932Z Updating crates.io index
1232026-09-12T20:27:06.936Z Updating git repository `https://github.com/oxidecomputer/omicron`
1242026-09-12T20:27:17.667ZFrom https://github.com/oxidecomputer/omicron
1252026-09-12T20:27:17.667Z * [new ref] 3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86 -> refs/commit/3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86
1262026-09-12T20:27:18.101Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-09-12T20:27:18.590ZFrom https://github.com/oxidecomputer/dice-util
1282026-09-12T20:27:18.590Z * [new ref] 4a39ef08d81e5177edee0bddb1146032aa21074d -> refs/commit/4a39ef08d81e5177edee0bddb1146032aa21074d
1292026-09-12T20:27:18.601Z Updating git repository `https://github.com/oxidecomputer/permission-slip`
1302026-09-12T20:27:19.633ZFrom https://github.com/oxidecomputer/permission-slip
1312026-09-12T20:27:19.633Z * [new ref] c9d302ef44576e075e35f4f28f8e7ac8345bcd4b -> refs/commit/c9d302ef44576e075e35f4f28f8e7ac8345bcd4b
1322026-09-12T20:27:19.648Z Updating git repository `https://github.com/kkawakam/rustyline`
1332026-09-12T20:27:20.423ZFrom https://github.com/kkawakam/rustyline
1342026-09-12T20:27:20.423Z * [new ref] 5ab22f2f8d65e85f0b925360437ece8eeeb6db92 -> refs/commit/5ab22f2f8d65e85f0b925360437ece8eeeb6db92
1352026-09-12T20:27:20.432Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1362026-09-12T20:27:20.877ZFrom https://github.com/oxidecomputer/sprockets
1372026-09-12T20:27:20.877Z * [new ref] 98615b86d51f74ce220198eb16c57932fd24e7cb -> refs/commit/98615b86d51f74ce220198eb16c57932fd24e7cb
1382026-09-12T20:27:20.884Z Updating git repository `https://github.com/oxidecomputer/rumors`
1392026-09-12T20:27:30.941ZFrom https://github.com/oxidecomputer/rumors
1402026-09-12T20:27:30.941Z * [new ref] 90e4509dc66330affb38afa74813a8dd500edd93 -> refs/commit/90e4509dc66330affb38afa74813a8dd500edd93
1412026-09-12T20:27:31.600Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-09-12T20:27:31.923ZFrom https://github.com/oxidecomputer/pki-playground
1432026-09-12T20:27:31.923Z * [new ref] 7600756029ce046a02c6234aa84ce230cc5eaa04 -> refs/commit/7600756029ce046a02c6234aa84ce230cc5eaa04
1442026-09-12T20:27:31.929Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1452026-09-12T20:27:32.225ZFrom https://github.com/oxidecomputer/rats-corim
1462026-09-12T20:27:32.225Z * [new ref] f0d5d5168d3d31487a56df32c676b0c6240bcc6b -> refs/commit/f0d5d5168d3d31487a56df32c676b0c6240bcc6b
1472026-09-12T20:27:32.231Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1482026-09-12T20:27:32.599ZFrom https://github.com/oxidecomputer/lpc55_support
1492026-09-12T20:27:32.599Z * [new ref] fc64732faf5511850b35f1734d572b9953d73374 -> refs/commit/fc64732faf5511850b35f1734d572b9953d73374
1502026-09-12T20:27:32.606Z Updating git repository `https://github.com/oxidecomputer/sshauth`
1512026-09-12T20:27:32.963ZFrom https://github.com/oxidecomputer/sshauth
1522026-09-12T20:27:32.963Z * [new ref] afd9b4e549d0e9229c2910c94aa7bca76623dfdb -> refs/commit/afd9b4e549d0e9229c2910c94aa7bca76623dfdb
1532026-09-12T20:27:32.969Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1542026-09-12T20:27:33.256ZFrom https://github.com/oxidecomputer/slog-error-chain
1552026-09-12T20:27:33.256Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1562026-09-12T20:27:33.265Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1572026-09-12T20:27:33.514ZFrom https://github.com/oxidecomputer/pki-playground
1582026-09-12T20:27:33.514Z * [new ref] bcd3bf2dfe36468c494eac17463a4e10be366b35 -> refs/commit/bcd3bf2dfe36468c494eac17463a4e10be366b35
1592026-09-12T20:27:35.735Z Downloading crates ...
1602026-09-12T20:27:35.789Z Downloaded anstyle-query v1.1.5
1612026-09-12T20:27:35.792Z Downloaded addr2line v0.25.1
1622026-09-12T20:27:35.795Z Downloaded anstyle-parse v1.0.0
1632026-09-12T20:27:35.795Z Downloaded async-stream v0.3.6
1642026-09-12T20:27:35.798Z Downloaded block-buffer v0.10.4
1652026-09-12T20:27:35.801Z Downloaded backtrace-ext v0.2.1
1662026-09-12T20:27:35.805Z Downloaded bitfield-macros v0.19.5
1672026-09-12T20:27:35.805Z Downloaded bs58 v0.5.1
1682026-09-12T20:27:35.810Z Downloaded paste v1.0.15
1692026-09-12T20:27:35.815Z Downloaded aws-smithy-runtime-api-macros v1.1.0
1702026-09-12T20:27:35.818Z Downloaded aws-credential-types v1.3.0
1712026-09-12T20:27:35.818Z Downloaded bitflags v2.13.1
1722026-09-12T20:27:35.822Z Downloaded mio v1.2.2
1732026-09-12T20:27:35.825Z Downloaded camino v1.2.5
1742026-09-12T20:27:35.828Z Downloaded rand_core v0.10.1
1752026-09-12T20:27:35.828Z Downloaded num-traits v0.2.19
1762026-09-12T20:27:35.831Z Downloaded block-buffer v0.12.1
1772026-09-12T20:27:35.831Z Downloaded oauth2 v5.0.0
1782026-09-12T20:27:35.834Z Downloaded arrayvec v0.7.8
1792026-09-12T20:27:35.834Z Downloaded bytes v1.12.1
1802026-09-12T20:27:35.837Z Downloaded atomicwrites v0.4.4
1812026-09-12T20:27:35.837Z Downloaded atomic-waker v1.1.2
1822026-09-12T20:27:35.840Z Downloaded base64ct v1.8.3
1832026-09-12T20:27:35.862Z Downloaded bytes-utils v0.1.4
1842026-09-12T20:27:35.862Z Downloaded bitfield v0.19.5
1852026-09-12T20:27:35.862Z Downloaded anyhow v1.0.104
1862026-09-12T20:27:35.862Z Downloaded async-trait v0.1.92
1872026-09-12T20:27:35.862Z Downloaded nix v0.31.3
1882026-09-12T20:27:35.862Z Downloaded omicron-workspace-hack v0.1.0
1892026-09-12T20:27:35.862Z Downloaded num-iter v0.1.46
1902026-09-12T20:27:35.862Z Downloaded arrayref v0.3.9
1912026-09-12T20:27:35.862Z Downloaded async-stream-impl v0.3.6
1922026-09-12T20:27:35.862Z Downloaded crypto-common v0.1.7
1932026-09-12T20:27:35.863Z Downloaded memmap2 v0.9.11
1942026-09-12T20:27:35.867Z Downloaded outref v0.5.2
1952026-09-12T20:27:35.867Z Downloaded byteorder v1.5.0
1962026-09-12T20:27:35.867Z Downloaded oauth2-reqwest v0.1.0-alpha.3
1972026-09-12T20:27:35.867Z Downloaded adler2 v2.0.1
1982026-09-12T20:27:35.867Z Downloaded array-init v0.0.4
1992026-09-12T20:27:35.867Z Downloaded async-recursion v1.1.1
2002026-09-12T20:27:35.869Z Downloaded zerovec v0.11.6
2012026-09-12T20:27:35.872Z Downloaded base64-simd v0.8.0
2022026-09-12T20:27:35.872Z Downloaded darling_macro v0.23.0
2032026-09-12T20:27:35.875Z Downloaded lru-slab v0.1.2
2042026-09-12T20:27:35.875Z Downloaded lazy_static v1.5.0
2052026-09-12T20:27:35.878Z Downloaded pin-utils v0.1.0
2062026-09-12T20:27:35.878Z Downloaded clap_lex v1.1.0
2072026-09-12T20:27:35.878Z Downloaded curve25519-dalek-derive v0.1.1
2082026-09-12T20:27:35.878Z Downloaded cpufeatures v0.2.17
2092026-09-12T20:27:35.881Z Downloaded defmt-parser v1.0.0
2102026-09-12T20:27:35.883Z Downloaded litemap v0.8.2
2112026-09-12T20:27:35.886Z Downloaded openssl-probe v0.2.1
2122026-09-12T20:27:35.886Z Downloaded packed_struct v0.10.1
2132026-09-12T20:27:35.886Z Downloaded pem-rfc7468 v0.7.0
2142026-09-12T20:27:35.889Z Downloaded cpufeatures v0.3.0
2152026-09-12T20:27:35.889Z Downloaded ciborium-io v0.2.2
2162026-09-12T20:27:35.892Z Downloaded num_threads v0.1.7
2172026-09-12T20:27:35.892Z Downloaded base16ct v0.2.0
2182026-09-12T20:27:35.895Z Downloaded colorchoice v1.0.5
2192026-09-12T20:27:35.895Z Downloaded debug-ignore v1.0.5
2202026-09-12T20:27:35.895Z Downloaded cfg_aliases v0.2.2
2212026-09-12T20:27:35.895Z Downloaded compression-core v0.4.32
2222026-09-12T20:27:35.898Z Downloaded parking_lot_core v0.9.12
2232026-09-12T20:27:35.901Z Downloaded rand_core v0.6.4
2242026-09-12T20:27:35.901Z Downloaded clap-num v1.2.0
2252026-09-12T20:27:35.901Z Downloaded natord v1.0.9
2262026-09-12T20:27:35.904Z Downloaded progenitor-macro v0.14.0
2272026-09-12T20:27:35.907Z Downloaded async-compression v0.4.43
2282026-09-12T20:27:35.910Z Downloaded proc-macro-error-attr2 v2.0.0
2292026-09-12T20:27:35.910Z Downloaded ref-cast v1.0.26
2302026-09-12T20:27:35.913Z Downloaded radium v0.7.0
2312026-09-12T20:27:35.913Z Downloaded rustc_version v0.4.1
2322026-09-12T20:27:35.917Z Downloaded toml_write v0.1.2
2332026-09-12T20:27:35.919Z Downloaded ciborium-ll v0.2.2
2342026-09-12T20:27:35.922Z Downloaded unicode-linebreak v0.1.5
2352026-09-12T20:27:35.922Z Downloaded unit-prefix v0.5.2
2362026-09-12T20:27:35.925Z Downloaded packed_struct_codegen v0.10.1
2372026-09-12T20:27:35.925Z Downloaded parking_lot v0.12.5
2382026-09-12T20:27:35.925Z Downloaded utf-8 v0.7.6
2392026-09-12T20:27:35.925Z Downloaded tower-layer v0.3.3
2402026-09-12T20:27:35.927Z Downloaded tower-service v0.3.3
2412026-09-12T20:27:35.928Z Downloaded cobs v0.3.0
2422026-09-12T20:27:35.928Z Downloaded digest v0.11.3
2432026-09-12T20:27:35.928Z Downloaded pin-project-lite v0.2.17
2442026-09-12T20:27:35.930Z Downloaded primeorder v0.13.6
2452026-09-12T20:27:35.933Z Downloaded utf8_iter v1.0.4
2462026-09-12T20:27:35.933Z Downloaded endian-type v0.2.0
2472026-09-12T20:27:35.933Z Downloaded dyn-clone v1.0.20
2482026-09-12T20:27:35.933Z Downloaded futures-io v0.3.33
2492026-09-12T20:27:35.934Z Downloaded nibble_vec v0.1.0
2502026-09-12T20:27:35.937Z Downloaded maybe-uninit v2.0.0
2512026-09-12T20:27:35.940Z Downloaded num-conv v0.2.2
2522026-09-12T20:27:35.940Z Downloaded aws-smithy-async v1.3.0
2532026-09-12T20:27:35.940Z Downloaded pkg-config v0.3.33
2542026-09-12T20:27:35.940Z Downloaded proc-macro-error2 v2.0.1
2552026-09-12T20:27:35.942Z Downloaded crypto-common v0.2.2
2562026-09-12T20:27:35.942Z Downloaded bitflags v1.3.2
2572026-09-12T20:27:35.945Z Downloaded daft-derive v0.1.8
2582026-09-12T20:27:35.945Z Downloaded constant_time_eq v0.4.2
2592026-09-12T20:27:35.948Z Downloaded errno v0.3.14
2602026-09-12T20:27:35.948Z Downloaded generic-array v0.14.7
2612026-09-12T20:27:35.950Z Downloaded rand_core v0.9.5
2622026-09-12T20:27:35.953Z Downloaded progenitor v0.14.0
2632026-09-12T20:27:35.953Z Downloaded anstream v1.0.0
2642026-09-12T20:27:35.956Z Downloaded anstyle v1.0.14
2652026-09-12T20:27:35.956Z Downloaded aws-types v1.5.0
2662026-09-12T20:27:35.956Z Downloaded cfg-if v1.0.4
2672026-09-12T20:27:35.956Z Downloaded cipher v0.4.4
2682026-09-12T20:27:35.959Z Downloaded digest v0.10.7
2692026-09-12T20:27:35.959Z Downloaded compression-codecs v0.4.38
2702026-09-12T20:27:35.961Z Downloaded miniz_oxide v0.8.9
2712026-09-12T20:27:35.961Z Downloaded num-integer v0.1.46
2722026-09-12T20:27:35.961Z Downloaded owo-colors v4.3.0
2732026-09-12T20:27:35.964Z Downloaded bytesize v2.7.0
2742026-09-12T20:27:35.964Z Downloaded autocfg v1.5.1
2752026-09-12T20:27:35.964Z Downloaded corncobs v0.1.4
2762026-09-12T20:27:35.967Z Downloaded daft v0.1.8
2772026-09-12T20:27:35.968Z Downloaded match_cfg v0.1.0
2782026-09-12T20:27:35.968Z Downloaded progenitor-client v0.14.0
2792026-09-12T20:27:35.968Z Downloaded rand_chacha v0.3.1
2802026-09-12T20:27:35.971Z Downloaded pkcs8 v0.10.2
2812026-09-12T20:27:35.974Z Downloaded ref-cast-impl v1.0.26
2822026-09-12T20:27:35.976Z Downloaded keccak v0.1.6
2832026-09-12T20:27:35.976Z Downloaded scopeguard v1.2.0
2842026-09-12T20:27:35.976Z Downloaded percent-encoding v2.3.2
2852026-09-12T20:27:35.976Z Downloaded sha1 v0.11.0
2862026-09-12T20:27:35.977Z Downloaded cmake v0.1.58
2872026-09-12T20:27:35.979Z Downloaded deranged v0.5.8
2882026-09-12T20:27:35.979Z Downloaded nodrop v0.1.14
2892026-09-12T20:27:35.982Z Downloaded rustc-hash v2.1.3
2902026-09-12T20:27:35.982Z Downloaded der_derive v0.7.3
2912026-09-12T20:27:35.982Z Downloaded defmt-macros v1.1.1
2922026-09-12T20:27:35.985Z Downloaded is_terminal_polyfill v1.70.2
2932026-09-12T20:27:35.989Z Downloaded powerfmt v0.2.0
2942026-09-12T20:27:35.989Z Downloaded tap v1.0.1
2952026-09-12T20:27:35.991Z Downloaded oxnet v0.1.6
2962026-09-12T20:27:35.991Z Downloaded supports-hyperlinks v3.2.0
2972026-09-12T20:27:35.991Z Downloaded miette-derive v7.6.0
2982026-09-12T20:27:35.994Z Downloaded mime v0.3.17
2992026-09-12T20:27:35.997Z Downloaded newtype-uuid v1.4.0
3002026-09-12T20:27:35.997Z Downloaded terminal_size v0.4.4
3012026-09-12T20:27:35.997Z Downloaded lock_api v0.4.14
3022026-09-12T20:27:36.000Z Downloaded const-oid v0.9.6
3032026-09-12T20:27:36.000Z Downloaded data-encoding v2.11.1
3042026-09-12T20:27:36.000Z Downloaded defmt v1.1.1
3052026-09-12T20:27:36.004Z Downloaded rustls-native-certs v0.8.4
3062026-09-12T20:27:36.004Z Downloaded darling v0.23.0
3072026-09-12T20:27:36.007Z Downloaded hostname v0.3.1
3082026-09-12T20:27:36.007Z Downloaded yoke-derive v0.8.2
3092026-09-12T20:27:36.007Z Downloaded ciborium v0.2.2
3102026-09-12T20:27:36.007Z Downloaded group v0.13.0
3112026-09-12T20:27:36.010Z Downloaded tokio-fd v0.3.0
3122026-09-12T20:27:36.014Z Downloaded humantime v2.4.0
3132026-09-12T20:27:36.016Z Downloaded crc32fast v1.5.0
3142026-09-12T20:27:36.017Z Downloaded potential_utf v0.1.5
3152026-09-12T20:27:36.020Z Downloaded futures-core v0.3.33
3162026-09-12T20:27:36.023Z Downloaded futures-macro v0.3.33
3172026-09-12T20:27:36.023Z Downloaded backtrace v0.3.76
3182026-09-12T20:27:36.028Z Downloaded jobserver v0.1.35
3192026-09-12T20:27:36.031Z Downloaded memchr v2.8.3
3202026-09-12T20:27:36.034Z Downloaded multer v3.1.0
3212026-09-12T20:27:36.034Z Downloaded quote v1.0.47
3222026-09-12T20:27:36.037Z Downloaded rfc6979 v0.4.0
3232026-09-12T20:27:36.037Z Downloaded hubpack_derive v0.1.1
3242026-09-12T20:27:36.041Z Downloaded hostname v0.4.2
3252026-09-12T20:27:36.041Z Downloaded console v0.16.4
3262026-09-12T20:27:36.043Z Downloaded sha2 v0.10.9
3272026-09-12T20:27:36.043Z Downloaded crossbeam-utils v0.8.22
3282026-09-12T20:27:36.046Z Downloaded chacha20 v0.10.1
3292026-09-12T20:27:36.046Z Downloaded rand_chacha v0.9.0
3302026-09-12T20:27:36.046Z Downloaded serde_spanned v0.6.9
3312026-09-12T20:27:36.049Z Downloaded quinn-udp v0.5.15
3322026-09-12T20:27:36.049Z Downloaded untrusted v0.9.0
3332026-09-12T20:27:36.052Z Downloaded sha1 v0.10.7
3342026-09-12T20:27:36.055Z Downloaded strsim v0.11.1
3352026-09-12T20:27:36.055Z Downloaded strum v0.26.3
3362026-09-12T20:27:36.057Z Downloaded supports-color v3.0.2
3372026-09-12T20:27:36.057Z Downloaded subtle v2.6.1
3382026-09-12T20:27:36.060Z Downloaded version_check v0.9.5
3392026-09-12T20:27:36.060Z Downloaded aws-smithy-schema v0.2.0
3402026-09-12T20:27:36.060Z Downloaded termios v0.3.3
3412026-09-12T20:27:36.062Z Downloaded pkcs1 v0.7.5
3422026-09-12T20:27:36.063Z Downloaded rand_pcg v0.10.2
3432026-09-12T20:27:36.065Z Downloaded ahash v0.8.12
3442026-09-12T20:27:36.068Z Downloaded clap v4.6.6
3452026-09-12T20:27:36.071Z Downloaded is-terminal v0.4.17
3462026-09-12T20:27:36.074Z Downloaded erased-serde v0.3.31
3472026-09-12T20:27:36.074Z Downloaded embedded-io v0.6.1
3482026-09-12T20:27:36.074Z Downloaded ssh-encoding v0.2.0
3492026-09-12T20:27:36.074Z Downloaded heck v0.5.0
3502026-09-12T20:27:36.077Z Downloaded idna_adapter v1.2.2
3512026-09-12T20:27:36.077Z Downloaded zeroize v1.9.0
3522026-09-12T20:27:36.077Z Downloaded zerovec-derive v0.11.3
3532026-09-12T20:27:36.077Z Downloaded hybrid-array v0.4.14
3542026-09-12T20:27:36.080Z Downloaded const-oid v0.10.2
3552026-09-12T20:27:36.082Z Downloaded clap_derive v4.6.4
3562026-09-12T20:27:36.082Z Downloaded form_urlencoded v1.2.2
3572026-09-12T20:27:36.085Z Downloaded ident_case v1.0.1
3582026-09-12T20:27:36.087Z Downloaded crc-any v2.5.1
3592026-09-12T20:27:36.090Z Downloaded allocator-api2 v0.2.21
3602026-09-12T20:27:36.090Z Downloaded base64 v0.22.1
3612026-09-12T20:27:36.093Z Downloaded p256 v0.13.2
3622026-09-12T20:27:36.093Z Downloaded ppv-lite86 v0.2.21
3632026-09-12T20:27:36.096Z Downloaded rustc-demangle v0.1.28
3642026-09-12T20:27:36.096Z Downloaded fastrand v2.5.0
3652026-09-12T20:27:36.096Z Downloaded ed25519 v2.2.3
3662026-09-12T20:27:36.096Z Downloaded env_logger v0.11.11
3672026-09-12T20:27:36.099Z Downloaded http-body-util v0.1.4
3682026-09-12T20:27:36.099Z Downloaded ecdsa v0.16.9
3692026-09-12T20:27:36.099Z Downloaded futures-executor v0.3.33
3702026-09-12T20:27:36.102Z Downloaded knus-derive v3.4.0
3712026-09-12T20:27:36.102Z Downloaded writeable v0.6.3
3722026-09-12T20:27:36.102Z Downloaded serde_spanned v1.1.1
3732026-09-12T20:27:36.102Z Downloaded once_cell v1.21.4
3742026-09-12T20:27:36.105Z Downloaded slab v0.4.12
3752026-09-12T20:27:36.105Z Downloaded typify v0.6.2
3762026-09-12T20:27:36.108Z Downloaded rlimit v0.10.2
3772026-09-12T20:27:36.111Z Downloaded equivalent v1.0.2
3782026-09-12T20:27:36.111Z Downloaded signal-hook v0.4.4
3792026-09-12T20:27:36.114Z Downloaded serde_derive_internals v0.29.1
3802026-09-12T20:27:36.114Z Downloaded shlex v2.0.1
3812026-09-12T20:27:36.114Z Downloaded slog-async v2.8.0
3822026-09-12T20:27:36.114Z Downloaded strum_macros v0.26.4
3832026-09-12T20:27:36.117Z Downloaded smallvec v0.6.14
3842026-09-12T20:27:36.117Z Downloaded supports-unicode v3.0.0
3852026-09-12T20:27:36.117Z Downloaded hubpack v0.1.2
3862026-09-12T20:27:36.117Z Downloaded icu_provider v2.2.0
3872026-09-12T20:27:36.119Z Downloaded ssh-cipher v0.2.0
3882026-09-12T20:27:36.120Z Downloaded tinystr v0.8.3
3892026-09-12T20:27:36.120Z Downloaded try-lock v0.2.5
3902026-09-12T20:27:36.120Z Downloaded waitgroup v0.1.2
3912026-09-12T20:27:36.123Z Downloaded funty v2.0.0
3922026-09-12T20:27:36.123Z Downloaded time-macros v0.2.32
3932026-09-12T20:27:36.123Z Downloaded smallvec v1.15.2
3942026-09-12T20:27:36.123Z Downloaded httparse v1.10.1
3952026-09-12T20:27:36.125Z Downloaded darling_core v0.23.0
3962026-09-12T20:27:36.128Z Downloaded futures v0.3.33
3972026-09-12T20:27:36.131Z Downloaded toml_parser v1.1.3+spec-1.1.0
3982026-09-12T20:27:36.131Z Downloaded ipnetwork v0.21.1
3992026-09-12T20:27:36.134Z Downloaded signature v2.2.0
4002026-09-12T20:27:36.134Z Downloaded tinyvec_macros v0.1.1
4012026-09-12T20:27:36.134Z Downloaded zeroize_derive v1.5.0
4022026-09-12T20:27:36.134Z Downloaded chumsky v0.9.3
4032026-09-12T20:27:36.137Z Downloaded hash32 v0.2.1
4042026-09-12T20:27:36.137Z Downloaded serde-big-array v0.5.1
4052026-09-12T20:27:36.137Z Downloaded dunce v1.0.5
4062026-09-12T20:27:36.140Z Downloaded env_filter v2.0.0
4072026-09-12T20:27:36.140Z Downloaded http-body v1.1.0
4082026-09-12T20:27:36.140Z Downloaded http-range-header v0.4.2
4092026-09-12T20:27:36.140Z Downloaded quinn v0.11.11
4102026-09-12T20:27:36.143Z Downloaded ff v0.13.1
4112026-09-12T20:27:36.143Z Downloaded rustversion v1.0.23
4122026-09-12T20:27:36.143Z Downloaded aws-smithy-runtime-api v1.14.0
4132026-09-12T20:27:36.146Z Downloaded fs_extra v1.3.0
4142026-09-12T20:27:36.146Z Downloaded serde_tokenstream v0.2.3
4152026-09-12T20:27:36.146Z Downloaded proc-macro2 v1.0.107
4162026-09-12T20:27:36.150Z Downloaded indexmap v1.9.3
4172026-09-12T20:27:36.150Z Downloaded aws-smithy-types v1.6.1
4182026-09-12T20:27:36.153Z Downloaded tokio-macros v2.7.2
4192026-09-12T20:27:36.153Z Downloaded xdg v3.0.0
4202026-09-12T20:27:36.153Z Downloaded zerofrom v0.1.8
4212026-09-12T20:27:36.156Z Downloaded spin v0.9.9
4222026-09-12T20:27:36.156Z Downloaded toml v0.8.23
4232026-09-12T20:27:36.156Z Downloaded slog-term v2.9.2
4242026-09-12T20:27:36.159Z Downloaded stable_deref_trait v1.2.1
4252026-09-12T20:27:36.159Z Downloaded sync_wrapper v1.0.2
4262026-09-12T20:27:36.159Z Downloaded time-core v0.1.9
4272026-09-12T20:27:36.163Z Downloaded yoke v0.8.3
4282026-09-12T20:27:36.166Z Downloaded tokio-tungstenite v0.28.0
4292026-09-12T20:27:36.166Z Downloaded vsimd v0.8.0
4302026-09-12T20:27:36.166Z Downloaded semver v1.0.28
4312026-09-12T20:27:36.168Z Downloaded thiserror v2.0.20
4322026-09-12T20:27:36.171Z Downloaded tls_codec v0.4.2
4332026-09-12T20:27:36.174Z Downloaded displaydoc v0.2.7
4342026-09-12T20:27:36.174Z Downloaded synstructure v0.13.2
4352026-09-12T20:27:36.174Z Downloaded httpdate v1.0.3
4362026-09-12T20:27:36.174Z Downloaded der v0.7.10
4372026-09-12T20:27:36.177Z Downloaded postcard v1.1.3
4382026-09-12T20:27:36.179Z Downloaded log v0.4.33
4392026-09-12T20:27:36.179Z Downloaded progenitor-impl v0.14.0
4402026-09-12T20:27:36.179Z Downloaded take_mut v0.2.2
4412026-09-12T20:27:36.182Z Downloaded thiserror v1.0.69
4422026-09-12T20:27:36.185Z Downloaded rand v0.8.7
4432026-09-12T20:27:36.187Z Downloaded serde-hex v0.1.0
4442026-09-12T20:27:36.187Z Downloaded typify-macro v0.6.2
4452026-09-12T20:27:36.190Z Downloaded want v0.3.1
4462026-09-12T20:27:36.191Z Downloaded futures-task v0.3.33
4472026-09-12T20:27:36.191Z Downloaded elliptic-curve v0.13.8
4482026-09-12T20:27:36.191Z Downloaded tokio-rustls v0.26.4
4492026-09-12T20:27:36.193Z Downloaded flagset v0.4.7
4502026-09-12T20:27:36.193Z Downloaded hyper-rustls v0.27.9
4512026-09-12T20:27:36.196Z Downloaded slog-json v2.6.1
4522026-09-12T20:27:36.196Z Downloaded secrecy v0.8.0
4532026-09-12T20:27:36.196Z Downloaded toml_writer v1.1.2+spec-1.1.0
4542026-09-12T20:27:36.199Z Downloaded is_ci v1.2.0
4552026-09-12T20:27:36.199Z Downloaded zerofrom-derive v0.1.7
4562026-09-12T20:27:36.199Z Downloaded sponge-cursor v0.1.0
4572026-09-12T20:27:36.199Z Downloaded home v0.5.12
4582026-09-12T20:27:36.202Z Downloaded ipnet v2.12.1
4592026-09-12T20:27:36.207Z Downloaded http-body v0.4.6
4602026-09-12T20:27:36.210Z Downloaded rustls-pemfile v2.2.0
4612026-09-12T20:27:36.210Z Downloaded crypto-bigint v0.5.5
4622026-09-12T20:27:36.213Z Downloaded schemars v0.8.22
4632026-09-12T20:27:36.218Z Downloaded serde_derive v1.0.229
4642026-09-12T20:27:36.220Z Downloaded hex v0.4.3
4652026-09-12T20:27:36.220Z Downloaded signal-hook-registry v1.4.8
4662026-09-12T20:27:36.221Z Downloaded fnv v1.0.7
4672026-09-12T20:27:36.223Z Downloaded serde_urlencoded v0.7.1
4682026-09-12T20:27:36.223Z Downloaded textwrap v0.16.2
4692026-09-12T20:27:36.223Z Downloaded foldhash v0.2.0
4702026-09-12T20:27:36.226Z Downloaded socket2 v0.6.5
4712026-09-12T20:27:36.226Z Downloaded thiserror-impl v1.0.69
4722026-09-12T20:27:36.230Z Downloaded slog-bunyan v2.5.0
4732026-09-12T20:27:36.233Z Downloaded thread_local v1.1.10
4742026-09-12T20:27:36.233Z Downloaded itoa v1.0.18
4752026-09-12T20:27:36.233Z Downloaded tracing-core v0.1.36
4762026-09-12T20:27:36.236Z Downloaded cc v1.4.2
4772026-09-12T20:27:36.236Z Downloaded embedded-io v0.4.0
4782026-09-12T20:27:36.239Z Downloaded hmac v0.12.1
4792026-09-12T20:27:36.239Z Downloaded xdg v2.5.2
4802026-09-12T20:27:36.241Z Downloaded futures-sink v0.3.33
4812026-09-12T20:27:36.244Z Downloaded utf8parse v0.2.2
4822026-09-12T20:27:36.247Z Downloaded thiserror-impl v2.0.20
4832026-09-12T20:27:36.247Z Downloaded find-msvc-tools v0.1.10
4842026-09-12T20:27:36.250Z Downloaded simd-adler32 v0.3.10
4852026-09-12T20:27:36.252Z Downloaded rustls-pki-types v1.15.1
4862026-09-12T20:27:36.252Z Downloaded icu_properties v2.2.0
4872026-09-12T20:27:36.255Z Downloaded ryu v1.0.23
4882026-09-12T20:27:36.260Z Downloaded futures-channel v0.3.33
4892026-09-12T20:27:36.262Z Downloaded toml_datetime v0.6.11
4902026-09-12T20:27:36.265Z Downloaded serde_path_to_error v0.1.20
4912026-09-12T20:27:36.268Z Downloaded inout v0.1.4
4922026-09-12T20:27:36.271Z Downloaded rustls-webpki v0.103.13
4932026-09-12T20:27:36.277Z Downloaded static_assertions v1.1.0
4942026-09-12T20:27:36.281Z Downloaded spki v0.7.3
4952026-09-12T20:27:36.291Z Downloaded serde_with_macros v3.22.0
4962026-09-12T20:27:36.294Z Downloaded crossbeam-channel v0.5.16
4972026-09-12T20:27:36.297Z Downloaded zmij v1.0.23
4982026-09-12T20:27:36.297Z Downloaded either v1.17.0
4992026-09-12T20:27:36.297Z Downloaded shlex v1.3.0
5002026-09-12T20:27:36.297Z Downloaded tls_codec_derive v0.4.2
5012026-09-12T20:27:36.300Z Downloaded heapless v0.7.17
5022026-09-12T20:27:36.302Z Downloaded serde v1.0.229
5032026-09-12T20:27:36.302Z Downloaded toml v1.1.4+spec-1.1.0
5042026-09-12T20:27:36.305Z Downloaded unicode-ident v1.0.24
5052026-09-12T20:27:36.306Z Downloaded keccak v0.2.2
5062026-09-12T20:27:36.308Z Downloaded uuid v1.24.0
5072026-09-12T20:27:36.308Z Downloaded tungstenite v0.28.0
5082026-09-12T20:27:36.311Z Downloaded dropshot_endpoint v0.17.1
5092026-09-12T20:27:36.315Z Downloaded tempfile v3.27.0
5102026-09-12T20:27:36.315Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5112026-09-12T20:27:36.315Z Downloaded getrandom v0.4.3
5122026-09-12T20:27:36.318Z Downloaded serde_yaml v0.9.34+deprecated
5132026-09-12T20:27:36.318Z Downloaded sec1 v0.7.3
5142026-09-12T20:27:36.321Z Downloaded getrandom v0.2.17
5152026-09-12T20:27:36.321Z Downloaded iana-time-zone v0.1.65
5162026-09-12T20:27:36.324Z Downloaded x509-cert v0.2.5
5172026-09-12T20:27:36.326Z Downloaded num-bigint-dig v0.8.6
5182026-09-12T20:27:36.326Z Downloaded term v1.2.1
5192026-09-12T20:27:36.329Z Downloaded knus v3.4.0
5202026-09-12T20:27:36.329Z Downloaded schemars_derive v0.8.22
5212026-09-12T20:27:36.332Z Downloaded unsafe-libyaml v0.2.11
5222026-09-12T20:27:36.332Z Downloaded rand v0.9.5
5232026-09-12T20:27:36.335Z Downloaded url v2.5.8
5242026-09-12T20:27:36.339Z Downloaded rand v0.10.2
5252026-09-12T20:27:36.342Z Downloaded getrandom v0.3.4
5262026-09-12T20:27:36.342Z Downloaded miette v7.6.0
5272026-09-12T20:27:36.344Z Downloaded wyz v0.5.1
5282026-09-12T20:27:36.344Z Downloaded tracing-attributes v0.1.31
5292026-09-12T20:27:36.358Z Downloaded zerotrie v0.2.4
5302026-09-12T20:27:36.361Z Downloaded half v2.7.1
5312026-09-12T20:27:36.364Z Downloaded slog v2.8.2
5322026-09-12T20:27:36.367Z Downloaded rsa v0.9.10
5332026-09-12T20:27:36.367Z Downloaded bitvec v1.1.1
5342026-09-12T20:27:36.376Z Downloaded indexmap v2.14.0
5352026-09-12T20:27:36.378Z Downloaded hashbrown v0.12.3
5362026-09-12T20:27:36.381Z Downloaded serde_core v1.0.229
5372026-09-12T20:27:36.381Z Downloaded tinyvec v1.12.0
5382026-09-12T20:27:36.384Z Downloaded typenum v1.20.1
5392026-09-12T20:27:36.387Z Downloaded schemars v0.9.0
5402026-09-12T20:27:36.391Z Downloaded http v0.2.12
5412026-09-12T20:27:36.394Z Downloaded zerocopy-derive v0.8.56
5422026-09-12T20:27:36.397Z Downloaded icu_collections v2.2.0
5432026-09-12T20:27:36.400Z Downloaded icu_normalizer v2.2.0
5442026-09-12T20:27:36.403Z Downloaded rustls-platform-verifier v0.7.0
5452026-09-12T20:27:36.406Z Downloaded indicatif v0.18.6
5462026-09-12T20:27:36.408Z Downloaded schemars v1.2.2
5472026-09-12T20:27:36.414Z Downloaded icu_normalizer_data v2.2.0
5482026-09-12T20:27:36.416Z Downloaded hashbrown v0.17.1
5492026-09-12T20:27:36.419Z Downloaded hashbrown v0.16.1
5502026-09-12T20:27:36.422Z Downloaded hyper-util v0.1.20
5512026-09-12T20:27:36.425Z Downloaded reqwest v0.13.4
5522026-09-12T20:27:36.427Z Downloaded toml_edit v0.22.27
5532026-09-12T20:27:36.430Z Downloaded tower v0.5.3
5542026-09-12T20:27:36.434Z Downloaded icu_locale_core v2.2.0
5552026-09-12T20:27:36.437Z Downloaded clap_builder v4.6.6
5562026-09-12T20:27:36.440Z Downloaded futures-util v0.3.33
5572026-09-12T20:27:36.446Z Downloaded ed25519-dalek v2.2.0
5582026-09-12T20:27:36.449Z Downloaded blake3 v1.8.6
5592026-09-12T20:27:36.452Z Downloaded p521 v0.13.3
5602026-09-12T20:27:36.455Z Downloaded ssh-key v0.6.7
5612026-09-12T20:27:36.458Z Downloaded flate2 v1.1.9
5622026-09-12T20:27:36.460Z Downloaded hyper v1.11.0
5632026-09-12T20:27:36.464Z Downloaded hashbrown v0.14.5
5642026-09-12T20:27:36.467Z Downloaded unicode-segmentation v1.13.3
5652026-09-12T20:27:36.469Z Downloaded libm v0.2.16
5662026-09-12T20:27:36.473Z Downloaded aho-corasick v1.1.5
5672026-09-12T20:27:36.476Z Downloaded aws-lc-rs v1.18.0
5682026-09-12T20:27:36.482Z Downloaded tokio-util v0.7.19
5692026-09-12T20:27:36.486Z Downloaded serde_json v1.0.151
5702026-09-12T20:27:36.489Z Downloaded http v1.5.0
5712026-09-12T20:27:36.492Z Downloaded regex v1.13.1
5722026-09-12T20:27:36.495Z Downloaded winnow v1.0.4
5732026-09-12T20:27:36.499Z Downloaded jiff-core v0.1.0
5742026-09-12T20:27:36.502Z Downloaded portable-atomic v1.15.0
5752026-09-12T20:27:36.506Z Downloaded h2 v0.4.15
5762026-09-12T20:27:36.509Z Downloaded tower-http v0.6.11
5772026-09-12T20:27:36.514Z Downloaded chrono v0.4.45
5782026-09-12T20:27:36.518Z Downloaded serde_with v3.22.0
5792026-09-12T20:27:36.524Z Downloaded sha3 v0.12.0
5802026-09-12T20:27:36.527Z Downloaded winnow v0.7.15
5812026-09-12T20:27:36.531Z Downloaded zerocopy v0.8.56
5822026-09-12T20:27:36.541Z Downloaded idna v1.1.0
5832026-09-12T20:27:36.544Z Downloaded p384 v0.13.1
5842026-09-12T20:27:36.547Z Downloaded unicode-width v0.2.2
5852026-09-12T20:27:36.550Z Downloaded curve25519-dalek v4.1.3
5862026-09-12T20:27:36.554Z Downloaded unicode-width v0.1.14
5872026-09-12T20:27:36.557Z Downloaded icu_properties_data v2.2.0
5882026-09-12T20:27:36.563Z Downloaded syn v3.0.3
5892026-09-12T20:27:36.569Z Downloaded time v0.3.55
5902026-09-12T20:27:36.576Z Downloaded dropshot v0.17.1
5912026-09-12T20:27:36.588Z Downloaded quinn-proto v0.11.16
5922026-09-12T20:27:36.592Z Downloaded hkdf v0.12.4
5932026-09-12T20:27:36.595Z Downloaded radix_trie v0.3.0
5942026-09-12T20:27:36.598Z Downloaded salty v0.3.0
5952026-09-12T20:27:36.614Z Downloaded tokio v1.53.1
5962026-09-12T20:27:36.638Z Downloaded syn v1.0.109
5972026-09-12T20:27:36.665Z Downloaded openapiv3 v2.2.0
5982026-09-12T20:27:36.672Z Downloaded object v0.37.3
5992026-09-12T20:27:36.684Z Downloaded gimli v0.32.3
6002026-09-12T20:27:36.688Z Downloaded regress v0.11.1
6012026-09-12T20:27:36.693Z Downloaded regex-syntax v0.8.11
6022026-09-12T20:27:36.697Z Downloaded rustix v0.38.44
6032026-09-12T20:27:36.709Z Downloaded syn v2.0.119
6042026-09-12T20:27:36.716Z Downloaded rustls v0.23.43
6052026-09-12T20:27:36.722Z Downloaded rustix v1.1.4
6062026-09-12T20:27:36.757Z Downloaded typify-impl v0.6.2
6072026-09-12T20:27:36.774Z Downloaded tracing v0.1.44
6082026-09-12T20:27:36.796Z Downloaded regex-automata v0.4.18
6092026-09-12T20:27:36.833Z Downloaded libc v0.2.189
6102026-09-12T20:27:36.854Z Downloaded jiff v0.2.35
6112026-09-12T20:27:36.870Z Downloaded sha3 v0.10.9
6122026-09-12T20:27:36.926Z Downloaded encoding_rs v0.8.35
6132026-09-12T20:27:36.939Z Downloaded ring v0.17.14
6142026-09-12T20:27:37.120Z Downloaded aws-lc-sys v0.44.0
6152026-09-12T20:27:37.373Z Compiling proc-macro2 v1.0.107
6162026-09-12T20:27:37.374Z Compiling quote v1.0.47
6172026-09-12T20:27:37.374Z Compiling unicode-ident v1.0.24
6182026-09-12T20:27:37.376Z Compiling libc v0.2.189
6192026-09-12T20:27:37.376Z Compiling cfg-if v1.0.4
6202026-09-12T20:27:37.376Z Compiling version_check v0.9.5
6212026-09-12T20:27:37.513Z Compiling serde_core v1.0.229
6222026-09-12T20:27:37.627Z Compiling serde v1.0.229
6232026-09-12T20:27:37.660Z Compiling autocfg v1.5.1
6242026-09-12T20:27:37.839Z Compiling generic-array v0.14.7
6252026-09-12T20:27:37.961Z Compiling libm v0.2.16
6262026-09-12T20:27:38.016Z Compiling typenum v1.20.1
6272026-09-12T20:27:38.087Z Compiling subtle v2.6.1
6282026-09-12T20:27:38.248Z Compiling smallvec v1.15.2
6292026-09-12T20:27:38.320Z Compiling memchr v2.8.3
6302026-09-12T20:27:38.387Z Compiling itoa v1.0.18
6312026-09-12T20:27:38.529Z Compiling errno v0.3.14
6322026-09-12T20:27:38.579Z Compiling bytes v1.12.1
6332026-09-12T20:27:38.640Z Compiling const-oid v0.9.6
6342026-09-12T20:27:38.916Z Compiling syn v2.0.119
6352026-09-12T20:27:38.931Z Compiling syn v3.0.3
6362026-09-12T20:27:38.970Z Compiling scopeguard v1.2.0
6372026-09-12T20:27:39.083Z Compiling lock_api v0.4.14
6382026-09-12T20:27:39.335Z Compiling pin-project-lite v0.2.17
6392026-09-12T20:27:39.441Z Compiling thiserror v2.0.20
6402026-09-12T20:27:39.485Z Compiling zmij v1.0.23
6412026-09-12T20:27:39.509Z Compiling zeroize v1.9.0
6422026-09-12T20:27:39.526Z Compiling parking_lot_core v0.9.12
6432026-09-12T20:27:39.682Z Compiling signal-hook-registry v1.4.8
6442026-09-12T20:27:39.798Z Compiling num-traits v0.2.19
6452026-09-12T20:27:39.834Z Compiling futures-core v0.3.33
6462026-09-12T20:27:39.917Z Compiling serde_json v1.0.151
6472026-09-12T20:27:40.162Z Compiling socket2 v0.6.5
6482026-09-12T20:27:40.183Z Compiling mio v1.2.2
6492026-09-12T20:27:40.228Z Compiling semver v1.0.28
6502026-09-12T20:27:40.330Z Compiling parking_lot v0.12.5
6512026-09-12T20:27:40.403Z Compiling heck v0.5.0
6522026-09-12T20:27:40.520Z Compiling base64ct v1.8.3
6532026-09-12T20:27:40.870Z Compiling pem-rfc7468 v0.7.0
6542026-09-12T20:27:40.883Z Compiling futures-sink v0.3.33
6552026-09-12T20:27:40.990Z Compiling http v1.5.0
6562026-09-12T20:27:41.264Z Compiling getrandom v0.2.17
6572026-09-12T20:27:41.533Z Compiling once_cell v1.21.4
6582026-09-12T20:27:41.732Z Compiling rand_core v0.6.4
6592026-09-12T20:27:41.775Z Compiling rustc_version v0.4.1
6602026-09-12T20:27:41.876Z Compiling jobserver v0.1.35
6612026-09-12T20:27:41.992Z Compiling flagset v0.4.7
6622026-09-12T20:27:42.033Z Compiling zerocopy v0.8.56
6632026-09-12T20:27:42.045Z Compiling shlex v2.0.1
6642026-09-12T20:27:42.147Z Compiling slab v0.4.12
6652026-09-12T20:27:42.161Z Compiling serde_derive v1.0.229
6662026-09-12T20:27:42.186Z Compiling thiserror-impl v2.0.20
6672026-09-12T20:27:42.224Z Compiling tokio-macros v2.7.2
6682026-09-12T20:27:42.349Z Compiling find-msvc-tools v0.1.10
6692026-09-12T20:27:42.470Z Compiling futures-channel v0.3.33
6702026-09-12T20:27:42.578Z Compiling cc v1.4.2
6712026-09-12T20:27:42.603Z Compiling bitflags v2.13.1
6722026-09-12T20:27:42.727Z Compiling synstructure v0.13.2
6732026-09-12T20:27:42.886Z Compiling zeroize_derive v1.5.0
6742026-09-12T20:27:42.992Z Compiling der_derive v0.7.3
6752026-09-12T20:27:43.005Z Compiling tokio v1.53.1
6762026-09-12T20:27:43.066Z Compiling zerocopy-derive v0.8.56
6772026-09-12T20:27:43.205Z Compiling futures-macro v0.3.33
6782026-09-12T20:27:43.439Z Compiling futures-io v0.3.33
6792026-09-12T20:27:43.637Z Compiling log v0.4.33
6802026-09-12T20:27:43.887Z Compiling futures-task v0.3.33
6812026-09-12T20:27:43.900Z Compiling stable_deref_trait v1.2.1
6822026-09-12T20:27:43.990Z Compiling der v0.7.10
6832026-09-12T20:27:44.071Z Compiling futures-util v0.3.33
6842026-09-12T20:27:44.102Z Compiling rustversion v1.0.23
6852026-09-12T20:27:44.327Z Compiling crypto-common v0.1.7
6862026-09-12T20:27:44.360Z Compiling block-buffer v0.10.4
6872026-09-12T20:27:44.467Z Compiling getrandom v0.4.3
6882026-09-12T20:27:44.480Z Compiling digest v0.10.7
6892026-09-12T20:27:44.774Z Compiling zerofrom-derive v0.1.7
6902026-09-12T20:27:45.076Z Compiling spki v0.7.3
6912026-09-12T20:27:45.507Z Compiling schemars v0.8.22
6922026-09-12T20:27:45.545Z Compiling cpufeatures v0.2.17
6932026-09-12T20:27:45.620Z Compiling equivalent v1.0.2
6942026-09-12T20:27:45.968Z Compiling zerofrom v0.1.8
6952026-09-12T20:27:46.096Z Compiling yoke-derive v0.8.2
6962026-09-12T20:27:46.365Z Compiling serde_derive_internals v0.29.1
6972026-09-12T20:27:46.693Z Compiling cmake v0.1.58
6982026-09-12T20:27:46.972Z Compiling allocator-api2 v0.2.21
6992026-09-12T20:27:47.020Z Compiling fs_extra v1.3.0
7002026-09-12T20:27:47.023Z Compiling dunce v1.0.5
7012026-09-12T20:27:47.089Z Compiling schemars_derive v0.8.22
7022026-09-12T20:27:47.125Z Compiling fnv v1.0.7
7032026-09-12T20:27:47.180Z Compiling yoke v0.8.3
7042026-09-12T20:27:47.227Z Compiling pkg-config v0.3.33
7052026-09-12T20:27:47.292Z Compiling pkcs8 v0.10.2
7062026-09-12T20:27:47.379Z Compiling zerovec-derive v0.11.3
7072026-09-12T20:27:47.507Z Compiling http-body v1.1.0
7082026-09-12T20:27:47.660Z Compiling aws-lc-sys v0.44.0
7092026-09-12T20:27:47.675Z Compiling iana-time-zone v0.1.65
7102026-09-12T20:27:48.023Z Compiling chrono v0.4.45
7112026-09-12T20:27:48.220Z Compiling tracing-attributes v0.1.31
7122026-09-12T20:27:48.351Z Compiling displaydoc v0.2.7
7132026-09-12T20:27:48.386Z Compiling tracing-core v0.1.36
7142026-09-12T20:27:48.548Z Compiling zerovec v0.11.6
7152026-09-12T20:27:49.097Z Compiling hashbrown v0.17.1
7162026-09-12T20:27:49.133Z Compiling rustix v1.1.4
7172026-09-12T20:27:49.445Z Compiling sha2 v0.10.9
7182026-09-12T20:27:49.468Z Compiling tracing v0.1.44
7192026-09-12T20:27:49.704Z Compiling indexmap v2.14.0
7202026-09-12T20:27:49.755Z Compiling curve25519-dalek v4.1.3
7212026-09-12T20:27:49.846Z Compiling httparse v1.10.1
7222026-09-12T20:27:50.053Z Compiling aws-lc-rs v1.18.0
7232026-09-12T20:27:50.373Z Compiling slog v2.8.2
7242026-09-12T20:27:50.428Z Compiling rustls-pki-types v1.15.1
7252026-09-12T20:27:50.503Z Compiling num-conv v0.2.2
7262026-09-12T20:27:50.617Z Compiling time-core v0.1.9
7272026-09-12T20:27:50.817Z Compiling time-macros v0.2.32
7282026-09-12T20:27:51.294Z Compiling tinystr v0.8.3
7292026-09-12T20:27:51.400Z Compiling ppv-lite86 v0.2.21
7302026-09-12T20:27:51.451Z Compiling uuid v1.24.0
7312026-09-12T20:27:51.504Z Compiling erased-serde v0.3.31
7322026-09-12T20:27:51.731Z Compiling hmac v0.12.1
7332026-09-12T20:27:51.888Z Compiling signature v2.2.0
7342026-09-12T20:27:51.981Z Compiling curve25519-dalek-derive v0.1.1
7352026-09-12T20:27:52.029Z Compiling num_threads v0.1.7
7362026-09-12T20:27:52.053Z Compiling percent-encoding v2.3.2
7372026-09-12T20:27:52.121Z Compiling powerfmt v0.2.0
7382026-09-12T20:27:52.316Z Compiling strsim v0.11.1
7392026-09-12T20:27:52.339Z Compiling ryu v1.0.23
7402026-09-12T20:27:52.375Z Compiling writeable v0.6.3
7412026-09-12T20:27:52.593Z Compiling deranged v0.5.8
7422026-09-12T20:27:52.618Z Compiling utf8parse v0.2.2
7432026-09-12T20:27:52.621Z Compiling litemap v0.8.2
7442026-09-12T20:27:52.788Z Compiling zerotrie v0.2.4
7452026-09-12T20:27:52.815Z Compiling icu_locale_core v2.2.0
7462026-09-12T20:27:52.827Z Compiling potential_utf v0.1.5
7472026-09-12T20:27:53.003Z Compiling http-body-util v0.1.4
7482026-09-12T20:27:53.218Z Compiling clap_derive v4.6.4
7492026-09-12T20:27:53.296Z Compiling ff v0.13.1
7502026-09-12T20:27:53.351Z Compiling syn v1.0.109
7512026-09-12T20:27:53.448Z Compiling untrusted v0.9.0
7522026-09-12T20:27:53.461Z Compiling utf8_iter v1.0.4
7532026-09-12T20:27:53.577Z Compiling icu_normalizer_data v2.2.0
7542026-09-12T20:27:53.621Z Compiling time v0.3.55
7552026-09-12T20:27:53.680Z Compiling dyn-clone v1.0.20
7562026-09-12T20:27:53.692Z Compiling rustls v0.23.43
7572026-09-12T20:27:53.825Z Compiling base16ct v0.2.0
7582026-09-12T20:27:53.828Z Compiling icu_properties_data v2.2.0
7592026-09-12T20:27:54.070Z Compiling sec1 v0.7.3
7602026-09-12T20:27:54.139Z Compiling icu_provider v2.2.0
7612026-09-12T20:27:54.699Z Compiling icu_collections v2.2.0
7622026-09-12T20:27:54.858Z Compiling group v0.13.0
7632026-09-12T20:27:55.059Z Compiling anstyle-parse v1.0.0
7642026-09-12T20:27:55.122Z Compiling hkdf v0.12.4
7652026-09-12T20:27:55.270Z Compiling crypto-bigint v0.5.5
7662026-09-12T20:27:55.300Z Compiling is_terminal_polyfill v1.70.2
7672026-09-12T20:27:55.401Z Compiling anstyle v1.0.14
7682026-09-12T20:27:55.404Z Compiling anstyle-query v1.1.5
7692026-09-12T20:27:55.445Z Compiling atomic-waker v1.1.2
7702026-09-12T20:27:55.513Z Compiling colorchoice v1.0.5
7712026-09-12T20:27:55.632Z Compiling anstream v1.0.0
7722026-09-12T20:27:55.953Z Compiling form_urlencoded v1.2.2
7732026-09-12T20:27:56.112Z Compiling serde_tokenstream v0.2.3
7742026-09-12T20:27:56.215Z Compiling elliptic-curve v0.13.8
7752026-09-12T20:27:56.399Z Compiling tokio-util v0.7.19
7762026-09-12T20:27:56.502Z Compiling num-integer v0.1.46
7772026-09-12T20:27:56.598Z Compiling spin v0.9.9
7782026-09-12T20:27:56.612Z Compiling object v0.37.3
7792026-09-12T20:27:56.823Z Compiling tower-layer v0.3.3
7802026-09-12T20:27:56.984Z Compiling tower-service v0.3.3
7812026-09-12T20:27:56.996Z Compiling foldhash v0.2.0
7822026-09-12T20:27:57.020Z Compiling base64 v0.22.1
7832026-09-12T20:27:57.078Z Compiling try-lock v0.2.5
7842026-09-12T20:27:57.148Z Compiling hashbrown v0.16.1
7852026-09-12T20:27:57.193Z Compiling want v0.3.1
7862026-09-12T20:27:57.206Z Compiling h2 v0.4.15
7872026-09-12T20:27:57.373Z Compiling icu_normalizer v2.2.0
7882026-09-12T20:27:57.481Z Compiling icu_properties v2.2.0
7892026-09-12T20:27:57.497Z Compiling rfc6979 v0.4.0
7902026-09-12T20:27:57.637Z Compiling terminal_size v0.4.4
7912026-09-12T20:27:57.944Z Compiling ahash v0.8.12
7922026-09-12T20:27:58.214Z Compiling httpdate v1.0.3
7932026-09-12T20:27:58.652Z Compiling gimli v0.32.3
7942026-09-12T20:27:58.758Z Compiling clap_lex v1.1.0
7952026-09-12T20:27:58.773Z Compiling getrandom v0.3.4
7962026-09-12T20:27:59.082Z Compiling adler2 v2.0.1
7972026-09-12T20:27:59.141Z Compiling clap_builder v4.6.6
7982026-09-12T20:27:59.212Z Compiling miniz_oxide v0.8.9
7992026-09-12T20:27:59.354Z Compiling idna_adapter v1.2.2
8002026-09-12T20:27:59.503Z Compiling regress v0.11.1
8012026-09-12T20:27:59.518Z Compiling ecdsa v0.16.9
8022026-09-12T20:28:00.106Z Compiling hyper v1.11.0
8032026-09-12T20:28:00.381Z Compiling addr2line v0.25.1
8042026-09-12T20:28:00.648Z Compiling primeorder v0.13.6
8052026-09-12T20:28:00.919Z Compiling rand_chacha v0.3.1
8062026-09-12T20:28:01.464Z Compiling hybrid-array v0.4.14
8072026-09-12T20:28:01.937Z Compiling owo-colors v4.3.0
8082026-09-12T20:28:02.118Z Compiling ident_case v1.0.1
8092026-09-12T20:28:02.121Z Compiling rustc-demangle v0.1.28
8102026-09-12T20:28:02.241Z Compiling ipnet v2.12.1
8112026-09-12T20:28:02.350Z Compiling darling_core v0.23.0
8122026-09-12T20:28:02.485Z Compiling backtrace v0.3.76
8132026-09-12T20:28:03.062Z Compiling hyper-util v0.1.20
8142026-09-12T20:28:03.578Z Compiling typify-impl v0.6.2
8152026-09-12T20:28:03.716Z Compiling rand v0.8.7
8162026-09-12T20:28:04.418Z Compiling clap v4.6.6
8172026-09-12T20:28:04.501Z Compiling idna v1.1.0
8182026-09-12T20:28:05.031Z Compiling ed25519 v2.2.3
8192026-09-12T20:28:05.179Z Compiling http v0.2.12
8202026-09-12T20:28:05.993Z Compiling x509-cert v0.2.5
8212026-09-12T20:28:06.110Z Compiling proc-macro-error-attr2 v2.0.0
8222026-09-12T20:28:06.533Z Compiling encoding_rs v0.8.35
8232026-09-12T20:28:06.776Z Compiling num-bigint-dig v0.8.6
8242026-09-12T20:28:06.863Z Compiling anyhow v1.0.104
8252026-09-12T20:28:06.890Z Compiling outref v0.5.2
8262026-09-12T20:28:06.997Z Compiling unicode-linebreak v0.1.5
8272026-09-12T20:28:07.083Z Compiling thiserror v1.0.69
8282026-09-12T20:28:07.143Z Compiling vsimd v0.8.0
8292026-09-12T20:28:07.186Z Compiling paste v1.0.15
8302026-09-12T20:28:07.224Z Compiling mime v0.3.17
8312026-09-12T20:28:07.403Z Compiling either v1.17.0
8322026-09-12T20:28:07.550Z Compiling hex v0.4.3
8332026-09-12T20:28:07.689Z Compiling unicode-width v0.2.2
8342026-09-12T20:28:07.703Z Compiling is_ci v1.2.0
8352026-09-12T20:28:07.828Z Compiling supports-color v3.0.2
8362026-09-12T20:28:07.961Z Compiling textwrap v0.16.2
8372026-09-12T20:28:07.983Z Compiling bytes-utils v0.1.4
8382026-09-12T20:28:08.113Z Compiling base64-simd v0.8.0
8392026-09-12T20:28:08.413Z Compiling lazy_static v1.5.0
8402026-09-12T20:28:08.522Z Compiling typify-macro v0.6.2
8412026-09-12T20:28:08.538Z Compiling proc-macro-error2 v2.0.1
8422026-09-12T20:28:08.609Z Compiling num-iter v0.1.46
8432026-09-12T20:28:08.728Z Compiling http-body v0.4.6
8442026-09-12T20:28:08.811Z Compiling ed25519-dalek v2.2.0
8452026-09-12T20:28:08.992Z Compiling rand_core v0.9.5
8462026-09-12T20:28:09.247Z Compiling url v2.5.8
8472026-09-12T20:28:09.830Z Compiling darling_macro v0.23.0
8482026-09-12T20:28:09.878Z Compiling hashbrown v0.14.5
8492026-09-12T20:28:10.250Z Compiling backtrace-ext v0.2.1
8502026-09-12T20:28:10.399Z Compiling crypto-common v0.2.2
8512026-09-12T20:28:10.412Z Compiling block-buffer v0.12.1
8522026-09-12T20:28:10.537Z Compiling serde_urlencoded v0.7.1
8532026-09-12T20:28:10.677Z Compiling inout v0.1.4
8542026-09-12T20:28:10.777Z Compiling miette-derive v7.6.0
8552026-09-12T20:28:10.780Z Compiling thiserror-impl v1.0.69
8562026-09-12T20:28:10.802Z Compiling sync_wrapper v1.0.2
8572026-09-12T20:28:10.863Z Compiling openssl-probe v0.2.1
8582026-09-12T20:28:10.909Z Compiling fastrand v2.5.0
8592026-09-12T20:28:11.105Z Compiling const-oid v0.10.2
8602026-09-12T20:28:11.231Z Compiling pin-utils v0.1.0
8612026-09-12T20:28:11.234Z Compiling crossbeam-utils v0.8.22
8622026-09-12T20:28:11.306Z Compiling unicode-width v0.1.14
8632026-09-12T20:28:11.556Z Compiling crc32fast v1.5.0
8642026-09-12T20:28:11.568Z Compiling radium v0.7.0
8652026-09-12T20:28:11.682Z Compiling camino v1.2.5
8662026-09-12T20:28:11.873Z Compiling supports-hyperlinks v3.2.0
8672026-09-12T20:28:11.899Z Compiling supports-unicode v3.0.0
8682026-09-12T20:28:12.007Z Compiling miette v7.6.0
8692026-09-12T20:28:12.130Z Compiling aws-smithy-types v1.6.1
8702026-09-12T20:28:12.289Z Compiling digest v0.11.3
8712026-09-12T20:28:12.473Z Compiling tempfile v3.27.0
8722026-09-12T20:28:12.762Z Compiling rustls-native-certs v0.8.4
8732026-09-12T20:28:12.956Z Compiling tower v0.5.3
8742026-09-12T20:28:13.066Z Compiling cipher v0.4.4
8752026-09-12T20:28:13.566Z Compiling darling v0.23.0
8762026-09-12T20:28:13.596Z Compiling chumsky v0.9.3
8772026-09-12T20:28:13.649Z Compiling rand_chacha v0.9.0
8782026-09-12T20:28:13.652Z Compiling knus-derive v3.4.0
8792026-09-12T20:28:14.428Z Compiling pkcs1 v0.7.5
8802026-09-12T20:28:14.474Z Compiling ssh-encoding v0.2.0
8812026-09-12T20:28:14.487Z Compiling half v2.7.1
8822026-09-12T20:28:14.499Z Compiling aws-smithy-async v1.3.0
8832026-09-12T20:28:14.764Z Compiling aws-smithy-runtime-api-macros v1.1.0
8842026-09-12T20:28:14.776Z Compiling aho-corasick v1.1.5
8852026-09-12T20:28:14.791Z Compiling tap v1.0.1
8862026-09-12T20:28:14.833Z Compiling regex-syntax v0.8.11
8872026-09-12T20:28:15.013Z Compiling keccak v0.1.6
8882026-09-12T20:28:15.069Z Compiling byteorder v1.5.0
8892026-09-12T20:28:15.205Z Compiling omicron-workspace-hack v0.1.0
8902026-09-12T20:28:15.205Z Compiling cpufeatures v0.3.0
8912026-09-12T20:28:15.271Z Compiling ciborium-io v0.2.2
8922026-09-12T20:28:15.328Z Compiling maybe-uninit v2.0.0
8932026-09-12T20:28:15.368Z Compiling ipnetwork v0.21.1
8942026-09-12T20:28:15.396Z Compiling simd-adler32 v0.3.10
8952026-09-12T20:28:15.454Z Compiling ciborium-ll v0.2.2
8962026-09-12T20:28:15.469Z Compiling aws-smithy-runtime-api v1.14.0
8972026-09-12T20:28:15.682Z Compiling oxnet v0.1.6
8982026-09-12T20:28:15.789Z Compiling sha3 v0.10.9
8992026-09-12T20:28:16.045Z Compiling knus v3.4.0
9002026-09-12T20:28:16.124Z Compiling wyz v0.5.1
9012026-09-12T20:28:16.248Z Compiling regex-automata v0.4.18
9022026-09-12T20:28:16.331Z Compiling ssh-cipher v0.2.0
9032026-09-12T20:28:16.503Z Compiling rsa v0.9.10
9042026-09-12T20:28:16.846Z Compiling p384 v0.13.1
9052026-09-12T20:28:17.068Z Compiling rand v0.9.5
9062026-09-12T20:28:17.082Z Compiling serde_with_macros v3.22.0
9072026-09-12T20:28:17.231Z Compiling tower-http v0.6.11
9082026-09-12T20:28:18.286Z Compiling p256 v0.13.2
9092026-09-12T20:28:18.551Z Compiling hubpack_derive v0.1.1
9102026-09-12T20:28:18.569Z Compiling sha1 v0.10.7
9112026-09-12T20:28:18.649Z Compiling newtype-uuid v1.4.0
9122026-09-12T20:28:18.778Z Compiling openapiv3 v2.2.0
9132026-09-12T20:28:18.852Z Compiling strum_macros v0.26.4
9142026-09-12T20:28:19.225Z Compiling env_filter v2.0.0
9152026-09-12T20:28:19.482Z Compiling daft-derive v0.1.8
9162026-09-12T20:28:19.925Z Compiling heapless v0.7.17
9172026-09-12T20:28:20.223Z Compiling serde_path_to_error v0.1.20
9182026-09-12T20:28:20.260Z Compiling thread_local v1.1.10
9192026-09-12T20:28:20.500Z Compiling funty v2.0.0
9202026-09-12T20:28:20.679Z Compiling packed_struct v0.10.1
9212026-09-12T20:28:20.989Z Compiling rlimit v0.10.2
9222026-09-12T20:28:21.259Z Compiling salty v0.3.0
9232026-09-12T20:28:21.794Z Compiling data-encoding v2.11.1
9242026-09-12T20:28:22.160Z Compiling utf-8 v0.7.6
9252026-09-12T20:28:22.350Z Compiling slog-async v2.8.0
9262026-09-12T20:28:22.381Z Compiling tungstenite v0.28.0
9272026-09-12T20:28:22.625Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
9282026-09-12T20:28:25.277Z Compiling bitvec v1.1.1
9292026-09-12T20:28:25.649Z Compiling strum v0.26.3
9302026-09-12T20:28:25.788Z Compiling daft v0.1.8
9312026-09-12T20:28:26.109Z Compiling env_logger v0.11.11
9322026-09-12T20:28:26.336Z Compiling hubpack v0.1.2
9332026-09-12T20:28:26.578Z Compiling ssh-key v0.6.7
9342026-09-12T20:28:26.943Z Compiling crossbeam-channel v0.5.16
9352026-09-12T20:28:27.037Z Compiling serde_with v3.22.0
9362026-09-12T20:28:27.634Z Compiling regex v1.13.1
9372026-09-12T20:28:28.026Z Compiling flate2 v1.1.9
9382026-09-12T20:28:28.486Z Compiling ciborium v0.2.2
9392026-09-12T20:28:28.665Z Compiling hash32 v0.2.1
9402026-09-12T20:28:28.907Z Compiling typify v0.6.2
9412026-09-12T20:28:29.003Z Compiling packed_struct_codegen v0.10.1
9422026-09-12T20:28:29.572Z Compiling futures-executor v0.3.33
9432026-09-12T20:28:30.041Z Compiling blake3 v1.8.6
9442026-09-12T20:28:30.078Z Compiling bitfield-macros v0.19.5
9452026-09-12T20:28:30.401Z Compiling async-trait v0.1.92
9462026-09-12T20:28:30.453Z Compiling aws-types v1.5.0
9472026-09-12T20:28:30.751Z Compiling is-terminal v0.4.17
9482026-09-12T20:28:30.809Z Compiling multer v3.1.0
9492026-09-12T20:28:30.853Z Compiling keccak v0.2.2
9502026-09-12T20:28:30.991Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
9512026-09-12T20:28:31.056Z Compiling take_mut v0.2.2
9522026-09-12T20:28:31.301Z Compiling match_cfg v0.1.0
9532026-09-12T20:28:31.348Z Compiling sponge-cursor v0.1.0
9542026-09-12T20:28:31.492Z Compiling term v1.2.1
9552026-09-12T20:28:31.535Z Compiling nodrop v0.1.14
9562026-09-12T20:28:31.633Z Compiling compression-core v0.4.32
9572026-09-12T20:28:31.804Z Compiling cfg_aliases v0.2.2
9582026-09-12T20:28:31.879Z Compiling winnow v1.0.4
9592026-09-12T20:28:32.214Z Compiling unsafe-libyaml v0.2.11
9602026-09-12T20:28:32.307Z Compiling toml_parser v1.1.3+spec-1.1.0
9612026-09-12T20:28:32.851Z Compiling serde_yaml v0.9.34+deprecated
9622026-09-12T20:28:33.346Z Compiling nix v0.31.3
9632026-09-12T20:28:33.398Z Compiling slog-term v2.9.2
9642026-09-12T20:28:33.630Z Compiling compression-codecs v0.4.38
9652026-09-12T20:28:33.979Z Compiling array-init v0.0.4
9662026-09-12T20:28:34.151Z Compiling sha3 v0.12.0
9672026-09-12T20:28:34.219Z Compiling hostname v0.3.1
9682026-09-12T20:28:34.382Z Compiling bitfield v0.19.5
9692026-09-12T20:28:34.662Z Compiling progenitor-impl v0.14.0
9702026-09-12T20:28:34.855Z Compiling futures v0.3.33
9712026-09-12T20:28:34.936Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
9722026-09-12T20:28:36.128Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
9732026-09-12T20:28:36.299Z Compiling smallvec v0.6.14
9742026-09-12T20:28:36.634Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
9752026-09-12T20:28:37.883Z Compiling tokio-tungstenite v0.28.0
9762026-09-12T20:28:37.930Z Compiling aws-smithy-schema v0.2.0
9772026-09-12T20:28:38.201Z Compiling aws-credential-types v1.3.0
9782026-09-12T20:28:39.164Z Compiling slog-json v2.6.1
9792026-09-12T20:28:39.265Z Compiling toml_datetime v0.6.11
9802026-09-12T20:28:39.421Z Compiling serde_spanned v0.6.9
9812026-09-12T20:28:39.579Z Compiling cobs v0.3.0
9822026-09-12T20:28:39.620Z Compiling async-stream-impl v0.3.6
9832026-09-12T20:28:39.633Z Compiling toml_datetime v1.1.1+spec-1.1.0
9842026-09-12T20:28:39.845Z Compiling serde_spanned v1.1.1
9852026-09-12T20:28:39.993Z Compiling dropshot v0.17.1
9862026-09-12T20:28:40.047Z Compiling arrayref v0.3.9
9872026-09-12T20:28:40.121Z Compiling toml_writer v1.1.2+spec-1.1.0
9882026-09-12T20:28:40.248Z Compiling bytesize v2.7.0
9892026-09-12T20:28:40.260Z Compiling http-range-header v0.4.2
9902026-09-12T20:28:40.295Z Compiling signal-hook v0.4.4
9912026-09-12T20:28:40.378Z Compiling arrayvec v0.7.8
9922026-09-12T20:28:40.536Z Compiling rustix v0.38.44
9932026-09-12T20:28:40.613Z Compiling portable-atomic v1.15.0
9942026-09-12T20:28:40.662Z Compiling static_assertions v1.1.0
9952026-09-12T20:28:40.720Z Compiling toml_write v0.1.2
9962026-09-12T20:28:40.734Z Compiling winnow v0.7.15
9972026-09-12T20:28:40.892Z Compiling constant_time_eq v0.4.2
9982026-09-12T20:28:41.050Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
9992026-09-12T20:28:41.107Z Compiling toml v1.1.4+spec-1.1.0
10002026-09-12T20:28:41.664Z Compiling async-stream v0.3.6
10012026-09-12T20:28:41.860Z Compiling postcard v1.1.3
10022026-09-12T20:28:42.262Z Compiling toml_edit v0.22.27
10032026-09-12T20:28:42.618Z Compiling slog-bunyan v2.5.0
10042026-09-12T20:28:44.374Z Compiling progenitor-macro v0.14.0
10052026-09-12T20:28:45.017Z Compiling serde-hex v0.1.0
10062026-09-12T20:28:45.519Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
10072026-09-12T20:28:48.694Z Compiling async-compression v0.4.43
10082026-09-12T20:28:49.082Z Compiling oauth2 v5.0.0
10092026-09-12T20:28:49.150Z Compiling sha1 v0.11.0
10102026-09-12T20:28:49.569Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
10112026-09-12T20:28:50.237Z Compiling dropshot_endpoint v0.17.1
10122026-09-12T20:28:50.950Z Compiling waitgroup v0.1.2
10132026-09-12T20:28:51.112Z Compiling rustls-pemfile v2.2.0
10142026-09-12T20:28:51.388Z Compiling serde-big-array v0.5.1
10152026-09-12T20:28:51.540Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
10162026-09-12T20:28:51.868Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10172026-09-12T20:28:51.880Z Compiling nibble_vec v0.1.0
10182026-09-12T20:28:51.917Z Compiling hostname v0.4.2
10192026-09-12T20:28:51.964Z Compiling endian-type v0.2.0
10202026-09-12T20:28:52.026Z Compiling corncobs v0.1.4
10212026-09-12T20:28:52.082Z Compiling debug-ignore v1.0.5
10222026-09-12T20:28:52.103Z Compiling crc-any v2.5.1
10232026-09-12T20:28:52.191Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
10242026-09-12T20:28:52.227Z Compiling radix_trie v0.3.0
10252026-09-12T20:28:52.344Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10262026-09-12T20:28:52.476Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
10272026-09-12T20:28:52.795Z Compiling sshauth v0.1.2 (https://github.com/oxidecomputer/sshauth?rev=afd9b4e549d0e9229c2910c94aa7bca76623dfdb#afd9b4e5)
10282026-09-12T20:28:54.867Z Compiling toml v0.8.23
10292026-09-12T20:28:54.973Z Compiling permission-slip-common v0.1.0 (https://github.com/oxidecomputer/permission-slip?rev=c9d302ef44576e075e35f4f28f8e7ac8345bcd4b#c9d302ef)
10302026-09-12T20:28:56.173Z Compiling console v0.16.4
10312026-09-12T20:28:57.329Z Compiling rustls-webpki v0.103.13
10322026-09-12T20:28:57.500Z Compiling secrecy v0.8.0
10332026-09-12T20:28:57.649Z Compiling clap-num v1.2.0
10342026-09-12T20:28:57.703Z Compiling termios v0.3.3
10352026-09-12T20:28:57.811Z Compiling natord v1.0.9
10362026-09-12T20:28:58.076Z Compiling unicode-segmentation v1.13.3
10372026-09-12T20:28:58.341Z Compiling home v0.5.12
10382026-09-12T20:28:58.369Z Compiling unit-prefix v0.5.2
10392026-09-12T20:28:58.395Z Compiling xdg v2.5.2
10402026-09-12T20:28:58.510Z Compiling indicatif v0.18.6
10412026-09-12T20:28:58.529Z Compiling rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f)
10422026-09-12T20:28:58.694Z Compiling atomicwrites v0.4.4
10432026-09-12T20:28:58.995Z Compiling tokio-fd v0.3.0
10442026-09-12T20:28:59.180Z Compiling async-recursion v1.1.1
10452026-09-12T20:28:59.221Z Compiling memmap2 v0.9.11
10462026-09-12T20:28:59.536Z Compiling xdg v3.0.0
10472026-09-12T20:28:59.861Z Compiling shlex v1.3.0
10482026-09-12T20:28:59.864Z Compiling humantime v2.4.0
10492026-09-12T20:29:01.479Z Compiling tokio-rustls v0.26.4
10502026-09-12T20:29:01.505Z Compiling rustls-platform-verifier v0.7.0
10512026-09-12T20:29:01.763Z Compiling hyper-rustls v0.27.9
10522026-09-12T20:29:02.042Z Compiling reqwest v0.13.4
10532026-09-12T20:29:04.898Z Compiling progenitor-client v0.14.0
10542026-09-12T20:29:05.378Z Compiling progenitor v0.14.0
10552026-09-12T20:29:05.399Z Compiling oauth2-reqwest v0.1.0-alpha.3
10562026-09-12T20:29:05.517Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
10572026-09-12T20:29:05.704Z Compiling permission-slip-client v1.1.0 (https://github.com/oxidecomputer/permission-slip?rev=c9d302ef44576e075e35f4f28f8e7ac8345bcd4b#c9d302ef)
10582026-09-12T20:29:08.740Z Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client)
10592026-09-12T20:29:26.518Z Finished `release` profile [optimized] target(s) in 2m 19s
10602026-09-12T20:29:26.522Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
10612026-09-12T20:29:26.522Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
10622026-09-12T20:29:26.774Z+ cp target/release/sush /work/sush
10632026-09-12T20:29:26.805Z+ cargo install just --locked
10642026-09-12T20:29:26.863Z Updating crates.io index
10652026-09-12T20:29:26.950Z Downloading crates ...
10662026-09-12T20:29:27.031Z Downloaded just v1.58.0
10672026-09-12T20:29:27.064Z Installing just v1.58.0
10682026-09-12T20:29:27.067Zwarning: default toolchain implicitly overridden with `1.98.1-x86_64-unknown-illumos` by rustup toolchain file
10692026-09-12T20:29:27.067Z |
10702026-09-12T20:29:27.068Z = help: use `cargo +stable install` if you meant to use the stable toolchain
10712026-09-12T20:29:27.068Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
10722026-09-12T20:29:27.068Z Updating crates.io index
10732026-09-12T20:29:27.409Zwarning: package `chacha20 v0.10.1` in Cargo.lock is yanked in registry `crates-io`
10742026-09-12T20:29:27.409Z |
10752026-09-12T20:29:27.409Z = help: consider running without --locked
10762026-09-12T20:29:27.472Z Updating crates.io index
10772026-09-12T20:29:27.559Z Downloading crates ...
10782026-09-12T20:29:27.587Z Downloaded blake3 v1.8.5
10792026-09-12T20:29:27.599Z Downloaded cc v1.4.0
10802026-09-12T20:29:27.602Z Downloaded clap_mangen v0.3.0
10812026-09-12T20:29:27.606Z Downloaded clap v4.6.5
10822026-09-12T20:29:27.611Z Downloaded digest-io v0.1.0
10832026-09-12T20:29:27.615Z Downloaded is_executable v1.0.6
10842026-09-12T20:29:27.617Z Downloaded find-msvc-tools v0.1.9
10852026-09-12T20:29:27.617Z Downloaded dirs v6.0.0
10862026-09-12T20:29:27.620Z Downloaded num_cpus v1.17.0
10872026-09-12T20:29:27.623Z Downloaded roff v1.1.1
10882026-09-12T20:29:27.623Z Downloaded crossbeam-deque v0.8.7
10892026-09-12T20:29:27.626Z Downloaded nu-ansi-term v0.50.3
10902026-09-12T20:29:27.626Z Downloaded strum_macros v0.28.0
10912026-09-12T20:29:27.628Z Downloaded dirs-sys v0.5.0
10922026-09-12T20:29:27.631Z Downloaded option-ext v0.2.0
10932026-09-12T20:29:27.631Z Downloaded strum v0.28.0
10942026-09-12T20:29:27.631Z Downloaded dotenvy v0.15.7
10952026-09-12T20:29:27.634Z Downloaded shellexpand v3.1.2
10962026-09-12T20:29:27.638Z Downloaded typed-arena v2.0.2
10972026-09-12T20:29:27.645Z Downloaded crossbeam-epoch v0.9.20
10982026-09-12T20:29:27.648Z Downloaded clap_complete v4.6.8
10992026-09-12T20:29:27.650Z Downloaded snafu-derive v0.9.2
11002026-09-12T20:29:27.653Z Downloaded unicase v2.9.0
11012026-09-12T20:29:27.653Z Downloaded sha2 v0.11.0
11022026-09-12T20:29:27.659Z Downloaded similar v3.1.1
11032026-09-12T20:29:27.668Z Downloaded rayon-core v1.13.0
11042026-09-12T20:29:27.671Z Downloaded snafu v0.9.2
11052026-09-12T20:29:27.681Z Downloaded clap_builder v4.6.5
11062026-09-12T20:29:27.687Z Downloaded pulldown-cmark v0.13.4
11072026-09-12T20:29:27.697Z Downloaded bstr v1.13.0
11082026-09-12T20:29:27.723Z Downloaded regex-automata v0.4.16
11092026-09-12T20:29:27.766Z Compiling libc v0.2.189
11102026-09-12T20:29:27.766Z Compiling proc-macro2 v1.0.107
11112026-09-12T20:29:27.769Z Compiling unicode-ident v1.0.24
11122026-09-12T20:29:27.769Z Compiling quote v1.0.47
11132026-09-12T20:29:27.769Z Compiling bitflags v2.13.1
11142026-09-12T20:29:27.769Z Compiling cfg-if v1.0.4
11152026-09-12T20:29:27.769Z Compiling rustix v1.1.4
11162026-09-12T20:29:27.769Z Compiling heck v0.5.0
11172026-09-12T20:29:27.836Z Compiling typenum v1.20.1
11182026-09-12T20:29:27.877Z Compiling crossbeam-utils v0.8.22
11192026-09-12T20:29:27.953Z Compiling utf8parse v0.2.2
11202026-09-12T20:29:28.045Z Compiling anstyle-parse v1.0.0
11212026-09-12T20:29:28.054Z Compiling colorchoice v1.0.5
11222026-09-12T20:29:28.084Z Compiling is_terminal_polyfill v1.70.2
11232026-09-12T20:29:28.142Z Compiling anstyle-query v1.1.5
11242026-09-12T20:29:28.156Z Compiling getrandom v0.4.3
11252026-09-12T20:29:28.176Z Compiling rand_core v0.10.1
11262026-09-12T20:29:28.213Z Compiling crossbeam-epoch v0.9.20
11272026-09-12T20:29:28.217Z Compiling memchr v2.8.3
11282026-09-12T20:29:28.284Z Compiling serde_core v1.0.229
11292026-09-12T20:29:28.321Z Compiling anstyle v1.0.14
11302026-09-12T20:29:28.498Z Compiling anstream v1.0.0
11312026-09-12T20:29:28.532Z Compiling find-msvc-tools v0.1.9
11322026-09-12T20:29:28.586Z Compiling hybrid-array v0.4.14
11332026-09-12T20:29:28.657Z Compiling errno v0.3.14
11342026-09-12T20:29:28.719Z Compiling clap_lex v1.1.0
11352026-09-12T20:29:28.843Z Compiling crossbeam-deque v0.8.7
11362026-09-12T20:29:28.932Z Compiling syn v3.0.3
11372026-09-12T20:29:28.976Z Compiling syn v2.0.119
11382026-09-12T20:29:28.988Z Compiling strsim v0.11.1
11392026-09-12T20:29:29.010Z Compiling shlex v2.0.1
11402026-09-12T20:29:29.018Z Compiling autocfg v1.5.1
11412026-09-12T20:29:29.053Z Compiling rayon-core v1.13.0
11422026-09-12T20:29:29.115Z Compiling cpufeatures v0.3.0
11432026-09-12T20:29:29.170Z Compiling cc v1.4.0
11442026-09-12T20:29:29.179Z Compiling block-buffer v0.12.1
11452026-09-12T20:29:29.277Z Compiling crypto-common v0.2.2
11462026-09-12T20:29:29.335Z Compiling num-traits v0.2.19
11472026-09-12T20:29:29.693Z Compiling zmij v1.0.23
11482026-09-12T20:29:29.733Z Compiling option-ext v0.2.0
11492026-09-12T20:29:29.813Z Compiling terminal_size v0.4.4
11502026-09-12T20:29:29.937Z Compiling clap_builder v4.6.5
11512026-09-12T20:29:29.981Z Compiling cfg_aliases v0.2.2
11522026-09-12T20:29:30.041Z Compiling serde v1.0.229
11532026-09-12T20:29:30.231Z Compiling const-oid v0.10.2
11542026-09-12T20:29:30.234Z Compiling nix v0.31.3
11552026-09-12T20:29:30.249Z Compiling blake3 v1.8.5
11562026-09-12T20:29:30.382Z Compiling digest v0.11.3
11572026-09-12T20:29:30.473Z Compiling dirs-sys v0.5.0
11582026-09-12T20:29:30.618Z Compiling aho-corasick v1.1.5
11592026-09-12T20:29:30.686Z Compiling camino v1.2.5
11602026-09-12T20:29:30.797Z Compiling regex-syntax v0.8.11
11612026-09-12T20:29:30.826Z Compiling serde_json v1.0.151
11622026-09-12T20:29:31.011Z Compiling pulldown-cmark v0.13.4
11632026-09-12T20:29:31.667Z Compiling dirs v6.0.0
11642026-09-12T20:29:31.709Z Compiling clap_derive v4.6.4
11652026-09-12T20:29:31.792Z Compiling serde_derive v1.0.229
11662026-09-12T20:29:31.854Z Compiling strum_macros v0.28.0
11672026-09-12T20:29:31.871Z Compiling snafu-derive v0.9.2
11682026-09-12T20:29:32.386Z Compiling regex-automata v0.4.16
11692026-09-12T20:29:33.318Z Compiling clap v4.6.5
11702026-09-12T20:29:33.387Z Compiling chacha20 v0.10.1
11712026-09-12T20:29:33.522Z Compiling memmap2 v0.9.11
11722026-09-12T20:29:33.627Z Compiling roff v1.1.1
11732026-09-12T20:29:33.644Z Compiling arrayref v0.3.9
11742026-09-12T20:29:33.700Z Compiling itoa v1.0.18
11752026-09-12T20:29:33.753Z Compiling just v1.58.0
11762026-09-12T20:29:33.871Z Compiling iana-time-zone v0.1.65
11772026-09-12T20:29:33.887Z Compiling arrayvec v0.7.8
11782026-09-12T20:29:33.917Z Compiling unicase v2.9.0
11792026-09-12T20:29:33.998Z Compiling once_cell v1.21.4
11802026-09-12T20:29:34.097Z Compiling constant_time_eq v0.4.2
11812026-09-12T20:29:34.107Z Compiling unicode-segmentation v1.13.3
11822026-09-12T20:29:34.118Z Compiling is_executable v1.0.6
11832026-09-12T20:29:34.214Z Compiling fastrand v2.5.0
11842026-09-12T20:29:34.218Z Compiling clap_complete v4.6.8
11852026-09-12T20:29:34.490Z Compiling similar v3.1.1
11862026-09-12T20:29:34.577Z Compiling regex v1.13.1
11872026-09-12T20:29:34.975Z Compiling tempfile v3.27.0
11882026-09-12T20:29:35.353Z Compiling chrono v0.4.45
11892026-09-12T20:29:35.624Z Compiling clap_mangen v0.3.0
11902026-09-12T20:29:36.359Z Compiling snafu v0.9.2
11912026-09-12T20:29:36.783Z Compiling strum v0.28.0
11922026-09-12T20:29:36.867Z Compiling rand v0.10.2
11932026-09-12T20:29:36.891Z Compiling shellexpand v3.1.2
11942026-09-12T20:29:37.087Z Compiling sha2 v0.11.0
11952026-09-12T20:29:37.308Z Compiling digest-io v0.1.0
11962026-09-12T20:29:37.424Z Compiling uuid v1.24.0
11972026-09-12T20:29:37.518Z Compiling num_cpus v1.17.0
11982026-09-12T20:29:37.551Z Compiling unicode-width v0.2.2
11992026-09-12T20:29:37.598Z Compiling nu-ansi-term v0.50.3
12002026-09-12T20:29:37.673Z Compiling percent-encoding v2.3.2
12012026-09-12T20:29:37.826Z Compiling dotenvy v0.15.7
12022026-09-12T20:29:37.879Z Compiling hex v0.4.3
12032026-09-12T20:29:37.951Z Compiling semver v1.0.28
12042026-09-12T20:29:38.145Z Compiling typed-arena v2.0.2
12052026-09-12T20:30:37.452Z Finished `release` profile [optimized] target(s) in 1m 10s
12062026-09-12T20:30:37.471Z Installing /home/build/.cargo/bin/just
12072026-09-12T20:30:37.473Z Installed package `just v1.58.0` (executable `just`)
12082026-09-12T20:30:37.515Z+ curl -sSfL https://get.nexte.st/latest/illumos
12092026-09-12T20:30:37.518Z+ gunzip
12102026-09-12T20:30:37.518Z+ tar -xf - -C /home/build/.cargo/bin
12112026-09-12T20:30:38.569Z+ just ci
12122026-09-12T20:30:38.573Zcargo fmt --check
12132026-09-12T20:30:38.825Zcargo clippy -- --no-deps --deny warnings
12142026-09-12T20:30:39.119Z Downloading crates ...
12152026-09-12T20:30:39.196Z Downloaded enum-as-inner v0.6.1
12162026-09-12T20:30:39.199Z Downloaded function_name v0.3.0
12172026-09-12T20:30:39.199Z Downloaded linked-hash-map v0.5.6
12182026-09-12T20:30:39.199Z Downloaded lru-cache v0.1.2
12192026-09-12T20:30:39.199Z Downloaded pwd v1.4.0
12202026-09-12T20:30:39.202Z Downloaded function_name-proc-macro v0.3.0
12212026-09-12T20:30:39.202Z Downloaded heck v0.4.1
12222026-09-12T20:30:39.202Z Downloaded proc-macro-error-attr v1.0.4
12232026-09-12T20:30:39.204Z Downloaded dashu-base v0.5.1
12242026-09-12T20:30:39.205Z Downloaded lru v0.18.2
12252026-09-12T20:30:39.207Z Downloaded knuffel-derive v3.2.0
12262026-09-12T20:30:39.207Z Downloaded hickory-resolver v0.24.4
12272026-09-12T20:30:39.210Z Downloaded seq-macro v0.3.6
12282026-09-12T20:30:39.213Z Downloaded miette-derive v5.10.0
12292026-09-12T20:30:39.220Z Downloaded num-primitive v0.2.1
12302026-09-12T20:30:39.223Z Downloaded owo-colors v3.5.0
12312026-09-12T20:30:39.225Z Downloaded supports-hyperlinks v2.1.0
12322026-09-12T20:30:39.228Z Downloaded num-modular v0.6.5
12332026-09-12T20:30:39.228Z Downloaded proc-macro-error v1.0.4
12342026-09-12T20:30:39.231Z Downloaded resolv-conf v0.7.6
12352026-09-12T20:30:39.234Z Downloaded supports-color v2.1.0
12362026-09-12T20:30:39.237Z Downloaded supports-unicode v2.1.0
12372026-09-12T20:30:39.240Z Downloaded terminal_size v0.1.17
12382026-09-12T20:30:39.240Z Downloaded derive-where v1.6.1
12392026-09-12T20:30:39.242Z Downloaded smawk v0.3.3
12402026-09-12T20:30:39.251Z Downloaded knuffel v3.2.0
12412026-09-12T20:30:39.258Z Downloaded base64 v0.21.7
12422026-09-12T20:30:39.260Z Downloaded miette v5.10.0
12432026-09-12T20:30:39.265Z Downloaded qorb v0.4.1
12442026-09-12T20:30:39.268Z Downloaded tokio-stream v0.1.19
12452026-09-12T20:30:39.271Z Downloaded textwrap v0.15.2
12462026-09-12T20:30:39.279Z Downloaded itertools v0.14.0
12472026-09-12T20:30:39.290Z Downloaded dashu-int v0.5.1
12482026-09-12T20:30:39.321Z Downloaded hickory-proto v0.24.4
12492026-09-12T20:30:39.781Z Downloaded dsi-bitstream v0.10.1
12502026-09-12T20:30:39.920Z Compiling proc-macro2 v1.0.107
12512026-09-12T20:30:39.920Z Compiling quote v1.0.47
12522026-09-12T20:30:39.920Z Compiling unicode-ident v1.0.24
12532026-09-12T20:30:39.920Z Compiling libc v0.2.189
12542026-09-12T20:30:39.923Z Checking cfg-if v1.0.4
12552026-09-12T20:30:39.923Z Compiling version_check v0.9.5
12562026-09-12T20:30:39.923Z Compiling serde_core v1.0.229
12572026-09-12T20:30:40.049Z Checking typenum v1.20.1
12582026-09-12T20:30:40.125Z Checking memchr v2.8.3
12592026-09-12T20:30:40.231Z Compiling generic-array v0.14.7
12602026-09-12T20:30:40.333Z Checking subtle v2.6.1
12612026-09-12T20:30:40.489Z Compiling serde v1.0.229
12622026-09-12T20:30:40.503Z Compiling libm v0.2.16
12632026-09-12T20:30:40.732Z Compiling autocfg v1.5.1
12642026-09-12T20:30:40.776Z Checking smallvec v1.15.2
12652026-09-12T20:30:40.838Z Checking errno v0.3.14
12662026-09-12T20:30:40.848Z Checking const-oid v0.9.6
12672026-09-12T20:30:40.857Z Compiling zmij v1.0.23
12682026-09-12T20:30:40.944Z Checking bytes v1.12.1
12692026-09-12T20:30:41.065Z Compiling num-traits v0.2.19
12702026-09-12T20:30:41.138Z Compiling syn v2.0.119
12712026-09-12T20:30:41.156Z Compiling syn v3.0.3
12722026-09-12T20:30:41.179Z Checking pin-project-lite v0.2.17
12732026-09-12T20:30:41.302Z Compiling thiserror v2.0.20
12742026-09-12T20:30:41.360Z Compiling heck v0.5.0
12752026-09-12T20:30:41.462Z Compiling zeroize v1.9.0
12762026-09-12T20:30:41.508Z Compiling zerocopy v0.8.56
12772026-09-12T20:30:41.618Z Compiling serde_json v1.0.151
12782026-09-12T20:30:41.631Z Checking itoa v1.0.18
12792026-09-12T20:30:41.765Z Checking once_cell v1.21.4
12802026-09-12T20:30:41.836Z Compiling parking_lot_core v0.9.12
12812026-09-12T20:30:41.873Z Checking signal-hook-registry v1.4.8
12822026-09-12T20:30:41.931Z Checking getrandom v0.2.17
12832026-09-12T20:30:41.941Z Checking futures-core v0.3.33
12842026-09-12T20:30:42.026Z Checking scopeguard v1.2.0
12852026-09-12T20:30:42.053Z Checking base64ct v1.8.3
12862026-09-12T20:30:42.063Z Checking rand_core v0.6.4
12872026-09-12T20:30:42.124Z Checking lock_api v0.4.14
12882026-09-12T20:30:42.210Z Checking allocator-api2 v0.2.21
12892026-09-12T20:30:42.288Z Checking pem-rfc7468 v0.7.0
12902026-09-12T20:30:42.311Z Checking parking_lot v0.12.5
12912026-09-12T20:30:42.407Z Checking socket2 v0.6.5
12922026-09-12T20:30:42.433Z Checking mio v1.2.2
12932026-09-12T20:30:42.480Z Compiling semver v1.0.28
12942026-09-12T20:30:42.603Z Compiling rustversion v1.0.23
12952026-09-12T20:30:42.639Z Checking futures-sink v0.3.33
12962026-09-12T20:30:42.728Z Checking flagset v0.4.7
12972026-09-12T20:30:42.839Z Checking bitflags v2.13.1
12982026-09-12T20:30:42.848Z Checking equivalent v1.0.2
12992026-09-12T20:30:42.922Z Checking foldhash v0.2.0
13002026-09-12T20:30:42.966Z Checking slab v0.4.12
13012026-09-12T20:30:42.993Z Checking futures-channel v0.3.33
13022026-09-12T20:30:43.044Z Compiling getrandom v0.4.3
13032026-09-12T20:30:43.128Z Checking log v0.4.33
13042026-09-12T20:30:43.343Z Compiling jobserver v0.1.35
13052026-09-12T20:30:43.377Z Compiling shlex v2.0.1
13062026-09-12T20:30:43.560Z Checking futures-io v0.3.33
13072026-09-12T20:30:43.622Z Compiling crypto-common v0.1.7
13082026-09-12T20:30:43.635Z Compiling block-buffer v0.10.4
13092026-09-12T20:30:43.659Z Checking stable_deref_trait v1.2.1
13102026-09-12T20:30:43.669Z Checking futures-task v0.3.33
13112026-09-12T20:30:43.726Z Compiling find-msvc-tools v0.1.10
13122026-09-12T20:30:43.735Z Compiling digest v0.10.7
13132026-09-12T20:30:43.883Z Compiling synstructure v0.13.2
13142026-09-12T20:30:43.933Z Compiling serde_derive_internals v0.29.1
13152026-09-12T20:30:43.952Z Compiling cc v1.4.2
13162026-09-12T20:30:44.040Z Checking cpufeatures v0.2.17
13172026-09-12T20:30:44.261Z Compiling schemars v0.8.22
13182026-09-12T20:30:44.367Z Compiling serde_derive v1.0.229
13192026-09-12T20:30:44.383Z Compiling thiserror-impl v2.0.20
13202026-09-12T20:30:44.516Z Compiling tokio-macros v2.7.2
13212026-09-12T20:30:44.610Z Checking http v1.5.0
13222026-09-12T20:30:44.716Z Compiling cmake v0.1.58
13232026-09-12T20:30:45.028Z Compiling dunce v1.0.5
13242026-09-12T20:30:45.045Z Compiling object v0.37.3
13252026-09-12T20:30:45.134Z Compiling zeroize_derive v1.5.0
13262026-09-12T20:30:45.169Z Compiling der_derive v0.7.3
13272026-09-12T20:30:45.244Z Compiling zerocopy-derive v0.8.56
13282026-09-12T20:30:45.254Z Checking tokio v1.53.1
13292026-09-12T20:30:45.341Z Compiling zerofrom-derive v0.1.7
13302026-09-12T20:30:45.425Z Compiling futures-macro v0.3.33
13312026-09-12T20:30:45.690Z Compiling yoke-derive v0.8.2
13322026-09-12T20:30:46.123Z Checking der v0.7.10
13332026-09-12T20:30:46.235Z Checking futures-util v0.3.33
13342026-09-12T20:30:46.529Z Checking zerofrom v0.1.8
13352026-09-12T20:30:46.639Z Compiling zerovec-derive v0.11.3
13362026-09-12T20:30:46.764Z Checking yoke v0.8.3
13372026-09-12T20:30:46.795Z Compiling schemars_derive v0.8.22
13382026-09-12T20:30:46.842Z Checking spki v0.7.3
13392026-09-12T20:30:46.926Z Compiling pkg-config v0.3.33
13402026-09-12T20:30:46.995Z Checking pkcs8 v0.10.2
13412026-09-12T20:30:47.339Z Compiling fs_extra v1.3.0
13422026-09-12T20:30:47.585Z Compiling aws-lc-sys v0.44.0
13432026-09-12T20:30:47.718Z Checking zerovec v0.11.6
13442026-09-12T20:30:47.980Z Compiling displaydoc v0.2.7
13452026-09-12T20:30:48.117Z Checking hashbrown v0.17.1
13462026-09-12T20:30:48.143Z Compiling rustc_version v0.4.1
13472026-09-12T20:30:48.465Z Compiling curve25519-dalek v4.1.3
13482026-09-12T20:30:48.490Z Compiling ahash v0.8.12
13492026-09-12T20:30:48.648Z Compiling rustix v1.1.4
13502026-09-12T20:30:48.787Z Checking indexmap v2.14.0
13512026-09-12T20:30:48.807Z Checking hmac v0.12.1
13522026-09-12T20:30:48.819Z Compiling curve25519-dalek-derive v0.1.1
13532026-09-12T20:30:48.927Z Checking iana-time-zone v0.1.65
13542026-09-12T20:30:48.944Z Checking percent-encoding v2.3.2
13552026-09-12T20:30:49.029Z Compiling aws-lc-rs v1.18.0
13562026-09-12T20:30:49.077Z Compiling httparse v1.10.1
13572026-09-12T20:30:49.339Z Checking chrono v0.4.45
13582026-09-12T20:30:49.472Z Checking tinystr v0.8.3
13592026-09-12T20:30:49.503Z Checking ppv-lite86 v0.2.21
13602026-09-12T20:30:49.639Z Checking sha2 v0.10.9
13612026-09-12T20:30:49.715Z Checking signature v2.2.0
13622026-09-12T20:30:49.784Z Checking rustls-pki-types v1.15.1
13632026-09-12T20:30:49.877Z Compiling tracing-attributes v0.1.31
13642026-09-12T20:30:49.927Z Compiling slog v2.8.2
13652026-09-12T20:30:50.059Z Checking ff v0.13.1
13662026-09-12T20:30:50.088Z Checking tracing-core v0.1.36
13672026-09-12T20:30:50.164Z Checking writeable v0.6.3
13682026-09-12T20:30:50.174Z Checking base16ct v0.2.0
13692026-09-12T20:30:50.177Z Compiling strsim v0.11.1
13702026-09-12T20:30:50.243Z Checking litemap v0.8.2
13712026-09-12T20:30:50.284Z Compiling thiserror v1.0.69
13722026-09-12T20:30:50.316Z Checking sec1 v0.7.3
13732026-09-12T20:30:50.384Z Checking group v0.13.0
13742026-09-12T20:30:50.405Z Checking icu_locale_core v2.2.0
13752026-09-12T20:30:50.511Z Checking hkdf v0.12.4
13762026-09-12T20:30:50.521Z Checking zerotrie v0.2.4
13772026-09-12T20:30:50.628Z Checking tokio-util v0.7.19
13782026-09-12T20:30:50.667Z Checking potential_utf v0.1.5
13792026-09-12T20:30:50.746Z Checking erased-serde v0.3.31
13802026-09-12T20:30:50.757Z Checking crypto-bigint v0.5.5
13812026-09-12T20:30:50.785Z Compiling thiserror-impl v1.0.69
13822026-09-12T20:30:50.997Z Checking uuid v1.24.0
13832026-09-12T20:30:51.034Z Compiling icu_properties_data v2.2.0
13842026-09-12T20:30:51.066Z Checking tracing v0.1.44
13852026-09-12T20:30:51.109Z Compiling icu_normalizer_data v2.2.0
13862026-09-12T20:30:51.244Z Checking ipnet v2.12.1
13872026-09-12T20:30:51.267Z Checking adler2 v2.0.1
13882026-09-12T20:30:51.270Z Checking utf8_iter v1.0.4
13892026-09-12T20:30:51.341Z Compiling syn v1.0.109
13902026-09-12T20:30:51.365Z Checking simd-adler32 v0.3.10
13912026-09-12T20:30:51.387Z Checking icu_collections v2.2.0
13922026-09-12T20:30:51.497Z Checking miniz_oxide v0.8.9
13932026-09-12T20:30:51.641Z Checking elliptic-curve v0.13.8
13942026-09-12T20:30:51.683Z Checking icu_provider v2.2.0
13952026-09-12T20:30:51.695Z Checking rand_chacha v0.3.1
13962026-09-12T20:30:51.720Z Checking form_urlencoded v1.2.2
13972026-09-12T20:30:51.819Z Compiling clap_derive v4.6.4
13982026-09-12T20:30:51.838Z Checking is-terminal v0.4.17
13992026-09-12T20:30:51.871Z Compiling rustls v0.23.43
14002026-09-12T20:30:51.902Z Checking dyn-clone v1.0.20
14012026-09-12T20:30:51.920Z Checking utf8parse v0.2.2
14022026-09-12T20:30:51.932Z Compiling num-bigint-dig v0.8.6
14032026-09-12T20:30:51.993Z Checking untrusted v0.9.0
14042026-09-12T20:30:52.011Z Checking rand v0.8.7
14052026-09-12T20:30:52.172Z Checking rfc6979 v0.4.0
14062026-09-12T20:30:52.212Z Compiling serde_tokenstream v0.2.3
14072026-09-12T20:30:52.222Z Checking http-body v1.1.0
14082026-09-12T20:30:52.396Z Checking atomic-waker v1.1.2
14092026-09-12T20:30:52.406Z Compiling getrandom v0.3.4
14102026-09-12T20:30:52.483Z Checking ecdsa v0.16.9
14112026-09-12T20:30:52.505Z Checking icu_properties v2.2.0
14122026-09-12T20:30:52.564Z Checking icu_normalizer v2.2.0
14132026-09-12T20:30:52.608Z Checking anstyle-parse v1.0.0
14142026-09-12T20:30:52.745Z Checking primeorder v0.13.6
14152026-09-12T20:30:52.855Z Checking hybrid-array v0.4.14
14162026-09-12T20:30:52.884Z Checking tower-service v0.3.3
14172026-09-12T20:30:52.941Z Checking colorchoice v1.0.5
14182026-09-12T20:30:52.972Z Checking try-lock v0.2.5
14192026-09-12T20:30:53.027Z Checking hex v0.4.3
14202026-09-12T20:30:53.054Z Checking fnv v1.0.7
14212026-09-12T20:30:53.074Z Compiling gimli v0.32.3
14222026-09-12T20:30:53.137Z Checking is_terminal_polyfill v1.70.2
14232026-09-12T20:30:53.218Z Checking anstyle-query v1.1.5
14242026-09-12T20:30:53.331Z Checking tower-layer v0.3.3
14252026-09-12T20:30:53.403Z Checking anstyle v1.0.14
14262026-09-12T20:30:53.413Z Checking idna_adapter v1.2.2
14272026-09-12T20:30:53.480Z Checking h2 v0.4.15
14282026-09-12T20:30:53.517Z Checking want v0.3.1
14292026-09-12T20:30:53.569Z Checking anstream v1.0.0
14302026-09-12T20:30:53.885Z Checking terminal_size v0.4.4
14312026-09-12T20:30:53.912Z Checking ed25519 v2.2.3
14322026-09-12T20:30:54.319Z Compiling num-conv v0.2.2
14332026-09-12T20:30:54.467Z Compiling owo-colors v4.3.0
14342026-09-12T20:30:54.654Z Compiling time-core v0.1.9
14352026-09-12T20:30:54.805Z Compiling addr2line v0.25.1
14362026-09-12T20:30:54.831Z Checking spin v0.9.9
14372026-09-12T20:30:54.964Z Checking httpdate v1.0.3
14382026-09-12T20:30:55.058Z Compiling rustc-demangle v0.1.28
14392026-09-12T20:30:55.095Z Checking clap_lex v1.1.0
14402026-09-12T20:30:55.305Z Compiling ident_case v1.0.1
14412026-09-12T20:30:55.385Z Compiling darling_core v0.23.0
14422026-09-12T20:30:55.394Z Checking hyper v1.11.0
14432026-09-12T20:30:55.510Z Checking clap_builder v4.6.6
14442026-09-12T20:30:55.999Z Compiling time-macros v0.2.32
14452026-09-12T20:30:56.050Z Checking ed25519-dalek v2.2.0
14462026-09-12T20:30:56.266Z Checking rand_core v0.9.5
14472026-09-12T20:30:56.299Z Checking idna v1.1.0
14482026-09-12T20:30:56.427Z Checking crypto-common v0.2.2
14492026-09-12T20:30:56.464Z Compiling backtrace v0.3.76
14502026-09-12T20:30:56.535Z Checking block-buffer v0.12.1
14512026-09-12T20:30:56.679Z Checking x509-cert v0.2.5
14522026-09-12T20:30:56.710Z Compiling num-integer v0.1.46
14532026-09-12T20:30:56.906Z Compiling async-trait v0.1.92
14542026-09-12T20:30:56.985Z Compiling proc-macro-error-attr2 v2.0.0
14552026-09-12T20:30:56.988Z Compiling crc32fast v1.5.0
14562026-09-12T20:30:57.169Z Compiling unicode-width v0.2.2
14572026-09-12T20:30:57.280Z Checking data-encoding v2.11.1
14582026-09-12T20:30:57.299Z Checking const-oid v0.10.2
14592026-09-12T20:30:57.427Z Checking num_threads v0.1.7
14602026-09-12T20:30:57.501Z Compiling anyhow v1.0.104
14612026-09-12T20:30:57.535Z Checking base64 v0.22.1
14622026-09-12T20:30:57.574Z Compiling unicode-linebreak v0.1.5
14632026-09-12T20:30:57.647Z Compiling crossbeam-utils v0.8.22
14642026-09-12T20:30:57.685Z Compiling camino v1.2.5
14652026-09-12T20:30:57.698Z Compiling paste v1.0.15
14662026-09-12T20:30:57.793Z Compiling is_ci v1.2.0
14672026-09-12T20:30:57.807Z Checking deranged v0.5.8
14682026-09-12T20:30:57.838Z Checking powerfmt v0.2.0
14692026-09-12T20:30:57.902Z Compiling supports-color v3.0.2
14702026-09-12T20:30:57.979Z Checking hyper-util v0.1.20
14712026-09-12T20:30:58.006Z Compiling textwrap v0.16.2
14722026-09-12T20:30:58.030Z Compiling hashbrown v0.16.1
14732026-09-12T20:30:58.043Z Compiling lazy_static v1.5.0
14742026-09-12T20:30:58.053Z Checking digest v0.11.3
14752026-09-12T20:30:58.116Z Compiling darling_macro v0.23.0
14762026-09-12T20:30:58.126Z Compiling proc-macro-error2 v2.0.1
14772026-09-12T20:30:58.232Z Compiling num-iter v0.1.46
14782026-09-12T20:30:58.337Z Compiling backtrace-ext v0.2.1
14792026-09-12T20:30:58.374Z Checking clap v4.6.6
14802026-09-12T20:30:58.418Z Checking url v2.5.8
14812026-09-12T20:30:58.442Z Checking rand_chacha v0.9.0
14822026-09-12T20:30:58.712Z Compiling hashbrown v0.14.5
14832026-09-12T20:30:58.759Z Checking time v0.3.55
14842026-09-12T20:30:58.811Z Checking half v2.7.1
14852026-09-12T20:30:58.859Z Checking sha1 v0.10.7
14862026-09-12T20:30:59.010Z Compiling miette-derive v7.6.0
14872026-09-12T20:30:59.083Z Checking encoding_rs v0.8.35
14882026-09-12T20:30:59.094Z Compiling supports-hyperlinks v3.2.0
14892026-09-12T20:30:59.227Z Compiling unicode-width v0.1.14
14902026-09-12T20:30:59.431Z Checking static_assertions v1.1.0
14912026-09-12T20:30:59.494Z Checking fastrand v2.5.0
14922026-09-12T20:30:59.755Z Checking ryu v1.0.23
14932026-09-12T20:30:59.820Z Checking ciborium-io v0.2.2
14942026-09-12T20:30:59.830Z Checking mime v0.3.17
14952026-09-12T20:30:59.866Z Compiling supports-unicode v3.0.0
14962026-09-12T20:30:59.897Z Checking ciborium-ll v0.2.2
14972026-09-12T20:30:59.938Z Checking serde_urlencoded v0.7.1
14982026-09-12T20:31:00.008Z Checking tempfile v3.27.0
14992026-09-12T20:31:00.055Z Compiling chumsky v0.9.3
15002026-09-12T20:31:00.117Z Compiling miette v7.6.0
15012026-09-12T20:31:00.192Z Compiling darling v0.23.0
15022026-09-12T20:31:00.266Z Checking rand v0.9.5
15032026-09-12T20:31:00.702Z Compiling regress v0.11.1
15042026-09-12T20:31:00.714Z Compiling knus-derive v3.4.0
15052026-09-12T20:31:01.555Z Checking http-body-util v0.1.4
15062026-09-12T20:31:01.558Z Compiling pkcs1 v0.7.5
15072026-09-12T20:31:01.592Z Checking futures-executor v0.3.33
15082026-09-12T20:31:01.730Z Checking inout v0.1.4
15092026-09-12T20:31:01.777Z Checking thread_local v1.1.10
15102026-09-12T20:31:01.900Z Compiling slog-async v2.8.0
15112026-09-12T20:31:01.931Z Compiling keccak v0.1.6
15122026-09-12T20:31:02.012Z Compiling omicron-workspace-hack v0.1.0
15132026-09-12T20:31:02.131Z Checking ipnetwork v0.21.1
15142026-09-12T20:31:02.297Z Checking oxnet v0.1.6
15152026-09-12T20:31:02.348Z Checking sha3 v0.10.9
15162026-09-12T20:31:02.371Z Compiling knus v3.4.0
15172026-09-12T20:31:02.484Z Compiling typify-impl v0.6.2
15182026-09-12T20:31:02.533Z Checking cipher v0.4.4
15192026-09-12T20:31:02.544Z Compiling rsa v0.9.10
15202026-09-12T20:31:02.706Z Checking futures v0.3.33
15212026-09-12T20:31:02.775Z Checking crossbeam-channel v0.5.16
15222026-09-12T20:31:02.786Z Compiling p384 v0.13.1
15232026-09-12T20:31:02.941Z Checking flate2 v1.1.9
15242026-09-12T20:31:03.095Z Compiling serde_with_macros v3.22.0
15252026-09-12T20:31:03.104Z Checking ciborium v0.2.2
15262026-09-12T20:31:03.225Z Compiling hubpack_derive v0.1.1
15272026-09-12T20:31:03.512Z Checking newtype-uuid v1.4.0
15282026-09-12T20:31:03.549Z Checking ssh-encoding v0.2.0
15292026-09-12T20:31:03.552Z Checking openapiv3 v2.2.0
15302026-09-12T20:31:03.724Z Compiling async-stream-impl v0.3.6
15312026-09-12T20:31:03.764Z Compiling strum_macros v0.26.4
15322026-09-12T20:31:04.234Z Compiling daft-derive v0.1.8
15332026-09-12T20:31:04.349Z Compiling multer v3.1.0
15342026-09-12T20:31:04.586Z Checking keccak v0.2.2
15352026-09-12T20:31:04.822Z Compiling rlimit v0.10.2
15362026-09-12T20:31:04.944Z Checking term v1.2.1
15372026-09-12T20:31:04.953Z Checking sponge-cursor v0.1.0
15382026-09-12T20:31:05.065Z Compiling salty v0.3.0
15392026-09-12T20:31:05.153Z Checking match_cfg v0.1.0
15402026-09-12T20:31:05.163Z Checking compression-core v0.4.32
15412026-09-12T20:31:05.181Z Checking utf-8 v0.7.6
15422026-09-12T20:31:05.212Z Checking take_mut v0.2.2
15432026-09-12T20:31:05.276Z Checking winnow v1.0.4
15442026-09-12T20:31:05.301Z Checking tungstenite v0.28.0
15452026-09-12T20:31:05.348Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
15462026-09-12T20:31:05.357Z Checking strum v0.26.3
15472026-09-12T20:31:05.453Z Checking compression-codecs v0.4.38
15482026-09-12T20:31:05.463Z Checking hostname v0.3.1
15492026-09-12T20:31:05.548Z Checking slog-term v2.9.2
15502026-09-12T20:31:05.558Z Checking toml_parser v1.1.3+spec-1.1.0
15512026-09-12T20:31:05.625Z Checking sha3 v0.12.0
15522026-09-12T20:31:05.716Z Checking daft v0.1.8
15532026-09-12T20:31:05.794Z Checking async-stream v0.3.6
15542026-09-12T20:31:05.794Z Checking serde_with v3.22.0
15552026-09-12T20:31:05.812Z Checking hubpack v0.1.2
15562026-09-12T20:31:05.873Z Checking ssh-cipher v0.2.0
15572026-09-12T20:31:05.887Z Compiling typify-macro v0.6.2
15582026-09-12T20:31:05.924Z Checking slog-json v2.6.1
15592026-09-12T20:31:05.967Z Checking p256 v0.13.2
15602026-09-12T20:31:05.985Z Checking serde_spanned v1.1.1
15612026-09-12T20:31:06.066Z Checking toml_datetime v1.1.1+spec-1.1.0
15622026-09-12T20:31:06.104Z Compiling dropshot v0.17.1
15632026-09-12T20:31:06.202Z Checking toml_writer v1.1.2+spec-1.1.0
15642026-09-12T20:31:06.250Z Checking cpufeatures v0.3.0
15652026-09-12T20:31:06.340Z Checking debug-ignore v1.0.5
15662026-09-12T20:31:06.371Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
15672026-09-12T20:31:06.431Z Checking toml v1.1.4+spec-1.1.0
15682026-09-12T20:31:06.491Z Checking sha1 v0.11.0
15692026-09-12T20:31:06.659Z Checking ssh-key v0.6.7
15702026-09-12T20:31:06.713Z Checking slog-bunyan v2.5.0
15712026-09-12T20:31:06.846Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
15722026-09-12T20:31:07.086Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
15732026-09-12T20:31:07.197Z Checking tokio-tungstenite v0.28.0
15742026-09-12T20:31:07.317Z Checking async-compression v0.4.43
15752026-09-12T20:31:07.435Z Compiling dropshot_endpoint v0.17.1
15762026-09-12T20:31:07.445Z Checking waitgroup v0.1.2
15772026-09-12T20:31:07.448Z Checking rustls-pemfile v2.2.0
15782026-09-12T20:31:07.538Z Checking serde_spanned v0.6.9
15792026-09-12T20:31:07.552Z Checking toml_datetime v0.6.11
15802026-09-12T20:31:07.585Z Checking env_filter v2.0.0
15812026-09-12T20:31:07.654Z Compiling aho-corasick v1.1.5
15822026-09-12T20:31:07.703Z Checking sync_wrapper v1.0.2
15832026-09-12T20:31:07.719Z Checking serde_path_to_error v0.1.20
15842026-09-12T20:31:07.722Z Checking hostname v0.4.2
15852026-09-12T20:31:07.798Z Compiling proc-macro-error-attr v1.0.4
15862026-09-12T20:31:07.819Z Checking winnow v0.7.15
15872026-09-12T20:31:07.981Z Checking bytesize v2.7.0
15882026-09-12T20:31:08.038Z Checking openssl-probe v0.2.1
15892026-09-12T20:31:08.086Z Compiling regex-syntax v0.8.11
15902026-09-12T20:31:08.135Z Checking toml_write v0.1.2
15912026-09-12T20:31:08.138Z Checking tinyvec_macros v0.1.1
15922026-09-12T20:31:08.203Z Checking http-range-header v0.4.2
15932026-09-12T20:31:08.331Z Compiling dashu-int v0.5.1
15942026-09-12T20:31:08.571Z Compiling rustix v0.38.44
15952026-09-12T20:31:09.069Z Checking tinyvec v1.12.0
15962026-09-12T20:31:09.078Z Checking toml_edit v0.22.27
15972026-09-12T20:31:09.120Z Checking rustls-native-certs v0.8.4
15982026-09-12T20:31:09.176Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
15992026-09-12T20:31:09.414Z Checking tower v0.5.3
16002026-09-12T20:31:09.784Z Compiling regex-automata v0.4.18
16012026-09-12T20:31:10.036Z Checking env_logger v0.11.11
16022026-09-12T20:31:10.161Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
16032026-09-12T20:31:10.199Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
16042026-09-12T20:31:10.418Z Checking serde-big-array v0.5.1
16052026-09-12T20:31:10.447Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
16062026-09-12T20:31:10.493Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16072026-09-12T20:31:10.627Z Compiling proc-macro-error v1.0.4
16082026-09-12T20:31:10.868Z Checking dashu-base v0.5.1
16092026-09-12T20:31:11.098Z Compiling cfg_aliases v0.2.2
16102026-09-12T20:31:11.171Z Checking corncobs v0.1.4
16112026-09-12T20:31:11.227Z Checking num-modular v0.6.5
16122026-09-12T20:31:11.283Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
16132026-09-12T20:31:11.313Z Compiling nix v0.31.3
16142026-09-12T20:31:11.522Z Compiling regex v1.13.1
16152026-09-12T20:31:11.914Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16162026-09-12T20:31:12.399Z Checking toml v0.8.23
16172026-09-12T20:31:12.504Z Checking tower-http v0.6.11
16182026-09-12T20:31:12.707Z Compiling typify v0.6.2
16192026-09-12T20:31:12.784Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
16202026-09-12T20:31:12.943Z Checking secrecy v0.8.0
16212026-09-12T20:31:12.946Z Compiling enum-as-inner v0.6.1
16222026-09-12T20:31:13.264Z Checking smawk v0.3.3
16232026-09-12T20:31:13.281Z Checking num-primitive v0.2.1
16242026-09-12T20:31:13.325Z Compiling unsafe-libyaml v0.2.11
16252026-09-12T20:31:13.348Z Compiling signal-hook v0.4.4
16262026-09-12T20:31:13.384Z Compiling unicode-segmentation v1.13.3
16272026-09-12T20:31:13.780Z Compiling portable-atomic v1.15.0
16282026-09-12T20:31:13.819Z Checking linked-hash-map v0.5.6
16292026-09-12T20:31:13.975Z Checking lru-cache v0.1.2
16302026-09-12T20:31:13.978Z Compiling serde_yaml v0.9.34+deprecated
16312026-09-12T20:31:14.062Z Checking textwrap v0.15.2
16322026-09-12T20:31:14.086Z Checking supports-color v2.1.0
16332026-09-12T20:31:14.204Z Compiling progenitor-impl v0.14.0
16342026-09-12T20:31:14.253Z Checking dsi-bitstream v0.10.1
16352026-09-12T20:31:14.274Z Compiling heck v0.4.1
16362026-09-12T20:31:14.297Z Checking hickory-proto v0.24.4
16372026-09-12T20:31:14.319Z Checking atomicwrites v0.4.4
16382026-09-12T20:31:14.382Z Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
16392026-09-12T20:31:14.794Z Checking supports-unicode v2.1.0
16402026-09-12T20:31:14.858Z Checking supports-hyperlinks v2.1.0
16412026-09-12T20:31:14.894Z Checking tokio-stream v0.1.19
16422026-09-12T20:31:14.961Z Compiling miette-derive v5.10.0
16432026-09-12T20:31:15.030Z Checking nibble_vec v0.1.0
16442026-09-12T20:31:15.149Z Checking memmap2 v0.9.11
16452026-09-12T20:31:15.227Z Checking terminal_size v0.1.17
16462026-09-12T20:31:15.268Z Checking endian-type v0.2.0
16472026-09-12T20:31:15.305Z Checking resolv-conf v0.7.6
16482026-09-12T20:31:15.321Z Checking owo-colors v3.5.0
16492026-09-12T20:31:15.390Z Checking either v1.17.0
16502026-09-12T20:31:15.480Z Checking radix_trie v0.3.0
16512026-09-12T20:31:15.579Z Checking itertools v0.14.0
16522026-09-12T20:31:15.752Z Checking hickory-resolver v0.24.4
16532026-09-12T20:31:15.996Z Checking miette v5.10.0
16542026-09-12T20:31:16.226Z Compiling progenitor-macro v0.14.0
16552026-09-12T20:31:16.394Z Compiling knuffel-derive v3.2.0
16562026-09-12T20:31:16.801Z Checking console v0.16.4
16572026-09-12T20:31:17.203Z Compiling derive-where v1.6.1
16582026-09-12T20:31:17.283Z Checking termios v0.3.3
16592026-09-12T20:31:17.398Z Checking unit-prefix v0.5.2
16602026-09-12T20:31:17.416Z Checking home v0.5.12
16612026-09-12T20:31:17.513Z Compiling seq-macro v0.3.6
16622026-09-12T20:31:17.516Z Checking base64 v0.21.7
16632026-09-12T20:31:17.644Z Checking rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f)
16642026-09-12T20:31:17.741Z Checking indicatif v0.18.6
16652026-09-12T20:31:17.793Z Checking knuffel v3.2.0
16662026-09-12T20:31:18.079Z Checking pwd v1.4.0
16672026-09-12T20:31:18.082Z Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
16682026-09-12T20:31:18.204Z Checking lru v0.18.2
16692026-09-12T20:31:18.366Z Checking tokio-fd v0.3.0
16702026-09-12T20:31:18.376Z Compiling async-recursion v1.1.1
16712026-09-12T20:31:18.405Z Checking xdg v3.0.0
16722026-09-12T20:31:18.419Z Checking shlex v1.3.0
16732026-09-12T20:31:18.462Z Checking qorb v0.4.1
16742026-09-12T20:31:18.472Z Checking humantime v2.4.0
16752026-09-12T20:31:18.557Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
16762026-09-12T20:31:18.566Z Compiling function_name-proc-macro v0.3.0
16772026-09-12T20:31:18.923Z Checking function_name v0.3.0
16782026-09-12T20:31:19.258Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
16792026-09-12T20:31:22.685Z Checking rustls-webpki v0.103.13
16802026-09-12T20:31:24.860Z Checking tokio-rustls v0.26.4
16812026-09-12T20:31:24.860Z Checking rustls-platform-verifier v0.7.0
16822026-09-12T20:31:25.036Z Checking hyper-rustls v0.27.9
16832026-09-12T20:31:25.201Z Checking reqwest v0.13.4
16842026-09-12T20:31:25.780Z Checking progenitor-client v0.14.0
16852026-09-12T20:31:25.967Z Checking progenitor v0.14.0
16862026-09-12T20:31:26.596Z Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api)
16872026-09-12T20:31:26.994Z Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client)
16882026-09-12T20:31:26.994Z Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server)
16892026-09-12T20:31:26.997Z Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
16902026-09-12T20:31:29.130Z Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
16912026-09-12T20:31:29.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.55s
16922026-09-12T20:31:29.448Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
16932026-09-12T20:31:29.448Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
16942026-09-12T20:31:29.573Zcargo clippy --tests -- --no-deps --deny warnings
16952026-09-12T20:31:30.013Z Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
16962026-09-12T20:31:30.016Z Checking miette v7.6.0
16972026-09-12T20:31:30.016Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
16982026-09-12T20:31:30.094Z Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client)
16992026-09-12T20:31:30.094Z Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
17002026-09-12T20:31:30.097Z Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api)
17012026-09-12T20:31:30.098Z Checking sush-common v0.1.0 (/work/oxidecomputer/sush/common)
17022026-09-12T20:31:30.402Z Checking knus v3.4.0
17032026-09-12T20:31:30.518Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
17042026-09-12T20:31:30.970Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17052026-09-12T20:31:33.266Z Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server)
17062026-09-12T20:31:35.443Z Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
17072026-09-12T20:31:36.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.94s
17082026-09-12T20:31:36.587Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
17092026-09-12T20:31:36.587Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
17102026-09-12T20:31:36.712Zcargo build --locked
17112026-09-12T20:31:37.178Z Compiling unicode-ident v1.0.24
17122026-09-12T20:31:37.178Z Compiling cfg-if v1.0.4
17132026-09-12T20:31:37.181Z Compiling subtle v2.6.1
17142026-09-12T20:31:37.181Z Compiling const-oid v0.9.6
17152026-09-12T20:31:37.261Z Compiling libc v0.2.189
17162026-09-12T20:31:37.268Z Compiling serde_core v1.0.229
17172026-09-12T20:31:37.271Z Compiling memchr v2.8.3
17182026-09-12T20:31:37.280Z Compiling typenum v1.20.1
17192026-09-12T20:31:37.305Z Compiling itoa v1.0.18
17202026-09-12T20:31:37.361Z Compiling proc-macro2 v1.0.107
17212026-09-12T20:31:37.388Z Compiling flagset v0.4.7
17222026-09-12T20:31:37.487Z Compiling allocator-api2 v0.2.21
17232026-09-12T20:31:37.508Z Compiling smallvec v1.15.2
17242026-09-12T20:31:37.711Z Compiling quote v1.0.47
17252026-09-12T20:31:37.731Z Compiling errno v0.3.14
17262026-09-12T20:31:37.805Z Compiling libm v0.2.16
17272026-09-12T20:31:37.883Z Compiling syn v2.0.119
17282026-09-12T20:31:37.925Z Compiling syn v3.0.3
17292026-09-12T20:31:37.963Z Compiling bytes v1.12.1
17302026-09-12T20:31:37.990Z Compiling heck v0.5.0
17312026-09-12T20:31:38.057Z Compiling pin-project-lite v0.2.17
17322026-09-12T20:31:38.075Z Compiling equivalent v1.0.2
17332026-09-12T20:31:38.148Z Compiling zmij v1.0.23
17342026-09-12T20:31:38.157Z Compiling once_cell v1.21.4
17352026-09-12T20:31:38.238Z Compiling bitflags v2.13.1
17362026-09-12T20:31:38.379Z Compiling signal-hook-registry v1.4.8
17372026-09-12T20:31:38.459Z Compiling getrandom v0.2.17
17382026-09-12T20:31:38.474Z Compiling futures-core v0.3.33
17392026-09-12T20:31:38.610Z Compiling num-traits v0.2.19
17402026-09-12T20:31:38.632Z Compiling cpufeatures v0.2.17
17412026-09-12T20:31:38.653Z Compiling foldhash v0.2.0
17422026-09-12T20:31:38.693Z Compiling scopeguard v1.2.0
17432026-09-12T20:31:38.702Z Compiling rand_core v0.6.4
17442026-09-12T20:31:38.798Z Compiling lock_api v0.4.14
17452026-09-12T20:31:38.815Z Compiling parking_lot_core v0.9.12
17462026-09-12T20:31:38.927Z Compiling base64ct v1.8.3
17472026-09-12T20:31:38.987Z Compiling mio v1.2.2
17482026-09-12T20:31:39.026Z Compiling parking_lot v0.12.5
17492026-09-12T20:31:39.114Z Compiling socket2 v0.6.5
17502026-09-12T20:31:39.125Z Compiling generic-array v0.14.7
17512026-09-12T20:31:39.208Z Compiling pem-rfc7468 v0.7.0
17522026-09-12T20:31:39.217Z Compiling futures-sink v0.3.33
17532026-09-12T20:31:39.316Z Compiling adler2 v2.0.1
17542026-09-12T20:31:39.429Z Compiling slab v0.4.12
17552026-09-12T20:31:39.448Z Compiling base16ct v0.2.0
17562026-09-12T20:31:39.499Z Compiling futures-channel v0.3.33
17572026-09-12T20:31:39.537Z Compiling log v0.4.33
17582026-09-12T20:31:39.558Z Compiling crypto-common v0.1.7
17592026-09-12T20:31:39.599Z Compiling block-buffer v0.10.4
17602026-09-12T20:31:39.602Z Compiling http v1.5.0
17612026-09-12T20:31:39.673Z Compiling futures-task v0.3.33
17622026-09-12T20:31:39.720Z Compiling digest v0.10.7
17632026-09-12T20:31:39.731Z Compiling stable_deref_trait v1.2.1
17642026-09-12T20:31:39.752Z Compiling futures-io v0.3.33
17652026-09-12T20:31:39.813Z Compiling getrandom v0.4.3
17662026-09-12T20:31:39.840Z Compiling strsim v0.11.1
17672026-09-12T20:31:39.906Z Compiling dyn-clone v1.0.20
17682026-09-12T20:31:39.925Z Compiling ipnet v2.12.1
17692026-09-12T20:31:39.956Z Compiling serde_json v1.0.151
17702026-09-12T20:31:40.026Z Compiling hashbrown v0.17.1
17712026-09-12T20:31:40.041Z Compiling utf8parse v0.2.2
17722026-09-12T20:31:40.149Z Compiling gimli v0.32.3
17732026-09-12T20:31:40.232Z Compiling anstyle-parse v1.0.0
17742026-09-12T20:31:40.414Z Compiling rustc-demangle v0.1.28
17752026-09-12T20:31:40.445Z Compiling is_terminal_polyfill v1.70.2
17762026-09-12T20:31:40.539Z Compiling indexmap v2.14.0
17772026-09-12T20:31:40.597Z Compiling iana-time-zone v0.1.65
17782026-09-12T20:31:40.608Z Compiling synstructure v0.13.2
17792026-09-12T20:31:40.818Z Compiling serde_derive_internals v0.29.1
17802026-09-12T20:31:40.844Z Compiling percent-encoding v2.3.2
17812026-09-12T20:31:41.042Z Compiling anstyle v1.0.14
17822026-09-12T20:31:41.074Z Compiling colorchoice v1.0.5
17832026-09-12T20:31:41.099Z Compiling anstyle-query v1.1.5
17842026-09-12T20:31:41.131Z Compiling serde_derive v1.0.229
17852026-09-12T20:31:41.172Z Compiling thiserror-impl v2.0.20
17862026-09-12T20:31:41.182Z Compiling tokio-macros v2.7.2
17872026-09-12T20:31:41.199Z Compiling displaydoc v0.2.7
17882026-09-12T20:31:41.255Z Compiling anstream v1.0.0
17892026-09-12T20:31:41.544Z Compiling rustix v1.1.4
17902026-09-12T20:31:41.569Z Compiling ff v0.13.1
17912026-09-12T20:31:41.838Z Compiling zeroize_derive v1.5.0
17922026-09-12T20:31:41.926Z Compiling der_derive v0.7.3
17932026-09-12T20:31:41.986Z Compiling zerocopy-derive v0.8.56
17942026-09-12T20:31:42.117Z Compiling tokio v1.53.1
17952026-09-12T20:31:42.387Z Compiling thiserror v2.0.20
17962026-09-12T20:31:42.492Z Compiling zerofrom-derive v0.1.7
17972026-09-12T20:31:42.543Z Compiling zeroize v1.9.0
17982026-09-12T20:31:42.823Z Compiling futures-macro v0.3.33
17992026-09-12T20:31:42.915Z Compiling der v0.7.10
18002026-09-12T20:31:43.029Z Compiling yoke-derive v0.8.2
18012026-09-12T20:31:43.469Z Compiling zerocopy v0.8.56
18022026-09-12T20:31:43.700Z Compiling zerovec-derive v0.11.3
18032026-09-12T20:31:43.715Z Compiling futures-util v0.3.33
18042026-09-12T20:31:43.766Z Compiling spki v0.7.3
18052026-09-12T20:31:43.782Z Compiling serde v1.0.229
18062026-09-12T20:31:43.979Z Compiling zerofrom v0.1.8
18072026-09-12T20:31:44.107Z Compiling pkcs8 v0.10.2
18082026-09-12T20:31:44.202Z Compiling yoke v0.8.3
18092026-09-12T20:31:44.278Z Compiling schemars_derive v0.8.22
18102026-09-12T20:31:44.393Z Compiling hmac v0.12.1
18112026-09-12T20:31:44.527Z Compiling curve25519-dalek-derive v0.1.1
18122026-09-12T20:31:44.825Z Compiling zerovec v0.11.6
18132026-09-12T20:31:44.862Z Compiling addr2line v0.25.1
18142026-09-12T20:31:45.218Z Compiling chrono v0.4.45
18152026-09-12T20:31:45.406Z Compiling tinystr v0.8.3
18162026-09-12T20:31:45.490Z Compiling signature v2.2.0
18172026-09-12T20:31:45.567Z Compiling sha2 v0.10.9
18182026-09-12T20:31:45.607Z Compiling rustls-pki-types v1.15.1
18192026-09-12T20:31:45.628Z Compiling tracing-attributes v0.1.31
18202026-09-12T20:31:45.637Z Compiling tracing-core v0.1.36
18212026-09-12T20:31:45.947Z Compiling litemap v0.8.2
18222026-09-12T20:31:46.008Z Compiling base64 v0.22.1
18232026-09-12T20:31:46.091Z Compiling writeable v0.6.3
18242026-09-12T20:31:46.136Z Compiling clap_lex v1.1.0
18252026-09-12T20:31:46.244Z Compiling icu_locale_core v2.2.0
18262026-09-12T20:31:46.293Z Compiling ppv-lite86 v0.2.21
18272026-09-12T20:31:46.343Z Compiling tokio-util v0.7.19
18282026-09-12T20:31:46.384Z Compiling potential_utf v0.1.5
18292026-09-12T20:31:46.467Z Compiling hkdf v0.12.4
18302026-09-12T20:31:46.552Z Compiling zerotrie v0.2.4
18312026-09-12T20:31:46.609Z Compiling sec1 v0.7.3
18322026-09-12T20:31:46.619Z Compiling erased-serde v0.3.31
18332026-09-12T20:31:46.715Z Compiling crypto-bigint v0.5.5
18342026-09-12T20:31:46.853Z Compiling thiserror-impl v1.0.69
18352026-09-12T20:31:46.863Z Compiling tracing v0.1.44
18362026-09-12T20:31:46.883Z Compiling group v0.13.0
18372026-09-12T20:31:46.989Z Compiling httparse v1.10.1
18382026-09-12T20:31:47.055Z Compiling aws-lc-sys v0.44.0
18392026-09-12T20:31:47.097Z Compiling uuid v1.24.0
18402026-09-12T20:31:47.113Z Compiling simd-adler32 v0.3.10
18412026-09-12T20:31:47.297Z Compiling unicode-linebreak v0.1.5
18422026-09-12T20:31:47.317Z Compiling hex v0.4.3
18432026-09-12T20:31:47.342Z Compiling is_ci v1.2.0
18442026-09-12T20:31:47.485Z Compiling utf8_iter v1.0.4
18452026-09-12T20:31:47.532Z Compiling aws-lc-rs v1.18.0
18462026-09-12T20:31:47.540Z Compiling miniz_oxide v0.8.9
18472026-09-12T20:31:47.577Z Compiling slog v2.8.2
18482026-09-12T20:31:47.633Z Compiling icu_collections v2.2.0
18492026-09-12T20:31:47.658Z Compiling icu_provider v2.2.0
18502026-09-12T20:31:47.985Z Compiling elliptic-curve v0.13.8
18512026-09-12T20:31:47.985Z Compiling rand_chacha v0.3.1
18522026-09-12T20:31:48.030Z Compiling thiserror v1.0.69
18532026-09-12T20:31:48.133Z Compiling clap_derive v4.6.4
18542026-09-12T20:31:48.157Z Compiling form_urlencoded v1.2.2
18552026-09-12T20:31:48.208Z Compiling num-integer v0.1.46
18562026-09-12T20:31:48.276Z Compiling is-terminal v0.4.17
18572026-09-12T20:31:48.409Z Compiling unicode-width v0.1.14
18582026-09-12T20:31:48.418Z Compiling untrusted v0.9.0
18592026-09-12T20:31:48.474Z Compiling num-iter v0.1.46
18602026-09-12T20:31:48.521Z Compiling rand v0.8.7
18612026-09-12T20:31:48.535Z Compiling icu_properties_data v2.2.0
18622026-09-12T20:31:48.552Z Compiling rustls-webpki v0.103.13
18632026-09-12T20:31:48.582Z Compiling syn v1.0.109
18642026-09-12T20:31:48.669Z Compiling icu_normalizer_data v2.2.0
18652026-09-12T20:31:48.684Z Compiling schemars v0.8.22
18662026-09-12T20:31:48.747Z Compiling serde_tokenstream v0.2.3
18672026-09-12T20:31:49.040Z Compiling rfc6979 v0.4.0
18682026-09-12T20:31:49.112Z Compiling http-body v1.1.0
18692026-09-12T20:31:49.172Z Compiling atomic-waker v1.1.2
18702026-09-12T20:31:49.184Z Compiling unicode-width v0.2.2
18712026-09-12T20:31:49.271Z Compiling ecdsa v0.16.9
18722026-09-12T20:31:49.299Z Compiling rustls v0.23.43
18732026-09-12T20:31:49.302Z Compiling icu_normalizer v2.2.0
18742026-09-12T20:31:49.470Z Compiling icu_properties v2.2.0
18752026-09-12T20:31:49.609Z Compiling primeorder v0.13.6
18762026-09-12T20:31:49.906Z Compiling hybrid-array v0.4.14
18772026-09-12T20:31:49.942Z Compiling tower-layer v0.3.3
18782026-09-12T20:31:50.025Z Compiling keccak v0.1.6
18792026-09-12T20:31:50.035Z Compiling try-lock v0.2.5
18802026-09-12T20:31:50.104Z Compiling fnv v1.0.7
18812026-09-12T20:31:50.139Z Compiling tower-service v0.3.3
18822026-09-12T20:31:50.201Z Compiling h2 v0.4.15
18832026-09-12T20:31:50.211Z Compiling want v0.3.1
18842026-09-12T20:31:50.257Z Compiling getrandom v0.3.4
18852026-09-12T20:31:50.380Z Compiling idna_adapter v1.2.2
18862026-09-12T20:31:50.403Z Compiling ed25519 v2.2.3
18872026-09-12T20:31:50.506Z Compiling curve25519-dalek v4.1.3
18882026-09-12T20:31:50.515Z Compiling terminal_size v0.4.4
18892026-09-12T20:31:50.665Z Compiling object v0.37.3
18902026-09-12T20:31:50.965Z Compiling hashbrown v0.16.1
18912026-09-12T20:31:51.015Z Compiling time-core v0.1.9
18922026-09-12T20:31:51.210Z Compiling ryu v1.0.23
18932026-09-12T20:31:51.395Z Compiling spin v0.9.9
18942026-09-12T20:31:51.535Z Compiling num-conv v0.2.2
18952026-09-12T20:31:51.547Z Compiling httpdate v1.0.3
18962026-09-12T20:31:51.631Z Compiling ed25519-dalek v2.2.0
18972026-09-12T20:31:51.686Z Compiling time-macros v0.2.32
18982026-09-12T20:31:51.971Z Compiling ahash v0.8.12
18992026-09-12T20:31:52.153Z Compiling darling_core v0.23.0
19002026-09-12T20:31:52.189Z Compiling tokio-rustls v0.26.4
19012026-09-12T20:31:52.450Z Compiling hyper v1.11.0
19022026-09-12T20:31:52.838Z Compiling clap_builder v4.6.6
19032026-09-12T20:31:52.879Z Compiling idna v1.1.0
19042026-09-12T20:31:53.122Z Compiling rand_core v0.9.5
19052026-09-12T20:31:53.345Z Compiling backtrace v0.3.76
19062026-09-12T20:31:53.364Z Compiling block-buffer v0.12.1
19072026-09-12T20:31:53.510Z Compiling crypto-common v0.2.2
19082026-09-12T20:31:53.527Z Compiling x509-cert v0.2.5
19092026-09-12T20:31:53.686Z Compiling async-trait v0.1.92
19102026-09-12T20:31:54.291Z Compiling proc-macro-error-attr2 v2.0.0
19112026-09-12T20:31:54.484Z Compiling deranged v0.5.8
19122026-09-12T20:31:54.644Z Compiling powerfmt v0.2.0
19132026-09-12T20:31:54.668Z Compiling num_threads v0.1.7
19142026-09-12T20:31:54.753Z Compiling const-oid v0.10.2
19152026-09-12T20:31:54.767Z Compiling data-encoding v2.11.1
19162026-09-12T20:31:54.857Z Compiling lazy_static v1.5.0
19172026-09-12T20:31:54.890Z Compiling digest v0.11.3
19182026-09-12T20:31:54.950Z Compiling proc-macro-error2 v2.0.1
19192026-09-12T20:31:54.963Z Compiling clap v4.6.6
19202026-09-12T20:31:55.043Z Compiling darling_macro v0.23.0
19212026-09-12T20:31:55.056Z Compiling backtrace-ext v0.2.1
19222026-09-12T20:31:55.215Z Compiling hyper-util v0.1.20
19232026-09-12T20:31:55.228Z Compiling rand_chacha v0.9.0
19242026-09-12T20:31:55.299Z Compiling url v2.5.8
19252026-09-12T20:31:55.426Z Compiling time v0.3.55
19262026-09-12T20:31:55.662Z Compiling hashbrown v0.14.5
19272026-09-12T20:31:55.672Z Compiling textwrap v0.16.2
19282026-09-12T20:31:55.865Z Compiling supports-color v3.0.2
19292026-09-12T20:31:56.015Z Compiling half v2.7.1
19302026-09-12T20:31:56.025Z Compiling sha1 v0.10.7
19312026-09-12T20:31:56.137Z Compiling miette-derive v7.6.0
19322026-09-12T20:31:56.244Z Compiling encoding_rs v0.8.35
19332026-09-12T20:31:56.254Z Compiling static_assertions v1.1.0
19342026-09-12T20:31:56.313Z Compiling ciborium-io v0.2.2
19352026-09-12T20:31:56.324Z Compiling mime v0.3.17
19362026-09-12T20:31:56.407Z Compiling semver v1.0.28
19372026-09-12T20:31:56.560Z Compiling fastrand v2.5.0
19382026-09-12T20:31:56.596Z Compiling ciborium-ll v0.2.2
19392026-09-12T20:31:56.745Z Compiling tempfile v3.27.0
19402026-09-12T20:31:56.826Z Compiling num-bigint-dig v0.8.6
19412026-09-12T20:31:56.886Z Compiling chumsky v0.9.3
19422026-09-12T20:31:56.971Z Compiling darling v0.23.0
19432026-09-12T20:31:57.053Z Compiling rand v0.9.5
19442026-09-12T20:31:57.163Z Compiling knus-derive v3.4.0
19452026-09-12T20:31:57.272Z Compiling miette v7.6.0
19462026-09-12T20:31:57.558Z Compiling crc32fast v1.5.0
19472026-09-12T20:31:57.662Z Compiling crossbeam-utils v0.8.22
19482026-09-12T20:31:57.751Z Compiling camino v1.2.5
19492026-09-12T20:31:58.001Z Compiling regress v0.11.1
19502026-09-12T20:31:58.077Z Compiling serde_urlencoded v0.7.1
19512026-09-12T20:31:58.181Z Compiling http-body-util v0.1.4
19522026-09-12T20:31:58.280Z Compiling futures-executor v0.3.33
19532026-09-12T20:31:58.341Z Compiling pkcs1 v0.7.5
19542026-09-12T20:31:58.464Z Compiling inout v0.1.4
19552026-09-12T20:31:58.474Z Compiling thread_local v1.1.10
19562026-09-12T20:31:58.577Z Compiling ipnetwork v0.21.1
19572026-09-12T20:31:58.599Z Compiling regex-syntax v0.8.11
19582026-09-12T20:31:58.647Z Compiling knus v3.4.0
19592026-09-12T20:31:58.742Z Compiling oxnet v0.1.6
19602026-09-12T20:31:58.771Z Compiling cipher v0.4.4
19612026-09-12T20:31:58.870Z Compiling rsa v0.9.10
19622026-09-12T20:31:58.984Z Compiling futures v0.3.33
19632026-09-12T20:31:59.066Z Compiling p384 v0.13.1
19642026-09-12T20:31:59.485Z Compiling crossbeam-channel v0.5.16
19652026-09-12T20:31:59.520Z Compiling flate2 v1.1.9
19662026-09-12T20:31:59.555Z Compiling serde_with_macros v3.22.0
19672026-09-12T20:31:59.728Z Compiling typify-impl v0.6.2
19682026-09-12T20:31:59.965Z Compiling ciborium v0.2.2
19692026-09-12T20:32:00.015Z Compiling hubpack_derive v0.1.1
19702026-09-12T20:32:00.547Z Compiling sha3 v0.10.9
19712026-09-12T20:32:00.699Z Compiling newtype-uuid v1.4.0
19722026-09-12T20:32:00.712Z Compiling ssh-encoding v0.2.0
19732026-09-12T20:32:00.979Z Compiling openapiv3 v2.2.0
19742026-09-12T20:32:01.090Z Compiling async-stream-impl v0.3.6
19752026-09-12T20:32:01.128Z Compiling strum_macros v0.26.4
19762026-09-12T20:32:01.301Z Compiling daft-derive v0.1.8
19772026-09-12T20:32:01.984Z Compiling keccak v0.2.2
19782026-09-12T20:32:02.046Z Compiling compression-core v0.4.32
19792026-09-12T20:32:02.068Z Compiling sponge-cursor v0.1.0
19802026-09-12T20:32:02.117Z Compiling term v1.2.1
19812026-09-12T20:32:02.198Z Compiling take_mut v0.2.2
19822026-09-12T20:32:02.208Z Compiling winnow v1.0.4
19832026-09-12T20:32:02.312Z Compiling utf-8 v0.7.6
19842026-09-12T20:32:02.401Z Compiling match_cfg v0.1.0
19852026-09-12T20:32:02.473Z Compiling hostname v0.3.1
19862026-09-12T20:32:02.488Z Compiling toml_parser v1.1.3+spec-1.1.0
19872026-09-12T20:32:02.563Z Compiling tungstenite v0.28.0
19882026-09-12T20:32:02.576Z Compiling slog-term v2.9.2
19892026-09-12T20:32:02.614Z Compiling slog-async v2.8.0
19902026-09-12T20:32:02.627Z Compiling sha3 v0.12.0
19912026-09-12T20:32:02.770Z Compiling strum v0.26.3
19922026-09-12T20:32:02.822Z Compiling compression-codecs v0.4.38
19932026-09-12T20:32:02.902Z Compiling daft v0.1.8
19942026-09-12T20:32:03.069Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
19952026-09-12T20:32:03.162Z Compiling async-stream v0.3.6
19962026-09-12T20:32:03.176Z Compiling ssh-cipher v0.2.0
19972026-09-12T20:32:03.181Z Compiling serde_with v3.22.0
19982026-09-12T20:32:03.267Z Compiling hubpack v0.1.2
19992026-09-12T20:32:03.336Z Compiling omicron-workspace-hack v0.1.0
20002026-09-12T20:32:03.362Z Compiling slog-json v2.6.1
20012026-09-12T20:32:03.382Z Compiling p256 v0.13.2
20022026-09-12T20:32:03.500Z Compiling serde_spanned v1.1.1
20032026-09-12T20:32:03.573Z Compiling toml_datetime v1.1.1+spec-1.1.0
20042026-09-12T20:32:03.628Z Compiling cpufeatures v0.3.0
20052026-09-12T20:32:03.652Z Compiling debug-ignore v1.0.5
20062026-09-12T20:32:03.702Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
20072026-09-12T20:32:03.756Z Compiling toml_writer v1.1.2+spec-1.1.0
20082026-09-12T20:32:03.780Z Compiling unicode-segmentation v1.13.3
20092026-09-12T20:32:03.974Z Compiling toml v1.1.4+spec-1.1.0
20102026-09-12T20:32:04.046Z Compiling sha1 v0.11.0
20112026-09-12T20:32:04.207Z Compiling ssh-key v0.6.7
20122026-09-12T20:32:04.297Z Compiling slog-bunyan v2.5.0
20132026-09-12T20:32:04.440Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
20142026-09-12T20:32:04.538Z Compiling multer v3.1.0
20152026-09-12T20:32:04.769Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
20162026-09-12T20:32:04.805Z Compiling tokio-tungstenite v0.28.0
20172026-09-12T20:32:05.052Z Compiling async-compression v0.4.43
20182026-09-12T20:32:05.107Z Compiling rlimit v0.10.2
20192026-09-12T20:32:05.290Z Compiling salty v0.3.0
20202026-09-12T20:32:05.370Z Compiling waitgroup v0.1.2
20212026-09-12T20:32:05.519Z Compiling dropshot_endpoint v0.17.1
20222026-09-12T20:32:05.529Z Compiling rustls-pemfile v2.2.0
20232026-09-12T20:32:05.705Z Compiling toml_datetime v0.6.11
20242026-09-12T20:32:05.729Z Compiling serde_spanned v0.6.9
20252026-09-12T20:32:05.878Z Compiling env_filter v2.0.0
20262026-09-12T20:32:05.981Z Compiling serde_path_to_error v0.1.20
20272026-09-12T20:32:06.105Z Compiling typify-macro v0.6.2
20282026-09-12T20:32:06.108Z Compiling sync_wrapper v1.0.2
20292026-09-12T20:32:06.214Z Compiling aho-corasick v1.1.5
20302026-09-12T20:32:06.217Z Compiling hostname v0.4.2
20312026-09-12T20:32:06.341Z Compiling openssl-probe v0.2.1
20322026-09-12T20:32:06.368Z Compiling bytesize v2.7.0
20332026-09-12T20:32:06.530Z Compiling toml_write v0.1.2
20342026-09-12T20:32:06.667Z Compiling winnow v0.7.15
20352026-09-12T20:32:06.732Z Compiling tinyvec_macros v0.1.1
20362026-09-12T20:32:06.778Z Compiling http-range-header v0.4.2
20372026-09-12T20:32:06.801Z Compiling tinyvec v1.12.0
20382026-09-12T20:32:06.837Z Compiling rustls-native-certs v0.8.4
20392026-09-12T20:32:06.912Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20402026-09-12T20:32:07.139Z Compiling regex-automata v0.4.18
20412026-09-12T20:32:07.172Z Compiling dropshot v0.17.1
20422026-09-12T20:32:07.183Z Compiling tower v0.5.3
20432026-09-12T20:32:07.665Z Compiling env_logger v0.11.11
20442026-09-12T20:32:08.035Z Compiling toml_edit v0.22.27
20452026-09-12T20:32:08.184Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20462026-09-12T20:32:08.293Z Compiling serde-big-array v0.5.1
20472026-09-12T20:32:08.435Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20482026-09-12T20:32:08.640Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20492026-09-12T20:32:09.437Z Compiling corncobs v0.1.4
20502026-09-12T20:32:09.617Z Compiling dashu-base v0.5.1
20512026-09-12T20:32:09.944Z Compiling num-modular v0.6.5
20522026-09-12T20:32:10.783Z Compiling dashu-int v0.5.1
20532026-09-12T20:32:11.173Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
20542026-09-12T20:32:12.243Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20552026-09-12T20:32:12.634Z Compiling toml v0.8.23
20562026-09-12T20:32:12.660Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20572026-09-12T20:32:12.671Z Compiling regex v1.13.1
20582026-09-12T20:32:12.923Z Compiling typify v0.6.2
20592026-09-12T20:32:13.019Z Compiling tower-http v0.6.11
20602026-09-12T20:32:13.132Z Compiling proc-macro-error-attr v1.0.4
20612026-09-12T20:32:13.368Z Compiling rustls-platform-verifier v0.7.0
20622026-09-12T20:32:13.502Z Compiling rustix v0.38.44
20632026-09-12T20:32:13.610Z Compiling hyper-rustls v0.27.9
20642026-09-12T20:32:13.854Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
20652026-09-12T20:32:13.918Z Compiling secrecy v0.8.0
20662026-09-12T20:32:14.055Z Compiling enum-as-inner v0.6.1
20672026-09-12T20:32:14.067Z Compiling linked-hash-map v0.5.6
20682026-09-12T20:32:14.254Z Compiling num-primitive v0.2.1
20692026-09-12T20:32:14.361Z Compiling smawk v0.3.3
20702026-09-12T20:32:14.384Z Compiling serde_yaml v0.9.34+deprecated
20712026-09-12T20:32:14.487Z Compiling textwrap v0.15.2
20722026-09-12T20:32:14.579Z Compiling lru-cache v0.1.2
20732026-09-12T20:32:14.668Z Compiling hickory-proto v0.24.4
20742026-09-12T20:32:14.705Z Compiling atomicwrites v0.4.4
20752026-09-12T20:32:14.827Z Compiling dsi-bitstream v0.10.1
20762026-09-12T20:32:14.896Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
20772026-09-12T20:32:14.906Z Compiling reqwest v0.13.4
20782026-09-12T20:32:15.107Z Compiling progenitor-impl v0.14.0
20792026-09-12T20:32:15.640Z Compiling proc-macro-error v1.0.4
20802026-09-12T20:32:15.910Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
20812026-09-12T20:32:16.175Z Compiling heck v0.4.1
20822026-09-12T20:32:16.333Z Compiling supports-color v2.1.0
20832026-09-12T20:32:16.343Z Compiling supports-hyperlinks v2.1.0
20842026-09-12T20:32:16.385Z Compiling supports-unicode v2.1.0
20852026-09-12T20:32:16.505Z Compiling tokio-stream v0.1.19
20862026-09-12T20:32:16.538Z Compiling miette-derive v5.10.0
20872026-09-12T20:32:16.547Z Compiling nibble_vec v0.1.0
20882026-09-12T20:32:16.681Z Compiling terminal_size v0.1.17
20892026-09-12T20:32:16.802Z Compiling memmap2 v0.9.11
20902026-09-12T20:32:16.978Z Compiling resolv-conf v0.7.6
20912026-09-12T20:32:17.032Z Compiling either v1.17.0
20922026-09-12T20:32:17.051Z Compiling owo-colors v3.5.0
20932026-09-12T20:32:17.245Z Compiling endian-type v0.2.0
20942026-09-12T20:32:17.359Z Compiling radix_trie v0.3.0
20952026-09-12T20:32:17.384Z Compiling itertools v0.14.0
20962026-09-12T20:32:17.641Z Compiling miette v5.10.0
20972026-09-12T20:32:17.734Z Compiling hickory-resolver v0.24.4
20982026-09-12T20:32:17.836Z Compiling knuffel-derive v3.2.0
20992026-09-12T20:32:18.674Z Compiling progenitor-macro v0.14.0
21002026-09-12T20:32:18.677Z Compiling progenitor-client v0.14.0
21012026-09-12T20:32:18.982Z Compiling nix v0.31.3
21022026-09-12T20:32:19.243Z Compiling anyhow v1.0.104
21032026-09-12T20:32:19.350Z Compiling signal-hook v0.4.4
21042026-09-12T20:32:19.572Z Compiling portable-atomic v1.15.0
21052026-09-12T20:32:19.647Z Compiling console v0.16.4
21062026-09-12T20:32:20.266Z Compiling derive-where v1.6.1
21072026-09-12T20:32:20.292Z Compiling termios v0.3.3
21082026-09-12T20:32:20.399Z Compiling unit-prefix v0.5.2
21092026-09-12T20:32:20.442Z Compiling home v0.5.12
21102026-09-12T20:32:20.452Z Compiling base64 v0.21.7
21112026-09-12T20:32:20.462Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
21122026-09-12T20:32:20.523Z Compiling indicatif v0.18.6
21132026-09-12T20:32:20.548Z Compiling rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f)
21142026-09-12T20:32:20.775Z Compiling knuffel v3.2.0
21152026-09-12T20:32:21.272Z Compiling pwd v1.4.0
21162026-09-12T20:32:21.469Z Compiling tokio-fd v0.3.0
21172026-09-12T20:32:21.512Z Compiling async-recursion v1.1.1
21182026-09-12T20:32:21.545Z Compiling qorb v0.4.1
21192026-09-12T20:32:21.640Z Compiling lru v0.18.2
21202026-09-12T20:32:21.661Z Compiling humantime v2.4.0
21212026-09-12T20:32:21.815Z Compiling shlex v1.3.0
21222026-09-12T20:32:21.938Z Compiling xdg v3.0.0
21232026-09-12T20:32:22.035Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
21242026-09-12T20:32:22.224Z Compiling function_name v0.3.0
21252026-09-12T20:32:22.300Z Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
21262026-09-12T20:32:23.956Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
21272026-09-12T20:32:24.219Z Compiling progenitor v0.14.0
21282026-09-12T20:32:24.316Z Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client)
21292026-09-12T20:32:25.830Z Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server)
21302026-09-12T20:32:29.489Z Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
21312026-09-12T20:32:48.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
21322026-09-12T20:32:48.105Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
21332026-09-12T20:32:48.105Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
21342026-09-12T20:32:48.229Zcargo nextest run --run-ignored all
21352026-09-12T20:32:49.141Z Compiling knus v3.4.0
21362026-09-12T20:32:49.226Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
21372026-09-12T20:32:49.235Z Compiling miette v7.6.0
21382026-09-12T20:32:49.238Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
21392026-09-12T20:32:49.246Z Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
21402026-09-12T20:32:49.250Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
21412026-09-12T20:32:49.250Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
21422026-09-12T20:32:49.708Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
21432026-09-12T20:32:49.857Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
21442026-09-12T20:32:50.226Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
21452026-09-12T20:32:52.322Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
21462026-09-12T20:32:54.253Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
21472026-09-12T20:32:54.765Z Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server)
21482026-09-12T20:32:54.765Z Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client)
21492026-09-12T20:32:58.276Z Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
21502026-09-12T20:33:36.357Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.59s
21512026-09-12T20:33:36.360Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
21522026-09-12T20:33:36.361Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
21532026-09-12T20:33:36.514Z────────────
21542026-09-12T20:33:36.514Z Nextest run ID 37a8ff11-6d74-4440-88c4-f2269bc1568d with nextest profile: default
21552026-09-12T20:33:36.514Z Starting 169 tests across 11 binaries
21562026-09-12T20:33:36.522Z PASS [ 0.007s] ( 1/169) sush-client agent::test::request_identities_frame
21572026-09-12T20:33:36.525Z PASS [ 0.007s] ( 2/169) sush-client cli::rack::rack_drawing_health
21582026-09-12T20:33:36.525Z PASS [ 0.008s] ( 3/169) sush-client agent::test::identities_answer_roundtrip
21592026-09-12T20:33:36.525Z PASS [ 0.008s] ( 4/169) sush-client cli::rack::rack_drawing
21602026-09-12T20:33:36.525Z PASS [ 0.008s] ( 5/169) sush-client agent::test::sign_response_roundtrip
21612026-09-12T20:33:36.525Z PASS [ 0.008s] ( 6/169) sush-client agent::test::sign_request_frame
21622026-09-12T20:33:36.525Z PASS [ 0.009s] ( 7/169) sush-client agent::test::malformed_payloads
21632026-09-12T20:33:36.529Z PASS [ 0.007s] ( 8/169) sush-client commands::tests::login_refused_blames_build_skew
21642026-09-12T20:33:36.532Z PASS [ 0.008s] ( 9/169) sush-client commands::target_arg
21652026-09-12T20:33:36.532Z PASS [ 0.008s] ( 10/169) sush-client commands::watch_settling
21662026-09-12T20:33:36.532Z PASS [ 0.007s] ( 11/169) sush-client tls::test::descoped_urls
21672026-09-12T20:33:36.535Z PASS [ 0.010s] ( 12/169) sush-client commands::client_args
21682026-09-12T20:33:36.537Z PASS [ 0.007s] ( 13/169) sush-client tls::test::tq_dhe_tcb_info_decodes
21692026-09-12T20:33:36.537Z PASS [ 0.007s] ( 14/169) sush-common authn::test::authn_errors
21702026-09-12T20:33:36.540Z PASS [ 0.007s] ( 15/169) sush-common authn::test::pin_challenge_response_schema
21712026-09-12T20:33:36.543Z PASS [ 0.006s] ( 16/169) sush-common authn::test::seq_windows
21722026-09-12T20:33:36.546Z PASS [ 0.007s] ( 17/169) sush-common authn::test::pin_to_be_signed
21732026-09-12T20:33:36.547Z PASS [ 0.006s] ( 18/169) sush-common codephrases::test::constant_codephrases
21742026-09-12T20:33:36.549Z PASS [ 0.006s] ( 19/169) sush-common codephrases::test::leading_zeros_after_truncation
21752026-09-12T20:33:36.552Z PASS [ 0.006s] ( 20/169) sush-common codephrases::test::non_phrases
21762026-09-12T20:33:36.556Z PASS [ 0.006s] ( 21/169) sush-common codephrases::test::trivial_codephrases
21772026-09-12T20:33:36.562Z PASS [ 0.006s] ( 22/169) sush-common codephrases::test::wide_values_reject_where_truncated
21782026-09-12T20:33:36.567Z PASS [ 0.006s] ( 23/169) sush-common hash::tests::sha3_256_empty_vector
21792026-09-12T20:33:36.573Z PASS [ 0.005s] ( 24/169) sush-common jobs::test::interactive_targets
21802026-09-12T20:33:36.578Z PASS [ 0.006s] ( 25/169) sush-common jobs::test::limits_clamp
21812026-09-12T20:33:36.581Z PASS [ 0.050s] ( 26/169) sush-common authn::test::bound_requests
21822026-09-12T20:33:36.585Z PASS [ 0.006s] ( 27/169) sush-common jobs::test::pin_job_start_request_schema
21832026-09-12T20:33:36.588Z PASS [ 0.006s] ( 28/169) sush-common jobs::test::skip_converges_signer_and_server
21842026-09-12T20:33:36.591Z PASS [ 0.006s] ( 29/169) sush-common jobs::test::to_be_signed_omits_defaults
21852026-09-12T20:33:36.594Z PASS [ 0.006s] ( 30/169) sush-common keys::test::pin_voucher_digest
21862026-09-12T20:33:36.598Z PASS [ 0.005s] ( 31/169) sush-common keys::test::test_sk_split
21872026-09-12T20:33:36.609Z PASS [ 0.012s] ( 32/169) sush-common keys::test::vouched_cert_round_trip
21882026-09-12T20:33:36.615Z PASS [ 0.006s] ( 33/169) sush-common targets::test::targets_include
21892026-09-12T20:33:36.620Z PASS [ 0.005s] ( 34/169) sush-common targets::test::targets_parse
21902026-09-12T20:33:36.626Z PASS [ 0.006s] ( 35/169) sush-common targets::test::targets_round_trip
21912026-09-12T20:33:36.633Z PASS [ 0.007s] ( 36/169) sush-common wordlist::test::verify_wordlist
21922026-09-12T20:33:36.636Z PASS [ 0.092s] ( 37/169) sush-common codephrases::test::id_phrases
21932026-09-12T20:33:36.641Z PASS [ 0.006s] ( 38/169) sush-server bloom::test::pin_probes
21942026-09-12T20:33:36.646Z PASS [ 0.006s] ( 39/169) sush-server bloom::test::round_trip
21952026-09-12T20:33:36.653Z PASS [ 0.006s] ( 40/169) sush-server bloom::test::serde_preserves_bits
21962026-09-12T20:33:36.656Z PASS [ 0.133s] ( 41/169) sush-client commands::output_needs_target
21972026-09-12T20:33:36.661Z PASS [ 0.008s] ( 42/169) sush-server bookmark::test::discard_assumes_fresh_identity
21982026-09-12T20:33:36.664Z PASS [ 0.008s] ( 43/169) sush-server bookmark::test::handles_share_record
21992026-09-12T20:33:36.664Z PASS [ 0.031s] ( 44/169) sush-server bloom::test::false_positives_are_rare
22002026-09-12T20:33:36.669Z PASS [ 0.139s] ( 45/169) sush-common authn::test::challenge_response
22012026-09-12T20:33:36.671Z PASS [ 0.008s] ( 46/169) sush-server bookmark::test::null_and_shed_touch_nothing
22022026-09-12T20:33:36.671Z PASS [ 0.008s] ( 47/169) sush-server bookmark::test::round_trip
22032026-09-12T20:33:36.671Z PASS [ 0.149s] ( 48/169) sush-client identity::test::ssh_identities
22042026-09-12T20:33:36.674Z PASS [ 0.010s] ( 49/169) sush-server boundary::test::commitments_survive_restarts
22052026-09-12T20:33:36.678Z PASS [ 0.008s] ( 50/169) sush-server boundary::test::future_record_is_untrusted
22062026-09-12T20:33:36.680Z PASS [ 0.006s] ( 51/169) sush-server boundary::test::pin_network_keys
22072026-09-12T20:33:36.680Z PASS [ 0.010s] ( 52/169) sush-server boundary::test::disagreement_is_untrusted_and_pins
22082026-09-12T20:33:36.680Z PASS [ 0.010s] ( 53/169) sush-server boundary::test::outcomes_survive_and_heal
22092026-09-12T20:33:36.684Z PASS [ 0.007s] ( 54/169) sush-server boundary::test::pin_record_format_v0
22102026-09-12T20:33:36.687Z PASS [ 0.006s] ( 55/169) sush-server format::test::failed_conversion_is_reported
22112026-09-12T20:33:36.687Z PASS [ 0.008s] ( 56/169) sush-server boundary::test::undecodable_record_is_untrusted
22122026-09-12T20:33:36.687Z PASS [ 0.008s] ( 57/169) sush-server boundary::test::unloaded_is_untrusted
22132026-09-12T20:33:36.687Z PASS [ 0.006s] ( 58/169) sush-server format::test::future_version_is_refused
22142026-09-12T20:33:36.690Z PASS [ 0.007s] ( 59/169) sush-server format::test::garbage_is_refused
22152026-09-12T20:33:36.692Z PASS [ 0.006s] ( 60/169) sush-server format::test::old_version_converts_up
22162026-09-12T20:33:36.692Z PASS [ 0.007s] ( 61/169) sush-server format::test::round_trip_at_latest
22172026-09-12T20:33:36.695Z PASS [ 0.007s] ( 62/169) sush-server format::test::trailing_envelope_elements_are_refused
22182026-09-12T20:33:36.695Z PASS [ 0.006s] ( 63/169) sush-server format::test::unknown_version_is_refused
22192026-09-12T20:33:36.695Z PASS [ 0.006s] ( 64/169) sush-server format::test::wire_chain_converts
22202026-09-12T20:33:36.698Z PASS [ 0.006s] ( 65/169) sush-server format::test::wrong_body_is_reported
22212026-09-12T20:33:36.701Z PASS [ 0.008s] ( 66/169) sush-server locker::test::corruption_discards
22222026-09-12T20:33:36.703Z PASS [ 0.008s] ( 67/169) sush-server locker::test::disagreement_discards
22232026-09-12T20:33:36.703Z PASS [ 0.008s] ( 68/169) sush-server locker::test::flipped_envelope_bytes_are_corruption
22242026-09-12T20:33:36.706Z PASS [ 0.008s] ( 69/169) sush-server locker::test::legacy_sequence_skew_is_benign
22252026-09-12T20:33:36.709Z PASS [ 0.007s] ( 70/169) sush-server locker::test::null_touches_nothing
22262026-09-12T20:33:36.709Z PASS [ 0.008s] ( 71/169) sush-server locker::test::lone_slot_restores_and_repairs
22272026-09-12T20:33:36.712Z PASS [ 0.008s] ( 72/169) sush-server locker::test::partial_store_fails_loudly
22282026-09-12T20:33:36.715Z PASS [ 0.008s] ( 73/169) sush-server locker::test::probe_requires_every_slot
22292026-09-12T20:33:36.718Z PASS [ 0.008s] ( 74/169) sush-server locker::test::second_locker_is_locked_out
22302026-09-12T20:33:36.718Z PASS [ 0.008s] ( 75/169) sush-server locker::test::round_trip_writes_every_slot
22312026-09-12T20:33:36.718Z PASS [ 0.007s] ( 76/169) sush-server locker::test::stragglers_cannot_clobber_newer_commits
22322026-09-12T20:33:36.722Z PASS [ 0.008s] ( 77/169) sush-server locker::test::torn_pair_resolves_to_newest_write
22332026-09-12T20:33:36.725Z PASS [ 0.008s] ( 78/169) sush-server locker::test::torn_pair_with_equal_sequence_numbers_discards
22342026-09-12T20:33:36.725Z PASS [ 0.007s] ( 79/169) sush-server messages::wire_format::concurrent_sessions_error
22352026-09-12T20:33:36.725Z PASS [ 0.008s] ( 80/169) sush-server messages::wire_format::cert_requests
22362026-09-12T20:33:36.729Z PASS [ 0.007s] ( 81/169) sush-server messages::wire_format::identity_login_request
22372026-09-12T20:33:36.732Z PASS [ 0.007s] ( 82/169) sush-server messages::wire_format::identity_revoke_request
22382026-09-12T20:33:36.732Z PASS [ 0.007s] ( 83/169) sush-server messages::wire_format::job_events
22392026-09-12T20:33:36.732Z PASS [ 0.007s] ( 84/169) sush-server messages::wire_format::job_skipped_event
22402026-09-12T20:33:36.736Z PASS [ 0.007s] ( 85/169) sush-server messages::wire_format::job_start_interactive_request
22412026-09-12T20:33:36.739Z PASS [ 0.007s] ( 86/169) sush-server messages::wire_format::job_start_request
22422026-09-12T20:33:36.739Z PASS [ 0.007s] ( 87/169) sush-server messages::wire_format::job_stop_request
22432026-09-12T20:33:36.739Z PASS [ 0.007s] ( 88/169) sush-server messages::wire_format::session_allow_attach_request
22442026-09-12T20:33:36.743Z PASS [ 0.007s] ( 89/169) sush-server messages::wire_format::session_deny_attach_request
22452026-09-12T20:33:36.746Z PASS [ 0.007s] ( 90/169) sush-server messages::wire_format::session_ended_skip_event
22462026-09-12T20:33:36.748Z PASS [ 0.007s] ( 91/169) sush-server messages::wire_format::session_hop_error
22472026-09-12T20:33:36.748Z PASS [ 0.007s] ( 92/169) sush-server messages::wire_format::session_skip_request
22482026-09-12T20:33:36.751Z PASS [ 0.007s] ( 93/169) sush-server messages::wire_format::session_start_request
22492026-09-12T20:33:36.753Z PASS [ 0.007s] ( 94/169) sush-server messages::wire_format::session_stop_request
22502026-09-12T20:33:36.753Z PASS [ 0.007s] ( 95/169) sush-server messages::wire_format::unknown_version_tolerated
22512026-09-12T20:33:36.753Z PASS [ 0.007s] ( 96/169) sush-server messages::wire_format::universe_flip_flop_error
22522026-09-12T20:33:36.757Z PASS [ 0.006s] ( 97/169) sush-server messages::wire_format::version_event
22532026-09-12T20:33:36.759Z PASS [ 0.007s] ( 98/169) sush-server proxy::test::home_preference
22542026-09-12T20:33:36.759Z PASS [ 0.007s] ( 99/169) sush-server proxy::test::named_targets
22552026-09-12T20:33:36.762Z PASS [ 0.007s] (100/169) sush-server proxy::test::resolution
22562026-09-12T20:33:36.765Z PASS [ 0.007s] (101/169) sush-server proxy::test::version_interception
22572026-09-12T20:33:36.768Z PASS [ 0.007s] (102/169) sush-server pty::test::pty
22582026-09-12T20:33:36.768Z PASS [ 0.007s] (103/169) sush-server pty::test::set_window_size
22592026-09-12T20:33:36.768Z PASS [ 0.007s] (104/169) sush-server state::test::admission_rules
22602026-09-12T20:33:36.771Z PASS [ 0.007s] (105/169) sush-server state::test::floors_refuse_below
22612026-09-12T20:33:36.818Z PASS [ 0.269s] (106/169) sush-common codephrases::test::random_codephrases
22622026-09-12T20:33:37.010Z PASS [ 0.419s] (107/169) sush-common keys::test::signing
22632026-09-12T20:33:37.900Z PASS [ 1.207s] (108/169) sush-server job::test::tty
22642026-09-12T20:33:38.567Z PASS [ 2.053s] (109/169) sush-client cli::test::cert_chains
22652026-09-12T20:33:38.894Z PASS [ 2.127s] (110/169) sush-server::distributed interrupted_jobs_get_stopped
22662026-09-12T20:33:39.355Z PASS [ 2.345s] (111/169) sush-server::distributed rejoining_replays_without_reexecuting
22672026-09-12T20:33:39.378Z PASS [ 2.611s] (112/169) sush-server::distributed gossip_survives_bookmark_failure
22682026-09-12T20:33:39.408Z PASS [ 2.641s] (113/169) sush-server::distributed bookmarks_survive_restart
22692026-09-12T20:33:39.660Z PASS [ 2.889s] (114/169) sush-server::distributed jobs_gossip_between_sleds
22702026-09-12T20:33:41.153Z PASS [ 1.745s] (115/169) sush-server::gossip linked_follows_live_links
22712026-09-12T20:33:43.311Z PASS [ 6.492s] (116/169) sush-server::distributed lost_suffix_never_reruns
22722026-09-12T20:33:45.021Z PASS [ 5.665s] (117/169) sush-server::distributed witnessed_session_survives_restart
22732026-09-12T20:33:45.094Z PASS [ 5.715s] (118/169) sush-server::gossip cold_start_converges
22742026-09-12T20:33:45.244Z PASS [ 0.150s] (119/169) sush-tests integration_tests::client_proxy_server
22752026-09-12T20:33:45.359Z PASS [ 0.115s] (120/169) sush-tests integration_tests::client_server
22762026-09-12T20:33:45.639Z PASS [ 0.279s] (121/169) sush-tests integration_tests::client_tunnels_through_nexus
22772026-09-12T20:33:45.888Z PASS [ 0.249s] (122/169) sush-tests integration_tests::interactive_job
22782026-09-12T20:33:46.140Z PASS [ 0.252s] (123/169) sush-tests integration_tests::streaming_job
22792026-09-12T20:33:46.354Z PASS [ 1.333s] (124/169) sush-server::link gossip_convergence
22802026-09-12T20:33:46.560Z PASS [ 0.420s] (125/169) sush-tests integration_tests::streaming_job_linger
22812026-09-12T20:33:46.610Z PASS [ 0.049s] (126/169) sush-tests manager_tests::attribution
22822026-09-12T20:33:46.619Z PASS [ 0.010s] (127/169) sush-tests manager_tests::bad_root_cert_files
22832026-09-12T20:33:46.624Z PASS [ 0.271s] (128/169) sush-tests manager_tests::attach_grants
22842026-09-12T20:33:46.667Z PASS [ 0.047s] (129/169) sush-tests manager_tests::cancel_queued_job
22852026-09-12T20:33:46.674Z PASS [ 0.050s] (130/169) sush-tests manager_tests::cert_chain
22862026-09-12T20:33:46.752Z PASS [ 8.185s] (131/169) sush-server::distributed stragglers_do_not_interrupt_live_jobs
22872026-09-12T20:33:46.755Z PASS [ 0.088s] (132/169) sush-tests manager_tests::cert_revoke
22882026-09-12T20:33:46.785Z PASS [ 0.111s] (133/169) sush-tests manager_tests::cubby_targets
22892026-09-12T20:33:46.801Z PASS [ 0.046s] (134/169) sush-tests manager_tests::homonym_issuer_resolves_to_true_parent
22902026-09-12T20:33:46.845Z PASS [ 0.044s] (135/169) sush-tests manager_tests::iam
22912026-09-12T20:33:46.848Z PASS [ 0.094s] (136/169) sush-tests manager_tests::gossiped_identities
22922026-09-12T20:33:46.875Z PASS [ 0.030s] (137/169) sush-tests manager_tests::interactive_target_required
22932026-09-12T20:33:46.885Z PASS [ 0.100s] (138/169) sush-tests manager_tests::hostile_imports_cannot_displace
22942026-09-12T20:33:46.889Z PASS [ 0.042s] (139/169) sush-tests manager_tests::iam_revoke
22952026-09-12T20:33:46.913Z PASS [ 0.038s] (140/169) sush-tests manager_tests::job_json
22962026-09-12T20:33:46.925Z PASS [ 0.038s] (141/169) sush-tests manager_tests::job_output_perms
22972026-09-12T20:33:46.935Z PASS [ 0.050s] (142/169) sush-tests manager_tests::job_output_dir_moves
22982026-09-12T20:33:46.944Z PASS [ 0.030s] (143/169) sush-tests manager_tests::job_session_enforced
22992026-09-12T20:33:46.963Z PASS [ 0.038s] (144/169) sush-tests manager_tests::job_signal_dispositions
23002026-09-12T20:33:46.973Z PASS [ 0.038s] (145/169) sush-tests manager_tests::job_stop
23012026-09-12T20:33:46.985Z PASS [ 0.042s] (146/169) sush-tests manager_tests::job_targets
23022026-09-12T20:33:47.047Z PASS [ 0.083s] (147/169) sush-tests manager_tests::jobs
23032026-09-12T20:33:47.088Z PASS [ 0.041s] (148/169) sush-tests manager_tests::root_certs_from_files
23042026-09-12T20:33:47.115Z PASS [ 0.027s] (149/169) sush-tests manager_tests::session_nonce_rotates
23052026-09-12T20:33:47.124Z PASS [ 0.139s] (150/169) sush-tests manager_tests::revocation_tombstones
23062026-09-12T20:33:47.163Z PASS [ 0.037s] (151/169) sush-tests manager_tests::shutdown
23072026-09-12T20:33:47.214Z PASS [ 0.099s] (152/169) sush-tests manager_tests::session_stop_skips_queued_jobs
23082026-09-12T20:33:47.252Z PASS [ 0.090s] (153/169) sush-tests manager_tests::skip_and_stop_are_starter_only
23092026-09-12T20:33:47.300Z PASS [ 0.049s] (154/169) sush-tests manager_tests::streaming_validation
23102026-09-12T20:33:47.305Z PASS [ 0.092s] (155/169) sush-tests manager_tests::skip_racing_start_converges
23112026-09-12T20:33:47.338Z PASS [ 0.038s] (156/169) sush-tests manager_tests::superseding_session_skips_queued_jobs
23122026-09-12T20:33:47.423Z PASS [ 0.085s] (157/169) sush-tests manager_tests::too_much_output
23132026-09-12T20:33:47.535Z PASS [ 6.381s] (158/169) sush-server::gossip staggered_start_converges
23142026-09-12T20:33:47.677Z PASS [ 0.702s] (159/169) sush-tests manager_tests::output_ranges
23152026-09-12T20:33:47.697Z PASS [ 0.159s] (160/169) sush-tests tls_tests::ca_voucher_is_refused
23162026-09-12T20:33:47.735Z PASS [ 0.305s] (161/169) sush-tests manager_tests::universe_swap
23172026-09-12T20:33:47.876Z PASS [ 0.199s] (162/169) sush-tests tls_tests::client_tls_proxy_server
23182026-09-12T20:33:47.936Z PASS [ 0.242s] (163/169) sush-tests tls_tests::forged_voucher_is_refused
23192026-09-12T20:33:47.963Z PASS [ 0.234s] (164/169) sush-tests tls_tests::stranger_roots_refuse_handshake
23202026-09-12T20:33:48.516Z PASS [ 1.210s] (165/169) sush-tests manager_tests::too_much_cpu
23212026-09-12T20:33:48.560Z PASS [ 9.667s] (166/169) sush-server::distributed universe_flip_flop_raises_floor
23222026-09-12T20:33:48.878Z PASS [ 10.978s] (167/169) sush-server::distributed session_resumes_at_stored_successor
23232026-09-12T20:33:48.996Z PASS [ 9.336s] (168/169) sush-server::gossip node_replacement_reconverges
23242026-09-12T20:34:24.507Z PASS [ 41.197s] (169/169) sush-server::link conformance
23252026-09-12T20:34:24.512Z────────────
23262026-09-12T20:34:24.512Z Summary [ 47.994s] 169 tests run: 169 passed, 0 skipped
23272026-09-12T20:34:24.520Zcargo test --doc
23282026-09-12T20:34:24.921Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
23292026-09-12T20:34:24.926Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
23302026-09-12T20:34:24.926Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
23312026-09-12T20:34:24.958Z Doc-tests sush_api
23322026-09-12T20:34:25.462Z
23332026-09-12T20:34:25.462Zrunning 2 tests
23342026-09-12T20:34:25.462Ztest api/src/lib.rs - sush_api_mod::api_description (line 41) ... ignored
23352026-09-12T20:34:25.462Ztest api/src/lib.rs - sush_api_mod::stub_api_description (line 47) ... ignored
23362026-09-12T20:34:25.462Z
23372026-09-12T20:34:25.462Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
23382026-09-12T20:34:25.462Z
23392026-09-12T20:34:25.471Zall doctests ran in 0.33s; merged doctests compilation took 0.33s
23402026-09-12T20:34:25.477Z Doc-tests sush_client
23412026-09-12T20:34:26.236Z
23422026-09-12T20:34:26.236Zrunning 22 tests
23432026-09-12T20:34:26.236Ztest client/src/lib.rs - Client::cert_chain (line 74) ... ignored
23442026-09-12T20:34:26.236Ztest client/src/lib.rs - Client::cert_import (line 75) ... ignored
23452026-09-12T20:34:26.237Ztest client/src/lib.rs - Client::cert_revoke (line 75) ... ignored
23462026-09-12T20:34:26.237Ztest client/src/lib.rs - Client::iam (line 73) ... ignored
23472026-09-12T20:34:26.237Ztest client/src/lib.rs - Client::iam_revoke (line 75) ... ignored
23482026-09-12T20:34:26.237Ztest client/src/lib.rs - Client::identities (line 73) ... ignored
23492026-09-12T20:34:26.237Ztest client/src/lib.rs - Client::job_attach (line 74) ... ignored
23502026-09-12T20:34:26.237Ztest client/src/lib.rs - Client::job_history (line 75) ... ignored
23512026-09-12T20:34:26.237Ztest client/src/lib.rs - Client::job_output (line 78) ... ignored
23522026-09-12T20:34:26.237Ztest client/src/lib.rs - Client::job_start (line 81) ... ignored
23532026-09-12T20:34:26.237Ztest client/src/lib.rs - Client::job_status (line 73) ... ignored
23542026-09-12T20:34:26.237Ztest client/src/lib.rs - Client::job_stop (line 74) ... ignored
23552026-09-12T20:34:26.237Ztest client/src/lib.rs - Client::session (line 71) ... ignored
23562026-09-12T20:34:26.238Ztest client/src/lib.rs - Client::session_allow_attach (line 76) ... ignored
23572026-09-12T20:34:26.238Ztest client/src/lib.rs - Client::session_deny_attach (line 75) ... ignored
23582026-09-12T20:34:26.238Ztest client/src/lib.rs - Client::session_skip_job (line 73) ... ignored
23592026-09-12T20:34:26.238Ztest client/src/lib.rs - Client::session_start (line 76) ... ignored
23602026-09-12T20:34:26.238Ztest client/src/lib.rs - Client::session_start_nonce (line 73) ... ignored
23612026-09-12T20:34:26.238Ztest client/src/lib.rs - Client::session_stop (line 72) ... ignored
23622026-09-12T20:34:26.238Ztest client/src/lib.rs - Client::target (line 71) ... ignored
23632026-09-12T20:34:26.241Ztest client/src/lib.rs - Client::version (line 71) ... ignored
23642026-09-12T20:34:26.242Ztest client/src/lib.rs - Client::versions (line 71) ... ignored
23652026-09-12T20:34:26.242Z
23662026-09-12T20:34:26.242Ztest result: ok. 0 passed; 0 failed; 22 ignored; 0 measured; 0 filtered out; finished in 0.00s
23672026-09-12T20:34:26.242Z
23682026-09-12T20:34:26.242Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
23692026-09-12T20:34:26.264Z Doc-tests sush_common
23702026-09-12T20:34:26.483Z
23712026-09-12T20:34:26.483Zrunning 0 tests
23722026-09-12T20:34:26.483Z
23732026-09-12T20:34:26.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23742026-09-12T20:34:26.483Z
23752026-09-12T20:34:26.500Z Doc-tests sush_server
23762026-09-12T20:34:26.841Z
23772026-09-12T20:34:26.841Zrunning 0 tests
23782026-09-12T20:34:26.841Z
23792026-09-12T20:34:26.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23802026-09-12T20:34:26.841Z
23812026-09-12T20:34:26.871Z Doc-tests sush_tests
23822026-09-12T20:34:26.922Z
23832026-09-12T20:34:26.922Zrunning 0 tests
23842026-09-12T20:34:26.922Z
23852026-09-12T20:34:26.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23862026-09-12T20:34:26.922Z
23872026-09-12T20:34:26.935Zcargo xtask openapi && git diff --exit-code sush.json
23882026-09-12T20:34:27.227Z Compiling libc v0.2.189
23892026-09-12T20:34:27.231Z Compiling zeroize v1.9.0
23902026-09-12T20:34:27.231Z Compiling proc-macro2 v1.0.107
23912026-09-12T20:34:27.231Z Compiling quote v1.0.47
23922026-09-12T20:34:27.307Z Compiling smallvec v1.15.2
23932026-09-12T20:34:27.312Z Compiling num-traits v0.2.19
23942026-09-12T20:34:27.312Z Compiling zerocopy v0.8.56
23952026-09-12T20:34:27.313Z Compiling rustc_version v0.4.1
23962026-09-12T20:34:27.323Z Compiling hashbrown v0.17.1
23972026-09-12T20:34:27.450Z Compiling generic-array v0.14.7
23982026-09-12T20:34:27.483Z Compiling log v0.4.33
23992026-09-12T20:34:27.578Z Compiling curve25519-dalek v4.1.3
24002026-09-12T20:34:27.656Z Compiling errno v0.3.14
24012026-09-12T20:34:27.667Z Compiling getrandom v0.2.17
24022026-09-12T20:34:27.681Z Compiling jobserver v0.1.35
24032026-09-12T20:34:27.807Z Compiling rand_core v0.6.4
24042026-09-12T20:34:27.856Z Compiling parking_lot_core v0.9.12
24052026-09-12T20:34:27.869Z Compiling signal-hook-registry v1.4.8
24062026-09-12T20:34:27.878Z Compiling socket2 v0.6.5
24072026-09-12T20:34:28.002Z Compiling crypto-common v0.1.7
24082026-09-12T20:34:28.039Z Compiling block-buffer v0.10.4
24092026-09-12T20:34:28.116Z Compiling syn v3.0.3
24102026-09-12T20:34:28.124Z Compiling syn v2.0.119
24112026-09-12T20:34:28.156Z Compiling digest v0.10.7
24122026-09-12T20:34:28.164Z Compiling cc v1.4.2
24132026-09-12T20:34:28.174Z Compiling parking_lot v0.12.5
24142026-09-12T20:34:28.178Z Compiling mio v1.2.2
24152026-09-12T20:34:28.330Z Compiling getrandom v0.4.3
24162026-09-12T20:34:28.496Z Compiling uuid v1.24.0
24172026-09-12T20:34:28.588Z Compiling ff v0.13.1
24182026-09-12T20:34:28.682Z Compiling sha2 v0.10.9
24192026-09-12T20:34:28.721Z Compiling group v0.13.0
24202026-09-12T20:34:28.898Z Compiling cmake v0.1.58
24212026-09-12T20:34:28.918Z Compiling signature v2.2.0
24222026-09-12T20:34:28.934Z Compiling crypto-bigint v0.5.5
24232026-09-12T20:34:29.065Z Compiling getrandom v0.3.4
24242026-09-12T20:34:29.072Z Compiling hmac v0.12.1
24252026-09-12T20:34:29.203Z Compiling rand_core v0.9.5
24262026-09-12T20:34:29.232Z Compiling indexmap v2.14.0
24272026-09-12T20:34:29.244Z Compiling rustix v1.1.4
24282026-09-12T20:34:29.419Z Compiling rustls-pki-types v1.15.1
24292026-09-12T20:34:29.459Z Compiling aws-lc-sys v0.44.0
24302026-09-12T20:34:29.862Z Compiling time v0.3.55
24312026-09-12T20:34:29.891Z Compiling tracing v0.1.44
24322026-09-12T20:34:30.139Z Compiling ppv-lite86 v0.2.21
24332026-09-12T20:34:30.193Z Compiling rfc6979 v0.4.0
24342026-09-12T20:34:30.319Z Compiling inout v0.1.4
24352026-09-12T20:34:30.454Z Compiling rand_chacha v0.9.0
24362026-09-12T20:34:30.535Z Compiling rustls v0.23.43
24372026-09-12T20:34:30.752Z Compiling serde_derive_internals v0.29.1
24382026-09-12T20:34:30.771Z Compiling rand v0.9.5
24392026-09-12T20:34:30.902Z Compiling cipher v0.4.4
24402026-09-12T20:34:31.119Z Compiling ssh-encoding v0.2.0
24412026-09-12T20:34:31.269Z Compiling newtype-uuid v1.4.0
24422026-09-12T20:34:31.273Z Compiling serde_derive v1.0.229
24432026-09-12T20:34:31.373Z Compiling tokio-macros v2.7.2
24442026-09-12T20:34:31.377Z Compiling thiserror-impl v2.0.20
24452026-09-12T20:34:31.393Z Compiling daft-derive v0.1.8
24462026-09-12T20:34:31.433Z Compiling sha1 v0.10.7
24472026-09-12T20:34:31.473Z Compiling hostname v0.3.1
24482026-09-12T20:34:31.617Z Compiling ssh-cipher v0.2.0
24492026-09-12T20:34:31.655Z Compiling rand_chacha v0.3.1
24502026-09-12T20:34:31.765Z Compiling is-terminal v0.4.17
24512026-09-12T20:34:31.863Z Compiling spin v0.9.9
24522026-09-12T20:34:31.879Z Compiling der_derive v0.7.3
24532026-09-12T20:34:31.984Z Compiling futures-macro v0.3.33
24542026-09-12T20:34:32.095Z Compiling tokio v1.53.1
24552026-09-12T20:34:32.103Z Compiling schemars_derive v0.8.22
24562026-09-12T20:34:32.121Z Compiling curve25519-dalek-derive v0.1.1
24572026-09-12T20:34:32.577Z Compiling thiserror v2.0.20
24582026-09-12T20:34:32.685Z Compiling tungstenite v0.28.0
24592026-09-12T20:34:32.818Z Compiling futures-util v0.3.33
24602026-09-12T20:34:32.856Z Compiling der v0.7.10
24612026-09-12T20:34:33.357Z Compiling thiserror-impl v1.0.69
24622026-09-12T20:34:33.729Z Compiling spki v0.7.3
24632026-09-12T20:34:33.885Z Compiling serde v1.0.229
24642026-09-12T20:34:33.937Z Compiling pkcs8 v0.10.2
24652026-09-12T20:34:34.149Z Compiling sec1 v0.7.3
24662026-09-12T20:34:34.209Z Compiling ed25519 v2.2.3
24672026-09-12T20:34:34.394Z Compiling erased-serde v0.3.31
24682026-09-12T20:34:34.421Z Compiling chrono v0.4.45
24692026-09-12T20:34:34.421Z Compiling elliptic-curve v0.13.8
24702026-09-12T20:34:34.450Z Compiling serde_tokenstream v0.2.3
24712026-09-12T20:34:34.493Z Compiling ed25519-dalek v2.2.0
24722026-09-12T20:34:34.728Z Compiling async-stream-impl v0.3.6
24732026-09-12T20:34:34.793Z Compiling slog v2.8.2
24742026-09-12T20:34:34.883Z Compiling primeorder v0.13.6
24752026-09-12T20:34:35.076Z Compiling ecdsa v0.16.9
24762026-09-12T20:34:35.164Z Compiling slog-json v2.6.1
24772026-09-12T20:34:35.170Z Compiling futures-executor v0.3.33
24782026-09-12T20:34:35.246Z Compiling slog-async v2.8.0
24792026-09-12T20:34:35.365Z Compiling futures v0.3.33
24802026-09-12T20:34:35.428Z Compiling schemars v0.8.22
24812026-09-12T20:34:35.447Z Compiling async-stream v0.3.6
24822026-09-12T20:34:35.462Z Compiling slog-term v2.9.2
24832026-09-12T20:34:35.628Z Compiling p256 v0.13.2
24842026-09-12T20:34:35.741Z Compiling tokio-util v0.7.19
24852026-09-12T20:34:35.817Z Compiling async-compression v0.4.43
24862026-09-12T20:34:35.962Z Compiling ssh-key v0.6.7
24872026-09-12T20:34:36.021Z Compiling tokio-tungstenite v0.28.0
24882026-09-12T20:34:36.134Z Compiling slog-bunyan v2.5.0
24892026-09-12T20:34:36.174Z Compiling oxnet v0.1.6
24902026-09-12T20:34:36.273Z Compiling h2 v0.4.15
24912026-09-12T20:34:36.318Z Compiling multer v3.1.0
24922026-09-12T20:34:36.409Z Compiling dropshot_endpoint v0.17.1
24932026-09-12T20:34:36.666Z Compiling daft v0.1.8
24942026-09-12T20:34:36.828Z Compiling thiserror v1.0.69
24952026-09-12T20:34:36.883Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
24962026-09-12T20:34:36.922Z Compiling openapiv3 v2.2.0
24972026-09-12T20:34:36.934Z Compiling serde_urlencoded v0.7.1
24982026-09-12T20:34:37.204Z Compiling x509-cert v0.2.5
24992026-09-12T20:34:37.209Z Compiling tempfile v3.27.0
25002026-09-12T20:34:37.636Z Compiling rand v0.8.7
25012026-09-12T20:34:37.853Z Compiling rlimit v0.10.2
25022026-09-12T20:34:38.036Z Compiling async-trait v0.1.92
25032026-09-12T20:34:38.043Z Compiling terminal_size v0.4.4
25042026-09-12T20:34:38.184Z Compiling rustls-pemfile v2.2.0
25052026-09-12T20:34:38.255Z Compiling hostname v0.4.2
25062026-09-12T20:34:38.282Z Compiling clap_builder v4.6.6
25072026-09-12T20:34:38.384Z Compiling hyper v1.11.0
25082026-09-12T20:34:38.401Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
25092026-09-12T20:34:38.520Z Compiling clap_derive v4.6.4
25102026-09-12T20:34:39.441Z Compiling hyper-util v0.1.20
25112026-09-12T20:34:40.049Z Compiling clap v4.6.6
25122026-09-12T20:34:45.168Z Compiling aws-lc-rs v1.18.0
25132026-09-12T20:34:46.347Z Compiling rustls-webpki v0.103.13
25142026-09-12T20:34:49.066Z Compiling tokio-rustls v0.26.4
25152026-09-12T20:34:49.260Z Compiling dropshot v0.17.1
25162026-09-12T20:34:51.640Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
25172026-09-12T20:34:52.980Z Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
25182026-09-12T20:34:57.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.92s
25192026-09-12T20:34:57.949Z Running `target/debug/xtask openapi`
25202026-09-12T20:34:58.010ZGenerating OpenAPI document `sush.json`... done!
25212026-09-12T20:34:58.023Zprocess exited: duration 471269 ms, exit code 0
 
25222026-09-12T20:34:58.059Zfound 1 output files
25232026-09-12T20:34:58.060Zuploading: /work/sush (39261208 bytes)
25242026-09-12T20:35:00.063Zuploaded: /work/sush