01M0G2CMY8NH8C5EJ475B231AE: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M0G2D670CSXX6B2ZPZB1GZNZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T17:10:49.255Zjob assigned to worker 01M0G2DFE0246SJA07WSHKCK1G [factory aws, i-0fb639241a8ef9058] (queued for 53 s)
 
22026-08-20T17:10:55.955Zstarting task 0: "setup"
32026-08-20T17:10:55.960Z++ uname -s
42026-08-20T17:10:55.963Z+ kern=SunOS
52026-08-20T17:10:55.963Z+ build_user=build
62026-08-20T17:10:55.963Z+ build_uid=12345
72026-08-20T17:10:55.963Z+ work_dir=/work
82026-08-20T17:10:55.963Z+ input_dir=/input
92026-08-20T17:10:55.963Z+ [[ 0 == 12345 ]]
102026-08-20T17:10:55.963Z+ case "$kern" in
112026-08-20T17:10:55.963Z+ groupadd -g 12345 build
122026-08-20T17:10:55.963Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T17:10:57.970Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T17:10:58.051Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T17:10:58.055Z+ home_fs=zfs
162026-08-20T17:10:58.056Z+ [[ zfs == autofs ]]
172026-08-20T17:10:58.056Z+ mkdir -p /home/build
182026-08-20T17:10:58.056Z+ chown build:build /home/build /work
192026-08-20T17:11:00.055Z+ chmod 0700 /home/build /work
202026-08-20T17:11:00.061Zprocess exited: duration 4100 ms, exit code 0
 
212026-08-20T17:11:00.068Zstarting task 1: "rust-toolchain"
222026-08-20T17:11:00.072Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T17:11:00.072Z * rust toolchain channel = "1.97.1"
242026-08-20T17:11:00.072Z * rust toolchain profile = "default"
252026-08-20T17:11:00.072Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-20T17:11:00.072Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T17:11:00.072Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T17:11:00.075Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T17:11:00.075Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T17:11:00.178Zinfo: downloading installer
312026-08-20T17:11:01.492Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T17:11:01.492Zwarn: /home/build/.rustup/settings.toml
332026-08-20T17:11:01.492Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T17:11:01.492Zwarn: instead of the one inferred from the default host triple.
352026-08-20T17:11:01.505Zinfo: profile set to default
362026-08-20T17:11:01.505Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T17:11:01.508Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T17:11:01.633Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T17:11:01.637Zinfo: downloading 6 components
402026-08-20T17:11:16.168Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T17:11:16.169Z
422026-08-20T17:11:16.195Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T17:11:16.196Z
442026-08-20T17:11:16.196Z
452026-08-20T17:11:16.196ZRust is installed now. Great!
462026-08-20T17:11:16.196Z
472026-08-20T17:11:16.196ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T17:11:16.196Zenvironment variable. This has not been done automatically.
492026-08-20T17:11:16.196Z
502026-08-20T17:11:16.196ZTo configure your current shell, you need to source
512026-08-20T17:11:16.196Zthe corresponding env file under $HOME/.cargo.
522026-08-20T17:11:16.196Z
532026-08-20T17:11:16.196ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T17:11:16.196Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T17:11:16.200Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T17:11:16.200Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T17:11:16.200Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T17:11:16.200Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T17:11:16.200Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T17:11:16.200Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T17:11:16.200Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T17:11:16.290Z+ rustup --version
632026-08-20T17:11:16.301Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T17:11:16.305Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T17:11:16.318Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T17:11:16.324Z+ cargo --version
672026-08-20T17:11:16.335Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T17:11:16.341Z+ rustc --version
692026-08-20T17:11:16.360Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T17:11:16.363Zprocess exited: duration 16290 ms, exit code 0
 
712026-08-20T17:11:16.374Zstarting task 2: "authentication"
722026-08-20T17:11:16.395Zprocess exited: duration 17 ms, exit code 0
 
732026-08-20T17:11:16.402Zstarting task 3: "clone repository"
742026-08-20T17:11:16.407Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T17:11:16.410Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T17:11:16.443ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T17:11:27.963Z+ cd /work/oxidecomputer/omicron
782026-08-20T17:11:27.963Z+ git fetch origin fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08
792026-08-20T17:11:28.330ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T17:11:28.330Z * branch fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08 -> FETCH_HEAD
812026-08-20T17:11:28.344Z+ [[ -n multirack-join-service-part-3.5 ]]
822026-08-20T17:11:28.347Z++ git branch --show-current
832026-08-20T17:11:28.347Z+ current=main
842026-08-20T17:11:28.347Z+ [[ main != multirack-join-service-part-3.5 ]]
852026-08-20T17:11:28.347Z+ git branch -f multirack-join-service-part-3.5 fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08
862026-08-20T17:11:28.348Z+ git checkout -f multirack-join-service-part-3.5
872026-08-20T17:11:28.596ZSwitched to branch 'multirack-join-service-part-3.5'
882026-08-20T17:11:28.601Z+ git reset --hard fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08
892026-08-20T17:11:28.618ZHEAD is now at fbcc5cee9 fix migration
902026-08-20T17:11:29.123Zprocess exited: duration 12214 ms, exit code 0
 
912026-08-20T17:11:29.169Zstarting task 4: "build"
922026-08-20T17:11:29.173Z+ source ./env.sh
932026-08-20T17:11:29.173Z++ OLD_SHELL_OPTS=ehxB
942026-08-20T17:11:29.173Z++ set -o xtrace
952026-08-20T17:11:29.177Z++++ dirname ./env.sh
962026-08-20T17:11:29.178Z+++ readlink -f .
972026-08-20T17:11:29.190Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-20T17:11:29.190Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-20T17:11:29.190Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-20T17:11:29.190Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-20T17:11:29.190Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-20T17:11:29.190Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-20T17:11:29.190Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-20T17:11:29.190Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-20T17:11:29.190Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-20T17:11:29.190Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-20T17:11:29.190Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-20T17:11:29.190Z++ case $OLD_SHELL_OPTS in
1092026-08-20T17:11:29.191Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-20T17:11:29.191Z+ source .github/buildomat/ci-env.sh
1112026-08-20T17:11:29.191Z++ export CARGO_TERM_COLOR=always
1122026-08-20T17:11:29.191Z++ CARGO_TERM_COLOR=always
1132026-08-20T17:11:29.191Z+++ uname -s
1142026-08-20T17:11:29.191Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-20T17:11:29.191Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-20T17:11:29.191Z+ cargo --version
1172026-08-20T17:11:29.200Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-20T17:11:29.200Z+ rustc --version
1192026-08-20T17:11:29.292Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-20T17:11:29.312Z+ banner prerequisites
1212026-08-20T17:11:29.312Z
1222026-08-20T17:11:29.312Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-20T17:11:29.312Z # # # # # # # # # # # # # # #
1242026-08-20T17:11:29.312Z # # # # ##### # # ##### # # # # # #### #
1252026-08-20T17:11:29.313Z ##### ##### # ##### # # # # # # # # #
1262026-08-20T17:11:29.313Z # # # # # # # # # # # # # # #
1272026-08-20T17:11:29.313Z # # # ###### # # ###### ### # #### # #### #
1282026-08-20T17:11:29.313Z
1292026-08-20T17:11:29.313Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-20T17:11:31.060Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-20T17:11:31.395Z Startup: Caching catalogs ... Done
1322026-08-20T17:11:33.376ZPlanning: Solver setup ... Done (1.754s)
1332026-08-20T17:11:33.432ZPlanning: Running solver ... Done (0.056s)
1342026-08-20T17:11:33.432ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-20T17:11:33.432ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-20T17:11:33.432ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-20T17:11:33.491ZPlanning: Package planning ... Done (0.013s)
1382026-08-20T17:11:33.491ZPlanning: Merging actions ... Done (0.002s)
1392026-08-20T17:11:33.577ZPlanning: Checking for conflicting actions ... Done (0.160s)
1402026-08-20T17:11:33.611ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-20T17:11:34.347ZPlanning: Evaluating mediators ... Done (0.782s)
1422026-08-20T17:11:34.357ZPlanning: Planning completed in 2.91 seconds
1432026-08-20T17:11:34.385Z Packages to install: 2
1442026-08-20T17:11:34.385Z Estimated space available: 156.01 GB
1452026-08-20T17:11:34.394ZEstimated space to be consumed: 72.16 MB
1462026-08-20T17:11:34.394Z Create boot environment: No
1472026-08-20T17:11:34.394ZCreate backup boot environment: No
1482026-08-20T17:11:34.394Z Rebuild boot archive: No
1492026-08-20T17:11:34.394Z
1502026-08-20T17:11:34.394ZChanged packages:
1512026-08-20T17:11:34.394Zhelios
1522026-08-20T17:11:34.394Z developer/build-essential
1532026-08-20T17:11:34.394Z None -> 11-3.0
1542026-08-20T17:11:34.394Z library/libxmlsec1
1552026-08-20T17:11:34.394Z None -> 1.2.35-3.0
1562026-08-20T17:11:34.427Z
1572026-08-20T17:11:34.427ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-20T17:11:34.512ZDownload: Completed 1.28 MB in 0.08 seconds (16.1M/s)
1592026-08-20T17:11:34.576Z Actions: 1/268 actions (Installing new actions)
1602026-08-20T17:11:34.606Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-20T17:11:34.642ZFinalize: Updating package state database ... Done (0.030s)
1622026-08-20T17:11:34.642ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-20T17:11:34.694ZFinalize: Updating image state ... Done (0.077s)
1642026-08-20T17:11:37.235ZFinalize: Creating fast lookup database ... Done (2.426s)
1652026-08-20T17:11:37.273ZFinalize: Reading search index ... Done (0.014s)
1662026-08-20T17:11:37.273ZFinalize: Updating search index ... Done (0.000s)
1672026-08-20T17:11:37.332ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-20T17:11:37.699ZPlanning: Evaluating mediator changes ... Done
1692026-08-20T17:11:37.798ZPlanning: Checking for conflicting actions ... Done
1702026-08-20T17:11:37.816ZPlanning: Consolidating action changes ... Done
1712026-08-20T17:11:41.682ZPlanning: Evaluating mediators ... Done
1722026-08-20T17:11:41.683ZPlanning: Planning completed in 0.26 seconds
1732026-08-20T17:11:41.683Z Mediators to change: 2
1742026-08-20T17:11:41.683Z Create boot environment: No
1752026-08-20T17:11:41.683ZCreate backup boot environment: No
1762026-08-20T17:11:41.683ZFinalize: Updating package state database ... Done
1772026-08-20T17:11:41.683ZFinalize: Updating package cache ... Done
1782026-08-20T17:11:41.683ZFinalize: Updating image state ... Done
1792026-08-20T17:11:41.683ZFinalize: Creating fast lookup database ... Done
1802026-08-20T17:11:41.683ZFinalize: Reading search index ... Done
1812026-08-20T17:11:41.683ZFinalize: Updating search index ... Done
1822026-08-20T17:11:41.683ZFinalize: Updating package cache ... Done
1832026-08-20T17:11:41.683ZPlanning: Evaluating mediator changes ... Done
1842026-08-20T17:11:41.683ZPlanning: Checking for conflicting actions ... Done
1852026-08-20T17:11:41.683ZPlanning: Consolidating action changes ... Done
1862026-08-20T17:11:41.684ZPlanning: Evaluating mediators ... Done
1872026-08-20T17:11:41.684ZPlanning: Planning completed in 0.26 seconds
1882026-08-20T17:11:41.684Z Mediators to change: 1
1892026-08-20T17:11:41.684Z Create boot environment: No
1902026-08-20T17:11:41.684ZCreate backup boot environment: No
1912026-08-20T17:11:41.684ZFinalize: Updating package state database ... Done
1922026-08-20T17:11:41.684ZFinalize: Updating package cache ... Done
1932026-08-20T17:11:41.684ZFinalize: Updating image state ... Done
1942026-08-20T17:11:42.765ZFinalize: Creating fast lookup database ... Done
1952026-08-20T17:11:42.827ZFinalize: Reading search index ... Done
1962026-08-20T17:11:42.831ZFinalize: Updating search index ... Done
1972026-08-20T17:11:42.907ZFinalize: Updating package cache ... Done
1982026-08-20T17:11:43.220ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-20T17:11:43.220Zapache system 2.4 system
2002026-08-20T17:11:43.220Zclang system 15 system
2012026-08-20T17:11:43.220Zcsh system system illumos
2022026-08-20T17:11:43.220Zctags system system illumos
2032026-08-20T17:11:43.220Zfile vendor vendor darwinsys
2042026-08-20T17:11:43.220Zfile system system illumos
2052026-08-20T17:11:43.220Zgcc vendor 14 vendor
2062026-08-20T17:11:43.220Zgcc system 13 system
2072026-08-20T17:11:43.220Zgcc system 10 system
2082026-08-20T17:11:43.220Zgo system 1.25 system
2092026-08-20T17:11:43.220Zllvm system 15 system
2102026-08-20T17:11:43.220Zmariadb system 11.4 system
2112026-08-20T17:11:43.220Zmta vendor vendor dma
2122026-08-20T17:11:43.220Zopenjdk system 17 system
2132026-08-20T17:11:43.220Zopenjdk system 11 system
2142026-08-20T17:11:43.220Zopenssl vendor 3 vendor
2152026-08-20T17:11:43.220Zperl system 5.40 system
2162026-08-20T17:11:43.220Zpostgresql system 18 system
2172026-08-20T17:11:43.220Zpostgresql system 17 system
2182026-08-20T17:11:43.220Zpython vendor 3 vendor
2192026-08-20T17:11:43.220Zpython system 2 system
2202026-08-20T17:11:43.220Zpython3 vendor 3.13 vendor
2212026-08-20T17:11:43.220Zruby system 3.4 system
2222026-08-20T17:11:43.220Zruby system 3.0 system
2232026-08-20T17:11:43.220Zwords vendor vendor american-english
2242026-08-20T17:11:43.220Zwords system system australian-english
2252026-08-20T17:11:43.220Zwords system system british-english
2262026-08-20T17:11:43.220Zwords system system canadian-english
2272026-08-20T17:11:43.220Zwords system system french
2282026-08-20T17:11:43.221Zwords system system italian
2292026-08-20T17:11:43.221Zwords system system ngerman
2302026-08-20T17:11:43.221Zwords system system ogerman
2312026-08-20T17:11:43.221Zwords system system spanish
2322026-08-20T17:11:43.473ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-20T17:11:43.474Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-20T17:11:43.929ZFMRI IFO
2352026-08-20T17:11:43.929Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-20T17:11:43.929Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-20T17:11:43.929Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-20T17:11:43.929Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-20T17:11:43.929Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-20T17:11:43.929Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-20T17:11:43.929Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-20T17:11:43.929Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-20T17:11:43.929Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-20T17:11:44.255Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-20T17:11:44.623Z Updating crates.io index
2462026-08-20T17:11:44.627Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-20T17:11:44.962Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-20T17:11:45.420Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-20T17:11:46.749Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-20T17:11:47.426Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-20T17:11:49.369Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-20T17:11:50.456Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-20T17:11:50.779Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-20T17:11:51.175Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-20T17:11:52.580Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-20T17:11:52.876Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-20T17:11:53.362Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-20T17:11:53.639Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-20T17:11:53.922Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-20T17:11:54.212Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-20T17:11:54.531Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-20T17:11:54.848Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-20T17:11:55.170Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-20T17:11:55.726Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-20T17:11:56.130Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-20T17:11:56.529Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-08-20T17:11:56.860Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-08-20T17:11:57.488Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-08-20T17:11:57.887Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-20T17:11:58.168Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-20T17:11:58.737Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-20T17:11:59.023Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-20T17:11:59.343Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-20T17:11:59.694Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-20T17:12:00.059Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-20T17:12:00.410Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-20T17:12:00.863Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-08-20T17:12:01.675Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-20T17:12:01.967Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-20T17:12:02.252Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-20T17:12:02.605Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-20T17:12:02.909Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-20T17:12:03.164Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-20T17:12:03.430Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-20T17:12:03.741Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-20T17:12:04.031Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-08-20T17:12:04.313Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-08-20T17:12:06.992Z Downloading crates ...
2892026-08-20T17:12:07.055Z Downloaded block-buffer v0.10.4
2902026-08-20T17:12:07.060Z Downloaded heck v0.4.1
2912026-08-20T17:12:07.063Z Downloaded zerocopy-derive v0.7.35
2922026-08-20T17:12:07.063Z Downloaded cargo_metadata v0.23.1
2932026-08-20T17:12:07.071Z Downloaded sha2 v0.10.9
2942026-08-20T17:12:07.074Z Downloaded zmij v1.0.21
2952026-08-20T17:12:07.074Z Downloaded pest v2.8.6
2962026-08-20T17:12:07.079Z Downloaded zerocopy v0.7.35
2972026-08-20T17:12:07.083Z Downloaded pest_derive v2.8.6
2982026-08-20T17:12:07.087Z Downloaded anyhow v1.0.104
2992026-08-20T17:12:07.093Z Downloaded byteorder v1.5.0
3002026-08-20T17:12:07.096Z Downloaded clap_derive v4.6.1
3012026-08-20T17:12:07.102Z Downloaded cfg-if v1.0.4
3022026-08-20T17:12:07.106Z Downloaded cargo_toml v0.21.0
3032026-08-20T17:12:07.111Z Downloaded fnv v1.0.7
3042026-08-20T17:12:07.111Z Downloaded heck v0.5.0
3052026-08-20T17:12:07.112Z Downloaded itoa v1.0.17
3062026-08-20T17:12:07.119Z Downloaded memmap v0.7.0
3072026-08-20T17:12:07.123Z Downloaded is_terminal_polyfill v1.70.2
3082026-08-20T17:12:07.123Z Downloaded bitflags v2.11.0
3092026-08-20T17:12:07.123Z Downloaded camino-tempfile v1.4.1
3102026-08-20T17:12:07.128Z Downloaded bytecount v0.6.9
3112026-08-20T17:12:07.131Z Downloaded macaddr v1.0.1
3122026-08-20T17:12:07.135Z Downloaded scroll_derive v0.12.1
3132026-08-20T17:12:07.142Z Downloaded version_check v0.9.5
3142026-08-20T17:12:07.147Z Downloaded proc-macro-error-attr v1.0.4
3152026-08-20T17:12:07.147Z Downloaded equivalent v1.0.2
3162026-08-20T17:12:07.150Z Downloaded crypto-common v0.1.7
3172026-08-20T17:12:07.154Z Downloaded plain v0.2.3
3182026-08-20T17:12:07.154Z Downloaded dtrace-parser v0.2.0
3192026-08-20T17:12:07.157Z Downloaded dof v0.3.0
3202026-08-20T17:12:07.157Z Downloaded serde_spanned v0.6.9
3212026-08-20T17:12:07.161Z Downloaded colorchoice v1.0.4
3222026-08-20T17:12:07.165Z Downloaded errno v0.3.14
3232026-08-20T17:12:07.168Z Downloaded once_cell v1.21.3
3242026-08-20T17:12:07.173Z Downloaded clap v4.6.1
3252026-08-20T17:12:07.178Z Downloaded goblin v0.8.2
3262026-08-20T17:12:07.178Z Downloaded cpufeatures v0.2.17
3272026-08-20T17:12:07.182Z Downloaded fastrand v2.3.0
3282026-08-20T17:12:07.182Z Downloaded utf8parse v0.2.2
3292026-08-20T17:12:07.182Z Downloaded pretty-hex v0.4.1
3302026-08-20T17:12:07.183Z Downloaded generic-array v0.14.7
3312026-08-20T17:12:07.186Z Downloaded anstyle-query v1.1.5
3322026-08-20T17:12:07.186Z Downloaded terminal_size v0.4.3
3332026-08-20T17:12:07.186Z Downloaded usdt v0.5.0
3342026-08-20T17:12:07.190Z Downloaded swrite v0.1.0
3352026-08-20T17:12:07.190Z Downloaded usdt-macro v0.5.0
3362026-08-20T17:12:07.195Z Downloaded unicode-linebreak v0.1.5
3372026-08-20T17:12:07.195Z Downloaded toml_write v0.1.2
3382026-08-20T17:12:07.199Z Downloaded smawk v0.3.2
3392026-08-20T17:12:07.205Z Downloaded tabled_derive v0.7.0
3402026-08-20T17:12:07.211Z Downloaded usdt-attr-macro v0.5.0
3412026-08-20T17:12:07.215Z Downloaded thread-id v4.2.2
3422026-08-20T17:12:07.218Z Downloaded cargo-platform v0.3.2
3432026-08-20T17:12:07.221Z Downloaded digest v0.10.7
3442026-08-20T17:12:07.221Z Downloaded fs-err v3.3.0
3452026-08-20T17:12:07.225Z Downloaded clap_lex v1.0.0
3462026-08-20T17:12:07.225Z Downloaded serde_tokenstream v0.2.3
3472026-08-20T17:12:07.228Z Downloaded quote v1.0.45
3482026-08-20T17:12:07.228Z Downloaded camino v1.2.5
3492026-08-20T17:12:07.232Z Downloaded log v0.4.33
3502026-08-20T17:12:07.232Z Downloaded pest_generator v2.8.6
3512026-08-20T17:12:07.236Z Downloaded autocfg v1.5.0
3522026-08-20T17:12:07.240Z Downloaded scroll v0.12.0
3532026-08-20T17:12:07.240Z Downloaded strsim v0.11.1
3542026-08-20T17:12:07.244Z Downloaded anstyle-parse v1.0.0
3552026-08-20T17:12:07.244Z Downloaded thiserror v1.0.69
3562026-08-20T17:12:07.247Z Downloaded thiserror-impl v2.0.18
3572026-08-20T17:12:07.247Z Downloaded proc-macro-error v1.0.4
3582026-08-20T17:12:07.248Z Downloaded usdt-impl v0.5.0
3592026-08-20T17:12:07.261Z Downloaded thiserror-impl v1.0.69
3602026-08-20T17:12:07.264Z Downloaded anstyle v1.0.14
3612026-08-20T17:12:07.268Z Downloaded ucd-trie v0.1.7
3622026-08-20T17:12:07.268Z Downloaded thiserror v2.0.18
3632026-08-20T17:12:07.272Z Downloaded papergrid v0.11.0
3642026-08-20T17:12:07.278Z Downloaded semver v1.0.28
3652026-08-20T17:12:07.278Z Downloaded tempfile v3.27.0
3662026-08-20T17:12:07.281Z Downloaded toml_datetime v0.6.11
3672026-08-20T17:12:07.285Z Downloaded anstream v1.0.0
3682026-08-20T17:12:07.294Z Downloaded getrandom v0.3.4
3692026-08-20T17:12:07.298Z Downloaded serde_derive v1.0.228
3702026-08-20T17:12:07.298Z Downloaded toml v0.8.23
3712026-08-20T17:12:07.302Z Downloaded serde_core v1.0.228
3722026-08-20T17:12:07.307Z Downloaded unicode-ident v1.0.24
3732026-08-20T17:12:07.319Z Downloaded proc-macro2 v1.0.106
3742026-08-20T17:12:07.324Z Downloaded textwrap v0.16.2
3752026-08-20T17:12:07.331Z Downloaded pest_meta v2.8.6
3762026-08-20T17:12:07.348Z Downloaded serde v1.0.228
3772026-08-20T17:12:07.356Z Downloaded indexmap v2.14.0
3782026-08-20T17:12:07.359Z Downloaded toml_edit v0.22.27
3792026-08-20T17:12:07.364Z Downloaded memchr v2.8.0
3802026-08-20T17:12:07.372Z Downloaded typenum v1.20.1
3812026-08-20T17:12:07.376Z Downloaded hashbrown v0.17.0
3822026-08-20T17:12:07.417Z Downloaded serde_json v1.0.151
3832026-08-20T17:12:07.428Z Downloaded clap_builder v4.6.0
3842026-08-20T17:12:07.442Z Downloaded winnow v0.7.14
3852026-08-20T17:12:07.470Z Downloaded tabled v0.15.0
3862026-08-20T17:12:07.478Z Downloaded unicode-width v0.1.14
3872026-08-20T17:12:07.482Z Downloaded syn v1.0.109
3882026-08-20T17:12:07.487Z Downloaded unicode-width v0.2.0
3892026-08-20T17:12:07.490Z Downloaded syn v2.0.117
3902026-08-20T17:12:07.507Z Downloaded rustix v1.1.4
3912026-08-20T17:12:07.540Z Downloaded libc v0.2.185
3922026-08-20T17:12:07.603Z Compiling proc-macro2 v1.0.106
3932026-08-20T17:12:07.603Z Compiling quote v1.0.45
3942026-08-20T17:12:07.603Z Compiling unicode-ident v1.0.24
3952026-08-20T17:12:07.603Z Compiling serde_core v1.0.228
3962026-08-20T17:12:07.607Z Compiling libc v0.2.185
3972026-08-20T17:12:07.607Z Compiling version_check v0.9.5
3982026-08-20T17:12:07.607Z Compiling memchr v2.8.0
3992026-08-20T17:12:07.607Z Compiling serde v1.0.228
4002026-08-20T17:12:07.972Z Compiling zmij v1.0.21
4012026-08-20T17:12:08.213Z Compiling thiserror v1.0.69
4022026-08-20T17:12:08.216Z Compiling itoa v1.0.17
4032026-08-20T17:12:08.415Z Compiling ucd-trie v0.1.7
4042026-08-20T17:12:08.478Z Compiling rustix v1.1.4
4052026-08-20T17:12:08.604Z Compiling pest v2.8.6
4062026-08-20T17:12:08.674Z Compiling byteorder v1.5.0
4072026-08-20T17:12:08.706Z Compiling errno v0.3.14
4082026-08-20T17:12:08.842Z Compiling bitflags v2.11.0
4092026-08-20T17:12:08.988Z Compiling serde_json v1.0.151
4102026-08-20T17:12:09.115Z Compiling syn v2.0.117
4112026-08-20T17:12:09.160Z Compiling thread-id v4.2.2
4122026-08-20T17:12:09.197Z Compiling proc-macro-error-attr v1.0.4
4132026-08-20T17:12:09.249Z Compiling usdt-impl v0.5.0
4142026-08-20T17:12:09.286Z Compiling camino v1.2.5
4152026-08-20T17:12:09.378Z Compiling syn v1.0.109
4162026-08-20T17:12:09.608Z Compiling pest_meta v2.8.6
4172026-08-20T17:12:09.640Z Compiling proc-macro-error v1.0.4
4182026-08-20T17:12:09.725Z Compiling getrandom v0.3.4
4192026-08-20T17:12:09.820Z Compiling utf8parse v0.2.2
4202026-08-20T17:12:09.825Z Compiling hashbrown v0.17.0
4212026-08-20T17:12:09.937Z Compiling equivalent v1.0.2
4222026-08-20T17:12:10.098Z Compiling log v0.4.33
4232026-08-20T17:12:10.116Z Compiling plain v0.2.3
4242026-08-20T17:12:10.288Z Compiling anstyle-parse v1.0.0
4252026-08-20T17:12:10.414Z Compiling indexmap v2.14.0
4262026-08-20T17:12:10.451Z Compiling terminal_size v0.4.3
4272026-08-20T17:12:10.821Z Compiling pretty-hex v0.4.1
4282026-08-20T17:12:10.963Z Compiling anstyle-query v1.1.5
4292026-08-20T17:12:10.996Z Compiling cfg-if v1.0.4
4302026-08-20T17:12:11.023Z Compiling toml_write v0.1.2
4312026-08-20T17:12:11.045Z Compiling autocfg v1.5.0
4322026-08-20T17:12:11.070Z Compiling thiserror v2.0.18
4332026-08-20T17:12:11.085Z Compiling winnow v0.7.14
4342026-08-20T17:12:11.211Z Compiling is_terminal_polyfill v1.70.2
4352026-08-20T17:12:11.236Z Compiling anstyle v1.0.14
4362026-08-20T17:12:11.314Z Compiling pest_generator v2.8.6
4372026-08-20T17:12:11.357Z Compiling colorchoice v1.0.4
4382026-08-20T17:12:11.464Z Compiling anstream v1.0.0
4392026-08-20T17:12:11.474Z Compiling fs-err v3.3.0
4402026-08-20T17:12:11.652Z Compiling bytecount v0.6.9
4412026-08-20T17:12:11.698Z Compiling once_cell v1.21.3
4422026-08-20T17:12:11.754Z Compiling fnv v1.0.7
4432026-08-20T17:12:11.794Z Compiling heck v0.4.1
4442026-08-20T17:12:11.864Z Compiling unicode-width v0.1.14
4452026-08-20T17:12:11.957Z Compiling fastrand v2.3.0
4462026-08-20T17:12:12.041Z Compiling heck v0.5.0
4472026-08-20T17:12:12.041Z Compiling clap_lex v1.0.0
4482026-08-20T17:12:12.117Z Compiling strsim v0.11.1
4492026-08-20T17:12:12.208Z Compiling anyhow v1.0.104
4502026-08-20T17:12:12.290Z Compiling tempfile v3.27.0
4512026-08-20T17:12:12.290Z Compiling clap_builder v4.6.0
4522026-08-20T17:12:12.291Z Compiling papergrid v0.11.0
4532026-08-20T17:12:12.868Z Compiling cargo-platform v0.3.2
4542026-08-20T17:12:12.894Z Compiling semver v1.0.28
4552026-08-20T17:12:12.894Z Compiling memmap v0.7.0
4562026-08-20T17:12:12.894Z Compiling tabled_derive v0.7.0
4572026-08-20T17:12:12.894Z Compiling smawk v0.3.2
4582026-08-20T17:12:12.894Z Compiling unicode-linebreak v0.1.5
4592026-08-20T17:12:12.894Z Compiling unicode-width v0.2.0
4602026-08-20T17:12:13.416Z Compiling textwrap v0.16.2
4612026-08-20T17:12:13.420Z Compiling serde_derive v1.0.228
4622026-08-20T17:12:13.420Z Compiling thiserror-impl v1.0.69
4632026-08-20T17:12:13.420Z Compiling zerocopy-derive v0.7.35
4642026-08-20T17:12:13.420Z Compiling pest_derive v2.8.6
4652026-08-20T17:12:13.456Z Compiling scroll_derive v0.12.1
4662026-08-20T17:12:13.519Z Compiling thiserror-impl v2.0.18
4672026-08-20T17:12:13.645Z Compiling clap_derive v4.6.1
4682026-08-20T17:12:13.687Z Compiling tabled v0.15.0
4692026-08-20T17:12:14.060Z Compiling zerocopy v0.7.35
4702026-08-20T17:12:14.135Z Compiling scroll v0.12.0
4712026-08-20T17:12:14.401Z Compiling dtrace-parser v0.2.0
4722026-08-20T17:12:14.418Z Compiling goblin v0.8.2
4732026-08-20T17:12:14.620Z Compiling camino-tempfile v1.4.1
4742026-08-20T17:12:14.861Z Compiling swrite v0.1.0
4752026-08-20T17:12:15.349Z Compiling clap v4.6.1
4762026-08-20T17:12:15.991Z Compiling dof v0.3.0
4772026-08-20T17:12:15.991Z Compiling serde_tokenstream v0.2.3
4782026-08-20T17:12:16.011Z Compiling toml_datetime v0.6.11
4792026-08-20T17:12:16.038Z Compiling serde_spanned v0.6.9
4802026-08-20T17:12:16.039Z Compiling cargo_metadata v0.23.1
4812026-08-20T17:12:16.068Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-20T17:12:16.068Z Compiling macaddr v1.0.1
4832026-08-20T17:12:16.204Z Compiling toml_edit v0.22.27
4842026-08-20T17:12:16.759Z Compiling usdt-attr-macro v0.5.0
4852026-08-20T17:12:16.759Z Compiling usdt-macro v0.5.0
4862026-08-20T17:12:17.371Z Compiling usdt v0.5.0
4872026-08-20T17:12:17.521Z Compiling toml v0.8.23
4882026-08-20T17:12:17.841Z Compiling cargo_toml v0.21.0
4892026-08-20T17:12:19.136Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-20T17:12:21.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.05s
4912026-08-20T17:12:21.344Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-20T17:12:21.856Z Downloading crates ...
4932026-08-20T17:12:21.901Z Downloaded bitfield-macros v0.19.4
4942026-08-20T17:12:21.913Z Downloaded base16ct v1.0.0
4952026-08-20T17:12:21.917Z Downloaded ciborium-io v0.2.2
4962026-08-20T17:12:21.917Z Downloaded base64ct v1.8.3
4972026-08-20T17:12:21.923Z Downloaded enum-as-inner v0.6.1
4982026-08-20T17:12:21.926Z Downloaded aho-corasick v1.1.4
4992026-08-20T17:12:21.930Z Downloaded addr2line v0.25.1
5002026-08-20T17:12:21.934Z Downloaded clang-sys v1.8.1
5012026-08-20T17:12:21.934Z Downloaded console v0.15.11
5022026-08-20T17:12:21.938Z Downloaded erased-serde v0.3.31
5032026-08-20T17:12:21.938Z Downloaded allocator-api2 v0.2.21
5042026-08-20T17:12:21.938Z Downloaded adler2 v2.0.1
5052026-08-20T17:12:21.938Z Downloaded bit-vec v0.6.3
5062026-08-20T17:12:21.942Z Downloaded filetime v0.2.27
5072026-08-20T17:12:21.942Z Downloaded fixedbitset v0.4.2
5082026-08-20T17:12:21.942Z Downloaded foreign-types-shared v0.1.1
5092026-08-20T17:12:21.942Z Downloaded anstyle-parse v0.2.7
5102026-08-20T17:12:21.942Z Downloaded funty v2.0.0
5112026-08-20T17:12:21.946Z Downloaded flagset v0.4.7
5122026-08-20T17:12:21.952Z Downloaded async-trait v0.1.89
5132026-08-20T17:12:21.952Z Downloaded fs_extra v1.3.0
5142026-08-20T17:12:21.952Z Downloaded foldhash v0.1.5
5152026-08-20T17:12:21.956Z Downloaded foreign-types v0.5.0
5162026-08-20T17:12:21.956Z Downloaded getrandom v0.2.17
5172026-08-20T17:12:21.956Z Downloaded enum_dispatch v0.3.13
5182026-08-20T17:12:21.958Z Downloaded fallible-iterator v0.2.0
5192026-08-20T17:12:21.958Z Downloaded fd-lock v4.0.4
5202026-08-20T17:12:21.958Z Downloaded arrayref v0.3.9
5212026-08-20T17:12:21.958Z Downloaded base16ct v0.2.0
5222026-08-20T17:12:21.961Z Downloaded endian-type v0.1.2
5232026-08-20T17:12:21.961Z Downloaded float-cmp v0.10.0
5242026-08-20T17:12:21.962Z Downloaded futures-io v0.3.32
5252026-08-20T17:12:21.962Z Downloaded futures-task v0.3.32
5262026-08-20T17:12:21.962Z Downloaded fxhash v0.2.1
5272026-08-20T17:12:21.962Z Downloaded array-init v0.0.4
5282026-08-20T17:12:21.967Z Downloaded nibble_vec v0.1.0
5292026-08-20T17:12:21.971Z Downloaded ascii-canvas v3.0.0
5302026-08-20T17:12:21.971Z Downloaded futures-macro v0.3.32
5312026-08-20T17:12:21.971Z Downloaded git-stub v1.0.0
5322026-08-20T17:12:21.971Z Downloaded form_urlencoded v1.2.2
5332026-08-20T17:12:21.971Z Downloaded futures-sink v0.3.32
5342026-08-20T17:12:21.971Z Downloaded atomicwrites v0.4.4
5352026-08-20T17:12:21.971Z Downloaded foreign-types-shared v0.3.1
5362026-08-20T17:12:21.971Z Downloaded hash32 v0.3.1
5372026-08-20T17:12:21.976Z Downloaded backtrace-ext v0.2.1
5382026-08-20T17:12:21.976Z Downloaded fixedbitset v0.5.7
5392026-08-20T17:12:21.979Z Downloaded fs-err v2.11.0
5402026-08-20T17:12:21.979Z Downloaded ciborium-ll v0.2.2
5412026-08-20T17:12:21.979Z Downloaded bitfield v0.19.4
5422026-08-20T17:12:21.979Z Downloaded gethostname v0.5.0
5432026-08-20T17:12:21.983Z Downloaded assert_matches v1.5.0
5442026-08-20T17:12:21.983Z Downloaded headers-core v0.3.0
5452026-08-20T17:12:21.983Z Downloaded hex v0.4.3
5462026-08-20T17:12:21.987Z Downloaded http-body v1.0.1
5472026-08-20T17:12:21.987Z Downloaded bitfield-struct v0.6.2
5482026-08-20T17:12:21.987Z Downloaded aead v0.5.2
5492026-08-20T17:12:21.992Z Downloaded async-recursion v1.1.1
5502026-08-20T17:12:21.992Z Downloaded cfg_aliases v0.2.1
5512026-08-20T17:12:21.992Z Downloaded env_filter v2.0.0
5522026-08-20T17:12:21.995Z Downloaded async-stream-impl v0.3.6
5532026-08-20T17:12:21.996Z Downloaded float-ord v0.3.2
5542026-08-20T17:12:21.996Z Downloaded hubpack_derive v0.1.1
5552026-08-20T17:12:21.996Z Downloaded foreign-types-macros v0.2.3
5562026-08-20T17:12:21.996Z Downloaded atty v0.2.14
5572026-08-20T17:12:21.996Z Downloaded bcrypt-pbkdf v0.11.0
5582026-08-20T17:12:21.996Z Downloaded block-padding v0.4.2
5592026-08-20T17:12:21.996Z Downloaded castaway v0.2.4
5602026-08-20T17:12:22.000Z Downloaded futures-executor v0.3.32
5612026-08-20T17:12:22.000Z Downloaded const-oid v0.10.2
5622026-08-20T17:12:22.004Z Downloaded foreign-types v0.3.2
5632026-08-20T17:12:22.004Z Downloaded globwalk v0.9.1
5642026-08-20T17:12:22.007Z Downloaded http-range v0.1.5
5652026-08-20T17:12:22.011Z Downloaded nonempty v0.12.0
5662026-08-20T17:12:22.011Z Downloaded hash32 v0.2.1
5672026-08-20T17:12:22.015Z Downloaded hex-literal v1.1.0
5682026-08-20T17:12:22.018Z Downloaded cobs v0.3.0
5692026-08-20T17:12:22.018Z Downloaded hostname v0.3.1
5702026-08-20T17:12:22.018Z Downloaded block-buffer v0.12.1
5712026-08-20T17:12:22.018Z Downloaded compression-core v0.4.31
5722026-08-20T17:12:22.018Z Downloaded nodrop v0.1.14
5732026-08-20T17:12:22.021Z Downloaded bit-set v0.8.0
5742026-08-20T17:12:22.022Z Downloaded hubpack v0.1.2
5752026-08-20T17:12:22.025Z Downloaded async-stream v0.3.6
5762026-08-20T17:12:22.025Z Downloaded backtrace v0.3.76
5772026-08-20T17:12:22.029Z Downloaded camino-tempfile-ext v0.3.3
5782026-08-20T17:12:22.029Z Downloaded argon2 v0.5.3
5792026-08-20T17:12:22.029Z Downloaded bit-vec v0.8.0
5802026-08-20T17:12:22.029Z Downloaded globset v0.4.18
5812026-08-20T17:12:22.032Z Downloaded ff v0.13.1
5822026-08-20T17:12:22.032Z Downloaded ff v0.14.0
5832026-08-20T17:12:22.033Z Downloaded bitflags v1.3.2
5842026-08-20T17:12:22.033Z Downloaded argon2 v0.6.0-rc.8
5852026-08-20T17:12:22.036Z Downloaded async-bb8-diesel v0.2.1
5862026-08-20T17:12:22.036Z Downloaded highway v1.3.0
5872026-08-20T17:12:22.041Z Downloaded bb8 v0.8.6
5882026-08-20T17:12:22.041Z Downloaded atomic-waker v1.1.2
5892026-08-20T17:12:22.044Z Downloaded num_threads v0.1.7
5902026-08-20T17:12:22.049Z Downloaded hostname v0.4.2
5912026-08-20T17:12:22.051Z Downloaded httpdate v1.0.3
5922026-08-20T17:12:22.051Z Downloaded ghash v0.6.0
5932026-08-20T17:12:22.054Z Downloaded cfg_aliases v0.1.1
5942026-08-20T17:12:22.054Z Downloaded openssl-macros v0.1.1
5952026-08-20T17:12:22.055Z Downloaded env_logger v0.11.11
5962026-08-20T17:12:22.055Z Downloaded futures-channel v0.3.32
5972026-08-20T17:12:22.055Z Downloaded password-hash v0.6.1
5982026-08-20T17:12:22.058Z Downloaded fatfs v0.3.6
5992026-08-20T17:12:22.062Z Downloaded phf_shared v0.11.3
6002026-08-20T17:12:22.065Z Downloaded bcs v0.1.6
6012026-08-20T17:12:22.065Z Downloaded proc-macro-crate v1.3.1
6022026-08-20T17:12:22.065Z Downloaded proc-macro-crate v3.4.0
6032026-08-20T17:12:22.069Z Downloaded cmake v0.1.57
6042026-08-20T17:12:22.069Z Downloaded precomputed-hash v0.1.1
6052026-08-20T17:12:22.069Z Downloaded progenitor-macro v0.14.0
6062026-08-20T17:12:22.069Z Downloaded anstream v0.6.21
6072026-08-20T17:12:22.069Z Downloaded progenitor-macro v0.13.0
6082026-08-20T17:12:22.072Z Downloaded rand_pcg v0.10.2
6092026-08-20T17:12:22.073Z Downloaded recursive-proc-macro-impl v0.1.1
6102026-08-20T17:12:22.076Z Downloaded arrayvec v0.7.6
6112026-08-20T17:12:22.076Z Downloaded cbc v0.2.1
6122026-08-20T17:12:22.076Z Downloaded home v0.5.12
6132026-08-20T17:12:22.076Z Downloaded humantime v2.3.0
6142026-08-20T17:12:22.080Z Downloaded foldhash v0.2.0
6152026-08-20T17:12:22.080Z Downloaded git-stub-vcs v0.1.0
6162026-08-20T17:12:22.080Z Downloaded http-body-util v0.1.3
6172026-08-20T17:12:22.085Z Downloaded aead v0.6.1
6182026-08-20T17:12:22.089Z Downloaded group v0.13.0
6192026-08-20T17:12:22.089Z Downloaded find-msvc-tools v0.1.9
6202026-08-20T17:12:22.094Z Downloaded cipher v0.4.4
6212026-08-20T17:12:22.094Z Downloaded colored v2.2.0
6222026-08-20T17:12:22.094Z Downloaded russh-util v0.52.0
6232026-08-20T17:12:22.094Z Downloaded scopeguard v1.2.0
6242026-08-20T17:12:22.097Z Downloaded serde_spanned v1.1.1
6252026-08-20T17:12:22.097Z Downloaded blowfish v0.10.0
6262026-08-20T17:12:22.097Z Downloaded signature v3.0.0
6272026-08-20T17:12:22.097Z Downloaded cassowary v0.3.0
6282026-08-20T17:12:22.102Z Downloaded glob v0.3.3
6292026-08-20T17:12:22.102Z Downloaded group v0.14.0
6302026-08-20T17:12:22.102Z Downloaded hyper-rustls v0.27.7
6312026-08-20T17:12:22.106Z Downloaded serde_repr v0.1.20
6322026-08-20T17:12:22.106Z Downloaded strsim v0.10.0
6332026-08-20T17:12:22.110Z Downloaded supports-hyperlinks v3.2.0
6342026-08-20T17:12:22.110Z Downloaded cexpr v0.6.0
6352026-08-20T17:12:22.110Z Downloaded compression-codecs v0.4.37
6362026-08-20T17:12:22.110Z Downloaded backoff v0.4.0
6372026-08-20T17:12:22.114Z Downloaded buf-list v1.1.2
6382026-08-20T17:12:22.114Z Downloaded num_enum v0.5.11
6392026-08-20T17:12:22.118Z Downloaded byte-wrapper v0.1.0
6402026-08-20T17:12:22.118Z Downloaded bs58 v0.5.1
6412026-08-20T17:12:22.118Z Downloaded futures-core v0.3.32
6422026-08-20T17:12:22.118Z Downloaded futures v0.3.32
6432026-08-20T17:12:22.123Z Downloaded packed_struct v0.10.1
6442026-08-20T17:12:22.123Z Downloaded num-integer v0.1.46
6452026-08-20T17:12:22.123Z Downloaded oxide-update-engine v0.1.2
6462026-08-20T17:12:22.123Z Downloaded half v1.8.3
6472026-08-20T17:12:22.126Z Downloaded sqlparser_derive v0.5.0
6482026-08-20T17:12:22.126Z Downloaded rand_chacha v0.9.0
6492026-08-20T17:12:22.126Z Downloaded tap v1.0.1
6502026-08-20T17:12:22.126Z Downloaded strum v0.26.3
6512026-08-20T17:12:22.126Z Downloaded take_mut v0.2.2
6522026-08-20T17:12:22.126Z Downloaded sync_wrapper v1.0.2
6532026-08-20T17:12:22.126Z Downloaded tokio-macros v2.7.0
6542026-08-20T17:12:22.131Z Downloaded thiserror-impl-no-std v2.0.2
6552026-08-20T17:12:22.131Z Downloaded try-lock v0.2.5
6562026-08-20T17:12:22.135Z Downloaded typify-macro v0.6.2
6572026-08-20T17:12:22.135Z Downloaded parse-display-derive v0.10.0
6582026-08-20T17:12:22.135Z Downloaded paste v1.0.15
6592026-08-20T17:12:22.135Z Downloaded pem-rfc7468 v1.0.0
6602026-08-20T17:12:22.135Z Downloaded poly1305 v0.8.0
6612026-08-20T17:12:22.135Z Downloaded oxide-update-engine-display v0.1.2
6622026-08-20T17:12:22.138Z Downloaded pin-project-internal v1.1.11
6632026-08-20T17:12:22.138Z Downloaded pin-project-lite v0.2.17
6642026-08-20T17:12:22.143Z Downloaded recursive v0.1.1
6652026-08-20T17:12:22.143Z Downloaded rand_seeder v0.4.0
6662026-08-20T17:12:22.143Z Downloaded ahash v0.8.12
6672026-08-20T17:12:22.143Z Downloaded backon v1.6.0
6682026-08-20T17:12:22.148Z Downloaded blake2 v0.10.6
6692026-08-20T17:12:22.148Z Downloaded blake2 v0.11.0-rc.6
6702026-08-20T17:12:22.148Z Downloaded utf-8 v0.7.6
6712026-08-20T17:12:22.148Z Downloaded utf8_iter v1.0.4
6722026-08-20T17:12:22.148Z Downloaded chacha20 v0.10.0
6732026-08-20T17:12:22.152Z Downloaded want v0.3.1
6742026-08-20T17:12:22.152Z Downloaded httparse v1.10.1
6752026-08-20T17:12:22.152Z Downloaded bit-set v0.5.3
6762026-08-20T17:12:22.152Z Downloaded console v0.16.2
6772026-08-20T17:12:22.152Z Downloaded const-oid v0.9.6
6782026-08-20T17:12:22.152Z Downloaded rustc-demangle v0.1.27
6792026-08-20T17:12:22.156Z Downloaded bzip2 v0.4.4
6802026-08-20T17:12:22.156Z Downloaded cancel-safe-futures v0.1.5
6812026-08-20T17:12:22.156Z Downloaded hmac v0.12.1
6822026-08-20T17:12:22.156Z Downloaded hybrid-array v0.4.13
6832026-08-20T17:12:22.160Z Downloaded untrusted v0.7.1
6842026-08-20T17:12:22.160Z Downloaded xshell-macros v0.2.7
6852026-08-20T17:12:22.160Z Downloaded rustversion v1.0.22
6862026-08-20T17:12:22.160Z Downloaded sapling-renderdag v0.1.0
6872026-08-20T17:12:22.160Z Downloaded resolv-conf v0.7.6
6882026-08-20T17:12:22.160Z Downloaded rustls-pemfile v2.2.0
6892026-08-20T17:12:22.164Z Downloaded secrecy v0.8.0
6902026-08-20T17:12:22.164Z Downloaded schemars_derive v0.8.22
6912026-08-20T17:12:22.164Z Downloaded serdect v0.4.3
6922026-08-20T17:12:22.165Z Downloaded shlex v1.3.0
6932026-08-20T17:12:22.165Z Downloaded snafu-derive v0.8.9
6942026-08-20T17:12:22.165Z Downloaded bytes v1.11.1
6952026-08-20T17:12:22.170Z Downloaded yoke-derive v0.8.1
6962026-08-20T17:12:22.170Z Downloaded slab v0.4.12
6972026-08-20T17:12:22.170Z Downloaded slog-async v2.8.0
6982026-08-20T17:12:22.170Z Downloaded convert_case v0.4.0
6992026-08-20T17:12:22.170Z Downloaded zeroize_derive v1.5.0
7002026-08-20T17:12:22.173Z Downloaded cstr-argument v0.1.2
7012026-08-20T17:12:22.174Z Downloaded hmac v0.13.0
7022026-08-20T17:12:22.174Z Downloaded cipher v0.5.2
7032026-08-20T17:12:22.174Z Downloaded cmov v0.5.4
7042026-08-20T17:12:22.177Z Downloaded chacha20 v0.9.1
7052026-08-20T17:12:22.181Z Downloaded quinn-udp v0.5.14
7062026-08-20T17:12:22.185Z Downloaded tls_codec v0.4.2
7072026-08-20T17:12:22.189Z Downloaded defmt-parser v1.0.0
7082026-08-20T17:12:22.192Z Downloaded dof v0.4.0
7092026-08-20T17:12:22.192Z Downloaded dtrace-parser v0.3.0
7102026-08-20T17:12:22.192Z Downloaded tiny-keccak v2.0.2
7112026-08-20T17:12:22.196Z Downloaded idna_adapter v1.2.1
7122026-08-20T17:12:22.196Z Downloaded tokio-tungstenite v0.21.0
7132026-08-20T17:12:22.199Z Downloaded curve25519-dalek-derive v0.1.1
7142026-08-20T17:12:22.199Z Downloaded debug-ignore v1.0.5
7152026-08-20T17:12:22.202Z Downloaded colored v3.1.1
7162026-08-20T17:12:22.203Z Downloaded dirs-sys-next v0.1.2
7172026-08-20T17:12:22.203Z Downloaded parking_lot v0.12.5
7182026-08-20T17:12:22.206Z Downloaded pkcs1 v0.7.5
7192026-08-20T17:12:22.206Z Downloaded ciborium v0.2.2
7202026-08-20T17:12:22.207Z Downloaded poly1305 v0.9.0
7212026-08-20T17:12:22.210Z Downloaded toml_writer v1.1.1+spec-1.1.0
7222026-08-20T17:12:22.210Z Downloaded heapless v0.8.0
7232026-08-20T17:12:22.210Z Downloaded vergen-lib v0.1.6
7242026-08-20T17:12:22.210Z Downloaded difflib v0.4.0
7252026-08-20T17:12:22.214Z Downloaded inout v0.1.4
7262026-08-20T17:12:22.214Z Downloaded dunce v1.0.5
7272026-08-20T17:12:22.220Z Downloaded getrandom v0.4.3
7282026-08-20T17:12:22.223Z Downloaded illumos-nvpair v0.3.0
7292026-08-20T17:12:22.223Z Downloaded lzss v0.8.2
7302026-08-20T17:12:22.227Z Downloaded managed v0.8.0
7312026-08-20T17:12:22.231Z Downloaded serde_cbor v0.11.2
7322026-08-20T17:12:22.231Z Downloaded sha2 v0.11.0
7332026-08-20T17:12:22.231Z Downloaded salsa20 v0.11.0
7342026-08-20T17:12:22.235Z Downloaded zone_cfg_derive v0.3.1
7352026-08-20T17:12:22.235Z Downloaded newline-converter v0.3.0
7362026-08-20T17:12:22.235Z Downloaded openssl-probe v0.1.6
7372026-08-20T17:12:22.238Z Downloaded multimap v0.10.1
7382026-08-20T17:12:22.238Z Downloaded memoffset v0.9.1
7392026-08-20T17:12:22.242Z Downloaded path-slash v0.1.5
7402026-08-20T17:12:22.252Z Downloaded elliptic-curve v0.14.1
7412026-08-20T17:12:22.255Z Downloaded oso v0.27.3
7422026-08-20T17:12:22.255Z Downloaded tokio-native-tls v0.3.1
7432026-08-20T17:12:22.258Z Downloaded tokio-tungstenite v0.23.1
7442026-08-20T17:12:22.258Z Downloaded generic-array v1.4.3
7452026-08-20T17:12:22.258Z Downloaded convert_case v0.10.0
7462026-08-20T17:12:22.262Z Downloaded num_enum_derive v0.5.11
7472026-08-20T17:12:22.262Z Downloaded proc-macro-error-attr2 v2.0.0
7482026-08-20T17:12:22.265Z Downloaded predicates-core v1.0.10
7492026-08-20T17:12:22.269Z Downloaded spin v0.9.8
7502026-08-20T17:12:22.269Z Downloaded rand_xorshift v0.4.0
7512026-08-20T17:12:22.272Z Downloaded prefix-trie v0.7.0
7522026-08-20T17:12:22.276Z Downloaded daft v0.1.7
7532026-08-20T17:12:22.280Z Downloaded critical-section v1.2.0
7542026-08-20T17:12:22.281Z Downloaded chumsky v0.9.3
7552026-08-20T17:12:22.281Z Downloaded der_derive v0.7.3
7562026-08-20T17:12:22.286Z Downloaded potential_utf v0.1.4
7572026-08-20T17:12:22.286Z Downloaded rand_chacha v0.3.1
7582026-08-20T17:12:22.286Z Downloaded half v2.7.1
7592026-08-20T17:12:22.289Z Downloaded progenitor-impl v0.14.0
7602026-08-20T17:12:22.289Z Downloaded serde_urlencoded v0.7.1
7612026-08-20T17:12:22.289Z Downloaded unicode-properties v0.1.4
7622026-08-20T17:12:22.289Z Downloaded serde_plain v1.0.2
7632026-08-20T17:12:22.289Z Downloaded shell-words v1.1.1
7642026-08-20T17:12:22.293Z Downloaded either v1.15.0
7652026-08-20T17:12:22.293Z Downloaded jobserver v0.1.34
7662026-08-20T17:12:22.293Z Downloaded sha1 v0.11.0
7672026-08-20T17:12:22.293Z Downloaded base64 v0.21.7
7682026-08-20T17:12:22.297Z Downloaded ingot-types v0.2.0
7692026-08-20T17:12:22.301Z Downloaded ipnetwork v0.21.1
7702026-08-20T17:12:22.301Z Downloaded headers v0.4.1
7712026-08-20T17:12:22.304Z Downloaded libloading v0.8.9
7722026-08-20T17:12:22.304Z Downloaded heapless v0.7.17
7732026-08-20T17:12:22.309Z Downloaded strip-ansi-escapes v0.2.1
7742026-08-20T17:12:22.309Z Downloaded signal-hook v0.3.18
7752026-08-20T17:12:22.312Z Downloaded strum v0.27.2
7762026-08-20T17:12:22.313Z Downloaded tagptr v0.2.0
7772026-08-20T17:12:22.313Z Downloaded slog v2.8.2
7782026-08-20T17:12:22.317Z Downloaded cc v1.2.56
7792026-08-20T17:12:22.317Z Downloaded lock_api v0.4.14
7802026-08-20T17:12:22.323Z Downloaded thread-id v5.1.0
7812026-08-20T17:12:22.323Z Downloaded pbkdf2 v0.13.0
7822026-08-20T17:12:22.323Z Downloaded peg v0.8.5
7832026-08-20T17:12:22.323Z Downloaded phf v0.13.1
7842026-08-20T17:12:22.324Z Downloaded newtype-uuid v1.3.2
7852026-08-20T17:12:22.324Z Downloaded tokio-test v0.4.5
7862026-08-20T17:12:22.343Z Downloaded universal-hash v0.5.1
7872026-08-20T17:12:22.343Z Downloaded tower-layer v0.3.3
7882026-08-20T17:12:22.343Z Downloaded num_enum_derive v0.7.6
7892026-08-20T17:12:22.344Z Downloaded primeorder v0.14.0
7902026-08-20T17:12:22.344Z Downloaded flume v0.11.1
7912026-08-20T17:12:22.344Z Downloaded primeorder v0.13.6
7922026-08-20T17:12:22.344Z Downloaded num-complex v0.4.6
7932026-08-20T17:12:22.344Z Downloaded rustc-hash v2.1.1
7942026-08-20T17:12:22.348Z Downloaded oxide-tokio-rt v0.1.4
7952026-08-20T17:12:22.348Z Downloaded owo-colors v4.3.0
7962026-08-20T17:12:22.348Z Downloaded unarray v0.1.4
7972026-08-20T17:12:22.349Z Downloaded usdt v0.6.0
7982026-08-20T17:12:22.352Z Downloaded crc-catalog v2.4.0
7992026-08-20T17:12:22.352Z Downloaded unsafe-libyaml v0.2.11
8002026-08-20T17:12:22.356Z Downloaded compact_str v0.8.1
8012026-08-20T17:12:22.356Z Downloaded flate2 v1.1.9
8022026-08-20T17:12:22.359Z Downloaded psm v0.1.30
8032026-08-20T17:12:22.359Z Downloaded subprocess v0.2.15
8042026-08-20T17:12:22.362Z Downloaded crossbeam-utils v0.8.21
8052026-08-20T17:12:22.362Z Downloaded bzip2 v0.6.1
8062026-08-20T17:12:22.363Z Downloaded ar_archive_writer v0.5.1
8072026-08-20T17:12:22.366Z Downloaded base64 v0.22.1
8082026-08-20T17:12:22.366Z Downloaded signature v2.2.0
8092026-08-20T17:12:22.366Z Downloaded slog-json v2.6.1
8102026-08-20T17:12:22.369Z Downloaded slog-scope v4.4.1
8112026-08-20T17:12:22.369Z Downloaded bumpalo v3.20.2
8122026-08-20T17:12:22.369Z Downloaded tracing-attributes v0.1.31
8132026-08-20T17:12:22.370Z Downloaded async-compression v0.4.41
8142026-08-20T17:12:22.373Z Downloaded rusty-fork v0.3.1
8152026-08-20T17:12:22.376Z Downloaded serde-hex v0.1.0
8162026-08-20T17:12:22.377Z Downloaded darling_macro v0.23.0
8172026-08-20T17:12:22.377Z Downloaded derive_builder_macro v0.20.2
8182026-08-20T17:12:22.377Z Downloaded mime_guess v2.0.5
8192026-08-20T17:12:22.380Z Downloaded spki v0.7.3
8202026-08-20T17:12:22.380Z Downloaded ssh-cipher v0.3.0
8212026-08-20T17:12:22.380Z Downloaded stacker v0.1.23
8222026-08-20T17:12:22.384Z Downloaded dyn-clone v1.0.20
8232026-08-20T17:12:22.387Z Downloaded synstructure v0.13.2
8242026-08-20T17:12:22.390Z Downloaded crc-any v2.5.0
8252026-08-20T17:12:22.393Z Downloaded tinystr v0.8.2
8262026-08-20T17:12:22.393Z Downloaded ml-kem v0.3.2
8272026-08-20T17:12:22.397Z Downloaded instant v0.1.13
8282026-08-20T17:12:22.397Z Downloaded support-bundle-viewer v0.1.2
8292026-08-20T17:12:22.424Z Downloaded tui-tree-widget v0.23.1
8302026-08-20T17:12:22.430Z Downloaded chacha20poly1305 v0.10.1
8312026-08-20T17:12:22.430Z Downloaded pretty_assertions v1.4.1
8322026-08-20T17:12:22.430Z Downloaded rand v0.8.6
8332026-08-20T17:12:22.430Z Downloaded jiff-static v0.2.34
8342026-08-20T17:12:22.430Z Downloaded tar v0.4.46
8352026-08-20T17:12:22.431Z Downloaded lru-cache v0.1.2
8362026-08-20T17:12:22.431Z Downloaded expectorate v1.2.0
8372026-08-20T17:12:22.431Z Downloaded hickory-resolver v0.24.4
8382026-08-20T17:12:22.431Z Downloaded vergen-git2 v9.1.0
8392026-08-20T17:12:22.431Z Downloaded vsss-rs v3.3.4
8402026-08-20T17:12:22.431Z Downloaded whoami v1.6.1
8412026-08-20T17:12:22.431Z Downloaded hickory-resolver v0.25.2
8422026-08-20T17:12:22.431Z Downloaded maybe-uninit v2.0.0
8432026-08-20T17:12:22.431Z Downloaded whoami v2.1.0
8442026-08-20T17:12:22.435Z Downloaded newtype_derive v0.1.6
8452026-08-20T17:12:22.435Z Downloaded num v0.4.3
8462026-08-20T17:12:22.435Z Downloaded num-conv v0.2.0
8472026-08-20T17:12:22.435Z Downloaded parking_lot_core v0.9.12
8482026-08-20T17:12:22.435Z Downloaded unicase v2.9.0
8492026-08-20T17:12:22.435Z Downloaded zerofrom-derive v0.1.6
8502026-08-20T17:12:22.435Z Downloaded arc-swap v1.8.2
8512026-08-20T17:12:22.438Z Downloaded icu_provider v2.1.1
8522026-08-20T17:12:22.439Z Downloaded zerovec-derive v0.11.2
8532026-08-20T17:12:22.439Z Downloaded const_format_proc_macros v0.2.34
8542026-08-20T17:12:22.442Z Downloaded pkcs1 v0.8.0-rc.4
8552026-08-20T17:12:22.442Z Downloaded newtype-uuid-macros v0.1.0
8562026-08-20T17:12:22.442Z Downloaded derive_builder v0.20.2
8572026-08-20T17:12:22.446Z Downloaded olpc-cjson v0.1.4
8582026-08-20T17:12:22.446Z Downloaded percent-encoding v2.3.2
8592026-08-20T17:12:22.446Z Downloaded predicates-tree v1.0.13
8602026-08-20T17:12:22.446Z Downloaded vte v0.14.1
8612026-08-20T17:12:22.449Z Downloaded ignore v0.4.25
8622026-08-20T17:12:22.449Z Downloaded crossbeam-deque v0.8.6
8632026-08-20T17:12:22.449Z Downloaded corncobs v0.1.4
8642026-08-20T17:12:22.453Z Downloaded csv-core v0.1.13
8652026-08-20T17:12:22.453Z Downloaded defmt-macros v1.0.1
8662026-08-20T17:12:22.457Z Downloaded deranged v0.5.8
8672026-08-20T17:12:22.457Z Downloaded digest v0.11.3
8682026-08-20T17:12:22.460Z Downloaded progenitor-client v0.14.0
8692026-08-20T17:12:22.464Z Downloaded semver v0.1.20
8702026-08-20T17:12:22.464Z Downloaded serde_bytes v0.11.19
8712026-08-20T17:12:22.467Z Downloaded signal-hook-mio v0.2.5
8722026-08-20T17:12:22.470Z Downloaded http v1.4.2
8732026-08-20T17:12:22.473Z Downloaded schemars v1.2.1
8742026-08-20T17:12:22.480Z Downloaded unicode_categories v0.1.1
8752026-08-20T17:12:22.483Z Downloaded tokio-stream v0.1.18
8762026-08-20T17:12:22.486Z Downloaded ecdsa v0.16.9
8772026-08-20T17:12:22.486Z Downloaded tabwriter v1.4.1
8782026-08-20T17:12:22.490Z Downloaded ena v0.14.4
8792026-08-20T17:12:22.490Z Downloaded ingot v0.2.1
8802026-08-20T17:12:22.490Z Downloaded displaydoc v0.2.5
8812026-08-20T17:12:22.493Z Downloaded rustc_version v0.4.1
8822026-08-20T17:12:22.493Z Downloaded topological-sort v0.2.2
8832026-08-20T17:12:22.497Z Downloaded oxnet v0.1.6
8842026-08-20T17:12:22.502Z Downloaded phf v0.12.1
8852026-08-20T17:12:22.506Z Downloaded void v1.0.2
8862026-08-20T17:12:22.506Z Downloaded zip v0.6.6
8872026-08-20T17:12:22.506Z Downloaded progenitor v0.13.0
8882026-08-20T17:12:22.518Z Downloaded cpubits v0.1.1
8892026-08-20T17:12:22.521Z Downloaded darling_core v0.20.11
8902026-08-20T17:12:22.522Z Downloaded pkcs5 v0.8.1
8912026-08-20T17:12:22.522Z Downloaded crc8 v0.1.1
8922026-08-20T17:12:22.522Z Downloaded defmt v0.3.100
8932026-08-20T17:12:22.527Z Downloaded multer v3.1.0
8942026-08-20T17:12:22.527Z Downloaded usdt-attr-macro v0.6.0
8952026-08-20T17:12:22.527Z Downloaded unit-prefix v0.5.2
8962026-08-20T17:12:22.527Z Downloaded xattr v1.6.1
8972026-08-20T17:12:22.527Z Downloaded elliptic-curve v0.13.8
8982026-08-20T17:12:22.531Z Downloaded ryu v1.0.23
8992026-08-20T17:12:22.531Z Downloaded serde_with_macros v1.5.2
9002026-08-20T17:12:22.534Z Downloaded libsw-core v0.3.2
9012026-08-20T17:12:22.534Z Downloaded pkcs8 v0.10.2
9022026-08-20T17:12:22.534Z Downloaded polyval v0.7.1
9032026-08-20T17:12:22.538Z Downloaded r2d2 v0.8.10
9042026-08-20T17:12:22.538Z Downloaded embedded-io v0.4.0
9052026-08-20T17:12:22.538Z Downloaded rand_core v0.10.0
9062026-08-20T17:12:22.541Z Downloaded diesel_table_macro_syntax v0.3.0
9072026-08-20T17:12:22.541Z Downloaded linked-hash-map v0.5.6
9082026-08-20T17:12:22.541Z Downloaded keccak v0.1.6
9092026-08-20T17:12:22.545Z Downloaded md5 v0.8.0
9102026-08-20T17:12:22.545Z Downloaded derive_more v2.1.1
9112026-08-20T17:12:22.552Z Downloaded hashbrown v0.13.2
9122026-08-20T17:12:22.557Z Downloaded hickory-server v0.25.2
9132026-08-20T17:12:22.557Z Downloaded icu_normalizer v2.1.1
9142026-08-20T17:12:22.560Z Downloaded knus v3.4.0
9152026-08-20T17:12:22.560Z Downloaded rayon-core v1.13.0
9162026-08-20T17:12:22.565Z Downloaded iana-time-zone v0.1.65
9172026-08-20T17:12:22.565Z Downloaded knus-derive v3.4.0
9182026-08-20T17:12:22.565Z Downloaded tinyvec_macros v0.1.1
9192026-08-20T17:12:22.565Z Downloaded lru-slab v0.1.2
9202026-08-20T17:12:22.571Z Downloaded smf v0.2.3
9212026-08-20T17:12:22.571Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9222026-08-20T17:12:22.571Z Downloaded internet-checksum v0.2.1
9232026-08-20T17:12:22.571Z Downloaded rsa v0.10.0-rc.18
9242026-08-20T17:12:22.576Z Downloaded hashbrown v0.12.3
9252026-08-20T17:12:22.576Z Downloaded oxide-update-engine-types v0.1.2
9262026-08-20T17:12:22.576Z Downloaded opaque-debug v0.3.1
9272026-08-20T17:12:22.577Z Downloaded oso-derive v0.27.3
9282026-08-20T17:12:22.577Z Downloaded ssh-encoding v0.3.0
9292026-08-20T17:12:22.583Z Downloaded strum_macros v0.24.3
9302026-08-20T17:12:22.584Z Downloaded strum_macros v0.26.4
9312026-08-20T17:12:22.584Z Downloaded aes v0.9.1
9322026-08-20T17:12:22.584Z Downloaded steno v0.4.1
9332026-08-20T17:12:22.587Z Downloaded darling_core v0.21.3
9342026-08-20T17:12:22.587Z Downloaded crossbeam-epoch v0.9.18
9352026-08-20T17:12:22.588Z Downloaded walkdir v2.5.0
9362026-08-20T17:12:22.593Z Downloaded defmt v1.0.1
9372026-08-20T17:12:22.593Z Downloaded zeroize v1.9.0
9382026-08-20T17:12:22.593Z Downloaded phf_shared v0.12.1
9392026-08-20T17:12:22.593Z Downloaded ref-cast v1.0.25
9402026-08-20T17:12:22.597Z Downloaded quick-error v1.2.3
9412026-08-20T17:12:22.597Z Downloaded rtoolbox v0.0.3
9422026-08-20T17:12:22.597Z Downloaded toml_edit v0.23.10+spec-1.0.0
9432026-08-20T17:12:22.602Z Downloaded indexmap v1.9.3
9442026-08-20T17:12:22.602Z Downloaded libbz2-rs-sys v0.2.2
9452026-08-20T17:12:22.602Z Downloaded similar v2.7.0
9462026-08-20T17:12:22.607Z Downloaded ctr v0.10.1
9472026-08-20T17:12:22.607Z Downloaded darling v0.20.11
9482026-08-20T17:12:22.613Z Downloaded daft-derive v0.1.7
9492026-08-20T17:12:22.613Z Downloaded darling v0.13.4
9502026-08-20T17:12:22.614Z Downloaded data-encoding v2.10.0
9512026-08-20T17:12:22.618Z Downloaded diesel-dtrace v0.5.0
9522026-08-20T17:12:22.619Z Downloaded indoc v2.0.7
9532026-08-20T17:12:22.619Z Downloaded libscf-sys v1.2.0
9542026-08-20T17:12:22.619Z Downloaded impl-trait-for-tuples v0.2.3
9552026-08-20T17:12:22.619Z Downloaded test-strategy v0.4.5
9562026-08-20T17:12:22.623Z Downloaded typed-path v0.9.3
9572026-08-20T17:12:22.623Z Downloaded derive_more-impl v2.1.1
9582026-08-20T17:12:22.628Z Downloaded quinn v0.11.11
9592026-08-20T17:12:22.628Z Downloaded term v0.7.0
9602026-08-20T17:12:22.634Z Downloaded term v1.2.1
9612026-08-20T17:12:22.634Z Downloaded tokio-rustls v0.26.4
9622026-08-20T17:12:22.635Z Downloaded secrecy v0.10.3
9632026-08-20T17:12:22.635Z Downloaded sigpipe v0.1.3
9642026-08-20T17:12:22.639Z Downloaded stable_deref_trait v1.2.1
9652026-08-20T17:12:22.639Z Downloaded supports-color v3.0.2
9662026-08-20T17:12:22.639Z Downloaded icu_properties v2.1.2
9672026-08-20T17:12:22.644Z Downloaded nu-ansi-term v0.50.3
9682026-08-20T17:12:22.644Z Downloaded hashbrown v0.15.5
9692026-08-20T17:12:22.650Z Downloaded uuid v1.23.4
9702026-08-20T17:12:22.650Z Downloaded postgres-types v0.2.12
9712026-08-20T17:12:22.655Z Downloaded yansi v1.0.1
9722026-08-20T17:12:22.655Z Downloaded aes-gcm v0.11.0
9732026-08-20T17:12:22.655Z Downloaded pem-rfc7468 v0.7.0
9742026-08-20T17:12:22.655Z Downloaded zerocopy v0.6.6
9752026-08-20T17:12:22.660Z Downloaded unicode-truncate v1.1.0
9762026-08-20T17:12:22.660Z Downloaded waitgroup v0.1.2
9772026-08-20T17:12:22.660Z Downloaded cpufeatures v0.3.0
9782026-08-20T17:12:22.666Z Downloaded downcast-rs v2.0.2
9792026-08-20T17:12:22.666Z Downloaded bindgen v0.71.1
9802026-08-20T17:12:22.671Z Downloaded postgres-protocol v0.6.10
9812026-08-20T17:12:22.671Z Downloaded zone v0.3.1
9822026-08-20T17:12:22.671Z Downloaded crucible-workspace-hack v0.1.0
9832026-08-20T17:12:22.671Z Downloaded darling_macro v0.20.11
9842026-08-20T17:12:22.671Z Downloaded rsa v0.9.10
9852026-08-20T17:12:22.676Z Downloaded progenitor-client v0.13.0
9862026-08-20T17:12:22.676Z Downloaded rand_core v0.9.5
9872026-08-20T17:12:22.676Z Downloaded tower v0.5.3
9882026-08-20T17:12:22.683Z Downloaded num-bigint-dig v0.8.6
9892026-08-20T17:12:22.683Z Downloaded darling_core v0.23.0
9902026-08-20T17:12:22.688Z Downloaded socket2 v0.6.3
9912026-08-20T17:12:22.688Z Downloaded progenitor-extras v0.2.0
9922026-08-20T17:12:22.688Z Downloaded inout v0.2.2
9932026-08-20T17:12:22.688Z Downloaded rustls-native-certs v0.8.3
9942026-08-20T17:12:22.688Z Downloaded digest-io v0.1.0
9952026-08-20T17:12:22.688Z Downloaded instability v0.3.11
9962026-08-20T17:12:22.688Z Downloaded maplit v1.0.2
9972026-08-20T17:12:22.693Z Downloaded num-derive v0.4.2
9982026-08-20T17:12:22.693Z Downloaded illumos-nvpair-sys v0.2.0
9992026-08-20T17:12:22.693Z Downloaded phf_shared v0.13.1
10002026-08-20T17:12:22.693Z Downloaded scrypt v0.12.0
10012026-08-20T17:12:22.693Z Downloaded hashbrown v0.14.5
10022026-08-20T17:12:22.699Z Downloaded zerocopy-derive v0.8.55
10032026-08-20T17:12:22.705Z Downloaded parse-display v0.10.0
10042026-08-20T17:12:22.705Z Downloaded parse-size v1.1.0
10052026-08-20T17:12:22.705Z Downloaded p256 v0.14.0
10062026-08-20T17:12:22.705Z Downloaded schemars v0.8.22
10072026-08-20T17:12:22.708Z Downloaded tracing-core v0.1.36
10082026-08-20T17:12:22.709Z Downloaded serde_path_to_error v0.1.20
10092026-08-20T17:12:22.709Z Downloaded smallvec v0.6.14
10102026-08-20T17:12:22.709Z Downloaded static_assertions v1.1.0
10112026-08-20T17:12:22.712Z Downloaded parking_lot v0.11.2
10122026-08-20T17:12:22.712Z Downloaded thread_local v1.1.9
10132026-08-20T17:12:22.712Z Downloaded termios v0.3.3
10142026-08-20T17:12:22.712Z Downloaded rustc_version v0.1.7
10152026-08-20T17:12:22.716Z Downloaded rustls-webpki v0.103.13
10162026-08-20T17:12:22.720Z Downloaded password-hash v0.5.0
10172026-08-20T17:12:22.724Z Downloaded hyper v1.10.1
10182026-08-20T17:12:22.728Z Downloaded crypto-common v0.2.2
10192026-08-20T17:12:22.732Z Downloaded pkg-config v0.3.32
10202026-08-20T17:12:22.733Z Downloaded sha1 v0.10.6
10212026-08-20T17:12:22.733Z Downloaded termtree v0.5.1
10222026-08-20T17:12:22.733Z Downloaded ecdsa v0.17.0
10232026-08-20T17:12:22.738Z Downloaded usdt-impl v0.6.0
10242026-08-20T17:12:22.742Z Downloaded usdt-macro v0.6.0
10252026-08-20T17:12:22.742Z Downloaded ron v0.8.1
10262026-08-20T17:12:22.746Z Downloaded drift v0.2.0
10272026-08-20T17:12:22.751Z Downloaded hyper-staticfile v0.10.1
10282026-08-20T17:12:22.751Z Downloaded lazy_static v1.5.0
10292026-08-20T17:12:22.751Z Downloaded libefi-sys v0.1.0
10302026-08-20T17:12:22.754Z Downloaded keccak v0.2.0
10312026-08-20T17:12:22.754Z Downloaded miette-derive v7.6.0
10322026-08-20T17:12:22.754Z Downloaded time-core v0.1.8
10332026-08-20T17:12:22.755Z Downloaded crunchy v0.2.4
10342026-08-20T17:12:22.760Z Downloaded document-features v0.2.12
10352026-08-20T17:12:22.760Z Downloaded dropshot-api-manager-types v0.8.0
10362026-08-20T17:12:22.760Z Downloaded miniz_oxide v0.8.9
10372026-08-20T17:12:22.765Z Downloaded darling_macro v0.13.4
10382026-08-20T17:12:22.769Z Downloaded simd-adler32 v0.3.8
10392026-08-20T17:12:22.774Z Downloaded port-file v0.1.0
10402026-08-20T17:12:22.774Z Downloaded predicates v3.1.4
10412026-08-20T17:12:22.774Z Downloaded primefield v0.14.0
10422026-08-20T17:12:22.779Z Downloaded nanorand v0.7.0
10432026-08-20T17:12:22.779Z Downloaded p384 v0.14.0
10442026-08-20T17:12:22.779Z Downloaded normalize-line-endings v0.3.0
10452026-08-20T17:12:22.785Z Downloaded indent_write v2.2.0
10462026-08-20T17:12:22.789Z Downloaded hkdf v0.12.4
10472026-08-20T17:12:22.789Z Downloaded num-bigint v0.4.6
10482026-08-20T17:12:22.794Z Downloaded rand_core v0.6.4
10492026-08-20T17:12:22.794Z Downloaded russh-cryptovec v0.62.0
10502026-08-20T17:12:22.794Z Downloaded num-traits v0.2.19
10512026-08-20T17:12:22.799Z Downloaded publicsuffix v2.3.0
10522026-08-20T17:12:22.799Z Downloaded serde_derive_internals v0.29.1
10532026-08-20T17:12:22.799Z Downloaded toml_parser v1.1.2+spec-1.1.0
10542026-08-20T17:12:22.800Z Downloaded slog-term v2.9.2
10552026-08-20T17:12:22.804Z Downloaded spki v0.8.0
10562026-08-20T17:12:22.805Z Downloaded num-iter v0.1.45
10572026-08-20T17:12:22.805Z Downloaded siphasher v1.0.2
10582026-08-20T17:12:22.805Z Downloaded signal-hook-registry v1.4.8
10592026-08-20T17:12:22.810Z Downloaded structmeta v0.3.0
10602026-08-20T17:12:22.810Z Downloaded testing_table v0.3.0
10612026-08-20T17:12:22.810Z Downloaded crossterm v0.28.1
10622026-08-20T17:12:22.815Z Downloaded tungstenite v0.23.0
10632026-08-20T17:12:22.815Z Downloaded subtle v2.6.1
10642026-08-20T17:12:22.819Z Downloaded rustyline v14.0.0
10652026-08-20T17:12:22.819Z Downloaded ed25519 v2.2.3
10662026-08-20T17:12:22.823Z Downloaded ed25519-dalek v3.0.0
10672026-08-20T17:12:22.828Z Downloaded darling v0.21.3
10682026-08-20T17:12:22.828Z Downloaded universal-hash v0.6.1
10692026-08-20T17:12:22.828Z Downloaded wyz v0.5.1
10702026-08-20T17:12:22.828Z Downloaded zstd v0.13.3
10712026-08-20T17:12:22.833Z Downloaded zstd-safe v7.2.4
10722026-08-20T17:12:22.833Z Downloaded wait-timeout v0.2.1
10732026-08-20T17:12:22.833Z Downloaded wnaf v0.14.0
10742026-08-20T17:12:22.833Z Downloaded derive-ex v0.1.8
10752026-08-20T17:12:22.833Z Downloaded crc v3.4.0
10762026-08-20T17:12:22.836Z Downloaded dsl_auto_type v0.2.0
10772026-08-20T17:12:22.836Z Downloaded hyper-tls v0.6.0
10782026-08-20T17:12:22.837Z Downloaded futures-util v0.3.32
10792026-08-20T17:12:22.842Z Downloaded hashbrown v0.16.1
10802026-08-20T17:12:22.846Z Downloaded openssl-probe v0.2.1
10812026-08-20T17:12:22.846Z Downloaded samael v0.0.19
10822026-08-20T17:12:22.850Z Downloaded socket2 v0.5.10
10832026-08-20T17:12:22.863Z Downloaded lalrpop-util v0.19.12
10842026-08-20T17:12:22.870Z Downloaded libsw v3.5.0
10852026-08-20T17:12:22.874Z Downloaded module-lattice v0.2.3
10862026-08-20T17:12:22.874Z Downloaded num-rational v0.4.2
10872026-08-20T17:12:22.875Z Downloaded powerfmt v0.2.0
10882026-08-20T17:12:22.875Z Downloaded ref-cast-impl v1.0.25
10892026-08-20T17:12:22.875Z Downloaded zip v4.6.1
10902026-08-20T17:12:22.880Z Downloaded rustls-pki-types v1.14.0
10912026-08-20T17:12:22.880Z Downloaded is_ci v1.2.0
10922026-08-20T17:12:22.880Z Downloaded h2 v0.4.15
10932026-08-20T17:12:22.884Z Downloaded slog-envlogger v2.2.0
10942026-08-20T17:12:22.884Z Downloaded stringprep v0.1.5
10952026-08-20T17:12:22.884Z Downloaded progenitor v0.14.0
10962026-08-20T17:12:22.892Z Downloaded sqlformat v0.3.5
10972026-08-20T17:12:22.892Z Downloaded iri-string v0.7.10
10982026-08-20T17:12:22.892Z Downloaded sec1 v0.8.1
10992026-08-20T17:12:22.897Z Downloaded aws-lc-rs v1.16.3
11002026-08-20T17:12:22.897Z Downloaded prettyplease v0.2.37
11012026-08-20T17:12:22.901Z Downloaded vergen-lib v9.1.0
11022026-08-20T17:12:22.901Z Downloaded display-error-chain v0.2.2
11032026-08-20T17:12:22.902Z Downloaded derive_more v0.99.20
11042026-08-20T17:12:22.902Z Downloaded proc-macro-error2 v2.0.1
11052026-08-20T17:12:22.906Z Downloaded supports-unicode v3.0.0
11062026-08-20T17:12:22.906Z Downloaded unicode-xid v0.2.6
11072026-08-20T17:12:22.906Z Downloaded const_format v0.2.35
11082026-08-20T17:12:22.909Z Downloaded schemars v0.9.0
11092026-08-20T17:12:22.913Z Downloaded uzers v0.12.2
11102026-08-20T17:12:22.919Z Downloaded kem v0.3.0
11112026-08-20T17:12:22.919Z Downloaded nom v8.0.0
11122026-08-20T17:12:22.924Z Downloaded thiserror-no-std v2.0.2
11132026-08-20T17:12:22.924Z Downloaded twox-hash v2.1.2
11142026-08-20T17:12:22.924Z Downloaded internal-russh-num-bigint v0.5.0
11152026-08-20T17:12:22.928Z Downloaded match_cfg v0.1.0
11162026-08-20T17:12:22.928Z Downloaded icu_collections v2.1.1
11172026-08-20T17:12:22.932Z Downloaded reqwest v0.13.2
11182026-08-20T17:12:22.936Z Downloaded embedded-io v0.6.1
11192026-08-20T17:12:22.936Z Downloaded scroll_derive v0.13.1
11202026-08-20T17:12:22.936Z Downloaded dropshot-api-manager v0.8.0
11212026-08-20T17:12:22.936Z Downloaded ppv-lite86 v0.2.21
11222026-08-20T17:12:22.941Z Downloaded tower-service v0.3.3
11232026-08-20T17:12:22.942Z Downloaded omicron-zone-package v0.12.3
11242026-08-20T17:12:22.942Z Downloaded md-5 v0.10.6
11252026-08-20T17:12:22.948Z Downloaded mime v0.3.17
11262026-08-20T17:12:22.948Z Downloaded serde-big-array v0.5.1
11272026-08-20T17:12:22.948Z Downloaded radium v0.7.0
11282026-08-20T17:12:22.948Z Downloaded miette v7.6.0
11292026-08-20T17:12:22.952Z Downloaded tinyvec v1.10.0
11302026-08-20T17:12:22.953Z Downloaded typify v0.6.2
11312026-08-20T17:12:22.953Z Downloaded ingot-macros v0.2.0
11322026-08-20T17:12:22.953Z Downloaded parking_lot_core v0.8.6
11332026-08-20T17:12:22.957Z Downloaded rustls-platform-verifier v0.6.2
11342026-08-20T17:12:22.958Z Downloaded sec1 v0.7.3
11352026-08-20T17:12:22.958Z Downloaded serde_with_macros v3.21.0
11362026-08-20T17:12:22.996Z Downloaded time-macros v0.2.27
11372026-08-20T17:12:22.997Z Downloaded itertools v0.15.0
11382026-08-20T17:12:22.997Z Downloaded trait-variant v0.1.2
11392026-08-20T17:12:22.997Z Downloaded rand v0.10.1
11402026-08-20T17:12:22.997Z Downloaded darling v0.23.0
11412026-08-20T17:12:22.997Z Downloaded smallvec v1.15.1
11422026-08-20T17:12:22.997Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11432026-08-20T17:12:22.997Z Downloaded zerofrom v0.1.6
11442026-08-20T17:12:22.997Z Downloaded winnow v0.6.26
11452026-08-20T17:12:23.004Z Downloaded hkdf v0.13.0
11462026-08-20T17:12:23.004Z Downloaded libm v0.2.16
11472026-08-20T17:12:23.004Z Downloaded toml v0.7.8
11482026-08-20T17:12:23.004Z Downloaded tungstenite v0.21.0
11492026-08-20T17:12:23.005Z Downloaded rpassword v7.5.4
11502026-08-20T17:12:23.005Z Downloaded psl-types v2.0.11
11512026-08-20T17:12:23.005Z Downloaded signal-hook-tokio v0.3.1
11522026-08-20T17:12:23.005Z Downloaded darling_macro v0.21.3
11532026-08-20T17:12:23.005Z Downloaded structmeta-derive v0.3.0
11542026-08-20T17:12:23.005Z Downloaded cookie_store v0.22.1
11552026-08-20T17:12:23.005Z Downloaded blake3 v1.8.5
11562026-08-20T17:12:23.009Z Downloaded slog-bunyan v2.5.0
11572026-08-20T17:12:23.010Z Downloaded xshell v0.2.7
11582026-08-20T17:12:23.010Z Downloaded diff v0.1.13
11592026-08-20T17:12:23.010Z Downloaded ident_case v1.0.1
11602026-08-20T17:12:23.010Z Downloaded kstat-rs v0.2.5
11612026-08-20T17:12:23.034Z Downloaded rcgen v0.12.1
11622026-08-20T17:12:23.034Z Downloaded rfc6979 v0.4.0
11632026-08-20T17:12:23.034Z Downloaded tokio-postgres v0.7.16
11642026-08-20T17:12:23.040Z Downloaded scheduled-thread-pool v0.2.7
11652026-08-20T17:12:23.040Z Downloaded sponge-cursor v0.1.0
11662026-08-20T17:12:23.040Z Downloaded minimal-lexical v0.2.1
11672026-08-20T17:12:23.040Z Downloaded slog-stdlog v4.1.1
11682026-08-20T17:12:23.040Z Downloaded seq-macro v0.3.6
11692026-08-20T17:12:23.040Z Downloaded ed25519 v3.0.0
11702026-08-20T17:12:23.040Z Downloaded delegate v0.13.5
11712026-08-20T17:12:23.040Z Downloaded packed_struct_codegen v0.10.1
11722026-08-20T17:12:23.040Z Downloaded toml_edit v0.19.15
11732026-08-20T17:12:23.040Z Downloaded is-terminal v0.4.17
11742026-08-20T17:12:23.040Z Downloaded postcard v1.1.3
11752026-08-20T17:12:23.040Z Downloaded crossbeam-channel v0.5.15
11762026-08-20T17:12:23.044Z Downloaded indoc v1.0.9
11772026-08-20T17:12:23.044Z Downloaded new_debug_unreachable v1.0.6
11782026-08-20T17:12:23.044Z Downloaded tls_codec_derive v0.4.2
11792026-08-20T17:12:23.044Z Downloaded diesel_derives v2.3.7
11802026-08-20T17:12:23.048Z Downloaded phc v0.6.1
11812026-08-20T17:12:23.048Z Downloaded pkcs8 v0.11.0
11822026-08-20T17:12:23.052Z Downloaded constant_time_eq v0.4.2
11832026-08-20T17:12:23.052Z Downloaded yoke v0.8.1
11842026-08-20T17:12:23.052Z Downloaded libxml v0.3.3
11852026-08-20T17:12:23.056Z Downloaded rfc6979 v0.6.0
11862026-08-20T17:12:23.056Z Downloaded dirs-next v2.0.0
11872026-08-20T17:12:23.056Z Downloaded hyper-util v0.1.20
11882026-08-20T17:12:23.060Z Downloaded sync-ptr v0.1.4
11892026-08-20T17:12:23.060Z Downloaded winnow v1.0.3
11902026-08-20T17:12:23.064Z Downloaded yasna v0.5.2
11912026-08-20T17:12:23.068Z Downloaded string_cache v0.8.9
11922026-08-20T17:12:23.068Z Downloaded tower-http v0.6.8
11932026-08-20T17:12:23.071Z Downloaded peg-macros v0.8.5
11942026-08-20T17:12:23.071Z Downloaded ctutils v0.4.2
11952026-08-20T17:12:23.071Z Downloaded idna v1.1.0
11962026-08-20T17:12:23.075Z Downloaded same-file v1.0.6
11972026-08-20T17:12:23.075Z Downloaded peg-runtime v0.8.5
11982026-08-20T17:12:23.076Z Downloaded itertools v0.10.5
11992026-08-20T17:12:23.079Z Downloaded untrusted v0.9.0
12002026-08-20T17:12:23.079Z Downloaded slog-dtrace v0.3.0
12012026-08-20T17:12:23.079Z Downloaded vergen v9.1.0
12022026-08-20T17:12:23.079Z Downloaded lru v0.12.5
12032026-08-20T17:12:23.083Z Downloaded icu_locale_core v2.1.1
12042026-08-20T17:12:23.087Z Downloaded winnow v0.5.40
12052026-08-20T17:12:23.092Z Downloaded memmap2 v0.9.10
12062026-08-20T17:12:23.099Z Downloaded pem v3.0.6
12072026-08-20T17:12:23.099Z Downloaded scroll v0.13.0
12082026-08-20T17:12:23.099Z Downloaded qorb v0.4.1
12092026-08-20T17:12:23.110Z Downloaded x509-cert v0.2.5
12102026-08-20T17:12:23.110Z Downloaded unicode-normalization v0.1.25
12112026-08-20T17:12:23.110Z Downloaded salty v0.3.0
12122026-08-20T17:12:23.117Z Downloaded serde_yaml v0.9.34+deprecated
12132026-08-20T17:12:23.117Z Downloaded url v2.5.8
12142026-08-20T17:12:23.118Z Downloaded unicode-bidi v0.3.18
12152026-08-20T17:12:23.118Z Downloaded vergen-gitcl v1.0.8
12162026-08-20T17:12:23.118Z Downloaded cookie v0.18.1
12172026-08-20T17:12:23.124Z Downloaded crc32fast v1.5.0
12182026-08-20T17:12:23.134Z Downloaded linear-map v1.2.0
12192026-08-20T17:12:23.134Z Downloaded serde_with v1.14.0
12202026-08-20T17:12:23.134Z Downloaded itertools v0.13.0
12212026-08-20T17:12:23.140Z Downloaded derive-where v1.6.0
12222026-08-20T17:12:23.140Z Downloaded num_enum v0.7.6
12232026-08-20T17:12:23.140Z Downloaded derive_builder_core v0.20.2
12242026-08-20T17:12:23.141Z Downloaded ipnet v2.12.0
12252026-08-20T17:12:23.142Z Downloaded litrs v1.0.0
12262026-08-20T17:12:23.142Z Downloaded tokio-dtrace v0.1.1
12272026-08-20T17:12:23.142Z Downloaded writeable v0.6.2
12282026-08-20T17:12:23.146Z Downloaded git2 v0.20.4
12292026-08-20T17:12:23.146Z Downloaded quick-xml v0.37.5
12302026-08-20T17:12:23.153Z Downloaded rayon v1.11.0
12312026-08-20T17:12:23.159Z Downloaded indicatif v0.18.4
12322026-08-20T17:12:23.159Z Downloaded litemap v0.8.1
12332026-08-20T17:12:23.159Z Downloaded bitvec v1.0.1
12342026-08-20T17:12:23.163Z Downloaded chrono v0.4.45
12352026-08-20T17:12:23.167Z Downloaded dropshot_endpoint v0.17.1
12362026-08-20T17:12:23.171Z Downloaded snafu v0.8.9
12372026-08-20T17:12:23.176Z Downloaded zopfli v0.8.3
12382026-08-20T17:12:23.176Z Downloaded strum_macros v0.27.2
12392026-08-20T17:12:23.176Z Downloaded crypto-primes v0.7.2
12402026-08-20T17:12:23.180Z Downloaded pin-project v1.1.11
12412026-08-20T17:12:23.186Z Downloaded der v0.8.0
12422026-08-20T17:12:23.186Z Downloaded portable-atomic v1.13.1
12432026-08-20T17:12:23.190Z Downloaded jiff-core v0.1.0
12442026-08-20T17:12:23.195Z Downloaded der v0.7.10
12452026-08-20T17:12:23.195Z Downloaded native-tls v0.2.18
12462026-08-20T17:12:23.195Z Downloaded des v0.9.0
12472026-08-20T17:12:23.204Z Downloaded scuffle v0.1.0
12482026-08-20T17:12:23.204Z Downloaded rand v0.9.2
12492026-08-20T17:12:23.204Z Downloaded ssh-key v0.7.0-rc.11
12502026-08-20T17:12:23.212Z Downloaded icu_normalizer_data v2.1.1
12512026-08-20T17:12:23.229Z Downloaded toml v1.1.2+spec-1.1.0
12522026-08-20T17:12:23.229Z Downloaded zerotrie v0.2.3
12532026-08-20T17:12:23.237Z Downloaded p521 v0.14.0
12542026-08-20T17:12:23.237Z Downloaded object v0.30.4
12552026-08-20T17:12:23.238Z Downloaded darling_core v0.13.4
12562026-08-20T17:12:23.238Z Downloaded openssl-sys v0.9.117
12572026-08-20T17:12:23.238Z Downloaded nom v7.1.3
12582026-08-20T17:12:23.256Z Downloaded progenitor-impl v0.13.0
12592026-08-20T17:12:23.256Z Downloaded p384 v0.13.1
12602026-08-20T17:12:23.256Z Downloaded zerovec v0.11.5
12612026-08-20T17:12:23.262Z Downloaded papergrid v0.18.0
12622026-08-20T17:12:23.262Z Downloaded reqwest v0.12.28
12632026-08-20T17:12:23.262Z Downloaded crypto-bigint v0.5.5
12642026-08-20T17:12:23.268Z Downloaded goblin v0.10.5
12652026-08-20T17:12:23.268Z Downloaded ed25519-dalek v2.2.0
12662026-08-20T17:12:23.274Z Downloaded icu_properties_data v2.1.2
12672026-08-20T17:12:23.290Z Downloaded sha3 v0.12.0
12682026-08-20T17:12:23.294Z Downloaded gimli v0.32.3
12692026-08-20T17:12:23.294Z Downloaded unicode-segmentation v1.12.0
12702026-08-20T17:12:23.298Z Downloaded mio v1.2.0
12712026-08-20T17:12:23.303Z Downloaded lalrpop v0.19.12
12722026-08-20T17:12:23.310Z Downloaded rawzip v0.4.4
12732026-08-20T17:12:23.322Z Downloaded tokio-util v0.7.18
12742026-08-20T17:12:23.337Z Downloaded itertools v0.12.1
12752026-08-20T17:12:23.344Z Downloaded itertools v0.14.0
12762026-08-20T17:12:23.349Z Downloaded regex v1.12.3
12772026-08-20T17:12:23.353Z Downloaded crossterm v0.29.0
12782026-08-20T17:12:23.356Z Downloaded tough v0.22.0
12792026-08-20T17:12:23.359Z Downloaded zlib-rs v0.6.2
12802026-08-20T17:12:23.362Z Downloaded reedline v0.40.0
12812026-08-20T17:12:23.367Z Downloaded vcpkg v0.2.15
12822026-08-20T17:12:23.406Z Downloaded bstr v1.12.1
12832026-08-20T17:12:23.411Z Downloaded iddqd v0.4.2
12842026-08-20T17:12:23.415Z Downloaded moka v0.12.13
12852026-08-20T17:12:23.445Z Downloaded regex-syntax v0.8.10
12862026-08-20T17:12:23.449Z Downloaded smoltcp v0.11.0
12872026-08-20T17:12:23.463Z Downloaded openssl v0.10.80
12882026-08-20T17:12:23.469Z Downloaded serde_with v3.21.0
12892026-08-20T17:12:23.476Z Downloaded petname v2.0.2
12902026-08-20T17:12:23.480Z Downloaded hickory-proto v0.25.2
12912026-08-20T17:12:23.487Z Downloaded hickory-proto v0.24.4
12922026-08-20T17:12:23.495Z Downloaded nix v0.28.0
12932026-08-20T17:12:23.501Z Downloaded time v0.3.47
12942026-08-20T17:12:23.508Z Downloaded russh v0.62.4
12952026-08-20T17:12:23.513Z Downloaded proptest v1.11.0
12962026-08-20T17:12:23.519Z Downloaded radix_trie v0.2.1
12972026-08-20T17:12:23.522Z Downloaded regex-syntax v0.6.29
12982026-08-20T17:12:23.526Z Downloaded curve25519-dalek v4.1.3
12992026-08-20T17:12:23.529Z Downloaded regress v0.10.5
13002026-08-20T17:12:23.534Z Downloaded regress v0.11.1
13012026-08-20T17:12:23.539Z Downloaded smoltcp v0.9.1
13022026-08-20T17:12:23.544Z Downloaded nix v0.27.1
13032026-08-20T17:12:23.549Z Downloaded sqlparser v0.61.0
13042026-08-20T17:12:23.555Z Downloaded dropshot v0.17.1
13052026-08-20T17:12:23.569Z Downloaded polar-core v0.27.3
13062026-08-20T17:12:23.572Z Downloaded rustls v0.23.41
13072026-08-20T17:12:23.579Z Downloaded zerocopy v0.8.55
13082026-08-20T17:12:23.591Z Downloaded tabled v0.21.0
13092026-08-20T17:12:23.600Z Downloaded crypto-bigint v0.7.5
13102026-08-20T17:12:23.608Z Downloaded nix v0.31.2
13112026-08-20T17:12:23.614Z Downloaded quinn-proto v0.11.16
13122026-08-20T17:12:23.618Z Downloaded curve25519-dalek v5.0.0
13132026-08-20T17:12:23.623Z Downloaded object v0.37.3
13142026-08-20T17:12:23.630Z Downloaded openapiv3 v2.2.0
13152026-08-20T17:12:23.636Z Downloaded ratatui v0.29.0
13162026-08-20T17:12:23.648Z Downloaded typify-impl v0.6.2
13172026-08-20T17:12:23.657Z Downloaded sled v0.34.7
13182026-08-20T17:12:23.662Z Downloaded rustix v0.38.44
13192026-08-20T17:12:23.675Z Downloaded petgraph v0.6.5
13202026-08-20T17:12:23.691Z Downloaded tokio v1.52.1
13212026-08-20T17:12:23.714Z Downloaded libz-sys v1.1.24
13222026-08-20T17:12:23.726Z Downloaded diesel v2.3.7
13232026-08-20T17:12:23.739Z Downloaded encoding_rs v0.8.35
13242026-08-20T17:12:23.751Z Downloaded sha3 v0.11.0
13252026-08-20T17:12:23.761Z Downloaded bzip2-sys v0.1.13+1.0.8
13262026-08-20T17:12:23.774Z Downloaded tracing v0.1.44
13272026-08-20T17:12:23.788Z Downloaded zerocopy-derive v0.6.6
13282026-08-20T17:12:23.846Z Downloaded chrono-tz v0.10.4
13292026-08-20T17:12:23.857Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13302026-08-20T17:12:23.867Z Downloaded regex-automata v0.4.14
13312026-08-20T17:12:23.877Z Downloaded petgraph v0.8.3
13322026-08-20T17:12:23.890Z Downloaded jiff v0.2.34
13332026-08-20T17:12:23.918Z Downloaded sha3 v0.10.8
13342026-08-20T17:12:23.928Z Downloaded csv v1.4.0
13352026-08-20T17:12:24.051Z Downloaded ring v0.17.14
13362026-08-20T17:12:24.093Z Downloaded libgit2-sys v0.18.3+1.9.2
13372026-08-20T17:12:24.560Z Downloaded aws-lc-sys v0.40.0
13382026-08-20T17:12:24.818Z Compiling serde_core v1.0.228
13392026-08-20T17:12:24.818Z Compiling libc v0.2.185
13402026-08-20T17:12:24.821Z Compiling serde v1.0.228
13412026-08-20T17:12:24.822Z Compiling log v0.4.33
13422026-08-20T17:12:24.822Z Compiling smallvec v1.15.1
13432026-08-20T17:12:24.822Z Compiling shlex v1.3.0
13442026-08-20T17:12:24.822Z Compiling find-msvc-tools v0.1.9
13452026-08-20T17:12:24.958Z Compiling syn v2.0.117
13462026-08-20T17:12:25.159Z Compiling subtle v2.6.1
13472026-08-20T17:12:25.159Z Compiling scopeguard v1.2.0
13482026-08-20T17:12:25.208Z Compiling stable_deref_trait v1.2.1
13492026-08-20T17:12:25.280Z Compiling typenum v1.20.1
13502026-08-20T17:12:25.285Z Compiling lock_api v0.4.14
13512026-08-20T17:12:25.285Z Compiling zerocopy v0.8.55
13522026-08-20T17:12:25.285Z Compiling portable-atomic v1.13.1
13532026-08-20T17:12:25.336Z Compiling serde_json v1.0.151
13542026-08-20T17:12:25.489Z Compiling critical-section v1.2.0
13552026-08-20T17:12:25.533Z Compiling libm v0.2.16
13562026-08-20T17:12:25.589Z Compiling num-traits v0.2.19
13572026-08-20T17:12:25.689Z Compiling pkg-config v0.3.32
13582026-08-20T17:12:25.763Z Compiling errno v0.3.14
13592026-08-20T17:12:25.780Z Compiling jobserver v0.1.34
13602026-08-20T17:12:25.825Z Compiling getrandom v0.2.17
13612026-08-20T17:12:26.024Z Compiling cc v1.2.56
13622026-08-20T17:12:26.043Z Compiling rand_core v0.6.4
13632026-08-20T17:12:26.202Z Compiling generic-array v0.14.7
13642026-08-20T17:12:26.282Z Compiling once_cell v1.21.3
13652026-08-20T17:12:26.302Z Compiling pin-project-lite v0.2.17
13662026-08-20T17:12:26.320Z Compiling parking_lot_core v0.9.12
13672026-08-20T17:12:26.387Z Compiling const-oid v0.9.6
13682026-08-20T17:12:26.447Z Compiling getrandom v0.3.4
13692026-08-20T17:12:26.488Z Compiling signal-hook-registry v1.4.8
13702026-08-20T17:12:26.838Z Compiling writeable v0.6.2
13712026-08-20T17:12:26.975Z Compiling bitflags v2.11.0
13722026-08-20T17:12:27.075Z Compiling litemap v0.8.1
13732026-08-20T17:12:27.097Z Compiling futures-core v0.3.32
13742026-08-20T17:12:27.114Z Compiling percent-encoding v2.3.2
13752026-08-20T17:12:27.244Z Compiling semver v1.0.28
13762026-08-20T17:12:27.262Z Compiling parking_lot v0.12.5
13772026-08-20T17:12:27.295Z Compiling mio v1.2.0
13782026-08-20T17:12:27.382Z Compiling icu_properties_data v2.1.2
13792026-08-20T17:12:27.411Z Compiling icu_normalizer_data v2.1.1
13802026-08-20T17:12:27.516Z Compiling socket2 v0.6.3
13812026-08-20T17:12:27.551Z Compiling rustix v1.1.4
13822026-08-20T17:12:27.620Z Compiling synstructure v0.13.2
13832026-08-20T17:12:27.681Z Compiling getrandom v0.4.3
13842026-08-20T17:12:27.695Z Compiling futures-sink v0.3.32
13852026-08-20T17:12:27.741Z Compiling rand_core v0.10.0
13862026-08-20T17:12:27.795Z Compiling futures-channel v0.3.32
13872026-08-20T17:12:27.968Z Compiling indexmap v2.14.0
13882026-08-20T17:12:27.997Z Compiling utf8_iter v1.0.4
13892026-08-20T17:12:28.056Z Compiling futures-task v0.3.32
13902026-08-20T17:12:28.149Z Compiling slab v0.4.12
13912026-08-20T17:12:28.200Z Compiling futures-io v0.3.32
13922026-08-20T17:12:28.229Z Compiling form_urlencoded v1.2.2
13932026-08-20T17:12:28.316Z Compiling rustversion v1.0.22
13942026-08-20T17:12:28.342Z Compiling iana-time-zone v0.1.65
13952026-08-20T17:12:28.348Z Compiling base64ct v1.8.3
13962026-08-20T17:12:28.379Z Compiling cmake v0.1.57
13972026-08-20T17:12:28.406Z Compiling ident_case v1.0.1
13982026-08-20T17:12:28.522Z Compiling fs_extra v1.3.0
13992026-08-20T17:12:28.537Z Compiling dunce v1.0.5
14002026-08-20T17:12:28.622Z Compiling pem-rfc7468 v0.7.0
14012026-08-20T17:12:28.637Z Compiling regex-syntax v0.8.10
14022026-08-20T17:12:28.641Z Compiling flagset v0.4.7
14032026-08-20T17:12:28.773Z Compiling uuid v1.23.4
14042026-08-20T17:12:28.788Z Compiling rand_core v0.9.5
14052026-08-20T17:12:28.799Z Compiling aws-lc-sys v0.40.0
14062026-08-20T17:12:28.924Z Compiling base64 v0.22.1
14072026-08-20T17:12:29.071Z Compiling syn v1.0.109
14082026-08-20T17:12:29.247Z Compiling vcpkg v0.2.15
14092026-08-20T17:12:29.286Z Compiling serde_derive_internals v0.29.1
14102026-08-20T17:12:29.330Z Compiling rustc_version v0.4.1
14112026-08-20T17:12:29.405Z Compiling tracing-core v0.1.36
14122026-08-20T17:12:29.424Z Compiling serde_derive v1.0.228
14132026-08-20T17:12:29.478Z Compiling zeroize_derive v1.5.0
14142026-08-20T17:12:29.659Z Compiling zerofrom-derive v0.1.6
14152026-08-20T17:12:29.980Z Compiling zerocopy-derive v0.8.55
14162026-08-20T17:12:29.996Z Compiling yoke-derive v0.8.1
14172026-08-20T17:12:30.133Z Compiling zerovec-derive v0.11.2
14182026-08-20T17:12:30.186Z Compiling displaydoc v0.2.5
14192026-08-20T17:12:30.961Z Compiling tokio-macros v2.7.0
14202026-08-20T17:12:31.008Z Compiling futures-macro v0.3.32
14212026-08-20T17:12:31.078Z Compiling zerofrom v0.1.6
14222026-08-20T17:12:31.161Z Compiling thiserror-impl v2.0.18
14232026-08-20T17:12:31.204Z Compiling yoke v0.8.1
14242026-08-20T17:12:31.830Z Compiling der_derive v0.7.3
14252026-08-20T17:12:31.847Z Compiling zerovec v0.11.5
14262026-08-20T17:12:31.848Z Compiling zerotrie v0.2.3
14272026-08-20T17:12:31.848Z Compiling futures-util v0.3.32
14282026-08-20T17:12:31.909Z Compiling tinystr v0.8.2
14292026-08-20T17:12:31.988Z Compiling potential_utf v0.1.4
14302026-08-20T17:12:32.110Z Compiling icu_locale_core v2.1.1
14312026-08-20T17:12:32.149Z Compiling icu_collections v2.1.1
14322026-08-20T17:12:32.211Z Compiling openssl-sys v0.9.117
14332026-08-20T17:12:32.492Z Compiling thiserror v2.0.18
14342026-08-20T17:12:32.600Z Compiling tracing-attributes v0.1.31
14352026-08-20T17:12:32.614Z Compiling schemars v0.8.22
14362026-08-20T17:12:32.736Z Compiling icu_provider v2.1.1
14372026-08-20T17:12:32.809Z Compiling cpufeatures v0.2.17
14382026-08-20T17:12:32.946Z Compiling zeroize v1.9.0
14392026-08-20T17:12:32.976Z Compiling bytes v1.11.1
14402026-08-20T17:12:32.997Z Compiling chrono v0.4.45
14412026-08-20T17:12:33.174Z Compiling icu_properties v2.1.2
14422026-08-20T17:12:33.586Z Compiling tokio v1.52.1
14432026-08-20T17:12:33.659Z Compiling crypto-common v0.1.7
14442026-08-20T17:12:33.822Z Compiling block-buffer v0.10.4
14452026-08-20T17:12:33.962Z Compiling icu_normalizer v2.1.1
14462026-08-20T17:12:34.012Z Compiling digest v0.10.7
14472026-08-20T17:12:34.101Z Compiling der v0.7.10
14482026-08-20T17:12:34.243Z Compiling http v1.4.2
14492026-08-20T17:12:34.256Z Compiling aws-lc-rs v1.16.3
14502026-08-20T17:12:34.362Z Compiling idna_adapter v1.2.1
14512026-08-20T17:12:34.504Z Compiling ppv-lite86 v0.2.21
14522026-08-20T17:12:34.509Z Compiling idna v1.1.0
14532026-08-20T17:12:34.546Z Compiling simd-adler32 v0.3.8
14542026-08-20T17:12:34.567Z Compiling dyn-clone v1.0.20
14552026-08-20T17:12:34.694Z Compiling tracing v0.1.44
14562026-08-20T17:12:34.781Z Compiling url v2.5.8
14572026-08-20T17:12:34.823Z Compiling rand_chacha v0.9.0
14582026-08-20T17:12:34.946Z Compiling spki v0.7.3
14592026-08-20T17:12:35.145Z Compiling pkcs8 v0.10.2
14602026-08-20T17:12:35.158Z Compiling rand v0.9.2
14612026-08-20T17:12:35.158Z Compiling http-body v1.0.1
14622026-08-20T17:12:35.278Z Compiling rustls-pki-types v1.14.0
14632026-08-20T17:12:35.387Z Compiling schemars_derive v0.8.22
14642026-08-20T17:12:35.498Z Compiling spin v0.9.8
14652026-08-20T17:12:35.549Z Compiling tinyvec_macros v0.1.1
14662026-08-20T17:12:35.612Z Compiling crc32fast v1.5.0
14672026-08-20T17:12:35.698Z Compiling adler2 v2.0.1
14682026-08-20T17:12:35.713Z Compiling cmov v0.5.4
14692026-08-20T17:12:35.825Z Compiling httparse v1.10.1
14702026-08-20T17:12:35.870Z Compiling openssl-probe v0.2.1
14712026-08-20T17:12:35.914Z Compiling ctutils v0.4.2
14722026-08-20T17:12:35.934Z Compiling miniz_oxide v0.8.9
14732026-08-20T17:12:36.029Z Compiling tinyvec v1.10.0
14742026-08-20T17:12:36.137Z Compiling tempfile v3.27.0
14752026-08-20T17:12:36.195Z Compiling pest_generator v2.8.6
14762026-08-20T17:12:36.364Z Compiling sha2 v0.10.9
14772026-08-20T17:12:36.493Z Compiling terminal_size v0.4.3
14782026-08-20T17:12:36.507Z Compiling aho-corasick v1.1.4
14792026-08-20T17:12:36.623Z Compiling tower-service v0.3.3
14802026-08-20T17:12:36.716Z Compiling radium v0.7.0
14812026-08-20T17:12:36.857Z Compiling untrusted v0.7.1
14822026-08-20T17:12:36.954Z Compiling tower-layer v0.3.3
14832026-08-20T17:12:36.976Z Compiling atomic-waker v1.1.2
14842026-08-20T17:12:37.097Z Compiling try-lock v0.2.5
14852026-08-20T17:12:37.129Z Compiling pest_derive v2.8.6
14862026-08-20T17:12:37.203Z Compiling want v0.3.1
14872026-08-20T17:12:37.359Z Compiling tokio-util v0.7.18
14882026-08-20T17:12:37.558Z Compiling regex-automata v0.4.14
14892026-08-20T17:12:37.814Z Compiling hybrid-array v0.4.13
14902026-08-20T17:12:38.128Z Compiling h2 v0.4.15
14912026-08-20T17:12:38.157Z Compiling ipnet v2.12.0
14922026-08-20T17:12:38.410Z Compiling scroll_derive v0.13.1
14932026-08-20T17:12:38.588Z Compiling darling_core v0.20.11
14942026-08-20T17:12:38.645Z Compiling rustls v0.23.41
14952026-08-20T17:12:38.813Z Compiling untrusted v0.9.0
14962026-08-20T17:12:38.933Z Compiling openssl v0.10.80
14972026-08-20T17:12:39.144Z Compiling maybe-uninit v2.0.0
14982026-08-20T17:12:39.161Z Compiling httpdate v1.0.3
14992026-08-20T17:12:39.189Z Compiling foreign-types-shared v0.1.1
15002026-08-20T17:12:39.234Z Compiling tap v1.0.1
15012026-08-20T17:12:39.272Z Compiling foreign-types v0.3.2
15022026-08-20T17:12:39.339Z Compiling wyz v0.5.1
15032026-08-20T17:12:39.354Z Compiling scroll v0.13.0
15042026-08-20T17:12:39.435Z Compiling unicode-normalization v0.1.25
15052026-08-20T17:12:39.596Z Compiling rand_chacha v0.3.1
15062026-08-20T17:12:39.610Z Compiling signature v2.2.0
15072026-08-20T17:12:39.789Z Compiling hex v0.4.3
15082026-08-20T17:12:39.877Z Compiling thiserror-impl v1.0.69
15092026-08-20T17:12:39.908Z Compiling openssl-macros v0.1.1
15102026-08-20T17:12:40.050Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15112026-08-20T17:12:40.297Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-08-20T17:12:40.342Z Compiling num-integer v0.1.46
15132026-08-20T17:12:40.428Z Compiling wait-timeout v0.2.1
15142026-08-20T17:12:40.567Z Compiling ahash v0.8.12
15152026-08-20T17:12:40.650Z Compiling bit-vec v0.8.0
15162026-08-20T17:12:40.679Z Compiling num-bigint-dig v0.8.6
15172026-08-20T17:12:40.768Z Compiling funty v2.0.0
15182026-08-20T17:12:40.801Z Compiling darling_macro v0.20.11
15192026-08-20T17:12:40.856Z Compiling packed_struct v0.10.1
15202026-08-20T17:12:40.875Z Compiling time-core v0.1.8
15212026-08-20T17:12:41.019Z Compiling quick-error v1.2.3
15222026-08-20T17:12:41.087Z Compiling num-conv v0.2.0
15232026-08-20T17:12:41.091Z Compiling native-tls v0.2.18
15242026-08-20T17:12:41.122Z Compiling powerfmt v0.2.0
15252026-08-20T17:12:41.215Z Compiling hyper v1.10.1
15262026-08-20T17:12:41.273Z Compiling darling v0.20.11
15272026-08-20T17:12:41.315Z Compiling deranged v0.5.8
15282026-08-20T17:12:41.329Z Compiling time-macros v0.2.27
15292026-08-20T17:12:41.329Z Compiling clap_builder v4.6.0
15302026-08-20T17:12:41.356Z Compiling rusty-fork v0.3.1
15312026-08-20T17:12:41.612Z Compiling thiserror v1.0.69
15322026-08-20T17:12:41.663Z Compiling bitvec v1.0.1
15332026-08-20T17:12:41.737Z Compiling bit-set v0.8.0
15342026-08-20T17:12:42.155Z Compiling num-iter v0.1.45
15352026-08-20T17:12:42.276Z Compiling hyper-util v0.1.20
15362026-08-20T17:12:42.701Z Compiling rand v0.8.6
15372026-08-20T17:12:42.763Z Compiling goblin v0.10.5
15382026-08-20T17:12:43.188Z Compiling packed_struct_codegen v0.10.1
15392026-08-20T17:12:43.558Z Compiling lazy_static v1.5.0
15402026-08-20T17:12:43.653Z Compiling hmac v0.12.1
15412026-08-20T17:12:43.812Z Compiling toml_datetime v0.6.11
15422026-08-20T17:12:43.979Z Compiling serde_spanned v0.6.9
15432026-08-20T17:12:44.069Z Compiling zerocopy-derive v0.6.6
15442026-08-20T17:12:44.118Z Compiling clap_derive v4.6.1
15452026-08-20T17:12:44.250Z Compiling bitfield-macros v0.19.4
15462026-08-20T17:12:44.307Z Compiling rand_xorshift v0.4.0
15472026-08-20T17:12:44.468Z Compiling sync_wrapper v1.0.2
15482026-08-20T17:12:44.577Z Compiling indexmap v1.9.3
15492026-08-20T17:12:44.761Z Compiling crossbeam-utils v0.8.21
15502026-08-20T17:12:44.878Z Compiling siphasher v1.0.2
15512026-08-20T17:12:44.938Z Compiling usdt-impl v0.6.0
15522026-08-20T17:12:45.042Z Compiling unarray v0.1.4
15532026-08-20T17:12:45.060Z Compiling nodrop v0.1.14
15542026-08-20T17:12:45.132Z Compiling object v0.37.3
15552026-08-20T17:12:45.146Z Compiling num_threads v0.1.7
15562026-08-20T17:12:45.146Z Compiling crc-catalog v2.4.0
15572026-08-20T17:12:45.241Z Compiling paste v1.0.15
15582026-08-20T17:12:45.256Z Compiling zlib-rs v0.6.2
15592026-08-20T17:12:45.359Z Compiling crc v3.4.0
15602026-08-20T17:12:45.433Z Compiling time v0.3.47
15612026-08-20T17:12:45.544Z Compiling dof v0.4.0
15622026-08-20T17:12:45.576Z Compiling array-init v0.0.4
15632026-08-20T17:12:45.822Z Compiling clap v4.6.1
15642026-08-20T17:12:45.905Z Compiling proptest v1.11.0
15652026-08-20T17:12:45.940Z Compiling bitfield v0.19.4
15662026-08-20T17:12:46.233Z Compiling zerocopy v0.6.6
15672026-08-20T17:12:46.678Z Compiling tower v0.5.3
15682026-08-20T17:12:46.941Z Compiling smallvec v0.6.14
15692026-08-20T17:12:47.211Z Compiling derive_builder_core v0.20.2
15702026-08-20T17:12:47.351Z Compiling dtrace-parser v0.3.0
15712026-08-20T17:12:48.055Z Compiling ipnetwork v0.21.1
15722026-08-20T17:12:48.071Z Compiling pkcs1 v0.7.5
15732026-08-20T17:12:48.142Z Compiling flate2 v1.1.9
15742026-08-20T17:12:48.438Z Compiling http-body-util v0.1.3
15752026-08-20T17:12:48.460Z Compiling heapless v0.7.17
15762026-08-20T17:12:48.474Z Compiling scroll_derive v0.12.1
15772026-08-20T17:12:48.551Z Compiling structmeta-derive v0.3.0
15782026-08-20T17:12:48.681Z Compiling slog v2.8.2
15792026-08-20T17:12:48.696Z Compiling darling_core v0.23.0
15802026-08-20T17:12:48.747Z Compiling thread-id v5.1.0
15812026-08-20T17:12:48.832Z Compiling cookie v0.18.1
15822026-08-20T17:12:48.866Z Compiling env_filter v2.0.0
15832026-08-20T17:12:49.011Z Compiling winnow v0.5.40
15842026-08-20T17:12:49.131Z Compiling zstd-safe v7.2.4
15852026-08-20T17:12:49.152Z Compiling allocator-api2 v0.2.21
15862026-08-20T17:12:49.325Z Compiling signal-hook v0.3.18
15872026-08-20T17:12:49.474Z Compiling base64 v0.21.7
15882026-08-20T17:12:49.490Z Compiling unicode-bidi v0.3.18
15892026-08-20T17:12:49.615Z Compiling anyhow v1.0.104
15902026-08-20T17:12:49.777Z Compiling unicode-properties v0.1.4
15912026-08-20T17:12:49.915Z Compiling gimli v0.32.3
15922026-08-20T17:12:49.986Z Compiling ryu v1.0.23
15932026-08-20T17:12:50.000Z Compiling iri-string v0.7.10
15942026-08-20T17:12:50.168Z Compiling hashbrown v0.12.3
15952026-08-20T17:12:50.425Z Compiling toml_edit v0.19.15
15962026-08-20T17:12:51.004Z Compiling serde_urlencoded v0.7.1
15972026-08-20T17:12:51.165Z Compiling darling_macro v0.23.0
15982026-08-20T17:12:51.244Z Compiling tower-http v0.6.8
15992026-08-20T17:12:51.493Z Compiling stringprep v0.1.5
16002026-08-20T17:12:51.647Z Compiling addr2line v0.25.1
16012026-08-20T17:12:51.828Z Compiling ron v0.8.1
16022026-08-20T17:12:51.876Z Compiling structmeta v0.3.0
16032026-08-20T17:12:51.978Z Compiling scroll v0.12.0
16042026-08-20T17:12:51.994Z Compiling env_logger v0.11.11
16052026-08-20T17:12:52.351Z Compiling rsa v0.9.10
16062026-08-20T17:12:52.365Z Compiling oxnet v0.1.6
16072026-08-20T17:12:52.379Z Compiling newtype-uuid v1.3.2
16082026-08-20T17:12:52.702Z Compiling derive_builder_macro v0.20.2
16092026-08-20T17:12:52.724Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16102026-08-20T17:12:52.743Z Compiling hashbrown v0.13.2
16112026-08-20T17:12:52.786Z Compiling bzip2 v0.4.4
16122026-08-20T17:12:53.024Z Compiling serde-hex v0.1.0
16132026-08-20T17:12:53.039Z Compiling tokio-native-tls v0.3.1
16142026-08-20T17:12:53.211Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16152026-08-20T17:12:53.718Z Compiling camino v1.2.5
16162026-08-20T17:12:53.737Z Compiling bstr v1.12.1
16172026-08-20T17:12:54.103Z Compiling block-buffer v0.12.1
16182026-08-20T17:12:54.305Z Compiling crypto-common v0.2.2
16192026-08-20T17:12:54.362Z Compiling block-padding v0.4.2
16202026-08-20T17:12:54.533Z Compiling rustls-native-certs v0.8.3
16212026-08-20T17:12:54.764Z Compiling x509-cert v0.2.5
16222026-08-20T17:12:54.829Z Compiling md-5 v0.10.6
16232026-08-20T17:12:55.010Z Compiling erased-serde v0.3.31
16242026-08-20T17:12:55.398Z Compiling serde_tokenstream v0.2.3
16252026-08-20T17:12:55.494Z Compiling curve25519-dalek v4.1.3
16262026-08-20T17:12:55.707Z Compiling pin-project-internal v1.1.11
16272026-08-20T17:12:55.821Z Compiling daft-derive v0.1.7
16282026-08-20T17:12:56.030Z Compiling async-trait v0.1.89
16292026-08-20T17:12:56.150Z Compiling zerocopy-derive v0.7.35
16302026-08-20T17:12:56.363Z Compiling vergen-lib v9.1.0
16312026-08-20T17:12:56.532Z Compiling hash32 v0.2.1
16322026-08-20T17:12:56.546Z Compiling memoffset v0.9.1
16332026-08-20T17:12:56.722Z Compiling encoding_rs v0.8.35
16342026-08-20T17:12:56.739Z Compiling rustc-demangle v0.1.27
16352026-08-20T17:12:56.806Z Compiling ref-cast v1.0.25
16362026-08-20T17:12:56.841Z Compiling cfg_aliases v0.2.1
16372026-08-20T17:12:56.915Z Compiling smoltcp v0.9.1
16382026-08-20T17:12:57.014Z Compiling mime v0.3.17
16392026-08-20T17:12:57.027Z Compiling owo-colors v4.3.0
16402026-08-20T17:12:57.103Z Compiling rustix v0.38.44
16412026-08-20T17:12:57.119Z Compiling psl-types v2.0.11
16422026-08-20T17:12:57.238Z Compiling fallible-iterator v0.2.0
16432026-08-20T17:12:57.241Z Compiling crc-any v2.5.0
16442026-08-20T17:12:57.265Z Compiling litrs v1.0.0
16452026-08-20T17:12:57.367Z Compiling publicsuffix v2.3.0
16462026-08-20T17:12:57.427Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16472026-08-20T17:12:57.471Z Compiling zerocopy v0.7.35
16482026-08-20T17:12:57.521Z Compiling postgres-protocol v0.6.10
16492026-08-20T17:12:57.535Z Compiling backtrace v0.3.76
16502026-08-20T17:12:57.549Z Compiling nix v0.31.2
16512026-08-20T17:12:57.752Z Compiling document-features v0.2.12
16522026-08-20T17:12:57.933Z Compiling pin-project v1.1.11
16532026-08-20T17:12:58.109Z Compiling daft v0.1.7
16542026-08-20T17:12:58.216Z Compiling inout v0.2.2
16552026-08-20T17:12:58.337Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16562026-08-20T17:12:58.391Z Compiling derive_builder v0.20.2
16572026-08-20T17:12:58.407Z Compiling object v0.30.4
16582026-08-20T17:12:58.515Z Compiling hyper-tls v0.6.0
16592026-08-20T17:12:58.518Z Compiling zip v0.6.6
16602026-08-20T17:12:58.616Z Compiling goblin v0.8.2
16612026-08-20T17:12:58.745Z Compiling derive-ex v0.1.8
16622026-08-20T17:12:59.106Z Compiling toml v0.7.8
16632026-08-20T17:12:59.251Z Compiling darling v0.23.0
16642026-08-20T17:12:59.333Z Compiling phf_shared v0.13.1
16652026-08-20T17:12:59.431Z Compiling regex v1.12.3
16662026-08-20T17:12:59.571Z Compiling hubpack_derive v0.1.1
16672026-08-20T17:12:59.684Z Compiling futures-executor v0.3.32
16682026-08-20T17:12:59.842Z Compiling ref-cast-impl v1.0.25
16692026-08-20T17:12:59.935Z Compiling curve25519-dalek-derive v0.1.1
16702026-08-20T17:13:00.009Z Compiling snafu-derive v0.8.9
16712026-08-20T17:13:00.382Z Compiling strum_macros v0.27.2
16722026-08-20T17:13:00.385Z Compiling vergen v9.1.0
16732026-08-20T17:13:00.559Z Compiling cargo-platform v0.3.2
16742026-08-20T17:13:00.563Z Compiling ff v0.13.1
16752026-08-20T17:13:00.709Z Compiling fs-err v3.3.0
16762026-08-20T17:13:00.825Z Compiling base16ct v0.2.0
16772026-08-20T17:13:00.893Z Compiling path-slash v0.1.5
16782026-08-20T17:13:01.003Z Compiling bitflags v1.3.2
16792026-08-20T17:13:01.023Z Compiling managed v0.8.0
16802026-08-20T17:13:01.076Z Compiling unicode-segmentation v1.12.0
16812026-08-20T17:13:01.207Z Compiling same-file v1.0.6
16822026-08-20T17:13:01.238Z Compiling foldhash v0.1.5
16832026-08-20T17:13:01.369Z Compiling either v1.15.0
16842026-08-20T17:13:01.407Z Compiling jiff-core v0.1.0
16852026-08-20T17:13:01.454Z Compiling bumpalo v3.20.2
16862026-08-20T17:13:01.575Z Compiling libbz2-rs-sys v0.2.2
16872026-08-20T17:13:01.704Z Compiling is_ci v1.2.0
16882026-08-20T17:13:01.843Z Compiling foldhash v0.2.0
16892026-08-20T17:13:01.881Z Compiling textwrap v0.16.2
16902026-08-20T17:13:02.018Z Compiling bzip2 v0.6.1
16912026-08-20T17:13:02.065Z Compiling hashbrown v0.16.1
16922026-08-20T17:13:02.232Z Compiling jiff v0.2.34
16932026-08-20T17:13:02.257Z Compiling snafu v0.8.9
16942026-08-20T17:13:02.326Z Compiling supports-color v3.0.2
16952026-08-20T17:13:02.341Z Compiling strum v0.27.2
16962026-08-20T17:13:02.452Z Compiling zopfli v0.8.3
16972026-08-20T17:13:02.467Z Compiling hashbrown v0.15.5
16982026-08-20T17:13:02.493Z Compiling walkdir v2.5.0
16992026-08-20T17:13:02.650Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17002026-08-20T17:13:02.793Z Compiling sec1 v0.7.3
17012026-08-20T17:13:03.100Z Compiling dof v0.3.0
17022026-08-20T17:13:03.127Z Compiling cargo_metadata v0.23.1
17032026-08-20T17:13:03.141Z Compiling group v0.13.0
17042026-08-20T17:13:03.435Z Compiling test-strategy v0.4.5
17052026-08-20T17:13:03.920Z Compiling hubpack v0.1.2
17062026-08-20T17:13:04.121Z Compiling futures v0.3.32
17072026-08-20T17:13:04.137Z Compiling phf v0.13.1
17082026-08-20T17:13:04.205Z Compiling serde_with_macros v3.21.0
17092026-08-20T17:13:04.476Z Compiling cookie_store v0.22.1
17102026-08-20T17:13:04.657Z Compiling signal-hook-mio v0.2.5
17112026-08-20T17:13:04.778Z Compiling zstd v0.13.3
17122026-08-20T17:13:04.883Z Compiling reqwest v0.12.28
17132026-08-20T17:13:05.036Z Compiling cipher v0.5.2
17142026-08-20T17:13:05.217Z Compiling backtrace-ext v0.2.1
17152026-08-20T17:13:05.344Z Compiling postgres-types v0.2.12
17162026-08-20T17:13:05.816Z Compiling usdt-macro v0.6.0
17172026-08-20T17:13:05.890Z Compiling usdt-attr-macro v0.6.0
17182026-08-20T17:13:06.080Z Compiling globset v0.4.18
17192026-08-20T17:13:06.322Z Compiling phf_shared v0.11.3
17202026-08-20T17:13:06.431Z Compiling hkdf v0.12.4
17212026-08-20T17:13:06.511Z Compiling dtrace-parser v0.2.0
17222026-08-20T17:13:06.582Z Compiling byte-wrapper v0.1.0
17232026-08-20T17:13:06.586Z Compiling olpc-cjson v0.1.4
17242026-08-20T17:13:06.611Z Compiling ed25519 v2.2.3
17252026-08-20T17:13:06.693Z Compiling crypto-bigint v0.5.5
17262026-08-20T17:13:06.744Z Compiling serde-big-array v0.5.1
17272026-08-20T17:13:06.758Z Compiling serde_plain v1.0.2
17282026-08-20T17:13:06.886Z Compiling serde_repr v0.1.20
17292026-08-20T17:13:06.905Z Compiling enum-as-inner v0.6.1
17302026-08-20T17:13:06.946Z Compiling miette-derive v7.6.0
17312026-08-20T17:13:07.233Z Compiling async-recursion v1.1.1
17322026-08-20T17:13:07.410Z Compiling strum_macros v0.26.4
17332026-08-20T17:13:07.413Z Compiling pem v3.0.6
17342026-08-20T17:13:07.501Z Compiling float-cmp v0.10.0
17352026-08-20T17:13:07.645Z Compiling memmap2 v0.9.10
17362026-08-20T17:13:07.741Z Compiling thread-id v4.2.2
17372026-08-20T17:13:07.828Z Compiling normalize-line-endings v0.3.0
17382026-08-20T17:13:07.878Z Compiling predicates-core v1.0.10
17392026-08-20T17:13:07.944Z Compiling fixedbitset v0.4.2
17402026-08-20T17:13:07.974Z Compiling whoami v2.1.0
17412026-08-20T17:13:08.141Z Compiling supports-hyperlinks v3.2.0
17422026-08-20T17:13:08.146Z Compiling data-encoding v2.10.0
17432026-08-20T17:13:08.170Z Compiling fixedbitset v0.5.7
17442026-08-20T17:13:08.252Z Compiling keccak v0.1.6
17452026-08-20T17:13:08.353Z Compiling supports-unicode v3.0.0
17462026-08-20T17:13:08.497Z Compiling static_assertions v1.1.0
17472026-08-20T17:13:08.511Z Compiling precomputed-hash v0.1.1
17482026-08-20T17:13:08.572Z Compiling winnow v1.0.3
17492026-08-20T17:13:08.597Z Compiling new_debug_unreachable v1.0.6
17502026-08-20T17:13:08.613Z Compiling difflib v0.4.0
17512026-08-20T17:13:08.669Z Compiling cpufeatures v0.3.0
17522026-08-20T17:13:08.750Z Compiling typed-path v0.9.3
17532026-08-20T17:13:08.813Z Compiling const-oid v0.10.2
17542026-08-20T17:13:08.839Z Compiling toml_edit v0.22.27
17552026-08-20T17:13:09.006Z Compiling digest v0.11.3
17562026-08-20T17:13:09.019Z Compiling predicates v3.1.4
17572026-08-20T17:13:09.177Z Compiling chacha20 v0.10.0
17582026-08-20T17:13:09.212Z Compiling strum v0.26.3
17592026-08-20T17:13:09.227Z Compiling string_cache v0.8.9
17602026-08-20T17:13:09.335Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-20T17:13:09.446Z Compiling miette v7.6.0
17622026-08-20T17:13:09.545Z Compiling toml_parser v1.1.2+spec-1.1.0
17632026-08-20T17:13:09.625Z Compiling hickory-proto v0.25.2
17642026-08-20T17:13:09.638Z Compiling sha3 v0.10.8
17652026-08-20T17:13:09.974Z Compiling petgraph v0.8.3
17662026-08-20T17:13:10.087Z Compiling tokio-postgres v0.7.16
17672026-08-20T17:13:10.153Z Compiling petgraph v0.6.5
17682026-08-20T17:13:10.584Z Compiling usdt-impl v0.5.0
17692026-08-20T17:13:11.162Z Compiling usdt v0.6.0
17702026-08-20T17:13:11.422Z Compiling elliptic-curve v0.13.8
17712026-08-20T17:13:11.546Z Compiling ed25519-dalek v2.2.0
17722026-08-20T17:13:11.597Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17732026-08-20T17:13:11.819Z Compiling crossterm v0.28.1
17742026-08-20T17:13:12.069Z Compiling serde_with v3.21.0
17752026-08-20T17:13:12.130Z Compiling zip v4.6.1
17762026-08-20T17:13:12.673Z Compiling iddqd v0.4.2
17772026-08-20T17:13:13.106Z Compiling itertools v0.15.0
17782026-08-20T17:13:13.121Z Compiling itertools v0.13.0
17792026-08-20T17:13:13.498Z Compiling heck v0.4.1
17802026-08-20T17:13:13.594Z Compiling similar v2.7.0
17812026-08-20T17:13:13.725Z Compiling crossbeam-epoch v0.9.18
17822026-08-20T17:13:13.874Z Compiling tokio-stream v0.1.18
17832026-08-20T17:13:13.945Z Compiling buf-list v1.1.2
17842026-08-20T17:13:14.043Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17852026-08-20T17:13:14.216Z Compiling openapiv3 v2.2.0
17862026-08-20T17:13:14.291Z Compiling lalrpop-util v0.19.12
17872026-08-20T17:13:14.316Z Compiling peg-runtime v0.8.5
17882026-08-20T17:13:14.339Z Compiling thread_local v1.1.9
17892026-08-20T17:13:14.358Z Compiling slog-async v2.8.0
17902026-08-20T17:13:14.411Z Compiling crossbeam-channel v0.5.15
17912026-08-20T17:13:14.432Z Compiling filetime v0.2.27
17922026-08-20T17:13:14.470Z Compiling is-terminal v0.4.17
17932026-08-20T17:13:14.567Z Compiling xattr v1.6.1
17942026-08-20T17:13:14.581Z Compiling term v1.2.1
17952026-08-20T17:13:14.594Z Compiling take_mut v0.2.2
17962026-08-20T17:13:14.607Z Compiling camino-tempfile v1.4.1
17972026-08-20T17:13:14.695Z Compiling tar v0.4.46
17982026-08-20T17:13:14.856Z Compiling slog-term v2.9.2
17992026-08-20T17:13:20.877Z Compiling rustls-webpki v0.103.13
18002026-08-20T17:13:23.556Z Compiling tokio-rustls v0.26.4
18012026-08-20T17:13:23.556Z Compiling rustls-platform-verifier v0.6.2
18022026-08-20T17:13:23.563Z Compiling tough v0.22.0
18032026-08-20T17:13:23.766Z Compiling hyper-rustls v0.27.7
18042026-08-20T17:13:23.967Z Compiling reqwest v0.13.2
18052026-08-20T17:13:26.139Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-08-20T17:13:26.347Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-08-20T17:13:29.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
18082026-08-20T17:13:29.398Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18092026-08-20T17:13:29.451ZAug 20 17:13:28.172 INFO Starting download, target: Cockroach
18102026-08-20T17:13:29.452ZAug 20 17:13:28.173 INFO Starting download, target: Console
18112026-08-20T17:13:29.452ZAug 20 17:13:28.173 INFO Starting download, target: Clickhouse
18122026-08-20T17:13:29.455ZAug 20 17:13:28.173 INFO Starting download, target: DendriteStub
18132026-08-20T17:13:29.455ZAug 20 17:13:28.173 INFO Starting download, target: MaghemiteMgd
18142026-08-20T17:13:29.455ZAug 20 17:13:28.173 INFO Starting download, target: MaghemiteDdmd
18152026-08-20T17:13:29.455ZAug 20 17:13:28.173 INFO Starting download, target: TransceiverControl
18162026-08-20T17:13:29.455ZAug 20 17:13:28.173 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18172026-08-20T17:13:29.455ZAug 20 17:13:28.173 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18182026-08-20T17:13:29.456ZAug 20 17:13:28.173 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18192026-08-20T17:13:29.456ZAug 20 17:13:28.173 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18202026-08-20T17:13:29.456ZAug 20 17:13:28.173 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18212026-08-20T17:13:29.456ZAug 20 17:13:28.173 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18222026-08-20T17:13:29.456ZAug 20 17:13:28.173 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18232026-08-20T17:13:31.255ZAug 20 17:13:29.975 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18242026-08-20T17:13:31.554ZAug 20 17:13:30.217 INFO Download complete, target: Console
18252026-08-20T17:13:31.583ZAug 20 17:13:30.293 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18262026-08-20T17:13:31.805ZAug 20 17:13:30.490 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18272026-08-20T17:13:32.072ZAug 20 17:13:30.706 INFO Download complete, target: TransceiverControl
18282026-08-20T17:13:33.726ZAug 20 17:13:32.440 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18292026-08-20T17:13:34.258ZAug 20 17:13:32.979 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18302026-08-20T17:13:34.320ZAug 20 17:13:33.038 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18312026-08-20T17:13:34.577ZAug 20 17:13:33.298 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18322026-08-20T17:13:34.577ZAug 20 17:13:33.298 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18332026-08-20T17:13:35.655ZAug 20 17:13:34.376 INFO Download complete, target: MaghemiteDdmd
18342026-08-20T17:13:36.852ZAug 20 17:13:35.573 INFO Download complete, target: DendriteStub
18352026-08-20T17:13:36.875ZAug 20 17:13:35.596 INFO Download complete, target: MaghemiteMgd
18362026-08-20T17:13:38.551ZAug 20 17:13:37.271 INFO Checking that binary works, target: Clickhouse
18372026-08-20T17:13:38.671ZAug 20 17:13:37.392 INFO Download complete, target: Clickhouse
18382026-08-20T17:13:39.328ZAug 20 17:13:38.049 INFO Checking that binary works, target: Cockroach
18392026-08-20T17:13:39.442ZAug 20 17:13:38.163 INFO Download complete, target: Cockroach
18402026-08-20T17:13:39.458ZAll builder prerequisites installed successfully, and PATH looks valid
18412026-08-20T17:13:39.463Z
18422026-08-20T17:13:39.463Zreal 2:10.238663782
18432026-08-20T17:13:39.463Zuser 7:15.947734263
18442026-08-20T17:13:39.463Zsys 1:25.573519849
18452026-08-20T17:13:39.463Ztrap 0.242059615
18462026-08-20T17:13:39.463Ztflt 0.569431479
18472026-08-20T17:13:39.463Zdflt 0.989225689
18482026-08-20T17:13:39.463Zkflt 0.030057250
18492026-08-20T17:13:39.463Zlock 27:12.326938901
18502026-08-20T17:13:39.463Zslp 21:51.513260163
18512026-08-20T17:13:39.464Zlat 48.664113579
18522026-08-20T17:13:39.464Zstop 2:42.957306313
18532026-08-20T17:13:39.464Z+ banner clippy
18542026-08-20T17:13:39.464Z
18552026-08-20T17:13:39.464Z #### # # ##### ##### # #
18562026-08-20T17:13:39.464Z # # # # # # # # # #
18572026-08-20T17:13:39.464Z # # # # # # # #
18582026-08-20T17:13:39.464Z # # # ##### ##### #
18592026-08-20T17:13:39.464Z # # # # # # #
18602026-08-20T17:13:39.464Z #### ###### # # # #
18612026-08-20T17:13:39.464Z
18622026-08-20T17:13:39.464Z+ export CARGO_INCREMENTAL=0
18632026-08-20T17:13:39.464Z+ CARGO_INCREMENTAL=0
18642026-08-20T17:13:39.464Z+ ptime -m cargo xtask clippy
18652026-08-20T17:13:39.930Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18662026-08-20T17:13:40.214Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18672026-08-20T17:13:42.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18682026-08-20T17:13:42.080Z Running `target/debug/xtask clippy`
18692026-08-20T17:13:42.106Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18702026-08-20T17:13:42.673Z Downloading crates ...
18712026-08-20T17:13:42.844Z Downloaded assert_cmd v2.1.2
18722026-08-20T17:13:42.847Z Downloaded assert-json-diff v2.0.2
18732026-08-20T17:13:42.847Z Downloaded approx v0.5.1
18742026-08-20T17:13:42.847Z Downloaded async-object-pool v0.2.0
18752026-08-20T17:13:42.850Z Downloaded anes v0.1.6
18762026-08-20T17:13:42.850Z Downloaded constant_time_eq v0.3.1
18772026-08-20T17:13:42.850Z Downloaded cast v0.3.0
18782026-08-20T17:13:42.850Z Downloaded blake2b_simd v1.0.4
18792026-08-20T17:13:42.854Z Downloaded cfg-expr v0.20.6
18802026-08-20T17:13:42.854Z Downloaded escape8259 v0.5.3
18812026-08-20T17:13:42.854Z Downloaded event-listener-strategy v0.5.4
18822026-08-20T17:13:42.854Z Downloaded criterion-plot v0.6.0
18832026-08-20T17:13:42.857Z Downloaded concurrent-queue v2.5.0
18842026-08-20T17:13:42.857Z Downloaded futures-timer v3.0.3
18852026-08-20T17:13:42.857Z Downloaded async-lock v3.4.2
18862026-08-20T17:13:42.857Z Downloaded datatest-stable v0.3.3
18872026-08-20T17:13:42.860Z Downloaded event-listener v5.4.1
18882026-08-20T17:13:42.860Z Downloaded criterion v0.7.0
18892026-08-20T17:13:42.864Z Downloaded fancy-regex v0.14.0
18902026-08-20T17:13:42.867Z Downloaded guppy-workspace-hack v0.1.0
18912026-08-20T17:13:42.867Z Downloaded hex-literal v0.4.1
18922026-08-20T17:13:42.867Z Downloaded guppy v0.17.25
18932026-08-20T17:13:42.870Z Downloaded hickory-client v0.25.2
18942026-08-20T17:13:42.873Z Downloaded httptest v0.16.4
18952026-08-20T17:13:42.874Z Downloaded linkme-impl v0.3.35
18962026-08-20T17:13:42.874Z Downloaded nested v0.1.1
18972026-08-20T17:13:42.874Z Downloaded knuffel-derive v3.2.0
18982026-08-20T17:13:42.877Z Downloaded miette-derive v5.10.0
18992026-08-20T17:13:42.877Z Downloaded libtest-mimic v0.8.1
19002026-08-20T17:13:42.877Z Downloaded linkme v0.3.35
19012026-08-20T17:13:42.880Z Downloaded pathdiff v0.2.3
19022026-08-20T17:13:42.880Z Downloaded parking v2.2.1
19032026-08-20T17:13:42.880Z Downloaded plotters-backend v0.3.7
19042026-08-20T17:13:42.880Z Downloaded plotters-svg v0.3.7
19052026-08-20T17:13:42.880Z Downloaded oorandom v11.1.5
19062026-08-20T17:13:42.880Z Downloaded owo-colors v3.5.0
19072026-08-20T17:13:42.884Z Downloaded path-tree v0.8.3
19082026-08-20T17:13:42.884Z Downloaded knuffel v3.2.0
19092026-08-20T17:13:42.884Z Downloaded partial-io v0.5.4
19102026-08-20T17:13:42.884Z Downloaded miette v5.10.0
19112026-08-20T17:13:42.888Z Downloaded serde_regex v1.1.0
19122026-08-20T17:13:42.888Z Downloaded relative-path v1.9.3
19132026-08-20T17:13:42.888Z Downloaded rust-argon2 v2.1.0
19142026-08-20T17:13:42.891Z Downloaded similar-asserts v1.7.0
19152026-08-20T17:13:42.891Z Downloaded supports-color v2.1.0
19162026-08-20T17:13:42.891Z Downloaded supports-hyperlinks v2.1.0
19172026-08-20T17:13:42.891Z Downloaded supports-unicode v2.1.0
19182026-08-20T17:13:42.891Z Downloaded target-triple v1.0.0
19192026-08-20T17:13:42.891Z Downloaded rand_distr v0.5.1
19202026-08-20T17:13:42.895Z Downloaded rstest_macros v0.25.0
19212026-08-20T17:13:42.900Z Downloaded stringmetrics v2.2.2
19222026-08-20T17:13:42.900Z Downloaded terminal_size v0.1.17
19232026-08-20T17:13:42.900Z Downloaded rstest v0.25.0
19242026-08-20T17:13:42.904Z Downloaded target-lexicon v0.13.3
19252026-08-20T17:13:42.904Z Downloaded termcolor v1.4.1
19262026-08-20T17:13:42.904Z Downloaded target-spec v3.5.7
19272026-08-20T17:13:42.904Z Downloaded tinytemplate v1.2.1
19282026-08-20T17:13:42.904Z Downloaded plotters v0.3.7
19292026-08-20T17:13:42.908Z Downloaded textwrap v0.15.2
19302026-08-20T17:13:42.911Z Downloaded trybuild v1.0.116
19312026-08-20T17:13:42.993Z Downloaded httpmock v0.8.3
19322026-08-20T17:13:44.829Z Checking cfg-if v1.0.4
19332026-08-20T17:13:45.215Z Checking serde_core v1.0.228
19342026-08-20T17:13:45.215Z Checking libc v0.2.185
19352026-08-20T17:13:45.291Z Checking memchr v2.8.0
19362026-08-20T17:13:45.332Z Checking smallvec v1.15.1
19372026-08-20T17:13:45.371Z Checking itoa v1.0.17
19382026-08-20T17:13:45.408Z Checking subtle v2.6.1
19392026-08-20T17:13:45.445Z Checking rand_core v0.10.0
19402026-08-20T17:13:45.484Z Checking log v0.4.33
19412026-08-20T17:13:45.540Z Checking libm v0.2.16
19422026-08-20T17:13:45.590Z Checking typenum v1.20.1
19432026-08-20T17:13:45.595Z Checking scopeguard v1.2.0
19442026-08-20T17:13:45.664Z Checking zmij v1.0.21
19452026-08-20T17:13:45.703Z Checking stable_deref_trait v1.2.1
19462026-08-20T17:13:45.738Z Checking errno v0.3.14
19472026-08-20T17:13:45.738Z Checking getrandom v0.4.3
19482026-08-20T17:13:45.805Z Checking lock_api v0.4.14
19492026-08-20T17:13:45.845Z Checking zerofrom v0.1.6
19502026-08-20T17:13:45.904Z Checking percent-encoding v2.3.2
19512026-08-20T17:13:45.945Z Checking litemap v0.8.1
19522026-08-20T17:13:45.945Z Checking writeable v0.6.2
19532026-08-20T17:13:46.015Z Checking yoke v0.8.1
19542026-08-20T17:13:46.054Z Checking icu_properties_data v2.1.2
19552026-08-20T17:13:46.093Z Checking icu_normalizer_data v2.1.1
19562026-08-20T17:13:46.132Z Checking form_urlencoded v1.2.2
19572026-08-20T17:13:46.176Z Checking pin-project-lite v0.2.17
19582026-08-20T17:13:46.214Z Checking zerovec v0.11.5
19592026-08-20T17:13:46.214Z Checking zerotrie v0.2.3
19602026-08-20T17:13:46.218Z Checking utf8_iter v1.0.4
19612026-08-20T17:13:46.325Z Checking num-traits v0.2.19
19622026-08-20T17:13:46.357Z Checking zerocopy v0.8.55
19632026-08-20T17:13:46.396Z Checking parking_lot_core v0.9.12
19642026-08-20T17:13:46.399Z Checking portable-atomic v1.13.1
19652026-08-20T17:13:46.468Z Checking critical-section v1.2.0
19662026-08-20T17:13:46.512Z Checking signal-hook-registry v1.4.8
19672026-08-20T17:13:46.599Z Checking mio v1.2.0
19682026-08-20T17:13:46.637Z Checking parking_lot v0.12.5
19692026-08-20T17:13:46.672Z Checking tinystr v0.8.2
19702026-08-20T17:13:46.707Z Checking potential_utf v0.1.4
19712026-08-20T17:13:46.742Z Checking serde v1.0.228
19722026-08-20T17:13:46.862Z Checking bitflags v2.11.0
19732026-08-20T17:13:46.887Z Checking serde_json v1.0.151
19742026-08-20T17:13:46.891Z Checking icu_locale_core v2.1.1
19752026-08-20T17:13:46.920Z Checking icu_collections v2.1.1
19762026-08-20T17:13:46.925Z Checking once_cell v1.21.3
19772026-08-20T17:13:47.035Z Checking socket2 v0.6.3
19782026-08-20T17:13:47.077Z Checking iana-time-zone v0.1.65
19792026-08-20T17:13:47.155Z Checking zeroize v1.9.0
19802026-08-20T17:13:47.193Z Checking bytes v1.11.1
19812026-08-20T17:13:47.234Z Checking chrono v0.4.45
19822026-08-20T17:13:47.302Z Checking uuid v1.23.4
19832026-08-20T17:13:47.356Z Checking semver v1.0.28
19842026-08-20T17:13:47.397Z Checking thiserror v2.0.18
19852026-08-20T17:13:47.499Z Checking icu_provider v2.1.1
19862026-08-20T17:13:47.558Z Checking dyn-clone v1.0.20
19872026-08-20T17:13:47.601Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19882026-08-20T17:13:47.601Z Checking futures-core v0.3.32
19892026-08-20T17:13:47.672Z Checking tokio v1.52.1
19902026-08-20T17:13:47.675Z Checking getrandom v0.3.4
19912026-08-20T17:13:47.710Z Checking rustix v1.1.4
19922026-08-20T17:13:47.780Z Checking equivalent v1.0.2
19932026-08-20T17:13:47.783Z Checking icu_normalizer v2.1.1
19942026-08-20T17:13:47.854Z Checking icu_properties v2.1.2
19952026-08-20T17:13:47.894Z Checking getrandom v0.2.17
19962026-08-20T17:13:47.972Z Checking cmov v0.5.4
19972026-08-20T17:13:48.097Z Checking byteorder v1.5.0
19982026-08-20T17:13:48.136Z Checking rand_core v0.6.4
19992026-08-20T17:13:48.173Z Checking futures-sink v0.3.32
20002026-08-20T17:13:48.207Z Checking ctutils v0.4.2
20012026-08-20T17:13:48.301Z Checking futures-channel v0.3.32
20022026-08-20T17:13:48.339Z Checking futures-task v0.3.32
20032026-08-20T17:13:48.373Z Checking futures-io v0.3.32
20042026-08-20T17:13:48.450Z Checking hybrid-array v0.4.13
20052026-08-20T17:13:48.506Z Checking slab v0.4.12
20062026-08-20T17:13:48.543Z Checking hashbrown v0.17.0
20072026-08-20T17:13:48.547Z Checking generic-array v0.14.7
20082026-08-20T17:13:48.613Z Checking thiserror v1.0.69
20092026-08-20T17:13:48.692Z Checking futures-util v0.3.32
20102026-08-20T17:13:48.729Z Checking idna_adapter v1.2.1
20112026-08-20T17:13:48.764Z Checking regex-syntax v0.8.10
20122026-08-20T17:13:48.876Z Checking idna v1.1.0
20132026-08-20T17:13:49.026Z Checking indexmap v2.14.0
20142026-08-20T17:13:49.063Z Checking fnv v1.0.7
20152026-08-20T17:13:49.146Z Checking url v2.5.8
20162026-08-20T17:13:49.185Z Checking base64ct v1.8.3
20172026-08-20T17:13:49.188Z Checking ppv-lite86 v0.2.21
20182026-08-20T17:13:49.255Z Checking crypto-common v0.2.2
20192026-08-20T17:13:49.445Z Checking const-oid v0.9.6
20202026-08-20T17:13:49.545Z Checking crypto-common v0.1.7
20212026-08-20T17:13:49.606Z Checking schemars v0.8.22
20222026-08-20T17:13:49.609Z Checking block-buffer v0.12.1
20232026-08-20T17:13:49.701Z Checking base64 v0.22.1
20242026-08-20T17:13:49.837Z Checking block-buffer v0.10.4
20252026-08-20T17:13:49.873Z Checking utf8parse v0.2.2
20262026-08-20T17:13:49.964Z Checking anstyle v1.0.14
20272026-08-20T17:13:50.004Z Checking http v1.4.2
20282026-08-20T17:13:50.007Z Checking tracing-core v0.1.36
20292026-08-20T17:13:50.073Z Checking rand_core v0.9.5
20302026-08-20T17:13:50.148Z Checking digest v0.10.7
20312026-08-20T17:13:50.186Z Checking colorchoice v1.0.4
20322026-08-20T17:13:50.270Z Checking is_terminal_polyfill v1.70.2
20332026-08-20T17:13:50.275Z Checking anstyle-query v1.1.5
20342026-08-20T17:13:50.387Z Checking tracing v0.1.44
20352026-08-20T17:13:50.396Z Checking terminal_size v0.4.3
20362026-08-20T17:13:50.414Z Checking const-oid v0.10.2
20372026-08-20T17:13:50.417Z Checking anstyle-parse v1.0.0
20382026-08-20T17:13:50.481Z Checking erased-serde v0.3.31
20392026-08-20T17:13:50.518Z Checking rand_chacha v0.9.0
20402026-08-20T17:13:50.570Z Checking ipnet v2.12.0
20412026-08-20T17:13:50.608Z Checking aho-corasick v1.1.4
20422026-08-20T17:13:50.613Z Checking crossbeam-utils v0.8.21
20432026-08-20T17:13:50.613Z Checking clap_lex v1.0.0
20442026-08-20T17:13:50.711Z Checking anstream v1.0.0
20452026-08-20T17:13:50.747Z Checking rand v0.9.2
20462026-08-20T17:13:50.849Z Checking unicode-ident v1.0.24
20472026-08-20T17:13:50.852Z Checking strsim v0.11.1
20482026-08-20T17:13:50.922Z Checking slog v2.8.2
20492026-08-20T17:13:50.925Z Checking tokio-util v0.7.18
20502026-08-20T17:13:50.995Z Checking powerfmt v0.2.0
20512026-08-20T17:13:50.999Z Checking proc-macro2 v1.0.106
20522026-08-20T17:13:51.064Z Checking allocator-api2 v0.2.21
20532026-08-20T17:13:51.067Z Checking clap_builder v4.6.0
20542026-08-20T17:13:51.170Z Checking deranged v0.5.8
20552026-08-20T17:13:51.211Z Checking digest v0.11.3
20562026-08-20T17:13:51.249Z Checking cpufeatures v0.3.0
20572026-08-20T17:13:51.286Z Checking regex-automata v0.4.14
20582026-08-20T17:13:51.349Z Checking num-conv v0.2.0
20592026-08-20T17:13:51.388Z Checking time-core v0.1.8
20602026-08-20T17:13:51.395Z Checking quote v1.0.45
20612026-08-20T17:13:51.458Z Checking num_threads v0.1.7
20622026-08-20T17:13:51.495Z Checking fastrand v2.3.0
20632026-08-20T17:13:51.561Z Checking httparse v1.10.1
20642026-08-20T17:13:51.599Z Checking anyhow v1.0.104
20652026-08-20T17:13:51.603Z Checking cpufeatures v0.2.17
20662026-08-20T17:13:51.667Z Checking syn v2.0.117
20672026-08-20T17:13:51.705Z Checking ipnetwork v0.21.1
20682026-08-20T17:13:51.710Z Checking tempfile v3.27.0
20692026-08-20T17:13:51.793Z Checking rustls-pki-types v1.14.0
20702026-08-20T17:13:51.849Z Checking aws-lc-sys v0.40.0
20712026-08-20T17:13:51.942Z Checking untrusted v0.7.1
20722026-08-20T17:13:51.979Z Checking http-body v1.0.1
20732026-08-20T17:13:52.086Z Checking atomic-waker v1.1.2
20742026-08-20T17:13:52.124Z Checking time v0.3.47
20752026-08-20T17:13:52.127Z Checking try-lock v0.2.5
20762026-08-20T17:13:52.193Z Checking httpdate v1.0.3
20772026-08-20T17:13:52.229Z Checking h2 v0.4.15
20782026-08-20T17:13:52.266Z Checking want v0.3.1
20792026-08-20T17:13:52.334Z Checking clap v4.6.1
20802026-08-20T17:13:52.373Z Checking aws-lc-rs v1.16.3
20812026-08-20T17:13:52.377Z Checking hex v0.4.3
20822026-08-20T17:13:52.443Z Checking tower-service v0.3.3
20832026-08-20T17:13:52.479Z Checking ryu v1.0.23
20842026-08-20T17:13:52.560Z Checking untrusted v0.9.0
20852026-08-20T17:13:52.643Z Checking tower-layer v0.3.3
20862026-08-20T17:13:52.681Z Checking simd-adler32 v0.3.8
20872026-08-20T17:13:52.718Z Checking spin v0.9.8
20882026-08-20T17:13:52.819Z Checking unicode-width v0.2.0
20892026-08-20T17:13:52.877Z Checking adler2 v2.0.1
20902026-08-20T17:13:52.926Z Checking pem-rfc7468 v0.7.0
20912026-08-20T17:13:53.014Z Checking miniz_oxide v0.8.9
20922026-08-20T17:13:53.102Z Checking flagset v0.4.7
20932026-08-20T17:13:53.105Z Checking mime v0.3.17
20942026-08-20T17:13:53.175Z Checking block-padding v0.4.2
20952026-08-20T17:13:53.212Z Checking rustls-webpki v0.103.13
20962026-08-20T17:13:53.312Z Checking der v0.7.10
20972026-08-20T17:13:53.316Z Checking pretty-hex v0.4.1
20982026-08-20T17:13:53.387Z Checking http-body-util v0.1.3
20992026-08-20T17:13:53.441Z Checking oxnet v0.1.6
21002026-08-20T17:13:53.447Z Checking inout v0.2.2
21012026-08-20T17:13:53.511Z Checking camino v1.2.5
21022026-08-20T17:13:53.650Z Checking plain v0.2.3
21032026-08-20T17:13:53.653Z Checking ucd-trie v0.1.7
21042026-08-20T17:13:53.719Z Checking rustls v0.23.41
21052026-08-20T17:13:53.758Z Checking openssl-probe v0.2.1
21062026-08-20T17:13:53.795Z Checking cipher v0.5.2
21072026-08-20T17:13:53.799Z Checking regex v1.12.3
21082026-08-20T17:13:53.865Z Checking pest v2.8.6
21092026-08-20T17:13:53.932Z Checking serde_urlencoded v0.7.1
21102026-08-20T17:13:53.998Z Checking rand_chacha v0.3.1
21112026-08-20T17:13:54.064Z Checking encoding_rs v0.8.35
21122026-08-20T17:13:54.068Z Checking spki v0.7.3
21132026-08-20T17:13:54.136Z Checking futures-executor v0.3.32
21142026-08-20T17:13:54.140Z Checking crc32fast v1.5.0
21152026-08-20T17:13:54.235Z Checking rand v0.8.6
21162026-08-20T17:13:54.294Z Checking either v1.15.0
21172026-08-20T17:13:54.331Z Checking futures v0.3.32
21182026-08-20T17:13:54.370Z Checking sync_wrapper v1.0.2
21192026-08-20T17:13:54.436Z Checking pkcs8 v0.10.2
21202026-08-20T17:13:54.497Z Checking tower v0.5.3
21212026-08-20T17:13:54.534Z Checking iri-string v0.7.10
21222026-08-20T17:13:54.622Z Checking foldhash v0.2.0
21232026-08-20T17:13:54.777Z Checking openapiv3 v2.2.0
21242026-08-20T17:13:54.815Z Checking hashbrown v0.16.1
21252026-08-20T17:13:54.912Z Checking zlib-rs v0.6.2
21262026-08-20T17:13:54.949Z Checking bit-vec v0.8.0
21272026-08-20T17:13:55.022Z Checking static_assertions v1.1.0
21282026-08-20T17:13:55.063Z Checking hyper v1.10.1
21292026-08-20T17:13:55.122Z Checking sha2 v0.10.9
21302026-08-20T17:13:55.170Z Checking bit-set v0.8.0
21312026-08-20T17:13:55.336Z Checking wait-timeout v0.2.1
21322026-08-20T17:13:55.375Z Checking rustls-native-certs v0.8.3
21332026-08-20T17:13:55.419Z Checking lazy_static v1.5.0
21342026-08-20T17:13:55.488Z Checking hubpack v0.1.2
21352026-08-20T17:13:55.535Z Checking tinyvec_macros v0.1.1
21362026-08-20T17:13:55.539Z Checking psl-types v2.0.11
21372026-08-20T17:13:55.606Z Checking tower-http v0.6.8
21382026-08-20T17:13:55.642Z Checking quick-error v1.2.3
21392026-08-20T17:13:55.680Z Checking tinyvec v1.10.0
21402026-08-20T17:13:55.715Z Checking publicsuffix v2.3.0
21412026-08-20T17:13:55.770Z Checking rusty-fork v0.3.1
21422026-08-20T17:13:55.807Z Checking flate2 v1.1.9
21432026-08-20T17:13:55.898Z Checking cookie v0.18.1
21442026-08-20T17:13:55.938Z Checking rand_xorshift v0.4.0
21452026-08-20T17:13:55.973Z Checking unarray v0.1.4
21462026-08-20T17:13:55.976Z Checking tokio-rustls v0.26.4
21472026-08-20T17:13:56.043Z Checking rustls-platform-verifier v0.6.2
21482026-08-20T17:13:56.047Z Checking hyper-util v0.1.20
21492026-08-20T17:13:56.113Z Checking signature v2.2.0
21502026-08-20T17:13:56.116Z Checking proptest v1.11.0
21512026-08-20T17:13:56.143Z Checking num-integer v0.1.46
21522026-08-20T17:13:56.147Z Checking cookie_store v0.22.1
21532026-08-20T17:13:56.247Z Checking strum v0.26.3
21542026-08-20T17:13:56.251Z Checking scroll v0.13.0
21552026-08-20T17:13:56.251Z Checking ahash v0.8.12
21562026-08-20T17:13:56.349Z Checking memmap2 v0.9.10
21572026-08-20T17:13:56.385Z Checking unicode-width v0.1.14
21582026-08-20T17:13:56.422Z Checking dtrace-parser v0.3.0
21592026-08-20T17:13:56.528Z Checking toml_datetime v0.6.11
21602026-08-20T17:13:56.536Z Checking goblin v0.10.5
21612026-08-20T17:13:56.536Z Checking serde_spanned v0.6.9
21622026-08-20T17:13:56.633Z Checking thread-id v5.1.0
21632026-08-20T17:13:56.670Z Checking data-encoding v2.10.0
21642026-08-20T17:13:56.706Z Checking bstr v1.12.1
21652026-08-20T17:13:56.743Z Checking hmac v0.12.1
21662026-08-20T17:13:56.748Z Checking base64 v0.21.7
21672026-08-20T17:13:56.748Z Checking x509-cert v0.2.5
21682026-08-20T17:13:56.907Z Checking crossbeam-epoch v0.9.18
21692026-08-20T17:13:56.959Z Checking memoffset v0.9.1
21702026-08-20T17:13:57.040Z Checking num-iter v0.1.45
21712026-08-20T17:13:57.076Z Checking scroll v0.12.0
21722026-08-20T17:13:57.113Z Checking zerocopy v0.7.35
21732026-08-20T17:13:57.156Z Checking rustix v0.38.44
21742026-08-20T17:13:57.194Z Checking env_filter v2.0.0
21752026-08-20T17:13:57.321Z Checking hyper-rustls v0.27.7
21762026-08-20T17:13:57.359Z Checking goblin v0.8.2
21772026-08-20T17:13:57.396Z Checking tap v1.0.1
21782026-08-20T17:13:57.483Z Checking smawk v0.3.2
21792026-08-20T17:13:57.526Z Checking unicode-segmentation v1.12.0
21802026-08-20T17:13:57.563Z Checking reqwest v0.13.2
21812026-08-20T17:13:57.649Z Checking unicode-linebreak v0.1.5
21822026-08-20T17:13:57.659Z Checking wyz v0.5.1
21832026-08-20T17:13:57.860Z Checking env_logger v0.11.11
21842026-08-20T17:13:57.863Z Checking num-bigint-dig v0.8.6
21852026-08-20T17:13:57.863Z Checking nix v0.31.2
21862026-08-20T17:13:57.964Z Checking newtype-uuid v1.3.2
21872026-08-20T17:13:58.002Z Checking dtrace-parser v0.2.0
21882026-08-20T17:13:58.077Z Checking pkcs1 v0.7.5
21892026-08-20T17:13:58.207Z Checking daft v0.1.7
21902026-08-20T17:13:58.281Z Checking ff v0.13.1
21912026-08-20T17:13:58.321Z Checking radium v0.7.0
21922026-08-20T17:13:58.439Z Checking thread-id v4.2.2
21932026-08-20T17:13:58.478Z Checking same-file v1.0.6
21942026-08-20T17:13:58.515Z Checking funty v2.0.0
21952026-08-20T17:13:58.552Z Checking winnow v1.0.3
21962026-08-20T17:13:58.556Z Checking crc-catalog v2.4.0
21972026-08-20T17:13:58.626Z Checking base16ct v0.2.0
21982026-08-20T17:13:58.704Z Checking crc v3.4.0
21992026-08-20T17:13:58.743Z Checking rsa v0.9.10
22002026-08-20T17:13:58.783Z Checking sec1 v0.7.3
22012026-08-20T17:13:58.857Z Checking bitvec v1.0.1
22022026-08-20T17:13:58.903Z Checking walkdir v2.5.0
22032026-08-20T17:13:58.941Z Checking dof v0.4.0
22042026-08-20T17:13:59.012Z Checking group v0.13.0
22052026-08-20T17:13:59.096Z Checking hkdf v0.12.4
22062026-08-20T17:13:59.158Z Checking unicode-normalization v0.1.25
22072026-08-20T17:13:59.196Z Checking crypto-bigint v0.5.5
22082026-08-20T17:13:59.233Z Checking zerocopy v0.6.6
22092026-08-20T17:13:59.269Z Checking maybe-uninit v2.0.0
22102026-08-20T17:13:59.306Z Checking dof v0.3.0
22112026-08-20T17:13:59.364Z Checking winnow v0.5.40
22122026-08-20T17:13:59.423Z Checking foldhash v0.1.5
22132026-08-20T17:13:59.550Z Checking is_ci v1.2.0
22142026-08-20T17:13:59.588Z Checking gimli v0.32.3
22152026-08-20T17:13:59.591Z Checking foreign-types-shared v0.1.1
22162026-08-20T17:13:59.624Z Checking usdt-impl v0.6.0
22172026-08-20T17:13:59.658Z Checking usdt-impl v0.5.0
22182026-08-20T17:13:59.726Z Checking nodrop v0.1.14
22192026-08-20T17:13:59.760Z Checking foreign-types v0.3.2
22202026-08-20T17:13:59.838Z Checking array-init v0.0.4
22212026-08-20T17:13:59.877Z Checking hashbrown v0.15.5
22222026-08-20T17:13:59.960Z Checking usdt v0.6.0
22232026-08-20T17:13:59.999Z Checking smallvec v0.6.14
22242026-08-20T17:14:00.111Z Checking elliptic-curve v0.13.8
22252026-08-20T17:14:00.158Z Checking serde_with v3.21.0
22262026-08-20T17:14:00.197Z Checking bitfield v0.19.4
22272026-08-20T17:14:00.200Z Checking packed_struct v0.10.1
22282026-08-20T17:14:00.268Z Checking bzip2-sys v0.1.13+1.0.8
22292026-08-20T17:14:00.361Z Checking openssl-sys v0.9.117
22302026-08-20T17:14:00.399Z Checking object v0.37.3
22312026-08-20T17:14:00.453Z Checking siphasher v1.0.2
22322026-08-20T17:14:00.490Z Checking keccak v0.1.6
22332026-08-20T17:14:00.527Z Checking toml_edit v0.19.15
22342026-08-20T17:14:00.679Z Checking bitflags v1.3.2
22352026-08-20T17:14:00.685Z Checking hashbrown v0.12.3
22362026-08-20T17:14:00.745Z Checking rustc-demangle v0.1.27
22372026-08-20T17:14:00.782Z Checking openssl v0.10.80
22382026-08-20T17:14:00.989Z Checking sha3 v0.10.8
22392026-08-20T17:14:01.113Z Checking indexmap v1.9.3
22402026-08-20T17:14:01.151Z Checking addr2line v0.25.1
22412026-08-20T17:14:01.224Z Checking bzip2 v0.4.4
22422026-08-20T17:14:01.307Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22432026-08-20T17:14:01.415Z Checking serde-hex v0.1.0
22442026-08-20T17:14:01.454Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22452026-08-20T17:14:01.458Z Checking toml_parser v1.1.2+spec-1.1.0
22462026-08-20T17:14:01.589Z Checking toml v0.7.8
22472026-08-20T17:14:01.636Z Checking ron v0.8.1
22482026-08-20T17:14:01.674Z Checking hashbrown v0.13.2
22492026-08-20T17:14:01.835Z Checking itertools v0.13.0
22502026-08-20T17:14:01.921Z Checking itertools v0.15.0
22512026-08-20T17:14:02.119Z Checking signal-hook v0.3.18
22522026-08-20T17:14:02.168Z Checking managed v0.8.0
22532026-08-20T17:14:02.337Z Checking crc-any v2.5.0
22542026-08-20T17:14:02.381Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22552026-08-20T17:14:02.541Z Checking object v0.30.4
22562026-08-20T17:14:02.579Z Checking zip v0.6.6
22572026-08-20T17:14:02.717Z Checking backtrace v0.3.76
22582026-08-20T17:14:02.772Z Checking globset v0.4.18
22592026-08-20T17:14:02.880Z Checking chacha20 v0.10.0
22602026-08-20T17:14:02.922Z Checking curve25519-dalek v4.1.3
22612026-08-20T17:14:02.959Z Checking winnow v0.7.14
22622026-08-20T17:14:03.024Z Checking toml_write v0.1.2
22632026-08-20T17:14:03.070Z Checking path-slash v0.1.5
22642026-08-20T17:14:03.070Z Checking backtrace-ext v0.2.1
22652026-08-20T17:14:03.173Z Checking native-tls v0.2.18
22662026-08-20T17:14:03.212Z Checking signal-hook-mio v0.2.5
22672026-08-20T17:14:03.245Z Checking textwrap v0.16.2
22682026-08-20T17:14:03.249Z Checking ed25519 v2.2.3
22692026-08-20T17:14:03.343Z Checking ref-cast v1.0.25
22702026-08-20T17:14:03.382Z Checking pin-project v1.1.11
22712026-08-20T17:14:03.474Z Checking jiff-core v0.1.0
22722026-08-20T17:14:03.516Z Checking tokio-native-tls v0.3.1
22732026-08-20T17:14:03.520Z Checking pem v3.0.6
22742026-08-20T17:14:03.520Z Checking zstd-sys v2.0.16+zstd.1.5.7
22752026-08-20T17:14:03.706Z Checking owo-colors v4.3.0
22762026-08-20T17:14:03.745Z Checking fixedbitset v0.5.7
22772026-08-20T17:14:03.749Z Checking ed25519-dalek v2.2.0
22782026-08-20T17:14:03.749Z Checking zstd-safe v7.2.4
22792026-08-20T17:14:03.972Z Checking petgraph v0.8.3
22802026-08-20T17:14:04.009Z Checking hyper-tls v0.6.0
22812026-08-20T17:14:04.048Z Checking snafu v0.8.9
22822026-08-20T17:14:04.165Z Checking toml_edit v0.22.27
22832026-08-20T17:14:04.203Z Checking jiff v0.2.34
22842026-08-20T17:14:04.239Z Checking crossterm v0.28.1
22852026-08-20T17:14:04.282Z Checking supports-color v3.0.2
22862026-08-20T17:14:04.319Z Checking similar v2.7.0
22872026-08-20T17:14:04.356Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22882026-08-20T17:14:04.431Z Checking fs-err v3.3.0
22892026-08-20T17:14:04.680Z Checking hash32 v0.2.1
22902026-08-20T17:14:04.725Z Checking serde_plain v1.0.2
22912026-08-20T17:14:04.764Z Checking serde-big-array v0.5.1
22922026-08-20T17:14:04.867Z Checking typed-path v0.9.3
22932026-08-20T17:14:04.904Z Checking unicode-bidi v0.3.18
22942026-08-20T17:14:04.940Z Checking predicates-core v1.0.10
22952026-08-20T17:14:04.973Z Checking libbz2-rs-sys v0.2.2
22962026-08-20T17:14:05.088Z Checking bumpalo v3.20.2
22972026-08-20T17:14:05.218Z Checking unicode-properties v0.1.4
22982026-08-20T17:14:05.266Z Checking heapless v0.7.17
22992026-08-20T17:14:05.314Z Checking zopfli v0.8.3
23002026-08-20T17:14:05.351Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23012026-08-20T17:14:05.387Z Checking bzip2 v0.6.1
23022026-08-20T17:14:05.434Z Checking stringprep v0.1.5
23032026-08-20T17:14:05.558Z Checking reqwest v0.12.28
23042026-08-20T17:14:05.595Z Checking zstd v0.13.3
23052026-08-20T17:14:05.629Z Checking hickory-proto v0.25.2
23062026-08-20T17:14:05.664Z Checking byte-wrapper v0.1.0
23072026-08-20T17:14:05.667Z Checking md-5 v0.10.6
23082026-08-20T17:14:05.734Z Checking float-cmp v0.10.0
23092026-08-20T17:14:05.737Z Checking normalize-line-endings v0.3.0
23102026-08-20T17:14:05.835Z Checking difflib v0.4.0
23112026-08-20T17:14:05.842Z Checking supports-unicode v3.0.0
23122026-08-20T17:14:05.885Z Checking fallible-iterator v0.2.0
23132026-08-20T17:14:05.890Z Checking supports-hyperlinks v3.2.0
23142026-08-20T17:14:05.956Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23152026-08-20T17:14:05.993Z Checking smoltcp v0.9.1
23162026-08-20T17:14:06.027Z Checking predicates v3.1.4
23172026-08-20T17:14:06.063Z Checking miette v7.6.0
23182026-08-20T17:14:06.101Z Checking zip v4.6.1
23192026-08-20T17:14:06.185Z Checking postgres-protocol v0.6.10
23202026-08-20T17:14:06.323Z Checking iddqd v0.4.2
23212026-08-20T17:14:06.360Z Checking phf_shared v0.11.3
23222026-08-20T17:14:06.527Z Checking phf_shared v0.13.1
23232026-08-20T17:14:06.565Z Checking olpc-cjson v0.1.4
23242026-08-20T17:14:06.571Z Checking tokio-stream v0.1.18
23252026-08-20T17:14:06.603Z Checking strum v0.27.2
23262026-08-20T17:14:06.638Z Checking precomputed-hash v0.1.1
23272026-08-20T17:14:06.707Z Checking lalrpop-util v0.19.12
23282026-08-20T17:14:06.743Z Checking fixedbitset v0.4.2
23292026-08-20T17:14:06.778Z Checking new_debug_unreachable v1.0.6
23302026-08-20T17:14:06.782Z Checking phf v0.13.1
23312026-08-20T17:14:06.782Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23322026-08-20T17:14:06.881Z Checking string_cache v0.8.9
23332026-08-20T17:14:06.916Z Checking tough v0.22.0
23342026-08-20T17:14:06.920Z Checking petgraph v0.6.5
23352026-08-20T17:14:06.985Z Checking postgres-types v0.2.12
23362026-08-20T17:14:07.022Z Checking buf-list v1.1.2
23372026-08-20T17:14:07.074Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23382026-08-20T17:14:07.234Z Checking whoami v2.1.0
23392026-08-20T17:14:07.272Z Checking peg-runtime v0.8.5
23402026-08-20T17:14:07.366Z Checking is-terminal v0.4.17
23412026-08-20T17:14:07.440Z Checking crossbeam-channel v0.5.15
23422026-08-20T17:14:07.443Z Checking thread_local v1.1.9
23432026-08-20T17:14:07.513Z Checking tokio-postgres v0.7.16
23442026-08-20T17:14:07.517Z Checking term v1.2.1
23452026-08-20T17:14:07.668Z Checking take_mut v0.2.2
23462026-08-20T17:14:07.793Z Checking slog-term v2.9.2
23472026-08-20T17:14:07.797Z Compiling newtype-uuid-macros v0.1.0
23482026-08-20T17:14:07.864Z Checking slog-async v2.8.0
23492026-08-20T17:14:08.078Z Checking match_cfg v0.1.0
23502026-08-20T17:14:08.117Z Checking slog-json v2.6.1
23512026-08-20T17:14:08.179Z Checking hostname v0.3.1
23522026-08-20T17:14:08.218Z Compiling multer v3.1.0
23532026-08-20T17:14:08.305Z Compiling async-stream-impl v0.3.6
23542026-08-20T17:14:08.309Z Checking slog-bunyan v2.5.0
23552026-08-20T17:14:08.406Z Compiling dropshot v0.17.1
23562026-08-20T17:14:08.480Z Checking debug-ignore v1.0.5
23572026-08-20T17:14:08.526Z Compiling dropshot_endpoint v0.17.1
23582026-08-20T17:14:08.606Z Checking serde_path_to_error v0.1.20
23592026-08-20T17:14:08.609Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23602026-08-20T17:14:08.754Z Checking progenitor-client v0.14.0
23612026-08-20T17:14:08.829Z Checking sha1 v0.11.0
23622026-08-20T17:14:08.908Z Checking serde_spanned v1.1.1
23632026-08-20T17:14:08.952Z Checking toml_datetime v1.1.1+spec-1.1.0
23642026-08-20T17:14:08.990Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23652026-08-20T17:14:09.026Z Checking toml_writer v1.1.1+spec-1.1.0
23662026-08-20T17:14:09.060Z Checking compression-core v0.4.31
23672026-08-20T17:14:09.096Z Checking async-stream v0.3.6
23682026-08-20T17:14:09.200Z Checking waitgroup v0.1.2
23692026-08-20T17:14:09.238Z Checking compression-codecs v0.4.37
23702026-08-20T17:14:09.243Z Checking toml v1.1.2+spec-1.1.0
23712026-08-20T17:14:09.308Z Checking rustls-pemfile v2.2.0
23722026-08-20T17:14:09.347Z Checking hostname v0.4.2
23732026-08-20T17:14:09.386Z Checking atomicwrites v0.4.4
23742026-08-20T17:14:09.423Z Compiling parse-display-derive v0.10.0
23752026-08-20T17:14:09.427Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23762026-08-20T17:14:09.493Z Checking macaddr v1.0.1
23772026-08-20T17:14:09.497Z Checking async-compression v0.4.41
23782026-08-20T17:14:09.497Z Checking regress v0.10.5
23792026-08-20T17:14:09.596Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23802026-08-20T17:14:09.599Z Checking instant v0.1.13
23812026-08-20T17:14:09.698Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-08-20T17:14:09.746Z Checking itertools v0.14.0
23832026-08-20T17:14:09.795Z Checking backoff v0.4.0
23842026-08-20T17:14:09.832Z Checking backon v1.6.0
23852026-08-20T17:14:09.958Z Checking humantime v2.3.0
23862026-08-20T17:14:10.006Z Compiling convert_case v0.4.0
23872026-08-20T17:14:10.044Z Checking progenitor-extras v0.2.0
23882026-08-20T17:14:10.049Z Checking half v2.7.1
23892026-08-20T17:14:10.164Z Checking ciborium-io v0.2.2
23902026-08-20T17:14:10.299Z Checking heck v0.5.0
23912026-08-20T17:14:10.302Z Checking secrecy v0.10.3
23922026-08-20T17:14:10.369Z Checking ciborium-ll v0.2.2
23932026-08-20T17:14:10.402Z Compiling derive_more v0.99.20
23942026-08-20T17:14:10.451Z Checking indent_write v2.2.0
23952026-08-20T17:14:10.488Z Checking camino-tempfile v1.4.1
23962026-08-20T17:14:10.568Z Checking ciborium v0.2.2
23972026-08-20T17:14:10.609Z Compiling crucible-workspace-hack v0.1.0
23982026-08-20T17:14:10.670Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23992026-08-20T17:14:10.844Z Compiling regress v0.11.1
24002026-08-20T17:14:11.024Z Checking inout v0.1.4
24012026-08-20T17:14:11.029Z Checking universal-hash v0.5.1
24022026-08-20T17:14:11.056Z Compiling thiserror-impl-no-std v2.0.2
24032026-08-20T17:14:11.060Z Checking opaque-debug v0.3.1
24042026-08-20T17:14:11.127Z Checking parse-display v0.10.0
24052026-08-20T17:14:11.161Z Checking cipher v0.4.4
24062026-08-20T17:14:11.194Z Checking blake2 v0.10.6
24072026-08-20T17:14:11.197Z Checking poly1305 v0.8.0
24082026-08-20T17:14:11.294Z Checking aead v0.5.2
24092026-08-20T17:14:11.390Z Checking chacha20 v0.9.1
24102026-08-20T17:14:11.470Z Checking password-hash v0.5.0
24112026-08-20T17:14:11.507Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24122026-08-20T17:14:11.510Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24132026-08-20T17:14:11.607Z Checking chacha20poly1305 v0.10.1
24142026-08-20T17:14:11.720Z Checking argon2 v0.5.3
24152026-08-20T17:14:11.765Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24162026-08-20T17:14:11.940Z Compiling unsafe-libyaml v0.2.11
24172026-08-20T17:14:12.029Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24182026-08-20T17:14:12.092Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24192026-08-20T17:14:12.231Z Checking thiserror-no-std v2.0.2
24202026-08-20T17:14:12.269Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24212026-08-20T17:14:12.340Z Checking swrite v0.1.0
24222026-08-20T17:14:12.377Z Checking vsss-rs v3.3.4
24232026-08-20T17:14:12.461Z Compiling typify-impl v0.6.2
24242026-08-20T17:14:12.705Z Compiling serde_yaml v0.9.34+deprecated
24252026-08-20T17:14:13.002Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-08-20T17:14:13.558Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24272026-08-20T17:14:13.789Z Checking crossbeam-deque v0.8.6
24282026-08-20T17:14:13.825Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24292026-08-20T17:14:13.953Z Compiling rayon-core v1.13.0
24302026-08-20T17:14:14.004Z Compiling num-derive v0.4.2
24312026-08-20T17:14:14.060Z Compiling toml_datetime v0.7.5+spec-1.1.0
24322026-08-20T17:14:14.207Z Compiling proc-macro-error v1.0.4
24332026-08-20T17:14:14.340Z Compiling toml_edit v0.23.10+spec-1.0.0
24342026-08-20T17:14:14.543Z Checking tabwriter v1.4.1
24352026-08-20T17:14:14.579Z Checking glob v0.3.3
24362026-08-20T17:14:14.613Z Checking rayon v1.11.0
24372026-08-20T17:14:14.718Z Compiling heapless v0.8.0
24382026-08-20T17:14:14.760Z Checking hash32 v0.3.1
24392026-08-20T17:14:14.796Z Compiling ingot-macros v0.2.0
24402026-08-20T17:14:14.918Z Compiling proc-macro-crate v3.4.0
24412026-08-20T17:14:14.956Z Compiling smoltcp v0.11.0
24422026-08-20T17:14:15.230Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24432026-08-20T17:14:15.311Z Checking colored v3.1.1
24442026-08-20T17:14:15.503Z Compiling num_enum_derive v0.7.6
24452026-08-20T17:14:15.538Z Checking toml v0.8.23
24462026-08-20T17:14:15.572Z Checking cobs v0.3.0
24472026-08-20T17:14:15.650Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-08-20T17:14:15.744Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24492026-08-20T17:14:15.884Z Checking postcard v1.1.3
24502026-08-20T17:14:16.002Z Checking rand v0.10.1
24512026-08-20T17:14:16.077Z Compiling proc-macro-crate v1.3.1
24522026-08-20T17:14:16.212Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24532026-08-20T17:14:16.457Z Checking sigpipe v0.1.3
24542026-08-20T17:14:16.562Z Compiling foreign-types-macros v0.2.3
24552026-08-20T17:14:16.567Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24562026-08-20T17:14:16.587Z Checking num_enum v0.7.6
24572026-08-20T17:14:16.591Z Checking foreign-types-shared v0.3.1
24582026-08-20T17:14:16.733Z Compiling num_enum_derive v0.5.11
24592026-08-20T17:14:16.915Z Compiling usdt-attr-macro v0.5.0
24602026-08-20T17:14:17.002Z Compiling typify-macro v0.6.2
24612026-08-20T17:14:17.039Z Compiling usdt-macro v0.5.0
24622026-08-20T17:14:17.075Z Checking memmap v0.7.0
24632026-08-20T17:14:17.126Z Checking foreign-types v0.5.0
24642026-08-20T17:14:17.231Z Checking cstr-argument v0.1.2
24652026-08-20T17:14:17.265Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24662026-08-20T17:14:17.389Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24672026-08-20T17:14:17.605Z Checking ingot-types v0.2.0
24682026-08-20T17:14:17.718Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24692026-08-20T17:14:17.755Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24702026-08-20T17:14:17.793Z Checking num_enum v0.5.11
24712026-08-20T17:14:17.794Z Checking usdt v0.5.0
24722026-08-20T17:14:17.875Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24732026-08-20T17:14:17.912Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24742026-08-20T17:14:17.946Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24752026-08-20T17:14:18.015Z Checking ingot v0.2.1
24762026-08-20T17:14:18.049Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24772026-08-20T17:14:18.053Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24782026-08-20T17:14:18.086Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24792026-08-20T17:14:18.244Z Compiling zone_cfg_derive v0.3.1
24802026-08-20T17:14:18.293Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24812026-08-20T17:14:18.391Z Checking itertools v0.12.1
24822026-08-20T17:14:18.457Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24832026-08-20T17:14:18.499Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24842026-08-20T17:14:18.760Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24852026-08-20T17:14:18.860Z Compiling typify v0.6.2
24862026-08-20T17:14:18.931Z Checking smf v0.2.3
24872026-08-20T17:14:19.004Z Compiling progenitor-impl v0.14.0
24882026-08-20T17:14:19.042Z Checking whoami v1.6.1
24892026-08-20T17:14:19.109Z Compiling derive-where v1.6.0
24902026-08-20T17:14:19.186Z Checking tokio-dtrace v0.1.1
24912026-08-20T17:14:19.242Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24922026-08-20T17:14:19.411Z Checking oxide-tokio-rt v0.1.4
24932026-08-20T17:14:19.452Z Checking zone v0.3.1
24942026-08-20T17:14:19.617Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24952026-08-20T17:14:19.677Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24962026-08-20T17:14:19.791Z Checking console v0.15.11
24972026-08-20T17:14:19.849Z Checking newline-converter v0.3.0
24982026-08-20T17:14:19.990Z Checking bytecount v0.6.9
24992026-08-20T17:14:20.027Z Checking num-rational v0.4.2
25002026-08-20T17:14:20.091Z Checking expectorate v1.2.0
25012026-08-20T17:14:20.128Z Checking num-complex v0.4.6
25022026-08-20T17:14:20.252Z Compiling cancel-safe-futures v0.1.5
25032026-08-20T17:14:20.325Z Checking float-ord v0.3.2
25042026-08-20T17:14:20.429Z Checking oxide-update-engine-types v0.1.2
25052026-08-20T17:14:20.465Z Checking linear-map v1.2.0
25062026-08-20T17:14:20.500Z Checking num v0.4.3
25072026-08-20T17:14:20.602Z Checking gethostname v0.5.0
25082026-08-20T17:14:20.671Z Compiling prettyplease v0.2.37
25092026-08-20T17:14:20.720Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25102026-08-20T17:14:20.895Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25112026-08-20T17:14:20.964Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25122026-08-20T17:14:21.098Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-08-20T17:14:21.136Z Checking resolv-conf v0.7.6
25142026-08-20T17:14:21.209Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25152026-08-20T17:14:21.330Z Checking oxide-update-engine v0.1.2
25162026-08-20T17:14:21.369Z Checking papergrid v0.11.0
25172026-08-20T17:14:21.370Z Compiling tabled_derive v0.7.0
25182026-08-20T17:14:21.641Z Compiling progenitor-macro v0.14.0
25192026-08-20T17:14:21.770Z Compiling convert_case v0.10.0
25202026-08-20T17:14:21.998Z Compiling slog-dtrace v0.3.0
25212026-08-20T17:14:22.035Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25222026-08-20T17:14:22.105Z Compiling derive_more-impl v2.1.1
25232026-08-20T17:14:22.316Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25242026-08-20T17:14:22.370Z Checking tabled v0.15.0
25252026-08-20T17:14:22.763Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25262026-08-20T17:14:22.934Z Checking derive_more v2.1.1
25272026-08-20T17:14:23.011Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25282026-08-20T17:14:23.116Z Checking crossterm v0.29.0
25292026-08-20T17:14:23.392Z Checking linked-hash-map v0.5.6
25302026-08-20T17:14:23.615Z Checking lru-cache v0.1.2
25312026-08-20T17:14:23.871Z Checking hickory-proto v0.24.4
25322026-08-20T17:14:23.911Z Checking fd-lock v4.0.4
25332026-08-20T17:14:24.457Z Checking vte v0.14.1
25342026-08-20T17:14:24.850Z Checking strip-ansi-escapes v0.2.1
25352026-08-20T17:14:25.733Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-08-20T17:14:25.777Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25372026-08-20T17:14:26.107Z Checking nu-ansi-term v0.50.3
25382026-08-20T17:14:26.351Z Checking termtree v0.5.1
25392026-08-20T17:14:26.389Z Checking reedline v0.40.0
25402026-08-20T17:14:26.557Z Checking hickory-resolver v0.24.4
25412026-08-20T17:14:26.660Z Checking progenitor v0.14.0
25422026-08-20T17:14:26.769Z Compiling minimal-lexical v0.2.1
25432026-08-20T17:14:26.829Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25442026-08-20T17:14:27.055Z Compiling nom v7.1.3
25452026-08-20T17:14:27.322Z Checking qorb v0.4.1
25462026-08-20T17:14:27.572Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25472026-08-20T17:14:28.401Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25482026-08-20T17:14:28.441Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25492026-08-20T17:14:28.475Z Checking display-error-chain v0.2.2
25502026-08-20T17:14:28.559Z Compiling unicode-xid v0.2.6
25512026-08-20T17:14:28.622Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25522026-08-20T17:14:28.679Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25532026-08-20T17:14:28.885Z Compiling ar_archive_writer v0.5.1
25542026-08-20T17:14:29.026Z Checking csv-core v0.1.13
25552026-08-20T17:14:29.232Z Checking csv v1.4.0
25562026-08-20T17:14:29.272Z Compiling stacker v0.1.23
25572026-08-20T17:14:29.317Z Compiling cfg_aliases v0.1.1
25582026-08-20T17:14:29.355Z Checking highway v1.3.0
25592026-08-20T17:14:29.415Z Compiling semver v0.1.20
25602026-08-20T17:14:29.610Z Compiling nix v0.28.0
25612026-08-20T17:14:29.646Z Compiling rustc_version v0.1.7
25622026-08-20T17:14:29.650Z Checking nibble_vec v0.1.0
25632026-08-20T17:14:29.735Z Checking endian-type v0.1.2
25642026-08-20T17:14:29.769Z Compiling psm v0.1.30
25652026-08-20T17:14:29.836Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25662026-08-20T17:14:29.894Z Checking radix_trie v0.2.1
25672026-08-20T17:14:29.928Z Compiling newtype_derive v0.1.6
25682026-08-20T17:14:30.028Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25692026-08-20T17:14:30.134Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25702026-08-20T17:14:30.169Z Checking phf_shared v0.12.1
25712026-08-20T17:14:30.338Z Compiling recursive-proc-macro-impl v0.1.1
25722026-08-20T17:14:30.375Z Compiling chrono-tz v0.10.4
25732026-08-20T17:14:30.448Z Checking phf v0.12.1
25742026-08-20T17:14:30.646Z Compiling const_format_proc_macros v0.2.34
25752026-08-20T17:14:30.646Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25762026-08-20T17:14:30.714Z Compiling peg-macros v0.8.5
25772026-08-20T17:14:30.722Z Checking winnow v0.6.26
25782026-08-20T17:14:30.781Z Checking recursive v0.1.1
25792026-08-20T17:14:30.937Z Compiling sqlparser_derive v0.5.0
25802026-08-20T17:14:30.941Z Checking unicode_categories v0.1.1
25812026-08-20T17:14:31.168Z Checking home v0.5.12
25822026-08-20T17:14:31.504Z Checking const_format v0.2.35
25832026-08-20T17:14:31.540Z Checking rustyline v14.0.0
25842026-08-20T17:14:31.679Z Checking sqlparser v0.61.0
25852026-08-20T17:14:31.907Z Checking sqlformat v0.3.5
25862026-08-20T17:14:32.074Z Checking peg v0.8.5
25872026-08-20T17:14:32.252Z Checking bcs v0.1.6
25882026-08-20T17:14:32.286Z Checking nom v8.0.0
25892026-08-20T17:14:32.376Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25902026-08-20T17:14:32.501Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25912026-08-20T17:14:32.537Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25922026-08-20T17:14:32.730Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25932026-08-20T17:14:32.829Z Checking steno v0.4.1
25942026-08-20T17:14:33.040Z Checking sha1 v0.10.6
25952026-08-20T17:14:33.165Z Checking filetime v0.2.27
25962026-08-20T17:14:33.257Z Checking xattr v1.6.1
25972026-08-20T17:14:33.333Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25982026-08-20T17:14:33.381Z Checking subprocess v0.2.15
25992026-08-20T17:14:33.419Z Checking tar v0.4.46
26002026-08-20T17:14:33.535Z Checking headers-core v0.3.0
26012026-08-20T17:14:33.677Z Checking headers v0.4.1
26022026-08-20T17:14:33.721Z Checking yasna v0.5.2
26032026-08-20T17:14:33.899Z Checking port-file v0.1.0
26042026-08-20T17:14:34.155Z Checking rcgen v0.12.1
26052026-08-20T17:14:34.189Z Checking dropshot-api-manager-types v0.8.0
26062026-08-20T17:14:34.223Z Checking tagptr v0.2.0
26072026-08-20T17:14:34.333Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26082026-08-20T17:14:34.380Z Checking utf-8 v0.7.6
26092026-08-20T17:14:34.452Z Checking moka v0.12.13
26102026-08-20T17:14:34.496Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26112026-08-20T17:14:34.546Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26122026-08-20T17:14:34.671Z Compiling libefi-sys v0.1.0
26132026-08-20T17:14:34.928Z Compiling bitfield-struct v0.6.2
26142026-08-20T17:14:35.041Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26152026-08-20T17:14:35.082Z Checking hickory-resolver v0.25.2
26162026-08-20T17:14:35.147Z Checking tungstenite v0.21.0
26172026-08-20T17:14:35.202Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26182026-08-20T17:14:35.383Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26192026-08-20T17:14:35.591Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202026-08-20T17:14:35.627Z Checking tokio-tungstenite v0.21.0
26212026-08-20T17:14:35.702Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26222026-08-20T17:14:35.743Z Compiling xshell-macros v0.2.7
26232026-08-20T17:14:35.776Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26242026-08-20T17:14:35.811Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26252026-08-20T17:14:35.853Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26262026-08-20T17:14:35.955Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26272026-08-20T17:14:36.112Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26282026-08-20T17:14:36.187Z Checking xshell v0.2.7
26292026-08-20T17:14:36.226Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26302026-08-20T17:14:36.472Z Checking half v1.8.3
26312026-08-20T17:14:36.531Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26322026-08-20T17:14:36.695Z Checking serde_cbor v0.11.2
26332026-08-20T17:14:36.889Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26342026-08-20T17:14:36.940Z Checking libscf-sys v1.2.0
26352026-08-20T17:14:37.099Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26362026-08-20T17:14:37.134Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-08-20T17:14:37.136Z Checking papergrid v0.18.0
26382026-08-20T17:14:37.204Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26392026-08-20T17:14:37.367Z Checking maplit v1.0.2
26402026-08-20T17:14:37.480Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26412026-08-20T17:14:37.662Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-08-20T17:14:37.708Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26432026-08-20T17:14:37.973Z Checking tabled v0.21.0
26442026-08-20T17:14:38.122Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26452026-08-20T17:14:38.271Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26462026-08-20T17:14:38.305Z Checking crc8 v0.1.1
26472026-08-20T17:14:38.342Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26482026-08-20T17:14:38.438Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26492026-08-20T17:14:38.516Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26502026-08-20T17:14:38.685Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26512026-08-20T17:14:38.834Z Checking unicase v2.9.0
26522026-08-20T17:14:38.881Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26532026-08-20T17:14:38.962Z Checking fxhash v0.2.1
26542026-08-20T17:14:39.127Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26552026-08-20T17:14:39.192Z Checking sha2 v0.11.0
26562026-08-20T17:14:39.394Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26572026-08-20T17:14:39.410Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26582026-08-20T17:14:39.694Z Compiling darling_core v0.21.3
26592026-08-20T17:14:39.872Z Compiling vergen-lib v0.1.6
26602026-08-20T17:14:39.963Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26612026-08-20T17:14:40.107Z Compiling diesel_derives v2.3.7
26622026-08-20T17:14:40.177Z Checking scheduled-thread-pool v0.2.7
26632026-08-20T17:14:40.346Z Compiling vergen-gitcl v1.0.8
26642026-08-20T17:14:40.377Z Compiling diesel_table_macro_syntax v0.3.0
26652026-08-20T17:14:40.597Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26662026-08-20T17:14:40.632Z Checking r2d2 v0.8.10
26672026-08-20T17:14:40.796Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26682026-08-20T17:14:40.842Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-08-20T17:14:41.046Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26702026-08-20T17:14:41.230Z Checking downcast-rs v2.0.2
26712026-08-20T17:14:41.391Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-08-20T17:14:41.735Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26732026-08-20T17:14:41.780Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-08-20T17:14:42.036Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26752026-08-20T17:14:42.045Z Checking kstat-rs v0.2.5
26762026-08-20T17:14:42.045Z Compiling proc-macro-error-attr2 v2.0.0
26772026-08-20T17:14:42.175Z Compiling darling_macro v0.21.3
26782026-08-20T17:14:42.210Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-08-20T17:14:42.466Z Compiling proc-macro-error2 v2.0.1
26802026-08-20T17:14:42.540Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26812026-08-20T17:14:42.707Z Compiling darling v0.21.3
26822026-08-20T17:14:42.806Z Compiling knus-derive v3.4.0
26832026-08-20T17:14:42.838Z Compiling dsl_auto_type v0.2.0
26842026-08-20T17:14:42.843Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26852026-08-20T17:14:43.958Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26862026-08-20T17:14:44.257Z Compiling dirs-sys-next v0.1.2
26872026-08-20T17:14:44.299Z Compiling crunchy v0.2.4
26882026-08-20T17:14:44.303Z Compiling parking_lot_core v0.8.6
26892026-08-20T17:14:44.372Z Compiling salty v0.3.0
26902026-08-20T17:14:44.574Z Compiling dirs-next v2.0.0
26912026-08-20T17:14:44.713Z Compiling clang-sys v1.8.1
26922026-08-20T17:14:44.744Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26932026-08-20T17:14:44.748Z Compiling git-stub v1.0.0
26942026-08-20T17:14:44.780Z Compiling tiny-keccak v2.0.2
26952026-08-20T17:14:45.079Z Compiling git-stub-vcs v0.1.0
26962026-08-20T17:14:45.173Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26972026-08-20T17:14:45.445Z Compiling term v0.7.0
26982026-08-20T17:14:45.517Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26992026-08-20T17:14:45.523Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27002026-08-20T17:14:45.580Z Compiling bit-vec v0.6.3
27012026-08-20T17:14:45.820Z Compiling bit-set v0.5.3
27022026-08-20T17:14:45.866Z Compiling ascii-canvas v3.0.0
27032026-08-20T17:14:45.996Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27042026-08-20T17:14:46.031Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27052026-08-20T17:14:46.074Z Checking parking_lot v0.11.2
27062026-08-20T17:14:46.121Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27072026-08-20T17:14:46.190Z Checking rfc6979 v0.4.0
27082026-08-20T17:14:46.290Z Checking prefix-trie v0.7.0
27092026-08-20T17:14:46.347Z Compiling hashbrown v0.14.5
27102026-08-20T17:14:46.611Z Compiling itertools v0.10.5
27112026-08-20T17:14:46.653Z Compiling ena v0.14.4
27122026-08-20T17:14:46.686Z Compiling libloading v0.8.9
27132026-08-20T17:14:46.904Z Compiling regex-syntax v0.6.29
27142026-08-20T17:14:46.936Z Compiling bindgen v0.71.1
27152026-08-20T17:14:46.946Z Compiling diff v0.1.13
27162026-08-20T17:14:47.044Z Compiling chumsky v0.9.3
27172026-08-20T17:14:47.387Z Checking hickory-server v0.25.2
27182026-08-20T17:14:47.708Z Compiling ecdsa v0.16.9
27192026-08-20T17:14:48.320Z Compiling lalrpop v0.19.12
27202026-08-20T17:14:48.614Z Checking sled v0.34.7
27212026-08-20T17:14:48.656Z Compiling cexpr v0.6.0
27222026-08-20T17:14:48.686Z Checking primeorder v0.13.6
27232026-08-20T17:14:48.827Z Checking diesel v2.3.7
27242026-08-20T17:14:48.969Z Checking nanorand v0.7.0
27252026-08-20T17:14:49.199Z Compiling rustc-hash v2.1.1
27262026-08-20T17:14:49.392Z Compiling p384 v0.13.1
27272026-08-20T17:14:49.415Z Checking flume v0.11.1
27282026-08-20T17:14:49.876Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27292026-08-20T17:14:49.900Z Compiling knus v3.4.0
27302026-08-20T17:14:50.057Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27312026-08-20T17:14:50.530Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27322026-08-20T17:14:50.547Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27332026-08-20T17:14:50.823Z Compiling libxml v0.3.3
27342026-08-20T17:14:50.857Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27352026-08-20T17:14:50.933Z Checking assert_matches v1.5.0
27362026-08-20T17:14:51.026Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27372026-08-20T17:14:51.193Z Compiling strum_macros v0.24.3
27382026-08-20T17:14:51.225Z Compiling indoc v1.0.9
27392026-08-20T17:14:52.114Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27402026-08-20T17:14:52.262Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27412026-08-20T17:14:52.335Z Checking quick-xml v0.37.5
27422026-08-20T17:14:52.540Z Checking derive_builder v0.20.2
27432026-08-20T17:14:52.716Z Compiling oso-derive v0.27.3
27442026-08-20T17:14:52.724Z Compiling impl-trait-for-tuples v0.2.3
27452026-08-20T17:14:53.200Z Compiling trait-variant v0.1.2
27462026-08-20T17:14:53.310Z Checking openssl-probe v0.1.6
27472026-08-20T17:14:53.453Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27482026-08-20T17:14:53.734Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27492026-08-20T17:14:54.016Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-08-20T17:14:54.226Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27512026-08-20T17:14:54.265Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27522026-08-20T17:14:54.452Z Checking corncobs v0.1.4
27532026-08-20T17:14:54.539Z Checking predicates-tree v1.0.13
27542026-08-20T17:14:54.582Z Compiling progenitor-impl v0.13.0
27552026-08-20T17:14:54.622Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27562026-08-20T17:14:54.686Z Checking secrecy v0.8.0
27572026-08-20T17:14:54.845Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27582026-08-20T17:14:55.404Z Checking progenitor-client v0.13.0
27592026-08-20T17:14:55.681Z Checking anstyle-parse v0.2.7
27602026-08-20T17:14:55.708Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27612026-08-20T17:14:55.841Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27622026-08-20T17:14:55.874Z Checking anstream v0.6.21
27632026-08-20T17:14:56.059Z Checking bb8 v0.8.6
27642026-08-20T17:14:56.345Z Compiling mime_guess v2.0.5
27652026-08-20T17:14:56.425Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27662026-08-20T17:14:56.668Z Checking ignore v0.4.25
27672026-08-20T17:14:56.912Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27682026-08-20T17:14:57.100Z Checking http-range v0.1.5
27692026-08-20T17:14:57.110Z Checking globwalk v0.9.1
27702026-08-20T17:14:57.220Z Compiling progenitor-macro v0.13.0
27712026-08-20T17:14:57.252Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27722026-08-20T17:14:57.479Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27732026-08-20T17:14:57.847Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27742026-08-20T17:14:57.991Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27752026-08-20T17:14:58.555Z Checking digest-io v0.1.0
27762026-08-20T17:14:58.730Z Checking nonempty v0.12.0
27772026-08-20T17:14:58.949Z Checking rawzip v0.4.4
27782026-08-20T17:14:59.344Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27792026-08-20T17:14:59.411Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27802026-08-20T17:14:59.651Z Checking camino-tempfile-ext v0.3.3
27812026-08-20T17:14:59.888Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27822026-08-20T17:15:00.059Z Checking hyper-staticfile v0.10.1
27832026-08-20T17:15:00.398Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-08-20T17:15:00.728Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27852026-08-20T17:15:00.754Z Checking signal-hook-tokio v0.3.1
27862026-08-20T17:15:00.919Z Compiling illumos-nvpair-sys v0.2.0
27872026-08-20T17:15:01.196Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27882026-08-20T17:15:01.331Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27892026-08-20T17:15:01.385Z Checking scuffle v0.1.0
27902026-08-20T17:15:01.656Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27912026-08-20T17:15:01.748Z Checking illumos-nvpair v0.3.0
27922026-08-20T17:15:01.961Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27932026-08-20T17:15:02.026Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27942026-08-20T17:15:02.096Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27952026-08-20T17:15:02.225Z Checking progenitor v0.13.0
27962026-08-20T17:15:02.348Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27972026-08-20T17:15:02.384Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-08-20T17:15:02.423Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27992026-08-20T17:15:02.626Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28002026-08-20T17:15:02.787Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28012026-08-20T17:15:02.987Z Checking async-bb8-diesel v0.2.1
28022026-08-20T17:15:03.132Z Checking diesel-dtrace v0.5.0
28032026-08-20T17:15:03.405Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28042026-08-20T17:15:03.447Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28052026-08-20T17:15:03.646Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28062026-08-20T17:15:03.925Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28072026-08-20T17:15:04.151Z Checking tungstenite v0.23.0
28082026-08-20T17:15:04.218Z Checking rand_seeder v0.4.0
28092026-08-20T17:15:04.396Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28102026-08-20T17:15:04.445Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28112026-08-20T17:15:04.635Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28122026-08-20T17:15:04.787Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28132026-08-20T17:15:06.015Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28142026-08-20T17:15:06.451Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28152026-08-20T17:15:06.488Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28162026-08-20T17:15:06.787Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28172026-08-20T17:15:07.292Z Checking tokio-tungstenite v0.23.1
28182026-08-20T17:15:07.547Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28192026-08-20T17:15:07.604Z Checking void v1.0.2
28202026-08-20T17:15:07.746Z Checking lzss v0.8.2
28212026-08-20T17:15:08.127Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28222026-08-20T17:15:08.159Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28232026-08-20T17:15:08.159Z Checking nix v0.27.1
28242026-08-20T17:15:08.159Z Checking serde_bytes v0.11.19
28252026-08-20T17:15:08.159Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-08-20T17:15:08.534Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28272026-08-20T17:15:08.836Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28282026-08-20T17:15:09.193Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28292026-08-20T17:15:09.640Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28302026-08-20T17:15:09.929Z Checking yansi v1.0.1
28312026-08-20T17:15:09.963Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28322026-08-20T17:15:10.005Z Checking cpubits v0.1.1
28332026-08-20T17:15:10.216Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-08-20T17:15:10.279Z Checking pretty_assertions v1.4.1
28352026-08-20T17:15:10.454Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28362026-08-20T17:15:10.520Z Checking pem-rfc7468 v1.0.0
28372026-08-20T17:15:10.726Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28382026-08-20T17:15:10.997Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28392026-08-20T17:15:11.150Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-20T17:15:11.237Z Checking hmac v0.13.0
28412026-08-20T17:15:11.428Z Checking universal-hash v0.6.1
28422026-08-20T17:15:11.592Z Compiling libz-sys v1.1.24
28432026-08-20T17:15:11.952Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28442026-08-20T17:15:12.007Z Compiling instability v0.3.11
28452026-08-20T17:15:12.643Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28462026-08-20T17:15:12.704Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28472026-08-20T17:15:12.704Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28482026-08-20T17:15:12.704Z Checking castaway v0.2.4
28492026-08-20T17:15:12.704Z Compiling indoc v2.0.7
28502026-08-20T17:15:12.736Z Checking compact_str v0.8.1
28512026-08-20T17:15:13.144Z Checking polyval v0.7.1
28522026-08-20T17:15:13.163Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28532026-08-20T17:15:13.387Z Checking der v0.8.0
28542026-08-20T17:15:13.828Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28552026-08-20T17:15:13.867Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28562026-08-20T17:15:14.037Z Checking unicode-truncate v1.1.0
28572026-08-20T17:15:14.073Z Checking lru v0.12.5
28582026-08-20T17:15:14.110Z Compiling libgit2-sys v0.18.3+1.9.2
28592026-08-20T17:15:14.223Z Checking arc-swap v1.8.2
28602026-08-20T17:15:14.248Z Checking cassowary v0.3.0
28612026-08-20T17:15:14.375Z Checking ghash v0.6.0
28622026-08-20T17:15:14.469Z Checking slog-scope v4.4.1
28632026-08-20T17:15:14.505Z Checking ratatui v0.29.0
28642026-08-20T17:15:14.641Z Checking pbkdf2 v0.13.0
28652026-08-20T17:15:14.711Z Checking aes v0.9.1
28662026-08-20T17:15:14.789Z Checking crypto-bigint v0.7.5
28672026-08-20T17:15:15.244Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28682026-08-20T17:15:15.820Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28692026-08-20T17:15:16.081Z Checking ctr v0.10.1
28702026-08-20T17:15:16.283Z Checking aead v0.6.1
28712026-08-20T17:15:16.387Z Checking cargo-platform v0.3.2
28722026-08-20T17:15:16.451Z Checking aes-gcm v0.11.0
28732026-08-20T17:15:16.595Z Checking cargo_metadata v0.23.1
28742026-08-20T17:15:16.651Z Checking slog-stdlog v4.1.1
28752026-08-20T17:15:16.812Z Checking spki v0.8.0
28762026-08-20T17:15:17.554Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28772026-08-20T17:15:17.592Z Checking colored v2.2.0
28782026-08-20T17:15:17.592Z Checking salsa20 v0.11.0
28792026-08-20T17:15:17.592Z Checking console v0.16.2
28802026-08-20T17:15:17.592Z Compiling vergen-git2 v9.1.0
28812026-08-20T17:15:17.678Z Checking unit-prefix v0.5.2
28822026-08-20T17:15:17.707Z Checking plotters-backend v0.3.7
28832026-08-20T17:15:17.836Z Checking indicatif v0.18.4
28842026-08-20T17:15:17.936Z Checking plotters-svg v0.3.7
28852026-08-20T17:15:18.176Z Checking scrypt v0.12.0
28862026-08-20T17:15:18.271Z Checking slog-envlogger v2.2.0
28872026-08-20T17:15:18.375Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28882026-08-20T17:15:18.437Z Checking cbc v0.2.1
28892026-08-20T17:15:18.486Z Checking libsw-core v0.3.2
28902026-08-20T17:15:18.600Z Checking cast v0.3.0
28912026-08-20T17:15:18.636Z Checking pkcs5 v0.8.1
28922026-08-20T17:15:18.670Z Checking libsw v3.5.0
28932026-08-20T17:15:18.782Z Checking criterion-plot v0.6.0
28942026-08-20T17:15:18.897Z Checking plotters v0.3.7
28952026-08-20T17:15:18.976Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28962026-08-20T17:15:19.055Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28972026-08-20T17:15:19.282Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28982026-08-20T17:15:19.505Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28992026-08-20T17:15:19.667Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29002026-08-20T17:15:19.723Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29012026-08-20T17:15:19.885Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29022026-08-20T17:15:19.944Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29032026-08-20T17:15:19.979Z Checking tinytemplate v1.2.1
29042026-08-20T17:15:20.102Z Checking anes v0.1.6
29052026-08-20T17:15:20.224Z Checking shell-words v1.1.1
29062026-08-20T17:15:20.310Z Checking oorandom v11.1.5
29072026-08-20T17:15:20.530Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29082026-08-20T17:15:20.544Z Checking criterion v0.7.0
29092026-08-20T17:15:20.847Z Checking pkcs8 v0.11.0
29102026-08-20T17:15:21.101Z Checking oxide-update-engine-display v0.1.2
29112026-08-20T17:15:21.929Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29122026-08-20T17:15:22.031Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29132026-08-20T17:15:22.068Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29142026-08-20T17:15:22.500Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29152026-08-20T17:15:23.312Z Checking tokio-test v0.4.5
29162026-08-20T17:15:23.560Z Checking ff v0.14.0
29172026-08-20T17:15:23.729Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-20T17:15:23.945Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29192026-08-20T17:15:24.355Z Checking twox-hash v2.1.2
29202026-08-20T17:15:24.681Z Compiling petname v2.0.2
29212026-08-20T17:15:25.203Z Checking atty v0.2.14
29222026-08-20T17:15:25.333Z Checking arrayvec v0.7.6
29232026-08-20T17:15:25.554Z Checking arrayref v0.3.9
29242026-08-20T17:15:25.612Z Checking constant_time_eq v0.4.2
29252026-08-20T17:15:25.816Z Checking group v0.14.0
29262026-08-20T17:15:25.861Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29272026-08-20T17:15:26.004Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29282026-08-20T17:15:26.059Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29292026-08-20T17:15:26.758Z Checking fatfs v0.3.6
29302026-08-20T17:15:27.340Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-20T17:15:27.403Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-20T17:15:27.403Z Checking signature v3.0.0
29332026-08-20T17:15:27.403Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29342026-08-20T17:15:27.403Z Compiling seq-macro v0.3.6
29352026-08-20T17:15:27.793Z Checking base16ct v1.0.0
29362026-08-20T17:15:27.963Z Checking sec1 v0.8.1
29372026-08-20T17:15:28.273Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29382026-08-20T17:15:28.396Z Checking hkdf v0.13.0
29392026-08-20T17:15:28.554Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29402026-08-20T17:15:28.588Z Checking concurrent-queue v2.5.0
29412026-08-20T17:15:28.638Z Checking sapling-renderdag v0.1.0
29422026-08-20T17:15:28.746Z Checking parking v2.2.1
29432026-08-20T17:15:28.804Z Checking sync-ptr v0.1.4
29442026-08-20T17:15:28.897Z Checking elliptic-curve v0.14.1
29452026-08-20T17:15:28.905Z Checking event-listener v5.4.1
29462026-08-20T17:15:28.966Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29472026-08-20T17:15:29.176Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29482026-08-20T17:15:29.331Z Checking rtoolbox v0.0.3
29492026-08-20T17:15:29.444Z Checking event-listener-strategy v0.5.4
29502026-08-20T17:15:29.570Z Compiling samael v0.0.19
29512026-08-20T17:15:29.577Z Checking rpassword v7.5.4
29522026-08-20T17:15:29.612Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29532026-08-20T17:15:29.706Z Checking wnaf v0.14.0
29542026-08-20T17:15:29.898Z Checking primefield v0.14.0
29552026-08-20T17:15:30.141Z Checking rfc6979 v0.6.0
29562026-08-20T17:15:30.321Z Checking tui-tree-widget v0.23.1
29572026-08-20T17:15:30.537Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29582026-08-20T17:15:30.582Z Compiling blake3 v1.8.5
29592026-08-20T17:15:30.955Z Checking futures-timer v3.0.3
29602026-08-20T17:15:31.541Z Checking ecdsa v0.17.0
29612026-08-20T17:15:31.673Z Checking primeorder v0.14.0
29622026-08-20T17:15:31.960Z Checking async-lock v3.4.2
29632026-08-20T17:15:32.060Z Compiling curve25519-dalek v5.0.0
29642026-08-20T17:15:32.279Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29652026-08-20T17:15:32.370Z Checking async-object-pool v0.2.0
29662026-08-20T17:15:32.829Z Checking ssh-encoding v0.3.0
29672026-08-20T17:15:33.103Z Checking serde_regex v1.1.0
29682026-08-20T17:15:33.293Z Checking assert-json-diff v2.0.2
29692026-08-20T17:15:33.497Z Checking path-tree v0.8.3
29702026-08-20T17:15:34.004Z Checking keccak v0.2.0
29712026-08-20T17:15:34.023Z Compiling strsim v0.10.0
29722026-08-20T17:15:34.260Z Checking topological-sort v0.2.2
29732026-08-20T17:15:34.426Z Checking stringmetrics v2.2.2
29742026-08-20T17:15:34.504Z Checking omicron-zone-package v0.12.3
29752026-08-20T17:15:34.606Z Checking httpmock v0.8.3
29762026-08-20T17:15:34.693Z Compiling darling_core v0.13.4
29772026-08-20T17:15:35.421Z Checking ed25519 v3.0.0
29782026-08-20T17:15:35.645Z Checking crypto-primes v0.7.2
29792026-08-20T17:15:35.818Z Checking pkcs1 v0.8.0-rc.4
29802026-08-20T17:15:36.059Z Checking poly1305 v0.9.0
29812026-08-20T17:15:36.363Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29822026-08-20T17:15:36.540Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29832026-08-20T17:15:36.638Z Checking blowfish v0.10.0
29842026-08-20T17:15:36.791Z Checking blake2 v0.11.0-rc.6
29852026-08-20T17:15:36.823Z Compiling target-lexicon v0.13.3
29862026-08-20T17:15:36.835Z Checking bcrypt-pbkdf v0.11.0
29872026-08-20T17:15:37.013Z Checking rsa v0.10.0-rc.18
29882026-08-20T17:15:37.077Z Checking argon2 v0.6.0-rc.8
29892026-08-20T17:15:37.192Z Compiling darling_macro v0.13.4
29902026-08-20T17:15:37.416Z Checking ssh-cipher v0.3.0
29912026-08-20T17:15:37.426Z Checking ed25519-dalek v3.0.0
29922026-08-20T17:15:37.527Z Checking sha3 v0.11.0
29932026-08-20T17:15:37.668Z Checking p521 v0.14.0
29942026-08-20T17:15:37.699Z Checking p256 v0.14.0
29952026-08-20T17:15:37.707Z Checking p384 v0.14.0
29962026-08-20T17:15:37.900Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29972026-08-20T17:15:38.170Z Checking kem v0.3.0
29982026-08-20T17:15:38.328Z Checking module-lattice v0.2.3
29992026-08-20T17:15:38.490Z Checking socket2 v0.5.10
30002026-08-20T17:15:38.573Z Compiling guppy-workspace-hack v0.1.0
30012026-08-20T17:15:38.766Z Checking sponge-cursor v0.1.0
30022026-08-20T17:15:38.799Z Checking hex-literal v0.4.1
30032026-08-20T17:15:38.926Z Checking sha3 v0.12.0
30042026-08-20T17:15:39.009Z Checking ml-kem v0.3.2
30052026-08-20T17:15:39.160Z Compiling darling v0.13.4
30062026-08-20T17:15:39.531Z Checking russh-cryptovec v0.62.0
30072026-08-20T17:15:39.721Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30082026-08-20T17:15:39.756Z Checking internal-russh-num-bigint v0.5.0
30092026-08-20T17:15:39.935Z Checking num-bigint v0.4.6
30102026-08-20T17:15:40.289Z Checking russh-util v0.52.0
30112026-08-20T17:15:40.448Z Checking generic-array v1.4.3
30122026-08-20T17:15:40.711Z Checking ssh-key v0.7.0-rc.11
30132026-08-20T17:15:40.767Z Compiling enum_dispatch v0.3.13
30142026-08-20T17:15:40.865Z Compiling delegate v0.13.5
30152026-08-20T17:15:40.898Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30162026-08-20T17:15:41.329Z Checking hex-literal v1.1.0
30172026-08-20T17:15:41.479Z Compiling target-spec v3.5.7
30182026-08-20T17:15:41.592Z Checking md5 v0.8.0
30192026-08-20T17:15:41.800Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30202026-08-20T17:15:41.833Z Checking russh v0.62.4
30212026-08-20T17:15:41.972Z Checking cfg-expr v0.20.6
30222026-08-20T17:15:42.379Z Compiling git2 v0.20.4
30232026-08-20T17:15:42.414Z Compiling serde_with_macros v1.5.2
30242026-08-20T17:15:42.554Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30252026-08-20T17:15:42.940Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30262026-08-20T17:15:43.184Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30272026-08-20T17:15:43.321Z Checking internet-checksum v0.2.1
30282026-08-20T17:15:43.420Z Compiling serde_with v1.14.0
30292026-08-20T17:15:44.090Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30302026-08-20T17:15:45.001Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30312026-08-20T17:15:45.047Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30322026-08-20T17:15:45.174Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30332026-08-20T17:15:45.209Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30342026-08-20T17:15:45.418Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30352026-08-20T17:15:45.468Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30362026-08-20T17:15:45.583Z Checking httptest v0.16.4
30372026-08-20T17:15:45.716Z Checking pathdiff v0.2.3
30382026-08-20T17:15:45.749Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30392026-08-20T17:15:45.758Z Checking nested v0.1.1
30402026-08-20T17:15:45.786Z Compiling polar-core v0.27.3
30412026-08-20T17:15:45.872Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30422026-08-20T17:15:45.916Z Checking guppy v0.17.25
30432026-08-20T17:15:45.971Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30442026-08-20T17:15:46.239Z Checking similar-asserts v1.7.0
30452026-08-20T17:15:46.303Z Compiling target-triple v1.0.0
30462026-08-20T17:15:46.422Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30472026-08-20T17:15:46.673Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30482026-08-20T17:15:46.886Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30492026-08-20T17:15:47.113Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30502026-08-20T17:15:47.244Z Checking hickory-client v0.25.2
30512026-08-20T17:15:47.540Z Checking supports-color v2.1.0
30522026-08-20T17:15:47.715Z Checking supports-unicode v2.1.0
30532026-08-20T17:15:47.779Z Checking supports-hyperlinks v2.1.0
30542026-08-20T17:15:47.872Z Checking textwrap v0.15.2
30552026-08-20T17:15:47.934Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-08-20T17:15:48.182Z Checking terminal_size v0.1.17
30572026-08-20T17:15:48.603Z Compiling miette-derive v5.10.0
30582026-08-20T17:15:48.683Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30592026-08-20T17:15:48.684Z Compiling fs-err v2.11.0
30602026-08-20T17:15:48.694Z Compiling assert_cmd v2.1.2
30612026-08-20T17:15:48.758Z Checking escape8259 v0.5.3
30622026-08-20T17:15:48.783Z Checking owo-colors v3.5.0
30632026-08-20T17:15:48.843Z Checking libtest-mimic v0.8.1
30642026-08-20T17:15:49.139Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30652026-08-20T17:15:49.361Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30662026-08-20T17:15:49.399Z Checking miette v5.10.0
30672026-08-20T17:15:49.915Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30682026-08-20T17:15:50.086Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30692026-08-20T17:15:50.517Z Checking blake2b_simd v1.0.4
30702026-08-20T17:15:50.768Z Checking oso v0.27.3
30712026-08-20T17:15:50.780Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30722026-08-20T17:15:50.933Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30732026-08-20T17:15:51.232Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30742026-08-20T17:15:51.246Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30752026-08-20T17:15:51.402Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30762026-08-20T17:15:51.448Z Compiling knuffel-derive v3.2.0
30772026-08-20T17:15:51.705Z Checking fancy-regex v0.14.0
30782026-08-20T17:15:51.787Z Checking serde_tokenstream v0.2.3
30792026-08-20T17:15:52.097Z Checking approx v0.5.1
30802026-08-20T17:15:52.938Z Checking uzers v0.12.2
30812026-08-20T17:15:53.064Z Compiling rstest_macros v0.25.0
30822026-08-20T17:15:53.064Z Checking constant_time_eq v0.3.1
30832026-08-20T17:15:53.064Z Checking termcolor v1.4.1
30842026-08-20T17:15:53.064Z Compiling linkme-impl v0.3.35
30852026-08-20T17:15:53.064Z Checking rust-argon2 v2.1.0
30862026-08-20T17:15:53.064Z Checking trybuild v1.0.116
30872026-08-20T17:15:53.065Z Checking knuffel v3.2.0
30882026-08-20T17:15:53.204Z Checking datatest-stable v0.3.3
30892026-08-20T17:15:53.330Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30902026-08-20T17:15:53.400Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30912026-08-20T17:15:53.607Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30922026-08-20T17:15:53.635Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30932026-08-20T17:15:53.670Z Checking support-bundle-viewer v0.1.2
30942026-08-20T17:15:53.706Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30952026-08-20T17:15:53.740Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30962026-08-20T17:15:53.924Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30972026-08-20T17:15:53.959Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30982026-08-20T17:15:53.999Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30992026-08-20T17:15:54.189Z Checking drift v0.2.0
31002026-08-20T17:15:54.195Z Checking rand_distr v0.5.1
31012026-08-20T17:15:54.380Z Checking multimap v0.10.1
31022026-08-20T17:15:54.464Z Compiling linkme v0.3.35
31032026-08-20T17:15:54.552Z Checking parse-size v1.1.0
31042026-08-20T17:15:54.590Z Compiling relative-path v1.9.3
31052026-08-20T17:15:54.628Z Checking dropshot-api-manager v0.8.0
31062026-08-20T17:15:54.708Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31072026-08-20T17:15:55.011Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31082026-08-20T17:15:55.800Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31092026-08-20T17:15:56.205Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31102026-08-20T17:15:56.593Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31112026-08-20T17:15:56.770Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31122026-08-20T17:15:56.806Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31132026-08-20T17:15:58.879Z Checking cargo_toml v0.21.0
31142026-08-20T17:15:59.436Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31152026-08-20T17:15:59.436Z Checking partial-io v0.5.4
31162026-08-20T17:15:59.436Z Checking termios v0.3.3
31172026-08-20T17:15:59.436Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31182026-08-20T17:15:59.436Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31192026-08-20T17:15:59.436Z Checking rstest v0.25.0
31202026-08-20T17:16:01.423Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31212026-08-20T17:16:02.993Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31222026-08-20T17:16:03.561Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31232026-08-20T17:16:05.193Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31242026-08-20T17:16:09.305Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31252026-08-20T17:16:10.532Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31262026-08-20T17:16:12.527Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31272026-08-20T17:16:17.487Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31282026-08-20T17:16:20.147Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31292026-08-20T17:16:22.271Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31302026-08-20T17:16:24.896Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31312026-08-20T17:16:27.692Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31322026-08-20T17:16:29.368Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31332026-08-20T17:16:30.190Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31342026-08-20T17:16:33.683Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31352026-08-20T17:16:38.691Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31362026-08-20T17:17:00.615Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31372026-08-20T17:17:53.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s
31382026-08-20T17:17:53.097Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31392026-08-20T17:17:53.097Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31402026-08-20T17:17:53.754Z
31412026-08-20T17:17:53.754Zreal 4:14.289047664
31422026-08-20T17:17:53.754Zuser 21:54.227669552
31432026-08-20T17:17:53.755Zsys 5:10.653565482
31442026-08-20T17:17:53.755Ztrap 0.523870543
31452026-08-20T17:17:53.755Ztflt 0.522495274
31462026-08-20T17:17:53.755Zdflt 0.591367303
31472026-08-20T17:17:53.755Zkflt 0.004686033
31482026-08-20T17:17:53.755Zlock 1:06:14.919531471
31492026-08-20T17:17:53.755Zslp 59:46.936164130
31502026-08-20T17:17:53.755Zlat 1:51.105661566
31512026-08-20T17:17:53.755Zstop 13:41.208336364
31522026-08-20T17:17:53.758Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31532026-08-20T17:17:53.758Z+ ptime -m cargo doc --workspace --no-deps
31542026-08-20T17:17:54.602Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31552026-08-20T17:17:54.602Z |
31562026-08-20T17:17:54.603Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
31572026-08-20T17:17:54.603Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
31582026-08-20T17:17:55.687Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31592026-08-20T17:17:55.930Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31602026-08-20T17:17:55.975Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-08-20T17:17:56.038Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31622026-08-20T17:17:56.099Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31632026-08-20T17:17:56.206Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31642026-08-20T17:17:56.237Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31652026-08-20T17:17:56.237Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662026-08-20T17:17:56.288Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31672026-08-20T17:17:56.314Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31682026-08-20T17:17:56.459Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-08-20T17:17:56.505Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31702026-08-20T17:17:56.532Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-08-20T17:17:56.616Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-08-20T17:17:56.642Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31732026-08-20T17:17:56.663Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31742026-08-20T17:17:56.663Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31752026-08-20T17:17:56.706Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-08-20T17:17:56.729Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31772026-08-20T17:17:56.802Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31782026-08-20T17:17:56.873Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31792026-08-20T17:17:57.068Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31802026-08-20T17:17:57.215Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31812026-08-20T17:17:57.240Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-08-20T17:17:57.301Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-08-20T17:17:57.330Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31842026-08-20T17:17:57.509Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31852026-08-20T17:17:57.536Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31862026-08-20T17:17:57.678Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31872026-08-20T17:17:57.763Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31882026-08-20T17:17:57.850Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31892026-08-20T17:17:57.877Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31902026-08-20T17:17:57.950Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31912026-08-20T17:17:58.179Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31922026-08-20T17:17:58.244Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31932026-08-20T17:17:58.268Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31942026-08-20T17:17:58.409Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31952026-08-20T17:17:58.433Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31962026-08-20T17:17:58.487Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31972026-08-20T17:17:58.652Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31982026-08-20T17:17:58.723Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31992026-08-20T17:17:58.897Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32002026-08-20T17:17:58.954Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32012026-08-20T17:17:58.978Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32022026-08-20T17:17:59.001Z Checking scuffle v0.1.0
32032026-08-20T17:17:59.172Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32042026-08-20T17:17:59.203Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32052026-08-20T17:17:59.300Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32062026-08-20T17:17:59.458Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32072026-08-20T17:17:59.468Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32082026-08-20T17:17:59.532Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32092026-08-20T17:17:59.555Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32102026-08-20T17:17:59.579Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32112026-08-20T17:17:59.614Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32122026-08-20T17:17:59.647Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32132026-08-20T17:17:59.749Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32142026-08-20T17:18:00.114Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32152026-08-20T17:18:00.429Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32162026-08-20T17:18:00.605Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32172026-08-20T17:18:00.898Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32182026-08-20T17:18:01.131Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32192026-08-20T17:18:01.168Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32202026-08-20T17:18:01.194Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32212026-08-20T17:18:01.392Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32222026-08-20T17:18:01.443Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32232026-08-20T17:18:01.467Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32242026-08-20T17:18:01.490Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32252026-08-20T17:18:01.556Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32262026-08-20T17:18:01.675Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32272026-08-20T17:18:02.385Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32282026-08-20T17:18:02.611Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32292026-08-20T17:18:02.636Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32302026-08-20T17:18:02.750Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32312026-08-20T17:18:03.001Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32322026-08-20T17:18:03.051Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32332026-08-20T17:18:03.115Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32342026-08-20T17:18:03.179Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32352026-08-20T17:18:03.182Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32362026-08-20T17:18:03.296Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32372026-08-20T17:18:03.340Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32382026-08-20T17:18:03.363Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32392026-08-20T17:18:03.366Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32402026-08-20T17:18:03.497Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32412026-08-20T17:18:03.678Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32422026-08-20T17:18:03.681Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32432026-08-20T17:18:03.751Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32442026-08-20T17:18:03.755Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32452026-08-20T17:18:03.797Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32462026-08-20T17:18:03.856Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32472026-08-20T17:18:03.926Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32482026-08-20T17:18:04.089Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32492026-08-20T17:18:04.097Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32502026-08-20T17:18:04.097Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32512026-08-20T17:18:04.097Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32522026-08-20T17:18:04.241Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32532026-08-20T17:18:04.241Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32542026-08-20T17:18:04.310Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32552026-08-20T17:18:04.336Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32562026-08-20T17:18:04.359Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32572026-08-20T17:18:04.432Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32582026-08-20T17:18:04.477Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32592026-08-20T17:18:04.547Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32602026-08-20T17:18:04.627Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32612026-08-20T17:18:04.671Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32622026-08-20T17:18:04.894Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32632026-08-20T17:18:04.941Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32642026-08-20T17:18:04.994Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32652026-08-20T17:18:05.432Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32662026-08-20T17:18:05.594Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32672026-08-20T17:18:05.871Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32682026-08-20T17:18:06.639Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32692026-08-20T17:18:06.834Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32702026-08-20T17:18:07.257Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32712026-08-20T17:18:07.748Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32722026-08-20T17:18:07.813Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32732026-08-20T17:18:08.340Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32742026-08-20T17:18:08.775Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32752026-08-20T17:18:09.629Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32762026-08-20T17:18:09.654Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32772026-08-20T17:18:10.034Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32782026-08-20T17:18:10.083Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32792026-08-20T17:18:10.312Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32802026-08-20T17:18:10.507Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32812026-08-20T17:18:10.552Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32822026-08-20T17:18:10.882Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32832026-08-20T17:18:11.269Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32842026-08-20T17:18:11.464Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32852026-08-20T17:18:11.821Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32862026-08-20T17:18:12.012Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32872026-08-20T17:18:12.169Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32882026-08-20T17:18:12.223Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32892026-08-20T17:18:12.549Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32902026-08-20T17:18:12.762Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32912026-08-20T17:18:12.944Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32922026-08-20T17:18:13.436Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32932026-08-20T17:18:13.532Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32942026-08-20T17:18:13.858Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32952026-08-20T17:18:14.403Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32962026-08-20T17:18:14.886Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32972026-08-20T17:18:15.260Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32982026-08-20T17:18:15.347Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32992026-08-20T17:18:15.752Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33002026-08-20T17:18:15.964Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33012026-08-20T17:18:16.452Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33022026-08-20T17:18:16.579Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33032026-08-20T17:18:16.633Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33042026-08-20T17:18:17.185Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33052026-08-20T17:18:17.256Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33062026-08-20T17:18:17.806Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33072026-08-20T17:18:17.905Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33082026-08-20T17:18:18.348Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33092026-08-20T17:18:18.805Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33102026-08-20T17:18:19.033Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33112026-08-20T17:18:19.495Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33122026-08-20T17:18:19.739Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33132026-08-20T17:18:20.622Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33142026-08-20T17:18:21.642Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33152026-08-20T17:18:23.741Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33162026-08-20T17:18:24.442Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33172026-08-20T17:18:25.516Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33182026-08-20T17:18:26.632Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33192026-08-20T17:18:26.979Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33202026-08-20T17:18:27.095Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33212026-08-20T17:18:27.177Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33222026-08-20T17:18:27.329Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33232026-08-20T17:18:28.883Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33242026-08-20T17:18:28.991Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33252026-08-20T17:18:29.064Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33262026-08-20T17:18:29.070Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33272026-08-20T17:18:29.781Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33282026-08-20T17:18:30.189Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33292026-08-20T17:18:30.502Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33302026-08-20T17:18:30.671Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33312026-08-20T17:18:30.773Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33322026-08-20T17:18:31.249Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33332026-08-20T17:18:31.426Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33342026-08-20T17:18:31.501Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33352026-08-20T17:18:31.724Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33362026-08-20T17:18:32.200Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33372026-08-20T17:18:32.256Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33382026-08-20T17:18:32.445Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33392026-08-20T17:18:32.672Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33402026-08-20T17:18:32.873Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33412026-08-20T17:18:33.028Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33422026-08-20T17:18:33.424Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33432026-08-20T17:18:35.006Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33442026-08-20T17:18:35.114Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33452026-08-20T17:18:35.244Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33462026-08-20T17:18:37.972Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33472026-08-20T17:18:39.328Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33482026-08-20T17:18:39.983Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33492026-08-20T17:18:40.518Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33502026-08-20T17:18:42.165Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33512026-08-20T17:18:44.226Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33522026-08-20T17:18:44.849Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33532026-08-20T17:18:45.295Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33542026-08-20T17:18:46.367Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33552026-08-20T17:18:48.147Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33562026-08-20T17:18:49.413Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33572026-08-20T17:18:49.761Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33582026-08-20T17:18:51.003Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33592026-08-20T17:18:51.493Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33602026-08-20T17:18:51.987Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33612026-08-20T17:18:54.670Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33622026-08-20T17:18:57.773Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33632026-08-20T17:18:58.831Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33642026-08-20T17:18:59.357Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33652026-08-20T17:19:00.231Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33662026-08-20T17:19:00.977Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33672026-08-20T17:19:01.727Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33682026-08-20T17:19:02.688Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33692026-08-20T17:19:04.482Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33702026-08-20T17:19:05.800Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33712026-08-20T17:19:05.899Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33722026-08-20T17:19:06.597Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33732026-08-20T17:19:07.772Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33742026-08-20T17:19:08.339Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33752026-08-20T17:19:09.261Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33762026-08-20T17:19:13.536Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33772026-08-20T17:19:14.004Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33782026-08-20T17:19:15.000Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33792026-08-20T17:19:15.774Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33802026-08-20T17:19:16.689Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33812026-08-20T17:19:17.837Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33822026-08-20T17:19:19.344Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33832026-08-20T17:19:21.013Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33842026-08-20T17:19:21.853Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33852026-08-20T17:19:22.874Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33862026-08-20T17:19:23.960Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33872026-08-20T17:19:26.940Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33882026-08-20T17:19:27.598Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33892026-08-20T17:19:29.498Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33902026-08-20T17:19:30.123Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33912026-08-20T17:19:31.619Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33922026-08-20T17:19:33.213Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33932026-08-20T17:19:35.005Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33942026-08-20T17:19:36.421Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33952026-08-20T17:19:38.149Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33962026-08-20T17:19:39.724Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-08-20T17:19:41.387Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33982026-08-20T17:19:45.999Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33992026-08-20T17:19:46.439Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34002026-08-20T17:19:47.477Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34012026-08-20T17:19:48.135Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34022026-08-20T17:19:49.659Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34032026-08-20T17:19:51.823Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34042026-08-20T17:19:53.511Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34052026-08-20T17:19:55.564Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34062026-08-20T17:19:57.336Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34072026-08-20T17:19:59.061Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34082026-08-20T17:20:01.071Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34092026-08-20T17:20:02.620Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34102026-08-20T17:20:04.344Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34112026-08-20T17:20:06.111Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34122026-08-20T17:20:07.903Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34132026-08-20T17:20:09.614Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34142026-08-20T17:20:11.358Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34152026-08-20T17:20:12.976Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34162026-08-20T17:20:14.976Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34172026-08-20T17:20:16.539Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34182026-08-20T17:20:18.381Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34192026-08-20T17:20:20.258Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34202026-08-20T17:20:22.121Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34212026-08-20T17:20:23.887Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34222026-08-20T17:20:25.837Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34232026-08-20T17:20:31.369Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34242026-08-20T17:20:34.530Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34252026-08-20T17:20:35.731Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34262026-08-20T17:20:37.884Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34272026-08-20T17:20:39.664Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34282026-08-20T17:20:41.700Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34292026-08-20T17:20:44.096Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34302026-08-20T17:20:46.545Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34312026-08-20T17:20:49.489Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34322026-08-20T17:20:51.350Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34332026-08-20T17:20:53.874Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34342026-08-20T17:20:56.228Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34352026-08-20T17:20:58.836Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34362026-08-20T17:21:00.780Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34372026-08-20T17:21:03.816Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34382026-08-20T17:21:05.872Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34392026-08-20T17:21:08.085Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34402026-08-20T17:21:10.600Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34412026-08-20T17:21:13.326Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34422026-08-20T17:21:15.849Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34432026-08-20T17:21:18.295Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34442026-08-20T17:21:24.918Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34452026-08-20T17:21:24.969Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34462026-08-20T17:21:25.718Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34472026-08-20T17:21:28.136Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34482026-08-20T17:21:30.698Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34492026-08-20T17:21:33.206Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34502026-08-20T17:21:35.556Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34512026-08-20T17:21:38.264Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34522026-08-20T17:21:40.836Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34532026-08-20T17:21:43.303Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34542026-08-20T17:21:45.809Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34552026-08-20T17:21:48.308Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34562026-08-20T17:21:51.009Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34572026-08-20T17:21:53.535Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34582026-08-20T17:21:56.080Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34592026-08-20T17:21:58.600Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34602026-08-20T17:22:01.198Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34612026-08-20T17:22:03.578Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34622026-08-20T17:22:06.056Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34632026-08-20T17:22:08.751Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34642026-08-20T17:22:11.439Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34652026-08-20T17:22:13.989Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34662026-08-20T17:22:16.590Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34672026-08-20T17:22:18.984Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34682026-08-20T17:22:21.597Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34692026-08-20T17:22:24.973Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34702026-08-20T17:22:27.314Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34712026-08-20T17:22:29.846Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34722026-08-20T17:22:32.529Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34732026-08-20T17:22:35.253Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34742026-08-20T17:22:37.890Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34752026-08-20T17:22:40.654Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34762026-08-20T17:22:43.295Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34772026-08-20T17:22:46.003Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34782026-08-20T17:22:48.515Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34792026-08-20T17:22:51.318Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34802026-08-20T17:22:53.956Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34812026-08-20T17:22:57.097Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34822026-08-20T17:22:59.833Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34832026-08-20T17:23:02.459Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34842026-08-20T17:23:05.134Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34852026-08-20T17:23:07.953Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34862026-08-20T17:23:10.709Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34872026-08-20T17:23:13.983Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34882026-08-20T17:23:16.598Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34892026-08-20T17:23:24.620Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34902026-08-20T17:23:24.882Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34912026-08-20T17:23:28.435Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34922026-08-20T17:23:31.995Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34932026-08-20T17:23:35.476Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34942026-08-20T17:23:39.297Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34952026-08-20T17:23:42.587Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34962026-08-20T17:23:47.548Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34972026-08-20T17:23:50.493Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34982026-08-20T17:23:54.376Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34992026-08-20T17:23:58.243Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35002026-08-20T17:24:02.135Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35012026-08-20T17:24:06.225Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35022026-08-20T17:24:09.970Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35032026-08-20T17:24:13.820Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35042026-08-20T17:24:17.656Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35052026-08-20T17:24:21.586Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35062026-08-20T17:24:25.487Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35072026-08-20T17:24:29.382Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35082026-08-20T17:24:33.260Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35092026-08-20T17:24:37.138Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35102026-08-20T17:24:41.050Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35112026-08-20T17:24:45.961Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35122026-08-20T17:24:48.724Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35132026-08-20T17:24:52.691Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35142026-08-20T17:25:35.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 29s
35152026-08-20T17:25:35.234Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35162026-08-20T17:25:35.234Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35172026-08-20T17:25:35.234Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35182026-08-20T17:25:35.234Z
35192026-08-20T17:25:35.234Zreal 7:29.863234994
35202026-08-20T17:25:35.235Zuser 20:19.663920683
35212026-08-20T17:25:35.235Zsys 4:22.113626164
35222026-08-20T17:25:35.235Ztrap 0.302997858
35232026-08-20T17:25:35.235Ztflt 0.005826252
35242026-08-20T17:25:35.235Zdflt 0.082460705
35252026-08-20T17:25:35.235Zkflt 0.000050200
35262026-08-20T17:25:35.235Zlock 7:09:43.143161330
35272026-08-20T17:25:35.235Zslp 2:31:10.748893491
35282026-08-20T17:25:35.235Zlat 34.406056925
35292026-08-20T17:25:35.235Zstop 2:08.097876959
35302026-08-20T17:25:35.235Zprocess exited: duration 834538 ms, exit code 0
 
35312026-08-20T17:25:35.792Zfound 0 output files