01M0DRJEYV3BJMMAATSATS2XVE: clippy (helios)

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

Buildomat Job: 01M0DRK9JVVWPT1RSGRDMRAX0X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T19:41:02.906Zjob assigned to worker 01M0DRKM145DJBVRDQSMT0PY95 [factory aws, i-010c7942ba591de95] (queued for 1 m 1 s)
 
22026-08-19T19:41:09.182Zstarting task 0: "setup"
32026-08-19T19:41:09.187Z++ uname -s
42026-08-19T19:41:09.190Z+ kern=SunOS
52026-08-19T19:41:09.190Z+ build_user=build
62026-08-19T19:41:09.190Z+ build_uid=12345
72026-08-19T19:41:09.190Z+ work_dir=/work
82026-08-19T19:41:09.190Z+ input_dir=/input
92026-08-19T19:41:09.190Z+ [[ 0 == 12345 ]]
102026-08-19T19:41:09.190Z+ case "$kern" in
112026-08-19T19:41:09.190Z+ groupadd -g 12345 build
122026-08-19T19:41:09.193Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T19:41:11.196Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T19:41:11.259Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T19:41:11.262Z+ home_fs=zfs
162026-08-19T19:41:11.262Z+ [[ zfs == autofs ]]
172026-08-19T19:41:11.262Z+ mkdir -p /home/build
182026-08-19T19:41:11.262Z+ chown build:build /home/build /work
192026-08-19T19:41:13.263Z+ chmod 0700 /home/build /work
202026-08-19T19:41:13.267Zprocess exited: duration 4083 ms, exit code 0
 
212026-08-19T19:41:13.273Zstarting task 1: "rust-toolchain"
222026-08-19T19:41:13.276Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T19:41:13.276Z * rust toolchain channel = "1.97.1"
242026-08-19T19:41:13.276Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-19T19:41:13.276Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-19T19:41:13.276Z * rust toolchain profile = "default"
272026-08-19T19:41:13.276Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T19:41:13.279Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T19:41:13.279Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T19:41:13.346Zinfo: downloading installer
312026-08-19T19:41:14.655Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T19:41:14.655Zwarn: /home/build/.rustup/settings.toml
332026-08-19T19:41:14.655Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T19:41:14.655Zwarn: instead of the one inferred from the default host triple.
352026-08-19T19:41:14.668Zinfo: profile set to default
362026-08-19T19:41:14.668Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T19:41:14.671Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T19:41:14.794Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T19:41:14.797Zinfo: downloading 6 components
402026-08-19T19:41:30.339Z
412026-08-19T19:41:30.339Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-19T19:41:30.365Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T19:41:30.365Z
442026-08-19T19:41:30.365Z
452026-08-19T19:41:30.365ZRust is installed now. Great!
462026-08-19T19:41:30.365Z
472026-08-19T19:41:30.365ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T19:41:30.366Zenvironment variable. This has not been done automatically.
492026-08-19T19:41:30.366Z
502026-08-19T19:41:30.366ZTo configure your current shell, you need to source
512026-08-19T19:41:30.366Zthe corresponding env file under $HOME/.cargo.
522026-08-19T19:41:30.366Z
532026-08-19T19:41:30.366ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T19:41:30.366Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T19:41:30.366Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T19:41:30.366Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T19:41:30.366Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T19:41:30.366Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T19:41:30.366Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T19:41:30.369Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T19:41:30.369Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T19:41:30.466Z+ rustup --version
632026-08-19T19:41:30.474Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T19:41:30.477Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T19:41:30.495Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T19:41:30.498Z+ cargo --version
672026-08-19T19:41:30.512Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T19:41:30.516Z+ rustc --version
692026-08-19T19:41:30.534Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T19:41:30.537Zprocess exited: duration 17263 ms, exit code 0
 
712026-08-19T19:41:30.542Zstarting task 2: "authentication"
722026-08-19T19:41:30.559Zprocess exited: duration 16 ms, exit code 0
 
732026-08-19T19:41:30.565Zstarting task 3: "clone repository"
742026-08-19T19:41:30.568Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-19T19:41:30.571Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-19T19:41:30.597ZCloning into '/work/oxidecomputer/omicron'...
772026-08-19T19:41:49.764Z+ cd /work/oxidecomputer/omicron
782026-08-19T19:41:49.765Z+ git fetch origin 303d447996ed4fea1628e4c12d2cccb30a402920
792026-08-19T19:41:50.135ZFrom https://github.com/oxidecomputer/omicron
802026-08-19T19:41:50.135Z * branch 303d447996ed4fea1628e4c12d2cccb30a402920 -> FETCH_HEAD
812026-08-19T19:41:50.145Z+ [[ -n sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key ]]
822026-08-19T19:41:50.148Z++ git branch --show-current
832026-08-19T19:41:50.149Z+ current=main
842026-08-19T19:41:50.149Z+ [[ main != sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key ]]
852026-08-19T19:41:50.149Z+ git branch -f sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key 303d447996ed4fea1628e4c12d2cccb30a402920
862026-08-19T19:41:50.152Z+ git checkout -f sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key
872026-08-19T19:41:50.174ZSwitched to branch 'sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key'
882026-08-19T19:41:50.177Z+ git reset --hard 303d447996ed4fea1628e4c12d2cccb30a402920
892026-08-19T19:41:50.206ZHEAD is now at 303d44799 rebase on main
902026-08-19T19:41:50.208Zprocess exited: duration 19637 ms, exit code 0
 
912026-08-19T19:41:50.215Zstarting task 4: "build"
922026-08-19T19:41:50.218Z+ source ./env.sh
932026-08-19T19:41:50.222Z++ OLD_SHELL_OPTS=ehxB
942026-08-19T19:41:50.222Z++ set -o xtrace
952026-08-19T19:41:50.222Z++++ dirname ./env.sh
962026-08-19T19:41:50.226Z+++ readlink -f .
972026-08-19T19:41:50.229Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-19T19:41:50.229Z++ 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-19T19:41:50.229Z++ 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-19T19:41:50.229Z++ 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-19T19:41:50.229Z++ 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-19T19:41:50.229Z++ 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-19T19:41:50.229Z++ 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-19T19:41:50.229Z++ 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-19T19:41:50.229Z++ 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-19T19:41:50.229Z++ 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-19T19:41:50.229Z++ 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-19T19:41:50.229Z++ case $OLD_SHELL_OPTS in
1092026-08-19T19:41:50.229Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-19T19:41:50.229Z+ source .github/buildomat/ci-env.sh
1112026-08-19T19:41:50.229Z++ export CARGO_TERM_COLOR=always
1122026-08-19T19:41:50.229Z++ CARGO_TERM_COLOR=always
1132026-08-19T19:41:50.229Z+++ uname -s
1142026-08-19T19:41:50.229Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-19T19:41:50.229Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-19T19:41:50.229Z+ cargo --version
1172026-08-19T19:41:50.237Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-19T19:41:50.240Z+ rustc --version
1192026-08-19T19:41:50.259Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-19T19:41:50.262Z+ banner prerequisites
1212026-08-19T19:41:50.265Z
1222026-08-19T19:41:50.265Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-19T19:41:50.265Z # # # # # # # # # # # # # # #
1242026-08-19T19:41:50.265Z # # # # ##### # # ##### # # # # # #### #
1252026-08-19T19:41:50.265Z ##### ##### # ##### # # # # # # # # #
1262026-08-19T19:41:50.265Z # # # # # # # # # # # # # # #
1272026-08-19T19:41:50.265Z # # # ###### # # ###### ### # #### # #### #
1282026-08-19T19:41:50.265Z
1292026-08-19T19:41:50.265Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-19T19:41:52.022Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-19T19:41:52.346Z Startup: Caching catalogs ... Done
1322026-08-19T19:41:54.140ZPlanning: Solver setup ... Done (1.690s)
1332026-08-19T19:41:54.194ZPlanning: Running solver ... Done (0.054s)
1342026-08-19T19:41:54.236ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-19T19:41:54.244ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-19T19:41:54.259ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-19T19:41:54.273ZPlanning: Package planning ... Done (0.013s)
1382026-08-19T19:41:54.275ZPlanning: Merging actions ... Done (0.001s)
1392026-08-19T19:41:54.432ZPlanning: Checking for conflicting actions ... Done (0.157s)
1402026-08-19T19:41:54.436ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-19T19:41:55.211ZPlanning: Evaluating mediators ... Done (0.779s)
1422026-08-19T19:41:55.214ZPlanning: Planning completed in 2.83 seconds
1432026-08-19T19:41:55.221Z Packages to install: 2
1442026-08-19T19:41:55.221Z Estimated space available: 156.01 GB
1452026-08-19T19:41:55.228ZEstimated space to be consumed: 70.76 MB
1462026-08-19T19:41:55.228Z Create boot environment: No
1472026-08-19T19:41:55.228ZCreate backup boot environment: No
1482026-08-19T19:41:55.228Z Rebuild boot archive: No
1492026-08-19T19:41:55.228Z
1502026-08-19T19:41:55.228ZChanged packages:
1512026-08-19T19:41:55.228Zhelios
1522026-08-19T19:41:55.228Z developer/build-essential
1532026-08-19T19:41:55.228Z None -> 11-3.0
1542026-08-19T19:41:55.228Z library/libxmlsec1
1552026-08-19T19:41:55.228Z None -> 1.2.35-3.0
1562026-08-19T19:41:55.246Z
1572026-08-19T19:41:55.246ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-19T19:41:55.321ZDownload: Completed 1.28 MB in 0.08 seconds (17.1M/s)
1592026-08-19T19:41:55.377Z Actions: 1/268 actions (Installing new actions)
1602026-08-19T19:41:55.415Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-19T19:41:55.444ZFinalize: Updating package state database ... Done (0.030s)
1622026-08-19T19:41:55.445ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-19T19:41:55.520ZFinalize: Updating image state ... Done (0.075s)
1642026-08-19T19:41:57.952ZFinalize: Creating fast lookup database ... Done (2.384s)
1652026-08-19T19:41:58.017ZFinalize: Reading search index ... Done (0.011s)
1662026-08-19T19:41:58.020ZFinalize: Updating search index ... Done (0.000s)
1672026-08-19T19:41:58.123ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-19T19:41:58.484ZPlanning: Evaluating mediator changes ... Done
1692026-08-19T19:41:58.586ZPlanning: Checking for conflicting actions ... Done
1702026-08-19T19:41:58.590ZPlanning: Consolidating action changes ... Done
1712026-08-19T19:41:58.743ZPlanning: Evaluating mediators ... Done
1722026-08-19T19:41:58.747ZPlanning: Planning completed in 0.26 seconds
1732026-08-19T19:41:58.766Z Mediators to change: 2
1742026-08-19T19:41:58.766Z Create boot environment: No
1752026-08-19T19:41:58.770ZCreate backup boot environment: No
1762026-08-19T19:41:58.809ZFinalize: Updating package state database ... Done
1772026-08-19T19:41:58.809ZFinalize: Updating package cache ... Done
1782026-08-19T19:41:58.854ZFinalize: Updating image state ... Done
1792026-08-19T19:42:00.797ZFinalize: Creating fast lookup database ... Done
1802026-08-19T19:42:00.863ZFinalize: Reading search index ... Done
1812026-08-19T19:42:00.866ZFinalize: Updating search index ... Done
1822026-08-19T19:42:00.940ZFinalize: Updating package cache ... Done
1832026-08-19T19:42:01.227ZPlanning: Evaluating mediator changes ... Done
1842026-08-19T19:42:01.331ZPlanning: Checking for conflicting actions ... Done
1852026-08-19T19:42:01.334ZPlanning: Consolidating action changes ... Done
1862026-08-19T19:42:01.488ZPlanning: Evaluating mediators ... Done
1872026-08-19T19:42:01.491ZPlanning: Planning completed in 0.26 seconds
1882026-08-19T19:42:01.511Z Mediators to change: 1
1892026-08-19T19:42:01.511Z Create boot environment: No
1902026-08-19T19:42:01.513ZCreate backup boot environment: No
1912026-08-19T19:42:01.553ZFinalize: Updating package state database ... Done
1922026-08-19T19:42:01.554ZFinalize: Updating package cache ... Done
1932026-08-19T19:42:01.598ZFinalize: Updating image state ... Done
1942026-08-19T19:42:03.543ZFinalize: Creating fast lookup database ... Done
1952026-08-19T19:42:03.605ZFinalize: Reading search index ... Done
1962026-08-19T19:42:03.608ZFinalize: Updating search index ... Done
1972026-08-19T19:42:03.662ZFinalize: Updating package cache ... Done
1982026-08-19T19:42:03.974ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-19T19:42:03.974Zapache system 2.4 system
2002026-08-19T19:42:03.974Zclang system 15 system
2012026-08-19T19:42:03.975Zcsh system system illumos
2022026-08-19T19:42:03.975Zctags system system illumos
2032026-08-19T19:42:03.975Zfile vendor vendor darwinsys
2042026-08-19T19:42:03.975Zfile system system illumos
2052026-08-19T19:42:03.975Zgcc vendor 14 vendor
2062026-08-19T19:42:03.975Zgcc system 13 system
2072026-08-19T19:42:03.975Zgcc system 10 system
2082026-08-19T19:42:03.975Zgo system 1.25 system
2092026-08-19T19:42:03.975Zllvm system 15 system
2102026-08-19T19:42:03.975Zmariadb system 11.4 system
2112026-08-19T19:42:03.975Zmta vendor vendor dma
2122026-08-19T19:42:03.975Zopenjdk system 17 system
2132026-08-19T19:42:03.975Zopenjdk system 11 system
2142026-08-19T19:42:03.975Zopenssl vendor 3 vendor
2152026-08-19T19:42:03.975Zperl system 5.40 system
2162026-08-19T19:42:03.975Zpostgresql system 18 system
2172026-08-19T19:42:03.975Zpostgresql system 17 system
2182026-08-19T19:42:03.975Zpython vendor 3 vendor
2192026-08-19T19:42:03.975Zpython system 2 system
2202026-08-19T19:42:03.975Zpython3 vendor 3.13 vendor
2212026-08-19T19:42:03.975Zruby system 3.4 system
2222026-08-19T19:42:03.975Zruby system 3.0 system
2232026-08-19T19:42:03.975Zwords vendor vendor american-english
2242026-08-19T19:42:03.975Zwords system system australian-english
2252026-08-19T19:42:03.975Zwords system system british-english
2262026-08-19T19:42:03.975Zwords system system canadian-english
2272026-08-19T19:42:03.975Zwords system system french
2282026-08-19T19:42:03.975Zwords system system italian
2292026-08-19T19:42:03.975Zwords system system ngerman
2302026-08-19T19:42:03.975Zwords system system ogerman
2312026-08-19T19:42:03.975Zwords system system spanish
2322026-08-19T19:42:04.226ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-19T19:42:04.226Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-19T19:42:04.676ZFMRI IFO
2352026-08-19T19:42:04.676Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-19T19:42:04.676Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-19T19:42:04.676Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-19T19:42:04.676Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-19T19:42:04.676Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-19T19:42:04.676Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-19T19:42:04.677Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-19T19:42:04.677Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-19T19:42:04.677Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-19T19:42:05.006Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-19T19:42:05.323Z Updating crates.io index
2462026-08-19T19:42:05.326Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-19T19:42:05.586Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-19T19:42:05.951Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-19T19:42:07.231Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-19T19:42:07.870Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-19T19:42:09.858Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-19T19:42:11.160Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-19T19:42:11.416Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-19T19:42:11.798Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-19T19:42:13.117Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-19T19:42:13.428Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-19T19:42:13.886Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-19T19:42:14.183Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-19T19:42:14.452Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-19T19:42:14.734Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-19T19:42:15.015Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-19T19:42:15.295Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-19T19:42:15.638Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-19T19:42:16.187Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-19T19:42:16.562Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-19T19:42:16.991Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-08-19T19:42:17.320Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-08-19T19:42:17.938Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-08-19T19:42:18.280Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-19T19:42:18.545Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-19T19:42:19.170Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-19T19:42:19.485Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-19T19:42:19.788Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-19T19:42:20.466Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-19T19:42:20.742Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-19T19:42:21.080Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-19T19:42:21.471Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-08-19T19:42:22.222Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-19T19:42:22.515Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-19T19:42:22.799Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-19T19:42:23.103Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-19T19:42:23.428Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-19T19:42:23.702Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-19T19:42:24.010Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-19T19:42:24.343Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-19T19:42:24.618Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-08-19T19:42:24.903Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-08-19T19:42:27.303Z Downloading crates ...
2892026-08-19T19:42:27.352Z Downloaded anstream v1.0.0
2902026-08-19T19:42:27.355Z Downloaded camino v1.2.5
2912026-08-19T19:42:27.358Z Downloaded cargo_metadata v0.23.1
2922026-08-19T19:42:27.361Z Downloaded anstyle v1.0.14
2932026-08-19T19:42:27.364Z Downloaded camino-tempfile v1.4.1
2942026-08-19T19:42:27.364Z Downloaded cargo-platform v0.3.2
2952026-08-19T19:42:27.364Z Downloaded zmij v1.0.21
2962026-08-19T19:42:27.364Z Downloaded cargo_toml v0.21.0
2972026-08-19T19:42:27.367Z Downloaded equivalent v1.0.2
2982026-08-19T19:42:27.372Z Downloaded cpufeatures v0.2.17
2992026-08-19T19:42:27.375Z Downloaded clap_builder v4.6.0
3002026-08-19T19:42:27.378Z Downloaded zerocopy v0.7.35
3012026-08-19T19:42:27.384Z Downloaded zerocopy-derive v0.7.35
3022026-08-19T19:42:27.387Z Downloaded dof v0.3.0
3032026-08-19T19:42:27.387Z Downloaded clap_lex v1.0.0
3042026-08-19T19:42:27.392Z Downloaded pest_derive v2.8.6
3052026-08-19T19:42:27.392Z Downloaded bitflags v2.11.0
3062026-08-19T19:42:27.395Z Downloaded fastrand v2.3.0
3072026-08-19T19:42:27.395Z Downloaded fnv v1.0.7
3082026-08-19T19:42:27.395Z Downloaded log v0.4.33
3092026-08-19T19:42:27.395Z Downloaded macaddr v1.0.1
3102026-08-19T19:42:27.395Z Downloaded autocfg v1.5.0
3112026-08-19T19:42:27.395Z Downloaded clap v4.6.1
3122026-08-19T19:42:27.400Z Downloaded cfg-if v1.0.4
3132026-08-19T19:42:27.403Z Downloaded generic-array v0.14.7
3142026-08-19T19:42:27.403Z Downloaded quote v1.0.45
3152026-08-19T19:42:27.403Z Downloaded clap_derive v4.6.1
3162026-08-19T19:42:27.406Z Downloaded is_terminal_polyfill v1.70.2
3172026-08-19T19:42:27.406Z Downloaded dtrace-parser v0.2.0
3182026-08-19T19:42:27.406Z Downloaded memmap v0.7.0
3192026-08-19T19:42:27.406Z Downloaded pretty-hex v0.4.1
3202026-08-19T19:42:27.409Z Downloaded proc-macro-error-attr v1.0.4
3212026-08-19T19:42:27.409Z Downloaded errno v0.3.14
3222026-08-19T19:42:27.409Z Downloaded block-buffer v0.10.4
3232026-08-19T19:42:27.412Z Downloaded itoa v1.0.17
3242026-08-19T19:42:27.417Z Downloaded anstyle-query v1.1.5
3252026-08-19T19:42:27.421Z Downloaded smawk v0.3.2
3262026-08-19T19:42:27.421Z Downloaded scroll_derive v0.12.1
3272026-08-19T19:42:27.426Z Downloaded scroll v0.12.0
3282026-08-19T19:42:27.426Z Downloaded utf8parse v0.2.2
3292026-08-19T19:42:27.430Z Downloaded terminal_size v0.4.3
3302026-08-19T19:42:27.436Z Downloaded strsim v0.11.1
3312026-08-19T19:42:27.436Z Downloaded usdt-macro v0.5.0
3322026-08-19T19:42:27.436Z Downloaded crypto-common v0.1.7
3332026-08-19T19:42:27.445Z Downloaded colorchoice v1.0.4
3342026-08-19T19:42:27.454Z Downloaded swrite v0.1.0
3352026-08-19T19:42:27.454Z Downloaded usdt v0.5.0
3362026-08-19T19:42:27.454Z Downloaded heck v0.5.0
3372026-08-19T19:42:27.454Z Downloaded plain v0.2.3
3382026-08-19T19:42:27.484Z Downloaded thread-id v4.2.2
3392026-08-19T19:42:27.484Z Downloaded toml_datetime v0.6.11
3402026-08-19T19:42:27.484Z Downloaded heck v0.4.1
3412026-08-19T19:42:27.484Z Downloaded tabled_derive v0.7.0
3422026-08-19T19:42:27.484Z Downloaded version_check v0.9.5
3432026-08-19T19:42:27.494Z Downloaded serde_spanned v0.6.9
3442026-08-19T19:42:27.494Z Downloaded unicode-linebreak v0.1.5
3452026-08-19T19:42:27.494Z Downloaded anstyle-parse v1.0.0
3462026-08-19T19:42:27.494Z Downloaded digest v0.10.7
3472026-08-19T19:42:27.494Z Downloaded toml_write v0.1.2
3482026-08-19T19:42:27.494Z Downloaded proc-macro-error v1.0.4
3492026-08-19T19:42:27.494Z Downloaded usdt-attr-macro v0.5.0
3502026-08-19T19:42:27.494Z Downloaded serde_tokenstream v0.2.3
3512026-08-19T19:42:27.494Z Downloaded bytecount v0.6.9
3522026-08-19T19:42:27.494Z Downloaded fs-err v3.3.0
3532026-08-19T19:42:27.494Z Downloaded thiserror-impl v2.0.18
3542026-08-19T19:42:27.494Z Downloaded byteorder v1.5.0
3552026-08-19T19:42:27.500Z Downloaded thiserror v2.0.18
3562026-08-19T19:42:27.503Z Downloaded thiserror v1.0.69
3572026-08-19T19:42:27.503Z Downloaded sha2 v0.10.9
3582026-08-19T19:42:27.506Z Downloaded thiserror-impl v1.0.69
3592026-08-19T19:42:27.509Z Downloaded pest_generator v2.8.6
3602026-08-19T19:42:27.512Z Downloaded once_cell v1.21.3
3612026-08-19T19:42:27.515Z Downloaded semver v1.0.28
3622026-08-19T19:42:27.515Z Downloaded ucd-trie v0.1.7
3632026-08-19T19:42:27.518Z Downloaded usdt-impl v0.5.0
3642026-08-19T19:42:27.525Z Downloaded tempfile v3.27.0
3652026-08-19T19:42:27.530Z Downloaded toml v0.8.23
3662026-08-19T19:42:27.533Z Downloaded papergrid v0.11.0
3672026-08-19T19:42:27.536Z Downloaded proc-macro2 v1.0.106
3682026-08-19T19:42:27.540Z Downloaded serde_core v1.0.228
3692026-08-19T19:42:27.554Z Downloaded anyhow v1.0.104
3702026-08-19T19:42:27.559Z Downloaded serde_derive v1.0.228
3712026-08-19T19:42:27.561Z Downloaded pest_meta v2.8.6
3722026-08-19T19:42:27.561Z Downloaded unicode-ident v1.0.24
3732026-08-19T19:42:27.566Z Downloaded getrandom v0.3.4
3742026-08-19T19:42:27.570Z Downloaded textwrap v0.16.2
3752026-08-19T19:42:27.578Z Downloaded serde v1.0.228
3762026-08-19T19:42:27.582Z Downloaded memchr v2.8.0
3772026-08-19T19:42:27.591Z Downloaded toml_edit v0.22.27
3782026-08-19T19:42:27.605Z Downloaded indexmap v2.14.0
3792026-08-19T19:42:27.615Z Downloaded typenum v1.20.1
3802026-08-19T19:42:27.618Z Downloaded pest v2.8.6
3812026-08-19T19:42:27.635Z Downloaded hashbrown v0.17.0
3822026-08-19T19:42:27.638Z Downloaded serde_json v1.0.151
3832026-08-19T19:42:27.664Z Downloaded winnow v0.7.14
3842026-08-19T19:42:27.668Z Downloaded goblin v0.8.2
3852026-08-19T19:42:27.672Z Downloaded tabled v0.15.0
3862026-08-19T19:42:27.687Z Downloaded syn v1.0.109
3872026-08-19T19:42:27.691Z Downloaded unicode-width v0.2.0
3882026-08-19T19:42:27.694Z Downloaded unicode-width v0.1.14
3892026-08-19T19:42:27.697Z Downloaded syn v2.0.117
3902026-08-19T19:42:27.709Z Downloaded rustix v1.1.4
3912026-08-19T19:42:27.735Z Downloaded libc v0.2.185
3922026-08-19T19:42:27.799Z Compiling proc-macro2 v1.0.106
3932026-08-19T19:42:27.799Z Compiling unicode-ident v1.0.24
3942026-08-19T19:42:27.799Z Compiling quote v1.0.45
3952026-08-19T19:42:27.802Z Compiling serde_core v1.0.228
3962026-08-19T19:42:27.802Z Compiling libc v0.2.185
3972026-08-19T19:42:27.802Z Compiling version_check v0.9.5
3982026-08-19T19:42:27.802Z Compiling memchr v2.8.0
3992026-08-19T19:42:27.802Z Compiling serde v1.0.228
4002026-08-19T19:42:28.110Z Compiling zmij v1.0.21
4012026-08-19T19:42:28.345Z Compiling thiserror v1.0.69
4022026-08-19T19:42:28.348Z Compiling ucd-trie v0.1.7
4032026-08-19T19:42:28.424Z Compiling itoa v1.0.17
4042026-08-19T19:42:28.613Z Compiling pest v2.8.6
4052026-08-19T19:42:28.699Z Compiling byteorder v1.5.0
4062026-08-19T19:42:28.837Z Compiling rustix v1.1.4
4072026-08-19T19:42:28.857Z Compiling errno v0.3.14
4082026-08-19T19:42:28.957Z Compiling serde_json v1.0.151
4092026-08-19T19:42:29.018Z Compiling bitflags v2.11.0
4102026-08-19T19:42:29.254Z Compiling thread-id v4.2.2
4112026-08-19T19:42:29.333Z Compiling syn v2.0.117
4122026-08-19T19:42:29.350Z Compiling proc-macro-error-attr v1.0.4
4132026-08-19T19:42:29.366Z Compiling usdt-impl v0.5.0
4142026-08-19T19:42:29.435Z Compiling camino v1.2.5
4152026-08-19T19:42:29.535Z Compiling syn v1.0.109
4162026-08-19T19:42:29.702Z Compiling pest_meta v2.8.6
4172026-08-19T19:42:29.863Z Compiling proc-macro-error v1.0.4
4182026-08-19T19:42:29.894Z Compiling plain v0.2.3
4192026-08-19T19:42:29.909Z Compiling log v0.4.33
4202026-08-19T19:42:30.006Z Compiling utf8parse v0.2.2
4212026-08-19T19:42:30.043Z Compiling equivalent v1.0.2
4222026-08-19T19:42:30.092Z Compiling getrandom v0.3.4
4232026-08-19T19:42:30.119Z Compiling hashbrown v0.17.0
4242026-08-19T19:42:30.135Z Compiling anstyle-parse v1.0.0
4252026-08-19T19:42:30.322Z Compiling terminal_size v0.4.3
4262026-08-19T19:42:30.620Z Compiling indexmap v2.14.0
4272026-08-19T19:42:31.096Z Compiling autocfg v1.5.0
4282026-08-19T19:42:31.230Z Compiling anstyle-query v1.1.5
4292026-08-19T19:42:31.248Z Compiling is_terminal_polyfill v1.70.2
4302026-08-19T19:42:31.286Z Compiling thiserror v2.0.18
4312026-08-19T19:42:31.306Z Compiling toml_write v0.1.2
4322026-08-19T19:42:31.342Z Compiling colorchoice v1.0.4
4332026-08-19T19:42:31.345Z Compiling cfg-if v1.0.4
4342026-08-19T19:42:31.436Z Compiling pretty-hex v0.4.1
4352026-08-19T19:42:31.466Z Compiling winnow v0.7.14
4362026-08-19T19:42:31.501Z Compiling anstyle v1.0.14
4372026-08-19T19:42:31.517Z Compiling fs-err v3.3.0
4382026-08-19T19:42:31.576Z Compiling pest_generator v2.8.6
4392026-08-19T19:42:31.704Z Compiling anstream v1.0.0
4402026-08-19T19:42:31.840Z Compiling fnv v1.0.7
4412026-08-19T19:42:31.892Z Compiling heck v0.5.0
4422026-08-19T19:42:31.947Z Compiling clap_lex v1.0.0
4432026-08-19T19:42:32.006Z Compiling fastrand v2.3.0
4442026-08-19T19:42:32.112Z Compiling strsim v0.11.1
4452026-08-19T19:42:32.129Z Compiling once_cell v1.21.3
4462026-08-19T19:42:32.174Z Compiling bytecount v0.6.9
4472026-08-19T19:42:32.255Z Compiling unicode-width v0.1.14
4482026-08-19T19:42:32.273Z Compiling heck v0.4.1
4492026-08-19T19:42:32.312Z Compiling anyhow v1.0.104
4502026-08-19T19:42:32.341Z Compiling tempfile v3.27.0
4512026-08-19T19:42:32.454Z Compiling clap_builder v4.6.0
4522026-08-19T19:42:32.494Z Compiling papergrid v0.11.0
4532026-08-19T19:42:32.637Z Compiling cargo-platform v0.3.2
4542026-08-19T19:42:32.680Z Compiling tabled_derive v0.7.0
4552026-08-19T19:42:32.715Z Compiling semver v1.0.28
4562026-08-19T19:42:32.834Z Compiling memmap v0.7.0
4572026-08-19T19:42:32.905Z Compiling smawk v0.3.2
4582026-08-19T19:42:32.924Z Compiling unicode-linebreak v0.1.5
4592026-08-19T19:42:33.015Z Compiling unicode-width v0.2.0
4602026-08-19T19:42:33.165Z Compiling camino-tempfile v1.4.1
4612026-08-19T19:42:33.188Z Compiling serde_derive v1.0.228
4622026-08-19T19:42:33.291Z Compiling thiserror-impl v1.0.69
4632026-08-19T19:42:33.331Z Compiling zerocopy-derive v0.7.35
4642026-08-19T19:42:33.378Z Compiling pest_derive v2.8.6
4652026-08-19T19:42:33.397Z Compiling scroll_derive v0.12.1
4662026-08-19T19:42:33.594Z Compiling thiserror-impl v2.0.18
4672026-08-19T19:42:33.820Z Compiling clap_derive v4.6.1
4682026-08-19T19:42:33.945Z Compiling tabled v0.15.0
4692026-08-19T19:42:34.114Z Compiling scroll v0.12.0
4702026-08-19T19:42:34.194Z Compiling zerocopy v0.7.35
4712026-08-19T19:42:34.394Z Compiling goblin v0.8.2
4722026-08-19T19:42:34.732Z Compiling dtrace-parser v0.2.0
4732026-08-19T19:42:34.774Z Compiling textwrap v0.16.2
4742026-08-19T19:42:35.051Z Compiling swrite v0.1.0
4752026-08-19T19:42:35.591Z Compiling clap v4.6.1
4762026-08-19T19:42:36.245Z Compiling serde_spanned v0.6.9
4772026-08-19T19:42:36.245Z Compiling toml_datetime v0.6.11
4782026-08-19T19:42:36.245Z Compiling macaddr v1.0.1
4792026-08-19T19:42:36.245Z Compiling cargo_metadata v0.23.1
4802026-08-19T19:42:36.249Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-19T19:42:36.334Z Compiling dof v0.3.0
4822026-08-19T19:42:36.360Z Compiling serde_tokenstream v0.2.3
4832026-08-19T19:42:36.462Z Compiling toml_edit v0.22.27
4842026-08-19T19:42:37.191Z Compiling usdt-attr-macro v0.5.0
4852026-08-19T19:42:37.192Z Compiling usdt-macro v0.5.0
4862026-08-19T19:42:37.703Z Compiling usdt v0.5.0
4872026-08-19T19:42:37.792Z Compiling toml v0.8.23
4882026-08-19T19:42:38.122Z Compiling cargo_toml v0.21.0
4892026-08-19T19:42:39.407Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-19T19:42:41.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.59s
4912026-08-19T19:42:41.652Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-19T19:42:42.178Z Downloading crates ...
4932026-08-19T19:42:42.213Z Downloaded addr2line v0.25.1
4942026-08-19T19:42:42.220Z Downloaded bb8 v0.8.6
4952026-08-19T19:42:42.227Z Downloaded embedded-io v0.6.1
4962026-08-19T19:42:42.232Z Downloaded adler2 v2.0.1
4972026-08-19T19:42:42.232Z Downloaded bit-set v0.5.3
4982026-08-19T19:42:42.232Z Downloaded array-init v0.0.4
4992026-08-19T19:42:42.232Z Downloaded arrayref v0.3.9
5002026-08-19T19:42:42.237Z Downloaded base16ct v0.2.0
5012026-08-19T19:42:42.237Z Downloaded bcrypt-pbkdf v0.11.0
5022026-08-19T19:42:42.240Z Downloaded backtrace-ext v0.2.1
5032026-08-19T19:42:42.240Z Downloaded base16ct v1.0.0
5042026-08-19T19:42:42.244Z Downloaded hex-literal v1.1.0
5052026-08-19T19:42:42.244Z Downloaded fd-lock v4.0.4
5062026-08-19T19:42:42.253Z Downloaded bit-set v0.8.0
5072026-08-19T19:42:42.254Z Downloaded async-stream v0.3.6
5082026-08-19T19:42:42.254Z Downloaded anstyle-parse v0.2.7
5092026-08-19T19:42:42.254Z Downloaded endian-type v0.1.2
5102026-08-19T19:42:42.259Z Downloaded embedded-io v0.4.0
5112026-08-19T19:42:42.259Z Downloaded backoff v0.4.0
5122026-08-19T19:42:42.259Z Downloaded assert_matches v1.5.0
5132026-08-19T19:42:42.259Z Downloaded async-recursion v1.1.1
5142026-08-19T19:42:42.259Z Downloaded bitfield-macros v0.19.4
5152026-08-19T19:42:42.259Z Downloaded aead v0.5.2
5162026-08-19T19:42:42.259Z Downloaded env_logger v0.11.11
5172026-08-19T19:42:42.266Z Downloaded ff v0.13.1
5182026-08-19T19:42:42.266Z Downloaded find-msvc-tools v0.1.9
5192026-08-19T19:42:42.266Z Downloaded fixedbitset v0.5.7
5202026-08-19T19:42:42.266Z Downloaded float-ord v0.3.2
5212026-08-19T19:42:42.266Z Downloaded aead v0.6.1
5222026-08-19T19:42:42.266Z Downloaded foreign-types-shared v0.3.1
5232026-08-19T19:42:42.266Z Downloaded hkdf v0.13.0
5242026-08-19T19:42:42.273Z Downloaded base64ct v1.8.3
5252026-08-19T19:42:42.273Z Downloaded flagset v0.4.7
5262026-08-19T19:42:42.273Z Downloaded fixedbitset v0.4.2
5272026-08-19T19:42:42.273Z Downloaded funty v2.0.0
5282026-08-19T19:42:42.279Z Downloaded async-stream-impl v0.3.6
5292026-08-19T19:42:42.279Z Downloaded compression-core v0.4.31
5302026-08-19T19:42:42.280Z Downloaded futures-io v0.3.32
5312026-08-19T19:42:42.280Z Downloaded futures-sink v0.3.32
5322026-08-19T19:42:42.280Z Downloaded fxhash v0.2.1
5332026-08-19T19:42:42.280Z Downloaded bitfield-struct v0.6.2
5342026-08-19T19:42:42.280Z Downloaded ena v0.14.4
5352026-08-19T19:42:42.285Z Downloaded enum_dispatch v0.3.13
5362026-08-19T19:42:42.285Z Downloaded fallible-iterator v0.2.0
5372026-08-19T19:42:42.285Z Downloaded ascii-canvas v3.0.0
5382026-08-19T19:42:42.285Z Downloaded ciborium-ll v0.2.2
5392026-08-19T19:42:42.285Z Downloaded form_urlencoded v1.2.2
5402026-08-19T19:42:42.292Z Downloaded atomic-waker v1.1.2
5412026-08-19T19:42:42.292Z Downloaded cfg_aliases v0.2.1
5422026-08-19T19:42:42.292Z Downloaded erased-serde v0.3.31
5432026-08-19T19:42:42.292Z Downloaded bitfield v0.19.4
5442026-08-19T19:42:42.292Z Downloaded float-cmp v0.10.0
5452026-08-19T19:42:42.301Z Downloaded futures-task v0.3.32
5462026-08-19T19:42:42.301Z Downloaded ciborium-io v0.2.2
5472026-08-19T19:42:42.301Z Downloaded foreign-types v0.3.2
5482026-08-19T19:42:42.301Z Downloaded foreign-types-shared v0.1.1
5492026-08-19T19:42:42.310Z Downloaded futures-core v0.3.32
5502026-08-19T19:42:42.310Z Downloaded globwalk v0.9.1
5512026-08-19T19:42:42.310Z Downloaded atomicwrites v0.4.4
5522026-08-19T19:42:42.310Z Downloaded futures-macro v0.3.32
5532026-08-19T19:42:42.310Z Downloaded gethostname v0.5.0
5542026-08-19T19:42:42.310Z Downloaded hostname v0.4.2
5552026-08-19T19:42:42.310Z Downloaded foreign-types v0.5.0
5562026-08-19T19:42:42.310Z Downloaded hash32 v0.3.1
5572026-08-19T19:42:42.310Z Downloaded const-oid v0.10.2
5582026-08-19T19:42:42.310Z Downloaded fs_extra v1.3.0
5592026-08-19T19:42:42.326Z Downloaded foldhash v0.1.5
5602026-08-19T19:42:42.326Z Downloaded castaway v0.2.4
5612026-08-19T19:42:42.326Z Downloaded elliptic-curve v0.14.1
5622026-08-19T19:42:42.326Z Downloaded foreign-types-macros v0.2.3
5632026-08-19T19:42:42.326Z Downloaded hash32 v0.2.1
5642026-08-19T19:42:42.326Z Downloaded ahash v0.8.12
5652026-08-19T19:42:42.343Z Downloaded httpdate v1.0.3
5662026-08-19T19:42:42.343Z Downloaded git-stub v1.0.0
5672026-08-19T19:42:42.343Z Downloaded hostname v0.3.1
5682026-08-19T19:42:42.343Z Downloaded arrayvec v0.7.6
5692026-08-19T19:42:42.343Z Downloaded anstream v0.6.21
5702026-08-19T19:42:42.344Z Downloaded allocator-api2 v0.2.21
5712026-08-19T19:42:42.344Z Downloaded hubpack_derive v0.1.1
5722026-08-19T19:42:42.344Z Downloaded ghash v0.6.0
5732026-08-19T19:42:42.344Z Downloaded http-body v1.0.1
5742026-08-19T19:42:42.344Z Downloaded block-padding v0.4.2
5752026-08-19T19:42:42.344Z Downloaded http-range v0.1.5
5762026-08-19T19:42:42.344Z Downloaded hubpack v0.1.2
5772026-08-19T19:42:42.354Z Downloaded cfg_aliases v0.1.1
5782026-08-19T19:42:42.354Z Downloaded ff v0.14.0
5792026-08-19T19:42:42.354Z Downloaded filetime v0.2.27
5802026-08-19T19:42:42.354Z Downloaded hex v0.4.3
5812026-08-19T19:42:42.354Z Downloaded nodrop v0.1.14
5822026-08-19T19:42:42.354Z Downloaded headers-core v0.3.0
5832026-08-19T19:42:42.354Z Downloaded atty v0.2.14
5842026-08-19T19:42:42.354Z Downloaded newline-converter v0.3.0
5852026-08-19T19:42:42.355Z Downloaded nibble_vec v0.1.0
5862026-08-19T19:42:42.355Z Downloaded enum-as-inner v0.6.1
5872026-08-19T19:42:42.355Z Downloaded bit-vec v0.8.0
5882026-08-19T19:42:42.364Z Downloaded bs58 v0.5.1
5892026-08-19T19:42:42.364Z Downloaded cipher v0.5.2
5902026-08-19T19:42:42.364Z Downloaded proc-macro-error-attr2 v2.0.0
5912026-08-19T19:42:42.365Z Downloaded num-iter v0.1.45
5922026-08-19T19:42:42.365Z Downloaded nonempty v0.12.0
5932026-08-19T19:42:42.365Z Downloaded glob v0.3.3
5942026-08-19T19:42:42.365Z Downloaded highway v1.3.0
5952026-08-19T19:42:42.365Z Downloaded normalize-line-endings v0.3.0
5962026-08-19T19:42:42.365Z Downloaded openssl-macros v0.1.1
5972026-08-19T19:42:42.365Z Downloaded num_threads v0.1.7
5982026-08-19T19:42:42.365Z Downloaded openssl-probe v0.1.6
5992026-08-19T19:42:42.369Z Downloaded psl-types v2.0.11
6002026-08-19T19:42:42.369Z Downloaded quick-error v1.2.3
6012026-08-19T19:42:42.369Z Downloaded rand_pcg v0.10.2
6022026-08-19T19:42:42.369Z Downloaded recursive v0.1.1
6032026-08-19T19:42:42.369Z Downloaded rustc_version v0.4.1
6042026-08-19T19:42:42.370Z Downloaded scroll_derive v0.13.1
6052026-08-19T19:42:42.376Z Downloaded futures-executor v0.3.32
6062026-08-19T19:42:42.376Z Downloaded cipher v0.4.4
6072026-08-19T19:42:42.376Z Downloaded env_filter v2.0.0
6082026-08-19T19:42:42.376Z Downloaded async-trait v0.1.89
6092026-08-19T19:42:42.380Z Downloaded bcs v0.1.6
6102026-08-19T19:42:42.380Z Downloaded blowfish v0.10.0
6112026-08-19T19:42:42.380Z Downloaded cobs v0.3.0
6122026-08-19T19:42:42.380Z Downloaded git-stub-vcs v0.1.0
6132026-08-19T19:42:42.380Z Downloaded group v0.14.0
6142026-08-19T19:42:42.389Z Downloaded chacha20 v0.9.1
6152026-08-19T19:42:42.389Z Downloaded bit-vec v0.6.3
6162026-08-19T19:42:42.389Z Downloaded cassowary v0.3.0
6172026-08-19T19:42:42.389Z Downloaded home v0.5.12
6182026-08-19T19:42:42.389Z Downloaded argon2 v0.5.3
6192026-08-19T19:42:42.389Z Downloaded compression-codecs v0.4.37
6202026-08-19T19:42:42.397Z Downloaded group v0.13.0
6212026-08-19T19:42:42.397Z Downloaded http-body-util v0.1.3
6222026-08-19T19:42:42.397Z Downloaded semver v0.1.20
6232026-08-19T19:42:42.397Z Downloaded sha1 v0.10.6
6242026-08-19T19:42:42.397Z Downloaded serde_spanned v1.1.1
6252026-08-19T19:42:42.397Z Downloaded sha1 v0.11.0
6262026-08-19T19:42:42.397Z Downloaded signal-hook-tokio v0.3.1
6272026-08-19T19:42:42.397Z Downloaded globset v0.4.18
6282026-08-19T19:42:42.411Z Downloaded cmake v0.1.57
6292026-08-19T19:42:42.411Z Downloaded cmov v0.5.4
6302026-08-19T19:42:42.411Z Downloaded seq-macro v0.3.6
6312026-08-19T19:42:42.411Z Downloaded serde-big-array v0.5.1
6322026-08-19T19:42:42.411Z Downloaded argon2 v0.6.0-rc.8
6332026-08-19T19:42:42.411Z Downloaded ref-cast-impl v1.0.25
6342026-08-19T19:42:42.411Z Downloaded russh-util v0.52.0
6352026-08-19T19:42:42.411Z Downloaded foldhash v0.2.0
6362026-08-19T19:42:42.425Z Downloaded poly1305 v0.8.0
6372026-08-19T19:42:42.425Z Downloaded futures-channel v0.3.32
6382026-08-19T19:42:42.425Z Downloaded hmac v0.13.0
6392026-08-19T19:42:42.425Z Downloaded peg-macros v0.8.5
6402026-08-19T19:42:42.425Z Downloaded paste v1.0.15
6412026-08-19T19:42:42.425Z Downloaded polyval v0.7.1
6422026-08-19T19:42:42.425Z Downloaded cbc v0.2.1
6432026-08-19T19:42:42.425Z Downloaded strsim v0.10.0
6442026-08-19T19:42:42.425Z Downloaded cexpr v0.6.0
6452026-08-19T19:42:42.434Z Downloaded proc-macro-error2 v2.0.1
6462026-08-19T19:42:42.434Z Downloaded testing_table v0.3.0
6472026-08-19T19:42:42.434Z Downloaded backon v1.6.0
6482026-08-19T19:42:42.435Z Downloaded colored v3.1.1
6492026-08-19T19:42:42.435Z Downloaded bitflags v1.3.2
6502026-08-19T19:42:42.435Z Downloaded topological-sort v0.2.2
6512026-08-19T19:42:42.444Z Downloaded rand_seeder v0.4.0
6522026-08-19T19:42:42.444Z Downloaded flate2 v1.1.9
6532026-08-19T19:42:42.444Z Downloaded camino-tempfile-ext v0.3.3
6542026-08-19T19:42:42.444Z Downloaded num-integer v0.1.46
6552026-08-19T19:42:42.444Z Downloaded packed_struct v0.10.1
6562026-08-19T19:42:42.444Z Downloaded parse-display-derive v0.10.0
6572026-08-19T19:42:42.444Z Downloaded pem-rfc7468 v1.0.0
6582026-08-19T19:42:42.444Z Downloaded phc v0.6.1
6592026-08-19T19:42:42.454Z Downloaded half v1.8.3
6602026-08-19T19:42:42.454Z Downloaded supports-hyperlinks v3.2.0
6612026-08-19T19:42:42.454Z Downloaded take_mut v0.2.2
6622026-08-19T19:42:42.454Z Downloaded getrandom v0.2.17
6632026-08-19T19:42:42.454Z Downloaded primeorder v0.13.6
6642026-08-19T19:42:42.454Z Downloaded httparse v1.10.1
6652026-08-19T19:42:42.454Z Downloaded utf-8 v0.7.6
6662026-08-19T19:42:42.454Z Downloaded fatfs v0.3.6
6672026-08-19T19:42:42.462Z Downloaded zerofrom v0.1.6
6682026-08-19T19:42:42.462Z Downloaded zerofrom-derive v0.1.6
6692026-08-19T19:42:42.462Z Downloaded fs-err v2.11.0
6702026-08-19T19:42:42.462Z Downloaded blake2 v0.10.6
6712026-08-19T19:42:42.462Z Downloaded block-buffer v0.12.1
6722026-08-19T19:42:42.462Z Downloaded console v0.15.11
6732026-08-19T19:42:42.462Z Downloaded const-oid v0.9.6
6742026-08-19T19:42:42.462Z Downloaded bzip2 v0.4.4
6752026-08-19T19:42:42.462Z Downloaded colored v2.2.0
6762026-08-19T19:42:42.462Z Downloaded oxide-update-engine v0.1.2
6772026-08-19T19:42:42.468Z Downloaded wait-timeout v0.2.1
6782026-08-19T19:42:42.468Z Downloaded universal-hash v0.6.1
6792026-08-19T19:42:42.468Z Downloaded convert_case v0.4.0
6802026-08-19T19:42:42.468Z Downloaded generic-array v1.4.3
6812026-08-19T19:42:42.468Z Downloaded poly1305 v0.9.0
6822026-08-19T19:42:42.468Z Downloaded progenitor-extras v0.2.0
6832026-08-19T19:42:42.468Z Downloaded simd-adler32 v0.3.8
6842026-08-19T19:42:42.469Z Downloaded hmac v0.12.1
6852026-08-19T19:42:42.479Z Downloaded slog-stdlog v4.1.1
6862026-08-19T19:42:42.479Z Downloaded strum v0.27.2
6872026-08-19T19:42:42.479Z Downloaded xattr v1.6.1
6882026-08-19T19:42:42.479Z Downloaded getrandom v0.4.3
6892026-08-19T19:42:42.479Z Downloaded strum_macros v0.24.3
6902026-08-19T19:42:42.497Z Downloaded thread_local v1.1.9
6912026-08-19T19:42:42.497Z Downloaded tls_codec v0.4.2
6922026-08-19T19:42:42.497Z Downloaded base64 v0.21.7
6932026-08-19T19:42:42.497Z Downloaded byte-wrapper v0.1.0
6942026-08-19T19:42:42.498Z Downloaded bzip2 v0.6.1
6952026-08-19T19:42:42.498Z Downloaded rustls-pemfile v2.2.0
6962026-08-19T19:42:42.498Z Downloaded blake2 v0.11.0-rc.6
6972026-08-19T19:42:42.498Z Downloaded buf-list v1.1.2
6982026-08-19T19:42:42.508Z Downloaded downcast-rs v2.0.2
6992026-08-19T19:42:42.508Z Downloaded ciborium v0.2.2
7002026-08-19T19:42:42.508Z Downloaded clang-sys v1.8.1
7012026-08-19T19:42:42.508Z Downloaded difflib v0.4.0
7022026-08-19T19:42:42.508Z Downloaded dof v0.4.0
7032026-08-19T19:42:42.508Z Downloaded sapling-renderdag v0.1.0
7042026-08-19T19:42:42.508Z Downloaded sec1 v0.8.1
7052026-08-19T19:42:42.508Z Downloaded serdect v0.4.3
7062026-08-19T19:42:42.508Z Downloaded snafu-derive v0.8.9
7072026-08-19T19:42:42.508Z Downloaded toml_writer v1.1.1+spec-1.1.0
7082026-08-19T19:42:42.508Z Downloaded crucible-workspace-hack v0.1.0
7092026-08-19T19:42:42.508Z Downloaded darling_macro v0.20.11
7102026-08-19T19:42:42.508Z Downloaded darling_macro v0.13.4
7112026-08-19T19:42:42.508Z Downloaded cancel-safe-futures v0.1.5
7122026-08-19T19:42:42.508Z Downloaded console v0.16.2
7132026-08-19T19:42:42.508Z Downloaded half v2.7.1
7142026-08-19T19:42:42.508Z Downloaded static_assertions v1.1.0
7152026-08-19T19:42:42.508Z Downloaded async-bb8-diesel v0.2.1
7162026-08-19T19:42:42.508Z Downloaded parking_lot v0.11.2
7172026-08-19T19:42:42.508Z Downloaded phf v0.12.1
7182026-08-19T19:42:42.517Z Downloaded synstructure v0.13.2
7192026-08-19T19:42:42.517Z Downloaded tiny-keccak v2.0.2
7202026-08-19T19:42:42.517Z Downloaded instant v0.1.13
7212026-08-19T19:42:42.517Z Downloaded instability v0.3.11
7222026-08-19T19:42:42.517Z Downloaded slog-async v2.8.0
7232026-08-19T19:42:42.517Z Downloaded zeroize v1.9.0
7242026-08-19T19:42:42.517Z Downloaded lalrpop-util v0.19.12
7252026-08-19T19:42:42.517Z Downloaded libscf-sys v1.2.0
7262026-08-19T19:42:42.522Z Downloaded critical-section v1.2.0
7272026-08-19T19:42:42.522Z Downloaded ctr v0.10.1
7282026-08-19T19:42:42.523Z Downloaded spin v0.9.8
7292026-08-19T19:42:42.523Z Downloaded corncobs v0.1.4
7302026-08-19T19:42:42.523Z Downloaded idna_adapter v1.2.1
7312026-08-19T19:42:42.530Z Downloaded lru-slab v0.1.2
7322026-08-19T19:42:42.530Z Downloaded num_enum_derive v0.5.11
7332026-08-19T19:42:42.530Z Downloaded flume v0.11.1
7342026-08-19T19:42:42.530Z Downloaded prefix-trie v0.7.0
7352026-08-19T19:42:42.542Z Downloaded tui-tree-widget v0.23.1
7362026-08-19T19:42:42.542Z Downloaded term v1.2.1
7372026-08-19T19:42:42.542Z Downloaded tracing-attributes v0.1.31
7382026-08-19T19:42:42.542Z Downloaded vergen-gitcl v1.0.8
7392026-08-19T19:42:42.554Z Downloaded tls_codec_derive v0.4.2
7402026-08-19T19:42:42.554Z Downloaded ed25519 v3.0.0
7412026-08-19T19:42:42.554Z Downloaded hyper-staticfile v0.10.1
7422026-08-19T19:42:42.554Z Downloaded peg-runtime v0.8.5
7432026-08-19T19:42:42.554Z Downloaded packed_struct_codegen v0.10.1
7442026-08-19T19:42:42.554Z Downloaded parse-display v0.10.0
7452026-08-19T19:42:42.554Z Downloaded olpc-cjson v0.1.4
7462026-08-19T19:42:42.554Z Downloaded phf_shared v0.12.1
7472026-08-19T19:42:42.555Z Downloaded openssl-probe v0.2.1
7482026-08-19T19:42:42.555Z Downloaded rustls-platform-verifier v0.6.2
7492026-08-19T19:42:42.567Z Downloaded rustls-pki-types v1.14.0
7502026-08-19T19:42:42.567Z Downloaded xshell v0.2.7
7512026-08-19T19:42:42.567Z Downloaded chacha20 v0.10.0
7522026-08-19T19:42:42.567Z Downloaded heapless v0.8.0
7532026-08-19T19:42:42.567Z Downloaded futures v0.3.32
7542026-08-19T19:42:42.568Z Downloaded predicates-tree v1.0.13
7552026-08-19T19:42:42.568Z Downloaded heapless v0.7.17
7562026-08-19T19:42:42.580Z Downloaded predicates-core v1.0.10
7572026-08-19T19:42:42.580Z Downloaded unicode-properties v0.1.4
7582026-08-19T19:42:42.580Z Downloaded arc-swap v1.8.2
7592026-08-19T19:42:42.580Z Downloaded radium v0.7.0
7602026-08-19T19:42:42.580Z Downloaded omicron-zone-package v0.12.3
7612026-08-19T19:42:42.581Z Downloaded p256 v0.14.0
7622026-08-19T19:42:42.581Z Downloaded smallvec v1.15.1
7632026-08-19T19:42:42.581Z Downloaded der_derive v0.7.3
7642026-08-19T19:42:42.581Z Downloaded deranged v0.5.8
7652026-08-19T19:42:42.592Z Downloaded ed25519 v2.2.3
7662026-08-19T19:42:42.592Z Downloaded pkcs5 v0.8.1
7672026-08-19T19:42:42.592Z Downloaded rand_xorshift v0.4.0
7682026-08-19T19:42:42.592Z Downloaded tokio-stream v0.1.18
7692026-08-19T19:42:42.592Z Downloaded scheduled-thread-pool v0.2.7
7702026-08-19T19:42:42.592Z Downloaded similar v2.7.0
7712026-08-19T19:42:42.592Z Downloaded darling v0.20.11
7722026-08-19T19:42:42.649Z Downloaded defmt v1.0.1
7732026-08-19T19:42:42.649Z Downloaded mime v0.3.17
7742026-08-19T19:42:42.649Z Downloaded sigpipe v0.1.3
7752026-08-19T19:42:42.649Z Downloaded termtree v0.5.1
7762026-08-19T19:42:42.649Z Downloaded hashbrown v0.12.3
7772026-08-19T19:42:42.649Z Downloaded same-file v1.0.6
7782026-08-19T19:42:42.649Z Downloaded serde_plain v1.0.2
7792026-08-19T19:42:42.649Z Downloaded serde_repr v0.1.20
7802026-08-19T19:42:42.649Z Downloaded digest v0.11.3
7812026-08-19T19:42:42.673Z Downloaded hyper-rustls v0.27.7
7822026-08-19T19:42:42.673Z Downloaded shell-words v1.1.1
7832026-08-19T19:42:42.673Z Downloaded progenitor-client v0.14.0
7842026-08-19T19:42:42.673Z Downloaded backtrace v0.3.76
7852026-08-19T19:42:42.673Z Downloaded ar_archive_writer v0.5.1
7862026-08-19T19:42:42.673Z Downloaded chumsky v0.9.3
7872026-08-19T19:42:42.673Z Downloaded peg v0.8.5
7882026-08-19T19:42:42.673Z Downloaded unarray v0.1.4
7892026-08-19T19:42:42.673Z Downloaded unicode-truncate v1.1.0
7902026-08-19T19:42:42.673Z Downloaded usdt-attr-macro v0.6.0
7912026-08-19T19:42:42.673Z Downloaded toml v0.7.8
7922026-08-19T19:42:42.673Z Downloaded usdt v0.6.0
7932026-08-19T19:42:42.673Z Downloaded progenitor v0.13.0
7942026-08-19T19:42:42.673Z Downloaded headers v0.4.1
7952026-08-19T19:42:42.673Z Downloaded hickory-resolver v0.24.4
7962026-08-19T19:42:42.673Z Downloaded maplit v1.0.2
7972026-08-19T19:42:42.674Z Downloaded hickory-resolver v0.25.2
7982026-08-19T19:42:42.674Z Downloaded multer v3.1.0
7992026-08-19T19:42:42.674Z Downloaded structmeta v0.3.0
8002026-08-19T19:42:42.674Z Downloaded strip-ansi-escapes v0.2.1
8012026-08-19T19:42:42.674Z Downloaded ingot-macros v0.2.0
8022026-08-19T19:42:42.674Z Downloaded sync_wrapper v1.0.2
8032026-08-19T19:42:42.674Z Downloaded tokio-test v0.4.5
8042026-08-19T19:42:42.674Z Downloaded thread-id v5.1.0
8052026-08-19T19:42:42.674Z Downloaded compact_str v0.8.1
8062026-08-19T19:42:42.674Z Downloaded crc-catalog v2.4.0
8072026-08-19T19:42:42.674Z Downloaded chacha20poly1305 v0.10.1
8082026-08-19T19:42:42.674Z Downloaded native-tls v0.2.18
8092026-08-19T19:42:42.674Z Downloaded vte v0.14.1
8102026-08-19T19:42:42.674Z Downloaded rusty-fork v0.3.1
8112026-08-19T19:42:42.674Z Downloaded crossbeam-utils v0.8.21
8122026-08-19T19:42:42.674Z Downloaded pkcs8 v0.10.2
8132026-08-19T19:42:42.674Z Downloaded pin-project-lite v0.2.17
8142026-08-19T19:42:42.674Z Downloaded rustc-demangle v0.1.27
8152026-08-19T19:42:42.674Z Downloaded wnaf v0.14.0
8162026-08-19T19:42:42.674Z Downloaded expectorate v1.2.0
8172026-08-19T19:42:42.674Z Downloaded memmap2 v0.9.10
8182026-08-19T19:42:42.674Z Downloaded mime_guess v2.0.5
8192026-08-19T19:42:42.674Z Downloaded slog-dtrace v0.3.0
8202026-08-19T19:42:42.674Z Downloaded dropshot-api-manager-types v0.8.0
8212026-08-19T19:42:42.674Z Downloaded ident_case v1.0.1
8222026-08-19T19:42:42.675Z Downloaded stacker v0.1.23
8232026-08-19T19:42:42.688Z Downloaded defmt-parser v1.0.0
8242026-08-19T19:42:42.688Z Downloaded owo-colors v4.3.0
8252026-08-19T19:42:42.688Z Downloaded parking_lot_core v0.9.12
8262026-08-19T19:42:42.688Z Downloaded drift v0.2.0
8272026-08-19T19:42:42.688Z Downloaded bytes v1.11.1
8282026-08-19T19:42:42.688Z Downloaded derive_builder_macro v0.20.2
8292026-08-19T19:42:42.688Z Downloaded dunce v1.0.5
8302026-08-19T19:42:42.688Z Downloaded inout v0.2.2
8312026-08-19T19:42:42.688Z Downloaded lru v0.12.5
8322026-08-19T19:42:42.688Z Downloaded base64 v0.22.1
8332026-08-19T19:42:42.688Z Downloaded tungstenite v0.23.0
8342026-08-19T19:42:42.688Z Downloaded hashbrown v0.13.2
8352026-08-19T19:42:42.688Z Downloaded shlex v1.3.0
8362026-08-19T19:42:42.688Z Downloaded slog-term v2.9.2
8372026-08-19T19:42:42.688Z Downloaded smallvec v0.6.14
8382026-08-19T19:42:42.688Z Downloaded smf v0.2.3
8392026-08-19T19:42:42.688Z Downloaded usdt-impl v0.6.0
8402026-08-19T19:42:42.702Z Downloaded match_cfg v0.1.0
8412026-08-19T19:42:42.702Z Downloaded maybe-uninit v2.0.0
8422026-08-19T19:42:42.702Z Downloaded kstat-rs v0.2.5
8432026-08-19T19:42:42.707Z Downloaded litrs v1.0.0
8442026-08-19T19:42:42.707Z Downloaded tokio-tungstenite v0.21.0
8452026-08-19T19:42:42.707Z Downloaded oso-derive v0.27.3
8462026-08-19T19:42:42.707Z Downloaded parse-size v1.1.0
8472026-08-19T19:42:42.707Z Downloaded zstd v0.13.3
8482026-08-19T19:42:42.707Z Downloaded crossbeam-deque v0.8.6
8492026-08-19T19:42:42.707Z Downloaded proc-macro-crate v1.3.1
8502026-08-19T19:42:42.707Z Downloaded time-macros v0.2.27
8512026-08-19T19:42:42.707Z Downloaded tokio-dtrace v0.1.1
8522026-08-19T19:42:42.707Z Downloaded darling v0.13.4
8532026-08-19T19:42:42.707Z Downloaded hickory-server v0.25.2
8542026-08-19T19:42:42.727Z Downloaded http v1.4.2
8552026-08-19T19:42:42.766Z Downloaded delegate v0.13.5
8562026-08-19T19:42:42.766Z Downloaded num-conv v0.2.0
8572026-08-19T19:42:42.766Z Downloaded num-derive v0.4.2
8582026-08-19T19:42:42.766Z Downloaded oxnet v0.1.6
8592026-08-19T19:42:42.766Z Downloaded proc-macro-crate v3.4.0
8602026-08-19T19:42:42.767Z Downloaded ref-cast v1.0.25
8612026-08-19T19:42:42.767Z Downloaded whoami v1.6.1
8622026-08-19T19:42:42.767Z Downloaded either v1.15.0
8632026-08-19T19:42:42.767Z Downloaded pkcs1 v0.8.0-rc.4
8642026-08-19T19:42:42.767Z Downloaded vergen-lib v0.1.6
8652026-08-19T19:42:42.767Z Downloaded indoc v2.0.7
8662026-08-19T19:42:42.767Z Downloaded linear-map v1.2.0
8672026-08-19T19:42:42.767Z Downloaded pkcs1 v0.7.5
8682026-08-19T19:42:42.767Z Downloaded ecdsa v0.17.0
8692026-08-19T19:42:42.778Z Downloaded supports-unicode v3.0.0
8702026-08-19T19:42:42.778Z Downloaded h2 v0.4.15
8712026-08-19T19:42:42.779Z Downloaded schemars v1.2.1
8722026-08-19T19:42:42.779Z Downloaded slog-bunyan v2.5.0
8732026-08-19T19:42:42.779Z Downloaded bumpalo v3.20.2
8742026-08-19T19:42:42.779Z Downloaded zerocopy v0.6.6
8752026-08-19T19:42:42.779Z Downloaded tinyvec_macros v0.1.1
8762026-08-19T19:42:42.779Z Downloaded try-lock v0.2.5
8772026-08-19T19:42:42.779Z Downloaded newtype-uuid v1.3.2
8782026-08-19T19:42:42.779Z Downloaded nu-ansi-term v0.50.3
8792026-08-19T19:42:42.779Z Downloaded support-bundle-viewer v0.1.2
8802026-08-19T19:42:42.779Z Downloaded yoke-derive v0.8.1
8812026-08-19T19:42:42.779Z Downloaded crossbeam-epoch v0.9.18
8822026-08-19T19:42:42.779Z Downloaded rsa v0.9.10
8832026-08-19T19:42:42.779Z Downloaded cc v1.2.56
8842026-08-19T19:42:42.779Z Downloaded rand v0.8.6
8852026-08-19T19:42:42.779Z Downloaded displaydoc v0.2.5
8862026-08-19T19:42:42.779Z Downloaded r2d2 v0.8.10
8872026-08-19T19:42:42.779Z Downloaded iana-time-zone v0.1.65
8882026-08-19T19:42:42.787Z Downloaded tungstenite v0.21.0
8892026-08-19T19:42:42.787Z Downloaded psm v0.1.30
8902026-08-19T19:42:42.787Z Downloaded derive_more v2.1.1
8912026-08-19T19:42:42.787Z Downloaded tracing-core v0.1.36
8922026-08-19T19:42:42.803Z Downloaded signal-hook-registry v1.4.8
8932026-08-19T19:42:42.803Z Downloaded ssh-cipher v0.3.0
8942026-08-19T19:42:42.803Z Downloaded ipnetwork v0.21.1
8952026-08-19T19:42:42.803Z Downloaded knus-derive v3.4.0
8962026-08-19T19:42:42.803Z Downloaded sec1 v0.7.3
8972026-08-19T19:42:42.803Z Downloaded slab v0.4.12
8982026-08-19T19:42:42.803Z Downloaded async-compression v0.4.41
8992026-08-19T19:42:42.812Z Downloaded crc-any v2.5.0
9002026-08-19T19:42:42.813Z Downloaded num-complex v0.4.6
9012026-08-19T19:42:42.813Z Downloaded percent-encoding v2.3.2
9022026-08-19T19:42:42.813Z Downloaded zone_cfg_derive v0.3.1
9032026-08-19T19:42:42.813Z Downloaded indicatif v0.18.4
9042026-08-19T19:42:42.813Z Downloaded darling_core v0.20.11
9052026-08-19T19:42:42.813Z Downloaded parking_lot_core v0.8.6
9062026-08-19T19:42:42.813Z Downloaded strum_macros v0.26.4
9072026-08-19T19:42:42.813Z Downloaded supports-color v3.0.2
9082026-08-19T19:42:42.813Z Downloaded termios v0.3.3
9092026-08-19T19:42:42.813Z Downloaded illumos-nvpair v0.3.0
9102026-08-19T19:42:42.813Z Downloaded is_ci v1.2.0
9112026-08-19T19:42:42.813Z Downloaded miette-derive v7.6.0
9122026-08-19T19:42:42.813Z Downloaded indoc v1.0.9
9132026-08-19T19:42:42.813Z Downloaded lru-cache v0.1.2
9142026-08-19T19:42:42.813Z Downloaded zopfli v0.8.3
9152026-08-19T19:42:42.828Z Downloaded cookie_store v0.22.1
9162026-08-19T19:42:42.828Z Downloaded rayon-core v1.13.0
9172026-08-19T19:42:42.828Z Downloaded pkcs8 v0.11.0
9182026-08-19T19:42:42.828Z Downloaded zone v0.3.1
9192026-08-19T19:42:42.828Z Downloaded debug-ignore v1.0.5
9202026-08-19T19:42:42.828Z Downloaded multimap v0.10.1
9212026-08-19T19:42:42.828Z Downloaded vsss-rs v3.3.4
9222026-08-19T19:42:42.832Z Downloaded dyn-clone v1.0.20
9232026-08-19T19:42:42.832Z Downloaded opaque-debug v0.3.1
9242026-08-19T19:42:42.832Z Downloaded resolv-conf v0.7.6
9252026-08-19T19:42:42.832Z Downloaded quinn-udp v0.5.14
9262026-08-19T19:42:42.832Z Downloaded postcard v1.1.3
9272026-08-19T19:42:42.832Z Downloaded postgres-protocol v0.6.10
9282026-08-19T19:42:42.832Z Downloaded crc8 v0.1.1
9292026-08-19T19:42:42.832Z Downloaded postgres-types v0.2.12
9302026-08-19T19:42:42.832Z Downloaded scrypt v0.12.0
9312026-08-19T19:42:42.832Z Downloaded des v0.9.0
9322026-08-19T19:42:42.832Z Downloaded phf_shared v0.13.1
9332026-08-19T19:42:42.832Z Downloaded derive_more-impl v2.1.1
9342026-08-19T19:42:42.832Z Downloaded serde_cbor v0.11.2
9352026-08-19T19:42:42.845Z Downloaded impl-trait-for-tuples v0.2.3
9362026-08-19T19:42:42.846Z Downloaded serde_with_macros v1.5.2
9372026-08-19T19:42:42.849Z Downloaded csv-core v0.1.13
9382026-08-19T19:42:42.849Z Downloaded is-terminal v0.4.17
9392026-08-19T19:42:42.849Z Downloaded internet-checksum v0.2.1
9402026-08-19T19:42:42.849Z Downloaded md5 v0.8.0
9412026-08-19T19:42:42.849Z Downloaded derive-ex v0.1.8
9422026-08-19T19:42:42.849Z Downloaded spki v0.8.0
9432026-08-19T19:42:42.849Z Downloaded string_cache v0.8.9
9442026-08-19T19:42:42.849Z Downloaded unsafe-libyaml v0.2.11
9452026-08-19T19:42:42.849Z Downloaded quinn v0.11.11
9462026-08-19T19:42:42.849Z Downloaded unicode_categories v0.1.1
9472026-08-19T19:42:42.849Z Downloaded socket2 v0.5.10
9482026-08-19T19:42:42.860Z Downloaded tokio-rustls v0.26.4
9492026-08-19T19:42:42.870Z Downloaded yansi v1.0.1
9502026-08-19T19:42:42.870Z Downloaded zerotrie v0.2.3
9512026-08-19T19:42:42.870Z Downloaded unicode-xid v0.2.6
9522026-08-19T19:42:42.870Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9532026-08-19T19:42:42.870Z Downloaded password-hash v0.6.1
9542026-08-19T19:42:42.870Z Downloaded russh-cryptovec v0.62.0
9552026-08-19T19:42:42.870Z Downloaded rustc-hash v2.1.1
9562026-08-19T19:42:42.870Z Downloaded scopeguard v1.2.0
9572026-08-19T19:42:42.870Z Downloaded signal-hook-mio v0.2.5
9582026-08-19T19:42:42.881Z Downloaded path-slash v0.1.5
9592026-08-19T19:42:42.881Z Downloaded bindgen v0.71.1
9602026-08-19T19:42:42.881Z Downloaded hashbrown v0.14.5
9612026-08-19T19:42:42.881Z Downloaded nanorand v0.7.0
9622026-08-19T19:42:42.881Z Downloaded vergen v9.1.0
9632026-08-19T19:42:42.887Z Downloaded aes v0.9.1
9642026-08-19T19:42:42.887Z Downloaded darling_core v0.23.0
9652026-08-19T19:42:42.887Z Downloaded strum v0.26.3
9662026-08-19T19:42:42.887Z Downloaded zstd-safe v7.2.4
9672026-08-19T19:42:42.887Z Downloaded daft v0.1.7
9682026-08-19T19:42:42.887Z Downloaded progenitor-macro v0.14.0
9692026-08-19T19:42:42.892Z Downloaded want v0.3.1
9702026-08-19T19:42:42.892Z Downloaded untrusted v0.7.1
9712026-08-19T19:42:42.892Z Downloaded untrusted v0.9.0
9722026-08-19T19:42:42.892Z Downloaded recursive-proc-macro-impl v0.1.1
9732026-08-19T19:42:42.898Z Downloaded tabwriter v1.4.1
9742026-08-19T19:42:42.898Z Downloaded tagptr v0.2.0
9752026-08-19T19:42:42.898Z Downloaded ecdsa v0.16.9
9762026-08-19T19:42:42.906Z Downloaded derive_builder v0.20.2
9772026-08-19T19:42:42.910Z Downloaded darling_macro v0.23.0
9782026-08-19T19:42:42.910Z Downloaded digest-io v0.1.0
9792026-08-19T19:42:42.910Z Downloaded dirs-next v2.0.0
9802026-08-19T19:42:42.910Z Downloaded illumos-nvpair-sys v0.2.0
9812026-08-19T19:42:42.910Z Downloaded inout v0.1.4
9822026-08-19T19:42:42.918Z Downloaded serde_with_macros v3.21.0
9832026-08-19T19:42:42.918Z Downloaded hashbrown v0.15.5
9842026-08-19T19:42:42.924Z Downloaded hashbrown v0.16.1
9852026-08-19T19:42:42.924Z Downloaded universal-hash v0.5.1
9862026-08-19T19:42:42.924Z Downloaded cstr-argument v0.1.2
9872026-08-19T19:42:42.924Z Downloaded rand_core v0.9.5
9882026-08-19T19:42:42.924Z Downloaded serde_urlencoded v0.7.1
9892026-08-19T19:42:42.928Z Downloaded hyper-tls v0.6.0
9902026-08-19T19:42:42.928Z Downloaded aes-gcm v0.11.0
9912026-08-19T19:42:42.928Z Downloaded ipnet v2.12.0
9922026-08-19T19:42:42.928Z Downloaded zerocopy-derive v0.8.55
9932026-08-19T19:42:42.933Z Downloaded num_enum v0.7.6
9942026-08-19T19:42:42.938Z Downloaded whoami v2.1.0
9952026-08-19T19:42:42.938Z Downloaded structmeta-derive v0.3.0
9962026-08-19T19:42:42.948Z Downloaded linked-hash-map v0.5.6
9972026-08-19T19:42:42.954Z Downloaded walkdir v2.5.0
9982026-08-19T19:42:42.954Z Downloaded primefield v0.14.0
9992026-08-19T19:42:42.954Z Downloaded sqlparser_derive v0.5.0
10002026-08-19T19:42:42.961Z Downloaded darling_core v0.21.3
10012026-08-19T19:42:42.961Z Downloaded unicode-segmentation v1.12.0
10022026-08-19T19:42:42.961Z Downloaded ssh-key v0.7.0-rc.11
10032026-08-19T19:42:42.969Z Downloaded tokio-util v0.7.18
10042026-08-19T19:42:42.977Z Downloaded derive_more v0.99.20
10052026-08-19T19:42:42.977Z Downloaded derive-where v1.6.0
10062026-08-19T19:42:42.977Z Downloaded port-file v0.1.0
10072026-08-19T19:42:42.977Z Downloaded slog-json v2.6.1
10082026-08-19T19:42:42.977Z Downloaded slog-scope v4.4.1
10092026-08-19T19:42:42.977Z Downloaded constant_time_eq v0.4.2
10102026-08-19T19:42:42.983Z Downloaded convert_case v0.10.0
10112026-08-19T19:42:42.983Z Downloaded daft-derive v0.1.7
10122026-08-19T19:42:42.983Z Downloaded time-core v0.1.8
10132026-08-19T19:42:42.983Z Downloaded signature v3.0.0
10142026-08-19T19:42:42.983Z Downloaded hkdf v0.12.4
10152026-08-19T19:42:42.983Z Downloaded serde-hex v0.1.0
10162026-08-19T19:42:42.995Z Downloaded ingot-types v0.2.0
10172026-08-19T19:42:42.995Z Downloaded samael v0.0.19
10182026-08-19T19:42:43.009Z Downloaded icu_normalizer_data v2.1.1
10192026-08-19T19:42:43.009Z Downloaded module-lattice v0.2.3
10202026-08-19T19:42:43.009Z Downloaded waitgroup v0.1.2
10212026-08-19T19:42:43.009Z Downloaded crc v3.4.0
10222026-08-19T19:42:43.009Z Downloaded crypto-common v0.2.2
10232026-08-19T19:42:43.009Z Downloaded sha2 v0.11.0
10242026-08-19T19:42:43.009Z Downloaded unit-prefix v0.5.2
10252026-08-19T19:42:43.009Z Downloaded rand v0.9.2
10262026-08-19T19:42:43.024Z Downloaded jiff-static v0.2.34
10272026-08-19T19:42:43.024Z Downloaded oxide-update-engine-display v0.1.2
10282026-08-19T19:42:43.024Z Downloaded powerfmt v0.2.0
10292026-08-19T19:42:43.024Z Downloaded unicode-bidi v0.3.18
10302026-08-19T19:42:43.024Z Downloaded knus v3.4.0
10312026-08-19T19:42:43.024Z Downloaded keccak v0.1.6
10322026-08-19T19:42:43.024Z Downloaded futures-util v0.3.32
10332026-08-19T19:42:43.024Z Downloaded md-5 v0.10.6
10342026-08-19T19:42:43.024Z Downloaded zeroize_derive v1.5.0
10352026-08-19T19:42:43.024Z Downloaded darling_macro v0.21.3
10362026-08-19T19:42:43.035Z Downloaded subtle v2.6.1
10372026-08-19T19:42:43.035Z Downloaded memoffset v0.9.1
10382026-08-19T19:42:43.035Z Downloaded xshell-macros v0.2.7
10392026-08-19T19:42:43.035Z Downloaded typed-path v0.9.3
10402026-08-19T19:42:43.035Z Downloaded num v0.4.3
10412026-08-19T19:42:43.035Z Downloaded cookie v0.18.1
10422026-08-19T19:42:43.045Z Downloaded pem v3.0.6
10432026-08-19T19:42:43.046Z Downloaded sqlformat v0.3.5
10442026-08-19T19:42:43.046Z Downloaded uzers v0.12.2
10452026-08-19T19:42:43.046Z Downloaded rustc_version v0.1.7
10462026-08-19T19:42:43.046Z Downloaded secrecy v0.10.3
10472026-08-19T19:42:43.046Z Downloaded signature v2.2.0
10482026-08-19T19:42:43.046Z Downloaded tinystr v0.8.2
10492026-08-19T19:42:43.046Z Downloaded p384 v0.14.0
10502026-08-19T19:42:43.046Z Downloaded darling_core v0.13.4
10512026-08-19T19:42:43.055Z Downloaded serde_bytes v0.11.19
10522026-08-19T19:42:43.055Z Downloaded predicates v3.1.4
10532026-08-19T19:42:43.055Z Downloaded serde_path_to_error v0.1.20
10542026-08-19T19:42:43.055Z Downloaded stable_deref_trait v1.2.1
10552026-08-19T19:42:43.060Z Downloaded pem-rfc7468 v0.7.0
10562026-08-19T19:42:43.060Z Downloaded primeorder v0.14.0
10572026-08-19T19:42:43.060Z Downloaded tokio-postgres v0.7.16
10582026-08-19T19:42:43.060Z Downloaded potential_utf v0.1.4
10592026-08-19T19:42:43.068Z Downloaded rand_core v0.6.4
10602026-08-19T19:42:43.073Z Downloaded miniz_oxide v0.8.9
10612026-08-19T19:42:43.073Z Downloaded jobserver v0.1.34
10622026-08-19T19:42:43.078Z Downloaded thiserror-no-std v2.0.2
10632026-08-19T19:42:43.084Z Downloaded oxide-tokio-rt v0.1.4
10642026-08-19T19:42:43.084Z Downloaded dsl_auto_type v0.2.0
10652026-08-19T19:42:43.084Z Downloaded kem v0.3.0
10662026-08-19T19:42:43.084Z Downloaded lazy_static v1.5.0
10672026-08-19T19:42:43.089Z Downloaded quick-xml v0.37.5
10682026-08-19T19:42:43.089Z Downloaded regex v1.12.3
10692026-08-19T19:42:43.097Z Downloaded twox-hash v2.1.2
10702026-08-19T19:42:43.097Z Downloaded typify-macro v0.6.2
10712026-08-19T19:42:43.102Z Downloaded newtype_derive v0.1.6
10722026-08-19T19:42:43.102Z Downloaded secrecy v0.8.0
10732026-08-19T19:42:43.102Z Downloaded crossterm v0.28.1
10742026-08-19T19:42:43.102Z Downloaded phf_shared v0.11.3
10752026-08-19T19:42:43.102Z Downloaded nom v7.1.3
10762026-08-19T19:42:43.159Z Downloaded prettyplease v0.2.37
10772026-08-19T19:42:43.159Z Downloaded icu_collections v2.1.1
10782026-08-19T19:42:43.159Z Downloaded sync-ptr v0.1.4
10792026-08-19T19:42:43.159Z Downloaded usdt-macro v0.6.0
10802026-08-19T19:42:43.159Z Downloaded itertools v0.15.0
10812026-08-19T19:42:43.159Z Downloaded unicase v2.9.0
10822026-08-19T19:42:43.159Z Downloaded rsa v0.10.0-rc.18
10832026-08-19T19:42:43.159Z Downloaded writeable v0.6.2
10842026-08-19T19:42:43.159Z Downloaded diesel_table_macro_syntax v0.3.0
10852026-08-19T19:42:43.159Z Downloaded curve25519-dalek-derive v0.1.1
10862026-08-19T19:42:43.159Z Downloaded document-features v0.2.12
10872026-08-19T19:42:43.159Z Downloaded progenitor v0.14.0
10882026-08-19T19:42:43.160Z Downloaded rand_chacha v0.9.0
10892026-08-19T19:42:43.160Z Downloaded rpassword v7.5.4
10902026-08-19T19:42:43.160Z Downloaded rand_chacha v0.3.1
10912026-08-19T19:42:43.160Z Downloaded slog-envlogger v2.2.0
10922026-08-19T19:42:43.160Z Downloaded schemars v0.8.22
10932026-08-19T19:42:43.160Z Downloaded diesel-dtrace v0.5.0
10942026-08-19T19:42:43.160Z Downloaded keccak v0.2.0
10952026-08-19T19:42:43.160Z Downloaded rfc6979 v0.6.0
10962026-08-19T19:42:43.160Z Downloaded tower-http v0.6.8
10972026-08-19T19:42:43.174Z Downloaded schemars v0.9.0
10982026-08-19T19:42:43.174Z Downloaded scuffle v0.1.0
10992026-08-19T19:42:43.192Z Downloaded ppv-lite86 v0.2.21
11002026-08-19T19:42:43.192Z Downloaded rustls-native-certs v0.8.3
11012026-08-19T19:42:43.192Z Downloaded tinyvec v1.10.0
11022026-08-19T19:42:43.192Z Downloaded term v0.7.0
11032026-08-19T19:42:43.192Z Downloaded lzss v0.8.2
11042026-08-19T19:42:43.192Z Downloaded tokio-native-tls v0.3.1
11052026-08-19T19:42:43.192Z Downloaded tower-layer v0.3.3
11062026-08-19T19:42:43.192Z Downloaded void v1.0.2
11072026-08-19T19:42:43.192Z Downloaded defmt v0.3.100
11082026-08-19T19:42:43.203Z Downloaded reqwest v0.12.28
11092026-08-19T19:42:43.203Z Downloaded tower v0.5.3
11102026-08-19T19:42:43.203Z Downloaded zerovec-derive v0.11.2
11112026-08-19T19:42:43.204Z Downloaded icu_properties v2.1.2
11122026-08-19T19:42:43.204Z Downloaded num-traits v0.2.19
11132026-08-19T19:42:43.204Z Downloaded managed v0.8.0
11142026-08-19T19:42:43.204Z Downloaded yoke v0.8.1
11152026-08-19T19:42:43.209Z Downloaded litemap v0.8.1
11162026-08-19T19:42:43.209Z Downloaded defmt-macros v1.0.1
11172026-08-19T19:42:43.209Z Downloaded num_enum_derive v0.7.6
11182026-08-19T19:42:43.209Z Downloaded tokio-macros v2.7.0
11192026-08-19T19:42:43.209Z Downloaded url v2.5.8
11202026-08-19T19:42:43.209Z Downloaded crossterm v0.29.0
11212026-08-19T19:42:43.220Z Downloaded pin-project-internal v1.1.11
11222026-08-19T19:42:43.220Z Downloaded zip v4.6.1
11232026-08-19T19:42:43.220Z Downloaded parking_lot v0.12.5
11242026-08-19T19:42:43.231Z Downloaded ron v0.8.1
11252026-08-19T19:42:43.231Z Downloaded der v0.8.0
11262026-08-19T19:42:43.231Z Downloaded hyper-util v0.1.20
11272026-08-19T19:42:43.231Z Downloaded salsa20 v0.11.0
11282026-08-19T19:42:43.231Z Downloaded password-hash v0.5.0
11292026-08-19T19:42:43.239Z Downloaded rcgen v0.12.1
11302026-08-19T19:42:43.239Z Downloaded oxide-update-engine-types v0.1.2
11312026-08-19T19:42:43.239Z Downloaded snafu v0.8.9
11322026-08-19T19:42:43.239Z Downloaded rand_core v0.10.0
11332026-08-19T19:42:43.240Z Downloaded thiserror-impl-no-std v2.0.2
11342026-08-19T19:42:43.240Z Downloaded cpufeatures v0.3.0
11352026-08-19T19:42:43.240Z Downloaded display-error-chain v0.2.2
11362026-08-19T19:42:43.240Z Downloaded indent_write v2.2.0
11372026-08-19T19:42:43.240Z Downloaded newtype-uuid-macros v0.1.0
11382026-08-19T19:42:43.240Z Downloaded iri-string v0.7.10
11392026-08-19T19:42:43.244Z Downloaded serde_derive_internals v0.29.1
11402026-08-19T19:42:43.244Z Downloaded spki v0.7.3
11412026-08-19T19:42:43.244Z Downloaded vergen-lib v9.1.0
11422026-08-19T19:42:43.244Z Downloaded stringprep v0.1.5
11432026-08-19T19:42:43.244Z Downloaded test-strategy v0.4.5
11442026-08-19T19:42:43.244Z Downloaded vergen-git2 v9.1.0
11452026-08-19T19:42:43.244Z Downloaded ed25519-dalek v3.0.0
11462026-08-19T19:42:43.250Z Downloaded rfc6979 v0.4.0
11472026-08-19T19:42:43.250Z Downloaded ctutils v0.4.2
11482026-08-19T19:42:43.250Z Downloaded rtoolbox v0.0.3
11492026-08-19T19:42:43.250Z Downloaded toml_edit v0.23.10+spec-1.0.0
11502026-08-19T19:42:43.255Z Downloaded dtrace-parser v0.3.0
11512026-08-19T19:42:43.255Z Downloaded utf8_iter v1.0.4
11522026-08-19T19:42:43.255Z Downloaded trait-variant v0.1.2
11532026-08-19T19:42:43.255Z Downloaded toml_parser v1.1.2+spec-1.1.0
11542026-08-19T19:42:43.255Z Downloaded elliptic-curve v0.13.8
11552026-08-19T19:42:43.255Z Downloaded subprocess v0.2.15
11562026-08-19T19:42:43.259Z Downloaded itertools v0.10.5
11572026-08-19T19:42:43.259Z Downloaded winnow v0.6.26
11582026-08-19T19:42:43.268Z Downloaded icu_normalizer v2.1.1
11592026-08-19T19:42:43.275Z Downloaded num_enum v0.5.11
11602026-08-19T19:42:43.276Z Downloaded num-rational v0.4.2
11612026-08-19T19:42:43.276Z Downloaded x509-cert v0.2.5
11622026-08-19T19:42:43.276Z Downloaded hybrid-array v0.4.13
11632026-08-19T19:42:43.283Z Downloaded p521 v0.14.0
11642026-08-19T19:42:43.283Z Downloaded schemars_derive v0.8.22
11652026-08-19T19:42:43.283Z Downloaded derive_builder_core v0.20.2
11662026-08-19T19:42:43.283Z Downloaded scroll v0.13.0
11672026-08-19T19:42:43.283Z Downloaded ml-kem v0.3.2
11682026-08-19T19:42:43.283Z Downloaded darling v0.21.3
11692026-08-19T19:42:43.287Z Downloaded libbz2-rs-sys v0.2.2
11702026-08-19T19:42:43.287Z Downloaded new_debug_unreachable v1.0.6
11712026-08-19T19:42:43.288Z Downloaded cpubits v0.1.1
11722026-08-19T19:42:43.288Z Downloaded git2 v0.20.4
11732026-08-19T19:42:43.297Z Downloaded rand v0.10.1
11742026-08-19T19:42:43.297Z Downloaded rayon v1.11.0
11752026-08-19T19:42:43.306Z Downloaded crypto-bigint v0.5.5
11762026-08-19T19:42:43.306Z Downloaded sponge-cursor v0.1.0
11772026-08-19T19:42:43.306Z Downloaded tough v0.22.0
11782026-08-19T19:42:43.312Z Downloaded pkg-config v0.3.32
11792026-08-19T19:42:43.312Z Downloaded rustyline v14.0.0
11802026-08-19T19:42:43.312Z Downloaded const_format v0.2.35
11812026-08-19T19:42:43.312Z Downloaded libloading v0.8.9
11822026-08-19T19:42:43.317Z Downloaded dirs-sys-next v0.1.2
11832026-08-19T19:42:43.318Z Downloaded ryu v1.0.23
11842026-08-19T19:42:43.318Z Downloaded tower-service v0.3.3
11852026-08-19T19:42:43.318Z Downloaded siphasher v1.0.2
11862026-08-19T19:42:43.318Z Downloaded aho-corasick v1.1.4
11872026-08-19T19:42:43.318Z Downloaded icu_properties_data v2.1.2
11882026-08-19T19:42:43.325Z Downloaded idna v1.1.0
11892026-08-19T19:42:43.331Z Downloaded libsw-core v0.3.2
11902026-08-19T19:42:43.331Z Downloaded crunchy v0.2.4
11912026-08-19T19:42:43.331Z Downloaded progenitor-macro v0.13.0
11922026-08-19T19:42:43.331Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11932026-08-19T19:42:43.331Z Downloaded internal-russh-num-bigint v0.5.0
11942026-08-19T19:42:43.337Z Downloaded publicsuffix v2.3.0
11952026-08-19T19:42:43.337Z Downloaded pin-project v1.1.11
11962026-08-19T19:42:43.342Z Downloaded darling v0.23.0
11972026-08-19T19:42:43.342Z Downloaded data-encoding v2.10.0
11982026-08-19T19:42:43.342Z Downloaded libefi-sys v0.1.0
11992026-08-19T19:42:43.342Z Downloaded tap v1.0.1
12002026-08-19T19:42:43.348Z Downloaded ssh-encoding v0.3.0
12012026-08-19T19:42:43.348Z Downloaded miette v7.6.0
12022026-08-19T19:42:43.348Z Downloaded precomputed-hash v0.1.1
12032026-08-19T19:42:43.348Z Downloaded uuid v1.23.4
12042026-08-19T19:42:43.353Z Downloaded pbkdf2 v0.13.0
12052026-08-19T19:42:43.353Z Downloaded tokio-tungstenite v0.23.1
12062026-08-19T19:42:43.357Z Downloaded humantime v2.3.0
12072026-08-19T19:42:43.357Z Downloaded icu_provider v2.1.1
12082026-08-19T19:42:43.366Z Downloaded ingot v0.2.1
12092026-08-19T19:42:43.366Z Downloaded progenitor-client v0.13.0
12102026-08-19T19:42:43.367Z Downloaded libsw v3.5.0
12112026-08-19T19:42:43.367Z Downloaded strum_macros v0.27.2
12122026-08-19T19:42:43.367Z Downloaded pretty_assertions v1.4.1
12132026-08-19T19:42:43.371Z Downloaded papergrid v0.18.0
12142026-08-19T19:42:43.371Z Downloaded aws-lc-rs v1.16.3
12152026-08-19T19:42:43.371Z Downloaded signal-hook v0.3.18
12162026-08-19T19:42:43.382Z Downloaded reedline v0.40.0
12172026-08-19T19:42:43.388Z Downloaded diff v0.1.13
12182026-08-19T19:42:43.388Z Downloaded serde_yaml v0.9.34+deprecated
12192026-08-19T19:42:43.388Z Downloaded itertools v0.14.0
12202026-08-19T19:42:43.394Z Downloaded phf v0.13.1
12212026-08-19T19:42:43.394Z Downloaded jiff-core v0.1.0
12222026-08-19T19:42:43.394Z Downloaded dropshot_endpoint v0.17.1
12232026-08-19T19:42:43.394Z Downloaded rustversion v1.0.22
12242026-08-19T19:42:43.398Z Downloaded wyz v0.5.1
12252026-08-19T19:42:43.398Z Downloaded winnow v1.0.3
12262026-08-19T19:42:43.402Z Downloaded typify v0.6.2
12272026-08-19T19:42:43.402Z Downloaded der v0.7.10
12282026-08-19T19:42:43.409Z Downloaded itertools v0.13.0
12292026-08-19T19:42:43.421Z Downloaded yasna v0.5.2
12302026-08-19T19:42:43.421Z Downloaded unicode-normalization v0.1.25
12312026-08-19T19:42:43.421Z Downloaded progenitor-impl v0.13.0
12322026-08-19T19:42:43.421Z Downloaded ed25519-dalek v2.2.0
12332026-08-19T19:42:43.434Z Downloaded icu_locale_core v2.1.1
12342026-08-19T19:42:43.434Z Downloaded const_format_proc_macros v0.2.34
12352026-08-19T19:42:43.434Z Downloaded gimli v0.32.3
12362026-08-19T19:42:43.443Z Downloaded zerovec v0.11.5
12372026-08-19T19:42:43.443Z Downloaded blake3 v1.8.5
12382026-08-19T19:42:43.443Z Downloaded toml v1.1.2+spec-1.1.0
12392026-08-19T19:42:43.443Z Downloaded slog v2.8.2
12402026-08-19T19:42:43.443Z Downloaded zip v0.6.6
12412026-08-19T19:42:43.447Z Downloaded chrono v0.4.45
12422026-08-19T19:42:43.447Z Downloaded tar v0.4.46
12432026-08-19T19:42:43.447Z Downloaded crossbeam-channel v0.5.15
12442026-08-19T19:42:43.447Z Downloaded qorb v0.4.1
12452026-08-19T19:42:43.459Z Downloaded num-bigint-dig v0.8.6
12462026-08-19T19:42:43.459Z Downloaded socket2 v0.6.3
12472026-08-19T19:42:43.468Z Downloaded itertools v0.12.1
12482026-08-19T19:42:43.468Z Downloaded polar-core v0.27.3
12492026-08-19T19:42:43.468Z Downloaded indexmap v1.9.3
12502026-08-19T19:42:43.468Z Downloaded lock_api v0.4.14
12512026-08-19T19:42:43.468Z Downloaded steno v0.4.1
12522026-08-19T19:42:43.474Z Downloaded crc32fast v1.5.0
12532026-08-19T19:42:43.474Z Downloaded progenitor-impl v0.14.0
12542026-08-19T19:42:43.474Z Downloaded radix_trie v0.2.1
12552026-08-19T19:42:43.474Z Downloaded rustls-webpki v0.103.13
12562026-08-19T19:42:43.484Z Downloaded bitvec v1.0.1
12572026-08-19T19:42:43.491Z Downloaded winnow v0.5.40
12582026-08-19T19:42:43.497Z Downloaded petname v2.0.2
12592026-08-19T19:42:43.497Z Downloaded salty v0.3.0
12602026-08-19T19:42:43.503Z Downloaded ignore v0.4.25
12612026-08-19T19:42:43.503Z Downloaded goblin v0.10.5
12622026-08-19T19:42:43.510Z Downloaded moka v0.12.13
12632026-08-19T19:42:43.510Z Downloaded oso v0.27.3
12642026-08-19T19:42:43.515Z Downloaded libxml v0.3.3
12652026-08-19T19:42:43.515Z Downloaded diesel_derives v2.3.7
12662026-08-19T19:42:43.515Z Downloaded toml_edit v0.19.15
12672026-08-19T19:42:43.527Z Downloaded openssl-sys v0.9.117
12682026-08-19T19:42:43.537Z Downloaded vcpkg v0.2.15
12692026-08-19T19:42:43.552Z Downloaded nom v8.0.0
12702026-08-19T19:42:43.556Z Downloaded portable-atomic v1.13.1
12712026-08-19T19:42:43.556Z Downloaded time v0.3.47
12722026-08-19T19:42:43.565Z Downloaded lalrpop v0.19.12
12732026-08-19T19:42:43.570Z Downloaded serde_with v1.14.0
12742026-08-19T19:42:43.577Z Downloaded dropshot-api-manager v0.8.0
12752026-08-19T19:42:43.581Z Downloaded minimal-lexical v0.2.1
12762026-08-19T19:42:43.581Z Downloaded crypto-primes v0.7.2
12772026-08-19T19:42:43.590Z Downloaded p384 v0.13.1
12782026-08-19T19:42:43.604Z Downloaded hickory-proto v0.24.4
12792026-08-19T19:42:43.611Z Downloaded proptest v1.11.0
12802026-08-19T19:42:43.611Z Downloaded tabled v0.21.0
12812026-08-19T19:42:43.658Z Downloaded reqwest v0.13.2
12822026-08-19T19:42:43.658Z Downloaded mio v1.2.0
12832026-08-19T19:42:43.679Z Downloaded iddqd v0.4.2
12842026-08-19T19:42:43.679Z Downloaded hyper v1.10.1
12852026-08-19T19:42:43.679Z Downloaded russh v0.62.4
12862026-08-19T19:42:43.679Z Downloaded zlib-rs v0.6.2
12872026-08-19T19:42:43.679Z Downloaded smoltcp v0.9.1
12882026-08-19T19:42:43.679Z Downloaded libm v0.2.16
12892026-08-19T19:42:43.679Z Downloaded nix v0.27.1
12902026-08-19T19:42:43.695Z Downloaded num-bigint v0.4.6
12912026-08-19T19:42:43.695Z Downloaded openssl v0.10.80
12922026-08-19T19:42:43.695Z Downloaded crypto-bigint v0.7.5
12932026-08-19T19:42:43.695Z Downloaded sha3 v0.12.0
12942026-08-19T19:42:43.699Z Downloaded hickory-proto v0.25.2
12952026-08-19T19:42:43.700Z Downloaded bstr v1.12.1
12962026-08-19T19:42:43.700Z Downloaded regress v0.11.1
12972026-08-19T19:42:43.714Z Downloaded curve25519-dalek v5.0.0
12982026-08-19T19:42:43.720Z Downloaded rawzip v0.4.4
12992026-08-19T19:42:43.720Z Downloaded serde_with v3.21.0
13002026-08-19T19:42:43.720Z Downloaded rustls v0.23.41
13012026-08-19T19:42:43.734Z Downloaded sqlparser v0.61.0
13022026-08-19T19:42:43.745Z Downloaded nix v0.28.0
13032026-08-19T19:42:43.759Z Downloaded zerocopy v0.8.55
13042026-08-19T19:42:43.773Z Downloaded regex-syntax v0.6.29
13052026-08-19T19:42:43.777Z Downloaded nix v0.31.2
13062026-08-19T19:42:43.777Z Downloaded dropshot v0.17.1
13072026-08-19T19:42:43.792Z Downloaded rustix v0.38.44
13082026-08-19T19:42:43.803Z Downloaded openapiv3 v2.2.0
13092026-08-19T19:42:43.813Z Downloaded smoltcp v0.11.0
13102026-08-19T19:42:43.819Z Downloaded curve25519-dalek v4.1.3
13112026-08-19T19:42:43.819Z Downloaded object v0.30.4
13122026-08-19T19:42:43.822Z Downloaded quinn-proto v0.11.16
13132026-08-19T19:42:43.832Z Downloaded regress v0.10.5
13142026-08-19T19:42:43.833Z Downloaded object v0.37.3
13152026-08-19T19:42:43.836Z Downloaded tracing v0.1.44
13162026-08-19T19:42:43.848Z Downloaded regex-automata v0.4.14
13172026-08-19T19:42:43.860Z Downloaded regex-syntax v0.8.10
13182026-08-19T19:42:43.868Z Downloaded sled v0.34.7
13192026-08-19T19:42:43.897Z Downloaded jiff v0.2.34
13202026-08-19T19:42:43.901Z Downloaded typify-impl v0.6.2
13212026-08-19T19:42:43.909Z Downloaded diesel v2.3.7
13222026-08-19T19:42:43.919Z Downloaded zerocopy-derive v0.6.6
13232026-08-19T19:42:43.925Z Downloaded ratatui v0.29.0
13242026-08-19T19:42:43.936Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13252026-08-19T19:42:43.952Z Downloaded bzip2-sys v0.1.13+1.0.8
13262026-08-19T19:42:43.961Z Downloaded sha3 v0.11.0
13272026-08-19T19:42:43.972Z Downloaded libz-sys v1.1.24
13282026-08-19T19:42:43.984Z Downloaded sha3 v0.10.8
13292026-08-19T19:42:44.013Z Downloaded csv v1.4.0
13302026-08-19T19:42:44.028Z Downloaded chrono-tz v0.10.4
13312026-08-19T19:42:44.028Z Downloaded petgraph v0.6.5
13322026-08-19T19:42:44.028Z Downloaded petgraph v0.8.3
13332026-08-19T19:42:44.036Z Downloaded tokio v1.52.1
13342026-08-19T19:42:44.049Z Downloaded encoding_rs v0.8.35
13352026-08-19T19:42:44.064Z Downloaded ring v0.17.14
13362026-08-19T19:42:44.082Z Downloaded libgit2-sys v0.18.3+1.9.2
13372026-08-19T19:42:44.588Z Downloaded aws-lc-sys v0.40.0
13382026-08-19T19:42:44.840Z Compiling serde_core v1.0.228
13392026-08-19T19:42:44.840Z Compiling libc v0.2.185
13402026-08-19T19:42:44.843Z Compiling serde v1.0.228
13412026-08-19T19:42:44.843Z Compiling log v0.4.33
13422026-08-19T19:42:44.843Z Compiling smallvec v1.15.1
13432026-08-19T19:42:45.015Z Compiling find-msvc-tools v0.1.9
13442026-08-19T19:42:45.015Z Compiling shlex v1.3.0
13452026-08-19T19:42:45.019Z Compiling syn v2.0.117
13462026-08-19T19:42:45.198Z Compiling subtle v2.6.1
13472026-08-19T19:42:45.209Z Compiling scopeguard v1.2.0
13482026-08-19T19:42:45.225Z Compiling stable_deref_trait v1.2.1
13492026-08-19T19:42:45.292Z Compiling typenum v1.20.1
13502026-08-19T19:42:45.304Z Compiling lock_api v0.4.14
13512026-08-19T19:42:45.316Z Compiling zerocopy v0.8.55
13522026-08-19T19:42:45.319Z Compiling portable-atomic v1.13.1
13532026-08-19T19:42:45.370Z Compiling serde_json v1.0.151
13542026-08-19T19:42:45.538Z Compiling critical-section v1.2.0
13552026-08-19T19:42:45.576Z Compiling libm v0.2.16
13562026-08-19T19:42:45.646Z Compiling num-traits v0.2.19
13572026-08-19T19:42:45.760Z Compiling pkg-config v0.3.32
13582026-08-19T19:42:45.830Z Compiling errno v0.3.14
13592026-08-19T19:42:45.862Z Compiling jobserver v0.1.34
13602026-08-19T19:42:45.904Z Compiling getrandom v0.2.17
13612026-08-19T19:42:46.118Z Compiling cc v1.2.56
13622026-08-19T19:42:46.167Z Compiling rand_core v0.6.4
13632026-08-19T19:42:46.335Z Compiling once_cell v1.21.3
13642026-08-19T19:42:46.408Z Compiling generic-array v0.14.7
13652026-08-19T19:42:46.426Z Compiling pin-project-lite v0.2.17
13662026-08-19T19:42:46.453Z Compiling parking_lot_core v0.9.12
13672026-08-19T19:42:46.527Z Compiling const-oid v0.9.6
13682026-08-19T19:42:46.545Z Compiling getrandom v0.3.4
13692026-08-19T19:42:46.653Z Compiling signal-hook-registry v1.4.8
13702026-08-19T19:42:46.983Z Compiling futures-core v0.3.32
13712026-08-19T19:42:47.113Z Compiling bitflags v2.11.0
13722026-08-19T19:42:47.196Z Compiling percent-encoding v2.3.2
13732026-08-19T19:42:47.209Z Compiling litemap v0.8.1
13742026-08-19T19:42:47.234Z Compiling writeable v0.6.2
13752026-08-19T19:42:47.363Z Compiling semver v1.0.28
13762026-08-19T19:42:47.399Z Compiling parking_lot v0.12.5
13772026-08-19T19:42:47.426Z Compiling mio v1.2.0
13782026-08-19T19:42:47.536Z Compiling icu_properties_data v2.1.2
13792026-08-19T19:42:47.559Z Compiling icu_normalizer_data v2.1.1
13802026-08-19T19:42:47.654Z Compiling socket2 v0.6.3
13812026-08-19T19:42:47.673Z Compiling getrandom v0.4.3
13822026-08-19T19:42:47.771Z Compiling rustix v1.1.4
13832026-08-19T19:42:47.865Z Compiling synstructure v0.13.2
13842026-08-19T19:42:47.879Z Compiling futures-sink v0.3.32
13852026-08-19T19:42:47.894Z Compiling rand_core v0.10.0
13862026-08-19T19:42:47.988Z Compiling futures-channel v0.3.32
13872026-08-19T19:42:48.048Z Compiling indexmap v2.14.0
13882026-08-19T19:42:48.062Z Compiling slab v0.4.12
13892026-08-19T19:42:48.210Z Compiling futures-io v0.3.32
13902026-08-19T19:42:48.242Z Compiling utf8_iter v1.0.4
13912026-08-19T19:42:48.256Z Compiling futures-task v0.3.32
13922026-08-19T19:42:48.261Z Compiling form_urlencoded v1.2.2
13932026-08-19T19:42:48.363Z Compiling rustversion v1.0.22
13942026-08-19T19:42:48.384Z Compiling base64ct v1.8.3
13952026-08-19T19:42:48.423Z Compiling iana-time-zone v0.1.65
13962026-08-19T19:42:48.438Z Compiling cmake v0.1.57
13972026-08-19T19:42:48.445Z Compiling flagset v0.4.7
13982026-08-19T19:42:48.581Z Compiling ident_case v1.0.1
13992026-08-19T19:42:48.619Z Compiling pem-rfc7468 v0.7.0
14002026-08-19T19:42:49.132Z Compiling dunce v1.0.5
14012026-08-19T19:42:49.135Z Compiling regex-syntax v0.8.10
14022026-08-19T19:42:49.135Z Compiling fs_extra v1.3.0
14032026-08-19T19:42:49.135Z Compiling uuid v1.23.4
14042026-08-19T19:42:49.135Z Compiling rand_core v0.9.5
14052026-08-19T19:42:49.135Z Compiling base64 v0.22.1
14062026-08-19T19:42:49.135Z Compiling aws-lc-sys v0.40.0
14072026-08-19T19:42:49.197Z Compiling vcpkg v0.2.15
14082026-08-19T19:42:49.291Z Compiling syn v1.0.109
14092026-08-19T19:42:49.403Z Compiling serde_derive_internals v0.29.1
14102026-08-19T19:42:49.534Z Compiling rustc_version v0.4.1
14112026-08-19T19:42:49.559Z Compiling tracing-core v0.1.36
14122026-08-19T19:42:49.576Z Compiling serde_derive v1.0.228
14132026-08-19T19:42:49.596Z Compiling zeroize_derive v1.5.0
14142026-08-19T19:42:49.852Z Compiling zerofrom-derive v0.1.6
14152026-08-19T19:42:49.924Z Compiling zerocopy-derive v0.8.55
14162026-08-19T19:42:50.120Z Compiling yoke-derive v0.8.1
14172026-08-19T19:42:50.263Z Compiling zerovec-derive v0.11.2
14182026-08-19T19:42:50.305Z Compiling displaydoc v0.2.5
14192026-08-19T19:42:51.063Z Compiling tokio-macros v2.7.0
14202026-08-19T19:42:51.137Z Compiling futures-macro v0.3.32
14212026-08-19T19:42:51.289Z Compiling zerofrom v0.1.6
14222026-08-19T19:42:51.320Z Compiling der_derive v0.7.3
14232026-08-19T19:42:51.423Z Compiling yoke v0.8.1
14242026-08-19T19:42:51.423Z Compiling thiserror-impl v2.0.18
14252026-08-19T19:42:51.622Z Compiling zerovec v0.11.5
14262026-08-19T19:42:51.802Z Compiling zerotrie v0.2.3
14272026-08-19T19:42:51.957Z Compiling futures-util v0.3.32
14282026-08-19T19:42:52.107Z Compiling tinystr v0.8.2
14292026-08-19T19:42:52.139Z Compiling potential_utf v0.1.4
14302026-08-19T19:42:52.283Z Compiling icu_locale_core v2.1.1
14312026-08-19T19:42:52.302Z Compiling icu_collections v2.1.1
14322026-08-19T19:42:52.720Z Compiling openssl-sys v0.9.117
14332026-08-19T19:42:52.793Z Compiling thiserror v2.0.18
14342026-08-19T19:42:52.827Z Compiling tracing-attributes v0.1.31
14352026-08-19T19:42:52.840Z Compiling dyn-clone v1.0.20
14362026-08-19T19:42:52.899Z Compiling icu_provider v2.1.1
14372026-08-19T19:42:52.979Z Compiling simd-adler32 v0.3.8
14382026-08-19T19:42:53.125Z Compiling zeroize v1.9.0
14392026-08-19T19:42:53.165Z Compiling bytes v1.11.1
14402026-08-19T19:42:53.194Z Compiling icu_normalizer v2.1.1
14412026-08-19T19:42:53.225Z Compiling icu_properties v2.1.2
14422026-08-19T19:42:53.746Z Compiling tokio v1.52.1
14432026-08-19T19:42:53.829Z Compiling chrono v0.4.45
14442026-08-19T19:42:53.985Z Compiling crypto-common v0.1.7
14452026-08-19T19:42:54.144Z Compiling block-buffer v0.10.4
14462026-08-19T19:42:54.574Z Compiling idna_adapter v1.2.1
14472026-08-19T19:42:54.597Z Compiling digest v0.10.7
14482026-08-19T19:42:54.597Z Compiling idna v1.1.0
14492026-08-19T19:42:54.597Z Compiling der v0.7.10
14502026-08-19T19:42:54.597Z Compiling ppv-lite86 v0.2.21
14512026-08-19T19:42:54.597Z Compiling http v1.4.2
14522026-08-19T19:42:54.597Z Compiling cpufeatures v0.2.17
14532026-08-19T19:42:54.649Z Compiling url v2.5.8
14542026-08-19T19:42:54.717Z Compiling rand_chacha v0.9.0
14552026-08-19T19:42:54.978Z Compiling aws-lc-rs v1.16.3
14562026-08-19T19:42:55.238Z Compiling spki v0.7.3
14572026-08-19T19:42:55.262Z Compiling schemars v0.8.22
14582026-08-19T19:42:55.421Z Compiling pkcs8 v0.10.2
14592026-08-19T19:42:55.434Z Compiling http-body v1.0.1
14602026-08-19T19:42:55.448Z Compiling rand v0.9.2
14612026-08-19T19:42:55.476Z Compiling tracing v0.1.44
14622026-08-19T19:42:55.492Z Compiling rustls-pki-types v1.14.0
14632026-08-19T19:42:55.591Z Compiling schemars_derive v0.8.22
14642026-08-19T19:42:55.666Z Compiling spin v0.9.8
14652026-08-19T19:42:55.731Z Compiling cmov v0.5.4
14662026-08-19T19:42:55.872Z Compiling openssl-probe v0.2.1
14672026-08-19T19:42:55.922Z Compiling httparse v1.10.1
14682026-08-19T19:42:55.937Z Compiling tinyvec_macros v0.1.1
14692026-08-19T19:42:56.006Z Compiling adler2 v2.0.1
14702026-08-19T19:42:56.045Z Compiling crc32fast v1.5.0
14712026-08-19T19:42:56.136Z Compiling miniz_oxide v0.8.9
14722026-08-19T19:42:56.176Z Compiling tinyvec v1.10.0
14732026-08-19T19:42:56.296Z Compiling ctutils v0.4.2
14742026-08-19T19:42:56.354Z Compiling tempfile v3.27.0
14752026-08-19T19:42:56.518Z Compiling pest_generator v2.8.6
14762026-08-19T19:42:56.518Z Compiling sha2 v0.10.9
14772026-08-19T19:42:56.717Z Compiling terminal_size v0.4.3
14782026-08-19T19:42:56.722Z Compiling aho-corasick v1.1.4
14792026-08-19T19:42:56.853Z Compiling try-lock v0.2.5
14802026-08-19T19:42:56.990Z Compiling tower-service v0.3.3
14812026-08-19T19:42:57.064Z Compiling atomic-waker v1.1.2
14822026-08-19T19:42:57.192Z Compiling tower-layer v0.3.3
14832026-08-19T19:42:57.208Z Compiling untrusted v0.7.1
14842026-08-19T19:42:57.328Z Compiling radium v0.7.0
14852026-08-19T19:42:57.352Z Compiling pest_derive v2.8.6
14862026-08-19T19:42:57.574Z Compiling tokio-util v0.7.18
14872026-08-19T19:42:57.804Z Compiling regex-automata v0.4.14
14882026-08-19T19:42:57.822Z Compiling want v0.3.1
14892026-08-19T19:42:57.988Z Compiling hybrid-array v0.4.13
14902026-08-19T19:42:58.241Z Compiling h2 v0.4.15
14912026-08-19T19:42:58.590Z Compiling ipnet v2.12.0
14922026-08-19T19:42:58.635Z Compiling scroll_derive v0.13.1
14932026-08-19T19:42:58.765Z Compiling darling_core v0.20.11
14942026-08-19T19:42:59.136Z Compiling foreign-types-shared v0.1.1
14952026-08-19T19:42:59.631Z Compiling rustls v0.23.41
14962026-08-19T19:42:59.640Z Compiling httpdate v1.0.3
14972026-08-19T19:42:59.640Z Compiling untrusted v0.9.0
14982026-08-19T19:42:59.640Z Compiling tap v1.0.1
14992026-08-19T19:42:59.640Z Compiling maybe-uninit v2.0.0
15002026-08-19T19:42:59.640Z Compiling openssl v0.10.80
15012026-08-19T19:42:59.640Z Compiling wyz v0.5.1
15022026-08-19T19:42:59.640Z Compiling scroll v0.13.0
15032026-08-19T19:42:59.735Z Compiling foreign-types v0.3.2
15042026-08-19T19:42:59.782Z Compiling unicode-normalization v0.1.25
15052026-08-19T19:42:59.824Z Compiling rand_chacha v0.3.1
15062026-08-19T19:42:59.969Z Compiling signature v2.2.0
15072026-08-19T19:43:00.158Z Compiling hex v0.4.3
15082026-08-19T19:43:00.214Z Compiling thiserror-impl v1.0.69
15092026-08-19T19:43:00.239Z Compiling openssl-macros v0.1.1
15102026-08-19T19:43:00.423Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-08-19T19:43:00.586Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15122026-08-19T19:43:00.631Z Compiling num-integer v0.1.46
15132026-08-19T19:43:00.696Z Compiling wait-timeout v0.2.1
15142026-08-19T19:43:00.946Z Compiling ahash v0.8.12
15152026-08-19T19:43:00.960Z Compiling quick-error v1.2.3
15162026-08-19T19:43:00.974Z Compiling time-core v0.1.8
15172026-08-19T19:43:01.017Z Compiling darling_macro v0.20.11
15182026-08-19T19:43:01.065Z Compiling packed_struct v0.10.1
15192026-08-19T19:43:01.115Z Compiling bit-vec v0.8.0
15202026-08-19T19:43:01.149Z Compiling funty v2.0.0
15212026-08-19T19:43:01.301Z Compiling native-tls v0.2.18
15222026-08-19T19:43:01.347Z Compiling num-conv v0.2.0
15232026-08-19T19:43:01.433Z Compiling hyper v1.10.1
15242026-08-19T19:43:01.480Z Compiling powerfmt v0.2.0
15252026-08-19T19:43:01.497Z Compiling num-bigint-dig v0.8.6
15262026-08-19T19:43:01.497Z Compiling clap_builder v4.6.0
15272026-08-19T19:43:01.679Z Compiling deranged v0.5.8
15282026-08-19T19:43:01.728Z Compiling darling v0.20.11
15292026-08-19T19:43:01.741Z Compiling time-macros v0.2.27
15302026-08-19T19:43:01.808Z Compiling bitvec v1.0.1
15312026-08-19T19:43:02.290Z Compiling thiserror v1.0.69
15322026-08-19T19:43:02.294Z Compiling bit-set v0.8.0
15332026-08-19T19:43:02.294Z Compiling rusty-fork v0.3.1
15342026-08-19T19:43:02.539Z Compiling hyper-util v0.1.20
15352026-08-19T19:43:02.642Z Compiling num-iter v0.1.45
15362026-08-19T19:43:02.999Z Compiling rand v0.8.6
15372026-08-19T19:43:03.220Z Compiling goblin v0.10.5
15382026-08-19T19:43:03.598Z Compiling packed_struct_codegen v0.10.1
15392026-08-19T19:43:03.821Z Compiling lazy_static v1.5.0
15402026-08-19T19:43:03.919Z Compiling hmac v0.12.1
15412026-08-19T19:43:04.087Z Compiling serde_spanned v0.6.9
15422026-08-19T19:43:04.236Z Compiling toml_datetime v0.6.11
15432026-08-19T19:43:04.283Z Compiling clap_derive v4.6.1
15442026-08-19T19:43:04.466Z Compiling zerocopy-derive v0.6.6
15452026-08-19T19:43:04.493Z Compiling bitfield-macros v0.19.4
15462026-08-19T19:43:04.734Z Compiling rand_xorshift v0.4.0
15472026-08-19T19:43:04.911Z Compiling sync_wrapper v1.0.2
15482026-08-19T19:43:05.016Z Compiling indexmap v1.9.3
15492026-08-19T19:43:05.204Z Compiling siphasher v1.0.2
15502026-08-19T19:43:05.223Z Compiling zlib-rs v0.6.2
15512026-08-19T19:43:05.297Z Compiling nodrop v0.1.14
15522026-08-19T19:43:05.392Z Compiling crc-catalog v2.4.0
15532026-08-19T19:43:05.395Z Compiling paste v1.0.15
15542026-08-19T19:43:05.494Z Compiling crossbeam-utils v0.8.21
15552026-08-19T19:43:05.671Z Compiling num_threads v0.1.7
15562026-08-19T19:43:05.770Z Compiling usdt-impl v0.6.0
15572026-08-19T19:43:05.775Z Compiling object v0.37.3
15582026-08-19T19:43:05.799Z Compiling unarray v0.1.4
15592026-08-19T19:43:05.911Z Compiling proptest v1.11.0
15602026-08-19T19:43:06.007Z Compiling dof v0.4.0
15612026-08-19T19:43:06.024Z Compiling clap v4.6.1
15622026-08-19T19:43:06.105Z Compiling time v0.3.47
15632026-08-19T19:43:06.168Z Compiling crc v3.4.0
15642026-08-19T19:43:06.360Z Compiling array-init v0.0.4
15652026-08-19T19:43:06.710Z Compiling zerocopy v0.6.6
15662026-08-19T19:43:07.058Z Compiling bitfield v0.19.4
15672026-08-19T19:43:07.327Z Compiling tower v0.5.3
15682026-08-19T19:43:07.595Z Compiling smallvec v0.6.14
15692026-08-19T19:43:07.879Z Compiling derive_builder_core v0.20.2
15702026-08-19T19:43:08.020Z Compiling dtrace-parser v0.3.0
15712026-08-19T19:43:08.396Z Compiling flate2 v1.1.9
15722026-08-19T19:43:08.669Z Compiling ipnetwork v0.21.1
15732026-08-19T19:43:08.750Z Compiling pkcs1 v0.7.5
15742026-08-19T19:43:08.765Z Compiling http-body-util v0.1.3
15752026-08-19T19:43:08.841Z Compiling heapless v0.7.17
15762026-08-19T19:43:08.855Z Compiling structmeta-derive v0.3.0
15772026-08-19T19:43:09.012Z Compiling scroll_derive v0.12.1
15782026-08-19T19:43:09.065Z Compiling slog v2.8.2
15792026-08-19T19:43:09.090Z Compiling darling_core v0.23.0
15802026-08-19T19:43:09.143Z Compiling thread-id v5.1.0
15812026-08-19T19:43:09.233Z Compiling cookie v0.18.1
15822026-08-19T19:43:09.246Z Compiling env_filter v2.0.0
15832026-08-19T19:43:09.436Z Compiling ryu v1.0.23
15842026-08-19T19:43:09.547Z Compiling anyhow v1.0.104
15852026-08-19T19:43:09.601Z Compiling unicode-bidi v0.3.18
15862026-08-19T19:43:09.682Z Compiling hashbrown v0.12.3
15872026-08-19T19:43:09.853Z Compiling iri-string v0.7.10
15882026-08-19T19:43:09.929Z Compiling signal-hook v0.3.18
15892026-08-19T19:43:10.114Z Compiling unicode-properties v0.1.4
15902026-08-19T19:43:10.132Z Compiling gimli v0.32.3
15912026-08-19T19:43:10.153Z Compiling base64 v0.21.7
15922026-08-19T19:43:10.323Z Compiling allocator-api2 v0.2.21
15932026-08-19T19:43:10.480Z Compiling zstd-safe v7.2.4
15942026-08-19T19:43:10.652Z Compiling winnow v0.5.40
15952026-08-19T19:43:10.687Z Compiling ron v0.8.1
15962026-08-19T19:43:11.363Z Compiling tower-http v0.6.8
15972026-08-19T19:43:11.589Z Compiling darling_macro v0.23.0
15982026-08-19T19:43:11.614Z Compiling stringprep v0.1.5
15992026-08-19T19:43:11.761Z Compiling addr2line v0.25.1
16002026-08-19T19:43:12.021Z Compiling toml_edit v0.19.15
16012026-08-19T19:43:12.080Z Compiling structmeta v0.3.0
16022026-08-19T19:43:12.106Z Compiling scroll v0.12.0
16032026-08-19T19:43:12.281Z Compiling serde_urlencoded v0.7.1
16042026-08-19T19:43:12.352Z Compiling env_logger v0.11.11
16052026-08-19T19:43:12.487Z Compiling rsa v0.9.10
16062026-08-19T19:43:12.519Z Compiling oxnet v0.1.6
16072026-08-19T19:43:12.827Z Compiling derive_builder_macro v0.20.2
16082026-08-19T19:43:12.866Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16092026-08-19T19:43:12.946Z Compiling newtype-uuid v1.3.2
16102026-08-19T19:43:12.961Z Compiling hashbrown v0.13.2
16112026-08-19T19:43:13.272Z Compiling bzip2 v0.4.4
16122026-08-19T19:43:13.298Z Compiling serde-hex v0.1.0
16132026-08-19T19:43:13.444Z Compiling tokio-native-tls v0.3.1
16142026-08-19T19:43:13.480Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16152026-08-19T19:43:13.616Z Compiling camino v1.2.5
16162026-08-19T19:43:14.552Z Compiling bstr v1.12.1
16172026-08-19T19:43:14.680Z Compiling crypto-common v0.2.2
16182026-08-19T19:43:15.078Z Compiling block-buffer v0.12.1
16192026-08-19T19:43:15.191Z Compiling block-padding v0.4.2
16202026-08-19T19:43:15.339Z Compiling rustls-native-certs v0.8.3
16212026-08-19T19:43:15.364Z Compiling x509-cert v0.2.5
16222026-08-19T19:43:15.530Z Compiling md-5 v0.10.6
16232026-08-19T19:43:15.580Z Compiling serde_tokenstream v0.2.3
16242026-08-19T19:43:15.703Z Compiling erased-serde v0.3.31
16252026-08-19T19:43:15.903Z Compiling curve25519-dalek v4.1.3
16262026-08-19T19:43:16.205Z Compiling async-trait v0.1.89
16272026-08-19T19:43:16.246Z Compiling daft-derive v0.1.7
16282026-08-19T19:43:16.415Z Compiling pin-project-internal v1.1.11
16292026-08-19T19:43:16.845Z Compiling zerocopy-derive v0.7.35
16302026-08-19T19:43:16.952Z Compiling vergen-lib v9.1.0
16312026-08-19T19:43:16.956Z Compiling hash32 v0.2.1
16322026-08-19T19:43:16.956Z Compiling memoffset v0.9.1
16332026-08-19T19:43:17.132Z Compiling encoding_rs v0.8.35
16342026-08-19T19:43:17.158Z Compiling owo-colors v4.3.0
16352026-08-19T19:43:17.172Z Compiling mime v0.3.17
16362026-08-19T19:43:17.203Z Compiling litrs v1.0.0
16372026-08-19T19:43:17.425Z Compiling rustc-demangle v0.1.27
16382026-08-19T19:43:17.458Z Compiling cfg_aliases v0.2.1
16392026-08-19T19:43:17.472Z Compiling smoltcp v0.9.1
16402026-08-19T19:43:17.515Z Compiling rustix v0.38.44
16412026-08-19T19:43:17.534Z Compiling crc-any v2.5.0
16422026-08-19T19:43:17.697Z Compiling psl-types v2.0.11
16432026-08-19T19:43:17.697Z Compiling fallible-iterator v0.2.0
16442026-08-19T19:43:17.763Z Compiling ref-cast v1.0.25
16452026-08-19T19:43:17.812Z Compiling publicsuffix v2.3.0
16462026-08-19T19:43:17.828Z Compiling document-features v0.2.12
16472026-08-19T19:43:17.842Z Compiling zerocopy v0.7.35
16482026-08-19T19:43:17.936Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16492026-08-19T19:43:17.975Z Compiling postgres-protocol v0.6.10
16502026-08-19T19:43:18.003Z Compiling backtrace v0.3.76
16512026-08-19T19:43:18.094Z Compiling nix v0.31.2
16522026-08-19T19:43:18.382Z Compiling pin-project v1.1.11
16532026-08-19T19:43:18.497Z Compiling daft v0.1.7
16542026-08-19T19:43:18.583Z Compiling inout v0.2.2
16552026-08-19T19:43:18.597Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16562026-08-19T19:43:18.786Z Compiling hyper-tls v0.6.0
16572026-08-19T19:43:18.807Z Compiling zip v0.6.6
16582026-08-19T19:43:18.940Z Compiling object v0.30.4
16592026-08-19T19:43:18.967Z Compiling toml v0.7.8
16602026-08-19T19:43:18.997Z Compiling derive_builder v0.20.2
16612026-08-19T19:43:19.171Z Compiling goblin v0.8.2
16622026-08-19T19:43:19.380Z Compiling derive-ex v0.1.8
16632026-08-19T19:43:19.574Z Compiling darling v0.23.0
16642026-08-19T19:43:19.645Z Compiling phf_shared v0.13.1
16652026-08-19T19:43:19.662Z Compiling regex v1.12.3
16662026-08-19T19:43:19.863Z Compiling hubpack_derive v0.1.1
16672026-08-19T19:43:19.893Z Compiling futures-executor v0.3.32
16682026-08-19T19:43:20.084Z Compiling curve25519-dalek-derive v0.1.1
16692026-08-19T19:43:20.152Z Compiling snafu-derive v0.8.9
16702026-08-19T19:43:20.309Z Compiling strum_macros v0.27.2
16712026-08-19T19:43:20.726Z Compiling ref-cast-impl v1.0.25
16722026-08-19T19:43:21.024Z Compiling vergen v9.1.0
16732026-08-19T19:43:21.206Z Compiling cargo-platform v0.3.2
16742026-08-19T19:43:21.275Z Compiling ff v0.13.1
16752026-08-19T19:43:21.417Z Compiling fs-err v3.3.0
16762026-08-19T19:43:21.478Z Compiling unicode-segmentation v1.12.0
16772026-08-19T19:43:21.628Z Compiling bitflags v1.3.2
16782026-08-19T19:43:21.697Z Compiling same-file v1.0.6
16792026-08-19T19:43:21.914Z Compiling libbz2-rs-sys v0.2.2
16802026-08-19T19:43:21.959Z Compiling managed v0.8.0
16812026-08-19T19:43:21.959Z Compiling either v1.15.0
16822026-08-19T19:43:22.104Z Compiling jiff-core v0.1.0
16832026-08-19T19:43:22.130Z Compiling foldhash v0.1.5
16842026-08-19T19:43:22.130Z Compiling path-slash v0.1.5
16852026-08-19T19:43:22.263Z Compiling base16ct v0.2.0
16862026-08-19T19:43:22.277Z Compiling bumpalo v3.20.2
16872026-08-19T19:43:22.277Z Compiling foldhash v0.2.0
16882026-08-19T19:43:22.399Z Compiling is_ci v1.2.0
16892026-08-19T19:43:22.490Z Compiling zopfli v0.8.3
16902026-08-19T19:43:22.524Z Compiling textwrap v0.16.2
16912026-08-19T19:43:22.524Z Compiling hashbrown v0.16.1
16922026-08-19T19:43:22.578Z Compiling supports-color v3.0.2
16932026-08-19T19:43:22.645Z Compiling sec1 v0.7.3
16942026-08-19T19:43:22.721Z Compiling strum v0.27.2
16952026-08-19T19:43:22.860Z Compiling jiff v0.2.34
16962026-08-19T19:43:22.914Z Compiling bzip2 v0.6.1
16972026-08-19T19:43:22.996Z Compiling hashbrown v0.15.5
16982026-08-19T19:43:23.085Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16992026-08-19T19:43:23.123Z Compiling snafu v0.8.9
17002026-08-19T19:43:23.128Z Compiling walkdir v2.5.0
17012026-08-19T19:43:23.469Z Compiling group v0.13.0
17022026-08-19T19:43:23.483Z Compiling dof v0.3.0
17032026-08-19T19:43:23.557Z Compiling cargo_metadata v0.23.1
17042026-08-19T19:43:23.815Z Compiling test-strategy v0.4.5
17052026-08-19T19:43:24.253Z Compiling hubpack v0.1.2
17062026-08-19T19:43:24.478Z Compiling futures v0.3.32
17072026-08-19T19:43:24.524Z Compiling phf v0.13.1
17082026-08-19T19:43:24.564Z Compiling signal-hook-mio v0.2.5
17092026-08-19T19:43:24.683Z Compiling serde_with_macros v3.21.0
17102026-08-19T19:43:25.052Z Compiling cookie_store v0.22.1
17112026-08-19T19:43:25.089Z Compiling zstd v0.13.3
17122026-08-19T19:43:25.336Z Compiling reqwest v0.12.28
17132026-08-19T19:43:25.406Z Compiling cipher v0.5.2
17142026-08-19T19:43:25.729Z Compiling backtrace-ext v0.2.1
17152026-08-19T19:43:25.825Z Compiling postgres-types v0.2.12
17162026-08-19T19:43:26.382Z Compiling usdt-macro v0.6.0
17172026-08-19T19:43:26.556Z Compiling usdt-attr-macro v0.6.0
17182026-08-19T19:43:26.631Z Compiling globset v0.4.18
17192026-08-19T19:43:27.101Z Compiling phf_shared v0.11.3
17202026-08-19T19:43:27.307Z Compiling hkdf v0.12.4
17212026-08-19T19:43:27.307Z Compiling dtrace-parser v0.2.0
17222026-08-19T19:43:27.307Z Compiling byte-wrapper v0.1.0
17232026-08-19T19:43:27.307Z Compiling olpc-cjson v0.1.4
17242026-08-19T19:43:27.307Z Compiling ed25519 v2.2.3
17252026-08-19T19:43:27.307Z Compiling crypto-bigint v0.5.5
17262026-08-19T19:43:27.307Z Compiling serde_plain v1.0.2
17272026-08-19T19:43:27.434Z Compiling serde-big-array v0.5.1
17282026-08-19T19:43:27.578Z Compiling miette-derive v7.6.0
17292026-08-19T19:43:27.578Z Compiling serde_repr v0.1.20
17302026-08-19T19:43:27.579Z Compiling async-recursion v1.1.1
17312026-08-19T19:43:27.830Z Compiling strum_macros v0.26.4
17322026-08-19T19:43:28.037Z Compiling enum-as-inner v0.6.1
17332026-08-19T19:43:28.215Z Compiling pem v3.0.6
17342026-08-19T19:43:28.215Z Compiling float-cmp v0.10.0
17352026-08-19T19:43:28.272Z Compiling memmap2 v0.9.10
17362026-08-19T19:43:28.429Z Compiling thread-id v4.2.2
17372026-08-19T19:43:29.754Z Compiling difflib v0.4.0
17382026-08-19T19:43:29.754Z Compiling supports-hyperlinks v3.2.0
17392026-08-19T19:43:29.865Z Compiling fixedbitset v0.5.7
17402026-08-19T19:43:29.865Z Compiling cpufeatures v0.3.0
17412026-08-19T19:43:29.866Z Compiling precomputed-hash v0.1.1
17422026-08-19T19:43:29.866Z Compiling static_assertions v1.1.0
17432026-08-19T19:43:29.866Z Compiling whoami v2.1.0
17442026-08-19T19:43:29.866Z Compiling fixedbitset v0.4.2
17452026-08-19T19:43:29.866Z Compiling new_debug_unreachable v1.0.6
17462026-08-19T19:43:29.866Z Compiling keccak v0.1.6
17472026-08-19T19:43:29.866Z Compiling const-oid v0.10.2
17482026-08-19T19:43:29.866Z Compiling predicates-core v1.0.10
17492026-08-19T19:43:29.866Z Compiling winnow v1.0.3
17502026-08-19T19:43:29.866Z Compiling supports-unicode v3.0.0
17512026-08-19T19:43:29.866Z Compiling normalize-line-endings v0.3.0
17522026-08-19T19:43:29.866Z Compiling typed-path v0.9.3
17532026-08-19T19:43:29.866Z Compiling data-encoding v2.10.0
17542026-08-19T19:43:29.866Z Compiling predicates v3.1.4
17552026-08-19T19:43:29.866Z Compiling miette v7.6.0
17562026-08-19T19:43:29.866Z Compiling strum v0.26.3
17572026-08-19T19:43:29.866Z Compiling hickory-proto v0.25.2
17582026-08-19T19:43:29.867Z Compiling toml_edit v0.22.27
17592026-08-19T19:43:29.990Z Compiling digest v0.11.3
17602026-08-19T19:43:30.082Z Compiling sha3 v0.10.8
17612026-08-19T19:43:30.201Z Compiling toml_parser v1.1.2+spec-1.1.0
17622026-08-19T19:43:30.296Z Compiling tokio-postgres v0.7.16
17632026-08-19T19:43:30.485Z Compiling petgraph v0.6.5
17642026-08-19T19:43:30.579Z Compiling string_cache v0.8.9
17652026-08-19T19:43:30.579Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17662026-08-19T19:43:30.722Z Compiling petgraph v0.8.3
17672026-08-19T19:43:30.816Z Compiling chacha20 v0.10.0
17682026-08-19T19:43:31.198Z Compiling usdt-impl v0.5.0
17692026-08-19T19:43:31.744Z Compiling usdt v0.6.0
17702026-08-19T19:43:31.927Z Compiling elliptic-curve v0.13.8
17712026-08-19T19:43:32.013Z Compiling ed25519-dalek v2.2.0
17722026-08-19T19:43:32.353Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17732026-08-19T19:43:32.437Z Compiling crossterm v0.28.1
17742026-08-19T19:43:32.502Z Compiling serde_with v3.21.0
17752026-08-19T19:43:32.668Z Compiling zip v4.6.1
17762026-08-19T19:43:33.556Z Compiling iddqd v0.4.2
17772026-08-19T19:43:33.680Z Compiling itertools v0.13.0
17782026-08-19T19:43:33.797Z Compiling itertools v0.15.0
17792026-08-19T19:43:34.079Z Compiling similar v2.7.0
17802026-08-19T19:43:34.232Z Compiling heck v0.4.1
17812026-08-19T19:43:34.232Z Compiling crossbeam-epoch v0.9.18
17822026-08-19T19:43:34.298Z Compiling tokio-stream v0.1.18
17832026-08-19T19:43:34.438Z Compiling buf-list v1.1.2
17842026-08-19T19:43:34.552Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17852026-08-19T19:43:34.702Z Compiling openapiv3 v2.2.0
17862026-08-19T19:43:34.753Z Compiling lalrpop-util v0.19.12
17872026-08-19T19:43:34.850Z Compiling peg-runtime v0.8.5
17882026-08-19T19:43:34.861Z Compiling thread_local v1.1.9
17892026-08-19T19:43:34.937Z Compiling slog-async v2.8.0
17902026-08-19T19:43:34.951Z Compiling crossbeam-channel v0.5.15
17912026-08-19T19:43:34.951Z Compiling filetime v0.2.27
17922026-08-19T19:43:35.134Z Compiling is-terminal v0.4.17
17932026-08-19T19:43:35.199Z Compiling xattr v1.6.1
17942026-08-19T19:43:35.199Z Compiling term v1.2.1
17952026-08-19T19:43:35.200Z Compiling take_mut v0.2.2
17962026-08-19T19:43:35.301Z Compiling camino-tempfile v1.4.1
17972026-08-19T19:43:35.411Z Compiling slog-term v2.9.2
17982026-08-19T19:43:35.551Z Compiling tar v0.4.46
17992026-08-19T19:43:41.811Z Compiling rustls-webpki v0.103.13
18002026-08-19T19:43:44.541Z Compiling tokio-rustls v0.26.4
18012026-08-19T19:43:44.541Z Compiling rustls-platform-verifier v0.6.2
18022026-08-19T19:43:44.541Z Compiling tough v0.22.0
18032026-08-19T19:43:44.737Z Compiling hyper-rustls v0.27.7
18042026-08-19T19:43:44.851Z Compiling reqwest v0.13.2
18052026-08-19T19:43:47.097Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-08-19T19:43:47.285Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-08-19T19:43:50.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18082026-08-19T19:43:50.371Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18092026-08-19T19:43:50.481ZAug 19 19:43:48.630 INFO Starting download, target: Cockroach
18102026-08-19T19:43:50.481ZAug 19 19:43:48.631 INFO Starting download, target: Clickhouse
18112026-08-19T19:43:50.481ZAug 19 19:43:48.631 INFO Starting download, target: DendriteStub
18122026-08-19T19:43:50.481ZAug 19 19:43:48.631 INFO Starting download, target: Console
18132026-08-19T19:43:50.481ZAug 19 19:43:48.631 INFO Starting download, target: MaghemiteMgd
18142026-08-19T19:43:50.481ZAug 19 19:43:48.631 INFO Starting download, target: MaghemiteDdmd
18152026-08-19T19:43:50.482ZAug 19 19:43:48.631 INFO Starting download, target: TransceiverControl
18162026-08-19T19:43:50.482ZAug 19 19:43:48.631 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18172026-08-19T19:43:50.482ZAug 19 19:43:48.631 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18182026-08-19T19:43:50.482ZAug 19 19:43:48.631 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18192026-08-19T19:43:50.482ZAug 19 19:43:48.631 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18202026-08-19T19:43:50.482ZAug 19 19:43:48.631 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18212026-08-19T19:43:50.482ZAug 19 19:43:48.631 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18222026-08-19T19:43:50.482ZAug 19 19:43:48.631 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18232026-08-19T19:43:51.535ZAug 19 19:43:49.651 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18242026-08-19T19:43:51.757ZAug 19 19:43:49.867 INFO Download complete, target: TransceiverControl
18252026-08-19T19:43:52.196ZAug 19 19:43:50.363 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18262026-08-19T19:43:52.431ZAug 19 19:43:50.630 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18272026-08-19T19:43:52.693ZAug 19 19:43:50.872 INFO Download complete, target: Console
18282026-08-19T19:43:55.669ZAug 19 19:43:53.921 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18292026-08-19T19:43:55.890ZAug 19 19:43:54.142 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18302026-08-19T19:43:56.033ZAug 19 19:43:54.281 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18312026-08-19T19:43:56.584ZAug 19 19:43:54.843 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18322026-08-19T19:43:56.584ZAug 19 19:43:54.843 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18332026-08-19T19:43:57.972ZAug 19 19:43:56.233 INFO Download complete, target: MaghemiteDdmd
18342026-08-19T19:43:58.207ZAug 19 19:43:56.463 INFO Download complete, target: DendriteStub
18352026-08-19T19:43:58.704ZAug 19 19:43:56.961 INFO Download complete, target: MaghemiteMgd
18362026-08-19T19:43:59.105ZAug 19 19:43:57.364 INFO Checking that binary works, target: Clickhouse
18372026-08-19T19:43:59.247ZAug 19 19:43:57.508 INFO Download complete, target: Clickhouse
18382026-08-19T19:44:01.366ZAug 19 19:43:59.626 INFO Checking that binary works, target: Cockroach
18392026-08-19T19:44:01.478ZAug 19 19:43:59.739 INFO Download complete, target: Cockroach
18402026-08-19T19:44:01.493ZAll builder prerequisites installed successfully, and PATH looks valid
18412026-08-19T19:44:01.497Z
18422026-08-19T19:44:01.497Zreal 2:11.227572038
18432026-08-19T19:44:01.497Zuser 7:17.778851825
18442026-08-19T19:44:01.497Zsys 1:27.558319566
18452026-08-19T19:44:01.497Ztrap 0.242265092
18462026-08-19T19:44:01.497Ztflt 0.503669950
18472026-08-19T19:44:01.497Zdflt 0.852514507
18482026-08-19T19:44:01.497Zkflt 0.022179081
18492026-08-19T19:44:01.497Zlock 27:48.784780821
18502026-08-19T19:44:01.497Zslp 22:05.196863656
18512026-08-19T19:44:01.497Zlat 48.335841990
18522026-08-19T19:44:01.497Zstop 2:42.234360475
18532026-08-19T19:44:01.497Z+ banner clippy
18542026-08-19T19:44:01.497Z
18552026-08-19T19:44:01.497Z #### # # ##### ##### # #
18562026-08-19T19:44:01.497Z # # # # # # # # # #
18572026-08-19T19:44:01.497Z # # # # # # # #
18582026-08-19T19:44:01.497Z # # # ##### ##### #
18592026-08-19T19:44:01.497Z # # # # # # #
18602026-08-19T19:44:01.497Z #### ###### # # # #
18612026-08-19T19:44:01.497Z
18622026-08-19T19:44:01.497Z+ export CARGO_INCREMENTAL=0
18632026-08-19T19:44:01.497Z+ CARGO_INCREMENTAL=0
18642026-08-19T19:44:01.497Z+ ptime -m cargo xtask clippy
18652026-08-19T19:44:01.967Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18662026-08-19T19:44:02.252Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18672026-08-19T19:44:04.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18682026-08-19T19:44:04.110Z Running `target/debug/xtask clippy`
18692026-08-19T19:44:04.137Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18702026-08-19T19:44:04.722Z Downloading crates ...
18712026-08-19T19:44:04.896Z Downloaded cast v0.3.0
18722026-08-19T19:44:04.900Z Downloaded criterion-plot v0.6.0
18732026-08-19T19:44:04.900Z Downloaded async-object-pool v0.2.0
18742026-08-19T19:44:04.900Z Downloaded approx v0.5.1
18752026-08-19T19:44:04.900Z Downloaded concurrent-queue v2.5.0
18762026-08-19T19:44:04.903Z Downloaded constant_time_eq v0.3.1
18772026-08-19T19:44:04.903Z Downloaded async-lock v3.4.2
18782026-08-19T19:44:04.903Z Downloaded assert-json-diff v2.0.2
18792026-08-19T19:44:04.903Z Downloaded anes v0.1.6
18802026-08-19T19:44:04.950Z Downloaded assert_cmd v2.1.2
18812026-08-19T19:44:04.951Z Downloaded blake2b_simd v1.0.4
18822026-08-19T19:44:04.951Z Downloaded escape8259 v0.5.3
18832026-08-19T19:44:04.951Z Downloaded event-listener-strategy v0.5.4
18842026-08-19T19:44:04.951Z Downloaded cfg-expr v0.20.6
18852026-08-19T19:44:04.951Z Downloaded datatest-stable v0.3.3
18862026-08-19T19:44:04.951Z Downloaded criterion v0.7.0
18872026-08-19T19:44:04.951Z Downloaded event-listener v5.4.1
18882026-08-19T19:44:04.951Z Downloaded fancy-regex v0.14.0
18892026-08-19T19:44:04.951Z Downloaded guppy v0.17.25
18902026-08-19T19:44:04.951Z Downloaded futures-timer v3.0.3
18912026-08-19T19:44:04.951Z Downloaded guppy-workspace-hack v0.1.0
18922026-08-19T19:44:04.951Z Downloaded hex-literal v0.4.1
18932026-08-19T19:44:04.951Z Downloaded hickory-client v0.25.2
18942026-08-19T19:44:04.951Z Downloaded httptest v0.16.4
18952026-08-19T19:44:04.951Z Downloaded linkme-impl v0.3.35
18962026-08-19T19:44:04.951Z Downloaded nested v0.1.1
18972026-08-19T19:44:04.951Z Downloaded miette-derive v5.10.0
18982026-08-19T19:44:04.951Z Downloaded knuffel-derive v3.2.0
18992026-08-19T19:44:04.952Z Downloaded parking v2.2.1
19002026-08-19T19:44:04.952Z Downloaded libtest-mimic v0.8.1
19012026-08-19T19:44:04.952Z Downloaded linkme v0.3.35
19022026-08-19T19:44:04.952Z Downloaded knuffel v3.2.0
19032026-08-19T19:44:04.952Z Downloaded plotters-svg v0.3.7
19042026-08-19T19:44:04.952Z Downloaded pathdiff v0.2.3
19052026-08-19T19:44:04.952Z Downloaded plotters-backend v0.3.7
19062026-08-19T19:44:04.952Z Downloaded owo-colors v3.5.0
19072026-08-19T19:44:04.952Z Downloaded oorandom v11.1.5
19082026-08-19T19:44:04.952Z Downloaded path-tree v0.8.3
19092026-08-19T19:44:04.952Z Downloaded partial-io v0.5.4
19102026-08-19T19:44:04.952Z Downloaded miette v5.10.0
19112026-08-19T19:44:04.957Z Downloaded relative-path v1.9.3
19122026-08-19T19:44:04.957Z Downloaded serde_regex v1.1.0
19132026-08-19T19:44:04.957Z Downloaded rand_distr v0.5.1
19142026-08-19T19:44:04.957Z Downloaded rust-argon2 v2.1.0
19152026-08-19T19:44:04.957Z Downloaded rstest v0.25.0
19162026-08-19T19:44:04.957Z Downloaded rstest_macros v0.25.0
19172026-08-19T19:44:04.957Z Downloaded similar-asserts v1.7.0
19182026-08-19T19:44:04.957Z Downloaded supports-color v2.1.0
19192026-08-19T19:44:04.957Z Downloaded target-triple v1.0.0
19202026-08-19T19:44:04.957Z Downloaded plotters v0.3.7
19212026-08-19T19:44:04.957Z Downloaded supports-hyperlinks v2.1.0
19222026-08-19T19:44:04.957Z Downloaded supports-unicode v2.1.0
19232026-08-19T19:44:04.957Z Downloaded stringmetrics v2.2.2
19242026-08-19T19:44:04.957Z Downloaded target-lexicon v0.13.3
19252026-08-19T19:44:04.960Z Downloaded termcolor v1.4.1
19262026-08-19T19:44:04.960Z Downloaded terminal_size v0.1.17
19272026-08-19T19:44:04.960Z Downloaded target-spec v3.5.7
19282026-08-19T19:44:04.960Z Downloaded tinytemplate v1.2.1
19292026-08-19T19:44:04.960Z Downloaded textwrap v0.15.2
19302026-08-19T19:44:04.960Z Downloaded trybuild v1.0.116
19312026-08-19T19:44:05.015Z Downloaded httpmock v0.8.3
19322026-08-19T19:44:06.833Z Checking cfg-if v1.0.4
19332026-08-19T19:44:07.210Z Checking serde_core v1.0.228
19342026-08-19T19:44:07.210Z Checking libc v0.2.185
19352026-08-19T19:44:07.286Z Checking memchr v2.8.0
19362026-08-19T19:44:07.329Z Checking smallvec v1.15.1
19372026-08-19T19:44:07.370Z Checking itoa v1.0.17
19382026-08-19T19:44:07.407Z Checking subtle v2.6.1
19392026-08-19T19:44:07.443Z Checking rand_core v0.10.0
19402026-08-19T19:44:07.481Z Checking log v0.4.33
19412026-08-19T19:44:07.532Z Checking libm v0.2.16
19422026-08-19T19:44:07.583Z Checking typenum v1.20.1
19432026-08-19T19:44:07.587Z Checking scopeguard v1.2.0
19442026-08-19T19:44:07.660Z Checking errno v0.3.14
19452026-08-19T19:44:07.660Z Checking getrandom v0.4.3
19462026-08-19T19:44:07.735Z Checking zmij v1.0.21
19472026-08-19T19:44:07.735Z Checking stable_deref_trait v1.2.1
19482026-08-19T19:44:07.818Z Checking lock_api v0.4.14
19492026-08-19T19:44:07.875Z Checking zerofrom v0.1.6
19502026-08-19T19:44:07.895Z Checking percent-encoding v2.3.2
19512026-08-19T19:44:07.932Z Checking writeable v0.6.2
19522026-08-19T19:44:07.973Z Checking litemap v0.8.1
19532026-08-19T19:44:08.010Z Checking yoke v0.8.1
19542026-08-19T19:44:08.050Z Checking icu_normalizer_data v2.1.1
19552026-08-19T19:44:08.089Z Checking icu_properties_data v2.1.2
19562026-08-19T19:44:08.127Z Checking form_urlencoded v1.2.2
19572026-08-19T19:44:08.168Z Checking utf8_iter v1.0.4
19582026-08-19T19:44:08.206Z Checking zerovec v0.11.5
19592026-08-19T19:44:08.207Z Checking zerotrie v0.2.3
19602026-08-19T19:44:08.279Z Checking num-traits v0.2.19
19612026-08-19T19:44:08.282Z Checking pin-project-lite v0.2.17
19622026-08-19T19:44:08.355Z Checking zerocopy v0.8.55
19632026-08-19T19:44:08.395Z Checking parking_lot_core v0.9.12
19642026-08-19T19:44:08.399Z Checking portable-atomic v1.13.1
19652026-08-19T19:44:08.471Z Checking critical-section v1.2.0
19662026-08-19T19:44:08.515Z Checking signal-hook-registry v1.4.8
19672026-08-19T19:44:08.605Z Checking mio v1.2.0
19682026-08-19T19:44:08.644Z Checking parking_lot v0.12.5
19692026-08-19T19:44:08.680Z Checking tinystr v0.8.2
19702026-08-19T19:44:08.718Z Checking potential_utf v0.1.4
19712026-08-19T19:44:08.721Z Checking serde v1.0.228
19722026-08-19T19:44:08.824Z Checking bitflags v2.11.0
19732026-08-19T19:44:08.863Z Checking serde_json v1.0.151
19742026-08-19T19:44:08.866Z Checking once_cell v1.21.3
19752026-08-19T19:44:08.935Z Checking icu_collections v2.1.1
19762026-08-19T19:44:08.938Z Checking icu_locale_core v2.1.1
19772026-08-19T19:44:09.020Z Checking socket2 v0.6.3
19782026-08-19T19:44:09.064Z Checking iana-time-zone v0.1.65
19792026-08-19T19:44:09.112Z Checking uuid v1.23.4
19802026-08-19T19:44:09.174Z Checking zeroize v1.9.0
19812026-08-19T19:44:09.211Z Checking bytes v1.11.1
19822026-08-19T19:44:09.277Z Checking chrono v0.4.45
19832026-08-19T19:44:09.329Z Checking semver v1.0.28
19842026-08-19T19:44:09.392Z Checking thiserror v2.0.18
19852026-08-19T19:44:09.498Z Checking dyn-clone v1.0.20
19862026-08-19T19:44:09.542Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19872026-08-19T19:44:09.581Z Checking futures-core v0.3.32
19882026-08-19T19:44:09.584Z Checking icu_provider v2.1.1
19892026-08-19T19:44:09.618Z Checking getrandom v0.3.4
19902026-08-19T19:44:09.689Z Checking rustix v1.1.4
19912026-08-19T19:44:09.725Z Checking tokio v1.52.1
19922026-08-19T19:44:09.767Z Checking equivalent v1.0.2
19932026-08-19T19:44:09.847Z Checking getrandom v0.2.17
19942026-08-19T19:44:09.885Z Checking cmov v0.5.4
19952026-08-19T19:44:09.889Z Checking icu_normalizer v2.1.1
19962026-08-19T19:44:09.955Z Checking icu_properties v2.1.2
19972026-08-19T19:44:10.023Z Checking rand_core v0.6.4
19982026-08-19T19:44:10.112Z Checking ctutils v0.4.2
19992026-08-19T19:44:10.176Z Checking byteorder v1.5.0
20002026-08-19T19:44:10.237Z Checking futures-sink v0.3.32
20012026-08-19T19:44:10.275Z Checking slab v0.4.12
20022026-08-19T19:44:10.352Z Checking hybrid-array v0.4.13
20032026-08-19T19:44:10.390Z Checking futures-channel v0.3.32
20042026-08-19T19:44:10.425Z Checking futures-task v0.3.32
20052026-08-19T19:44:10.463Z Checking futures-io v0.3.32
20062026-08-19T19:44:10.529Z Checking hashbrown v0.17.0
20072026-08-19T19:44:10.591Z Checking generic-array v0.14.7
20082026-08-19T19:44:10.632Z Checking thiserror v1.0.69
20092026-08-19T19:44:10.635Z Checking futures-util v0.3.32
20102026-08-19T19:44:10.761Z Checking regex-syntax v0.8.10
20112026-08-19T19:44:10.806Z Checking idna_adapter v1.2.1
20122026-08-19T19:44:10.952Z Checking idna v1.1.0
20132026-08-19T19:44:11.011Z Checking indexmap v2.14.0
20142026-08-19T19:44:11.081Z Checking fnv v1.0.7
20152026-08-19T19:44:11.125Z Checking crypto-common v0.2.2
20162026-08-19T19:44:11.166Z Checking ppv-lite86 v0.2.21
20172026-08-19T19:44:11.209Z Checking base64ct v1.8.3
20182026-08-19T19:44:11.241Z Checking url v2.5.8
20192026-08-19T19:44:11.468Z Checking const-oid v0.9.6
20202026-08-19T19:44:11.505Z Checking crypto-common v0.1.7
20212026-08-19T19:44:11.597Z Checking block-buffer v0.12.1
20222026-08-19T19:44:11.659Z Checking base64 v0.22.1
20232026-08-19T19:44:11.703Z Checking schemars v0.8.22
20242026-08-19T19:44:11.745Z Checking block-buffer v0.10.4
20252026-08-19T19:44:11.793Z Checking utf8parse v0.2.2
20262026-08-19T19:44:11.920Z Checking anstyle v1.0.14
20272026-08-19T19:44:11.923Z Checking http v1.4.2
20282026-08-19T19:44:11.954Z Checking tracing-core v0.1.36
20292026-08-19T19:44:12.074Z Checking rand_core v0.9.5
20302026-08-19T19:44:12.131Z Checking colorchoice v1.0.4
20312026-08-19T19:44:12.177Z Checking digest v0.10.7
20322026-08-19T19:44:12.263Z Checking is_terminal_polyfill v1.70.2
20332026-08-19T19:44:12.301Z Checking anstyle-query v1.1.5
20342026-08-19T19:44:12.338Z Checking tracing v0.1.44
20352026-08-19T19:44:12.376Z Checking terminal_size v0.4.3
20362026-08-19T19:44:12.414Z Checking const-oid v0.10.2
20372026-08-19T19:44:12.417Z Checking anstyle-parse v1.0.0
20382026-08-19T19:44:12.486Z Checking erased-serde v0.3.31
20392026-08-19T19:44:12.523Z Checking rand_chacha v0.9.0
20402026-08-19T19:44:12.564Z Checking ipnet v2.12.0
20412026-08-19T19:44:12.571Z Checking aho-corasick v1.1.4
20422026-08-19T19:44:12.635Z Checking crossbeam-utils v0.8.21
20432026-08-19T19:44:12.638Z Checking anstream v1.0.0
20442026-08-19T19:44:12.667Z Checking clap_lex v1.0.0
20452026-08-19T19:44:12.748Z Checking rand v0.9.2
20462026-08-19T19:44:12.845Z Checking unicode-ident v1.0.24
20472026-08-19T19:44:12.884Z Checking strsim v0.11.1
20482026-08-19T19:44:12.920Z Checking slog v2.8.2
20492026-08-19T19:44:12.924Z Checking powerfmt v0.2.0
20502026-08-19T19:44:12.995Z Checking proc-macro2 v1.0.106
20512026-08-19T19:44:13.032Z Checking tokio-util v0.7.18
20522026-08-19T19:44:13.035Z Checking allocator-api2 v0.2.21
20532026-08-19T19:44:13.104Z Checking clap_builder v4.6.0
20542026-08-19T19:44:13.140Z Checking deranged v0.5.8
20552026-08-19T19:44:13.208Z Checking digest v0.11.3
20562026-08-19T19:44:13.246Z Checking num_threads v0.1.7
20572026-08-19T19:44:13.292Z Checking regex-automata v0.4.14
20582026-08-19T19:44:13.334Z Checking quote v1.0.45
20592026-08-19T19:44:13.362Z Checking cpufeatures v0.3.0
20602026-08-19T19:44:13.407Z Checking num-conv v0.2.0
20612026-08-19T19:44:13.435Z Checking time-core v0.1.8
20622026-08-19T19:44:13.472Z Checking fastrand v2.3.0
20632026-08-19T19:44:13.520Z Checking syn v2.0.117
20642026-08-19T19:44:13.557Z Checking httparse v1.10.1
20652026-08-19T19:44:13.602Z Checking anyhow v1.0.104
20662026-08-19T19:44:13.662Z Checking cpufeatures v0.2.17
20672026-08-19T19:44:13.700Z Checking tempfile v3.27.0
20682026-08-19T19:44:13.762Z Checking ipnetwork v0.21.1
20692026-08-19T19:44:13.802Z Checking rustls-pki-types v1.14.0
20702026-08-19T19:44:13.843Z Checking aws-lc-sys v0.40.0
20712026-08-19T19:44:13.922Z Checking untrusted v0.7.1
20722026-08-19T19:44:14.003Z Checking http-body v1.0.1
20732026-08-19T19:44:14.065Z Checking atomic-waker v1.1.2
20742026-08-19T19:44:14.120Z Checking time v0.3.47
20752026-08-19T19:44:14.123Z Checking try-lock v0.2.5
20762026-08-19T19:44:14.192Z Checking httpdate v1.0.3
20772026-08-19T19:44:14.195Z Checking h2 v0.4.15
20782026-08-19T19:44:14.301Z Checking want v0.3.1
20792026-08-19T19:44:14.362Z Checking clap v4.6.1
20802026-08-19T19:44:14.401Z Checking hex v0.4.3
20812026-08-19T19:44:14.404Z Checking aws-lc-rs v1.16.3
20822026-08-19T19:44:14.471Z Checking simd-adler32 v0.3.8
20832026-08-19T19:44:14.475Z Checking untrusted v0.9.0
20842026-08-19T19:44:14.649Z Checking ryu v1.0.23
20852026-08-19T19:44:14.688Z Checking tower-layer v0.3.3
20862026-08-19T19:44:14.691Z Checking tower-service v0.3.3
20872026-08-19T19:44:14.816Z Checking spin v0.9.8
20882026-08-19T19:44:14.855Z Checking adler2 v2.0.1
20892026-08-19T19:44:14.891Z Checking unicode-width v0.2.0
20902026-08-19T19:44:14.990Z Checking miniz_oxide v0.8.9
20912026-08-19T19:44:15.028Z Checking pem-rfc7468 v0.7.0
20922026-08-19T19:44:15.165Z Checking mime v0.3.17
20932026-08-19T19:44:15.207Z Checking flagset v0.4.7
20942026-08-19T19:44:15.215Z Checking block-padding v0.4.2
20952026-08-19T19:44:15.356Z Checking rustls-webpki v0.103.13
20962026-08-19T19:44:15.356Z Checking pretty-hex v0.4.1
20972026-08-19T19:44:15.389Z Checking http-body-util v0.1.3
20982026-08-19T19:44:15.461Z Checking oxnet v0.1.6
20992026-08-19T19:44:15.495Z Checking der v0.7.10
21002026-08-19T19:44:15.500Z Checking inout v0.2.2
21012026-08-19T19:44:15.582Z Checking camino v1.2.5
21022026-08-19T19:44:15.663Z Checking plain v0.2.3
21032026-08-19T19:44:15.710Z Checking ucd-trie v0.1.7
21042026-08-19T19:44:15.750Z Checking openssl-probe v0.2.1
21052026-08-19T19:44:15.789Z Checking rustls v0.23.41
21062026-08-19T19:44:15.828Z Checking cipher v0.5.2
21072026-08-19T19:44:15.866Z Checking regex v1.12.3
21082026-08-19T19:44:15.900Z Checking pest v2.8.6
21092026-08-19T19:44:15.903Z Checking serde_urlencoded v0.7.1
21102026-08-19T19:44:15.906Z Checking rand_chacha v0.3.1
21112026-08-19T19:44:16.091Z Checking encoding_rs v0.8.35
21122026-08-19T19:44:16.174Z Checking futures-executor v0.3.32
21132026-08-19T19:44:16.177Z Checking crc32fast v1.5.0
21142026-08-19T19:44:16.247Z Checking rand v0.8.6
21152026-08-19T19:44:16.284Z Checking spki v0.7.3
21162026-08-19T19:44:16.358Z Checking futures v0.3.32
21172026-08-19T19:44:16.397Z Checking either v1.15.0
21182026-08-19T19:44:16.468Z Checking sync_wrapper v1.0.2
21192026-08-19T19:44:16.507Z Checking pkcs8 v0.10.2
21202026-08-19T19:44:16.603Z Checking tower v0.5.3
21212026-08-19T19:44:16.674Z Checking iri-string v0.7.10
21222026-08-19T19:44:16.695Z Checking foldhash v0.2.0
21232026-08-19T19:44:16.784Z Checking openapiv3 v2.2.0
21242026-08-19T19:44:16.882Z Checking hashbrown v0.16.1
21252026-08-19T19:44:16.985Z Checking static_assertions v1.1.0
21262026-08-19T19:44:17.025Z Checking zlib-rs v0.6.2
21272026-08-19T19:44:17.063Z Checking bit-vec v0.8.0
21282026-08-19T19:44:17.066Z Checking hyper v1.10.1
21292026-08-19T19:44:17.135Z Checking sha2 v0.10.9
21302026-08-19T19:44:17.287Z Checking bit-set v0.8.0
21312026-08-19T19:44:17.409Z Checking wait-timeout v0.2.1
21322026-08-19T19:44:17.452Z Checking rustls-native-certs v0.8.3
21332026-08-19T19:44:17.485Z Checking lazy_static v1.5.0
21342026-08-19T19:44:17.563Z Checking hubpack v0.1.2
21352026-08-19T19:44:17.605Z Checking quick-error v1.2.3
21362026-08-19T19:44:17.644Z Checking tinyvec_macros v0.1.1
21372026-08-19T19:44:17.681Z Checking tower-http v0.6.8
21382026-08-19T19:44:17.736Z Checking psl-types v2.0.11
21392026-08-19T19:44:17.745Z Checking tinyvec v1.10.0
21402026-08-19T19:44:17.775Z Checking rusty-fork v0.3.1
21412026-08-19T19:44:17.886Z Checking publicsuffix v2.3.0
21422026-08-19T19:44:17.930Z Checking flate2 v1.1.9
21432026-08-19T19:44:17.987Z Checking cookie v0.18.1
21442026-08-19T19:44:18.028Z Checking rand_xorshift v0.4.0
21452026-08-19T19:44:18.064Z Checking hyper-util v0.1.20
21462026-08-19T19:44:18.068Z Checking tokio-rustls v0.26.4
21472026-08-19T19:44:18.138Z Checking unarray v0.1.4
21482026-08-19T19:44:18.142Z Checking rustls-platform-verifier v0.6.2
21492026-08-19T19:44:18.142Z Checking signature v2.2.0
21502026-08-19T19:44:18.241Z Checking num-integer v0.1.46
21512026-08-19T19:44:18.245Z Checking cookie_store v0.22.1
21522026-08-19T19:44:18.245Z Checking strum v0.26.3
21532026-08-19T19:44:18.279Z Checking proptest v1.11.0
21542026-08-19T19:44:18.382Z Checking scroll v0.13.0
21552026-08-19T19:44:18.385Z Checking ahash v0.8.12
21562026-08-19T19:44:18.385Z Checking memmap2 v0.9.10
21572026-08-19T19:44:18.488Z Checking unicode-width v0.1.14
21582026-08-19T19:44:18.491Z Checking dtrace-parser v0.3.0
21592026-08-19T19:44:18.604Z Checking toml_datetime v0.6.11
21602026-08-19T19:44:18.643Z Checking goblin v0.10.5
21612026-08-19T19:44:18.647Z Checking serde_spanned v0.6.9
21622026-08-19T19:44:18.716Z Checking thread-id v5.1.0
21632026-08-19T19:44:18.760Z Checking data-encoding v2.10.0
21642026-08-19T19:44:18.798Z Checking bstr v1.12.1
21652026-08-19T19:44:18.801Z Checking hmac v0.12.1
21662026-08-19T19:44:18.872Z Checking base64 v0.21.7
21672026-08-19T19:44:18.875Z Checking x509-cert v0.2.5
21682026-08-19T19:44:18.999Z Checking crossbeam-epoch v0.9.18
21692026-08-19T19:44:19.055Z Checking memoffset v0.9.1
21702026-08-19T19:44:19.139Z Checking num-iter v0.1.45
21712026-08-19T19:44:19.176Z Checking scroll v0.12.0
21722026-08-19T19:44:19.218Z Checking zerocopy v0.7.35
21732026-08-19T19:44:19.259Z Checking rustix v0.38.44
21742026-08-19T19:44:19.294Z Checking env_filter v2.0.0
21752026-08-19T19:44:19.332Z Checking hyper-rustls v0.27.7
21762026-08-19T19:44:19.450Z Checking goblin v0.8.2
21772026-08-19T19:44:19.495Z Checking tap v1.0.1
21782026-08-19T19:44:19.574Z Checking reqwest v0.13.2
21792026-08-19T19:44:19.612Z Checking unicode-linebreak v0.1.5
21802026-08-19T19:44:19.649Z Checking unicode-segmentation v1.12.0
21812026-08-19T19:44:19.742Z Checking smawk v0.3.2
21822026-08-19T19:44:19.851Z Checking wyz v0.5.1
21832026-08-19T19:44:19.903Z Checking env_logger v0.11.11
21842026-08-19T19:44:19.994Z Checking num-bigint-dig v0.8.6
21852026-08-19T19:44:20.058Z Checking nix v0.31.2
21862026-08-19T19:44:20.129Z Checking dtrace-parser v0.2.0
21872026-08-19T19:44:20.135Z Checking pkcs1 v0.7.5
21882026-08-19T19:44:20.170Z Checking newtype-uuid v1.3.2
21892026-08-19T19:44:20.362Z Checking ff v0.13.1
21902026-08-19T19:44:20.400Z Checking radium v0.7.0
21912026-08-19T19:44:20.437Z Checking daft v0.1.7
21922026-08-19T19:44:20.474Z Checking thread-id v4.2.2
21932026-08-19T19:44:20.521Z Checking crc-catalog v2.4.0
21942026-08-19T19:44:20.584Z Checking funty v2.0.0
21952026-08-19T19:44:20.621Z Checking same-file v1.0.6
21962026-08-19T19:44:20.659Z Checking base16ct v0.2.0
21972026-08-19T19:44:20.709Z Checking winnow v1.0.3
21982026-08-19T19:44:20.776Z Checking walkdir v2.5.0
21992026-08-19T19:44:20.816Z Checking sec1 v0.7.3
22002026-08-19T19:44:20.854Z Checking rsa v0.9.10
22012026-08-19T19:44:20.925Z Checking bitvec v1.0.1
22022026-08-19T19:44:20.963Z Checking crc v3.4.0
22032026-08-19T19:44:21.032Z Checking dof v0.4.0
22042026-08-19T19:44:21.072Z Checking group v0.13.0
22052026-08-19T19:44:21.163Z Checking hkdf v0.12.4
22062026-08-19T19:44:21.244Z Checking unicode-normalization v0.1.25
22072026-08-19T19:44:21.283Z Checking crypto-bigint v0.5.5
22082026-08-19T19:44:21.333Z Checking zerocopy v0.6.6
22092026-08-19T19:44:21.369Z Checking maybe-uninit v2.0.0
22102026-08-19T19:44:21.407Z Checking dof v0.3.0
22112026-08-19T19:44:21.467Z Checking foldhash v0.1.5
22122026-08-19T19:44:21.572Z Checking winnow v0.5.40
22132026-08-19T19:44:21.631Z Checking nodrop v0.1.14
22142026-08-19T19:44:21.669Z Checking gimli v0.32.3
22152026-08-19T19:44:21.672Z Checking is_ci v1.2.0
22162026-08-19T19:44:21.740Z Checking usdt-impl v0.6.0
22172026-08-19T19:44:21.743Z Checking usdt-impl v0.5.0
22182026-08-19T19:44:21.776Z Checking foreign-types-shared v0.1.1
22192026-08-19T19:44:21.878Z Checking array-init v0.0.4
22202026-08-19T19:44:21.923Z Checking foreign-types v0.3.2
22212026-08-19T19:44:22.024Z Checking hashbrown v0.15.5
22222026-08-19T19:44:22.062Z Checking usdt v0.6.0
22232026-08-19T19:44:22.098Z Checking smallvec v0.6.14
22242026-08-19T19:44:22.164Z Checking serde_with v3.21.0
22252026-08-19T19:44:22.205Z Checking elliptic-curve v0.13.8
22262026-08-19T19:44:22.254Z Checking bitfield v0.19.4
22272026-08-19T19:44:22.292Z Checking packed_struct v0.10.1
22282026-08-19T19:44:22.330Z Checking bzip2-sys v0.1.13+1.0.8
22292026-08-19T19:44:22.446Z Checking openssl-sys v0.9.117
22302026-08-19T19:44:22.507Z Checking object v0.37.3
22312026-08-19T19:44:22.546Z Checking keccak v0.1.6
22322026-08-19T19:44:22.546Z Checking siphasher v1.0.2
22332026-08-19T19:44:22.737Z Checking rustc-demangle v0.1.27
22342026-08-19T19:44:22.775Z Checking toml_edit v0.19.15
22352026-08-19T19:44:22.813Z Checking bitflags v1.3.2
22362026-08-19T19:44:22.851Z Checking hashbrown v0.12.3
22372026-08-19T19:44:22.915Z Checking openssl v0.10.80
22382026-08-19T19:44:22.989Z Checking sha3 v0.10.8
22392026-08-19T19:44:23.227Z Checking bzip2 v0.4.4
22402026-08-19T19:44:23.230Z Checking addr2line v0.25.1
22412026-08-19T19:44:23.300Z Checking indexmap v1.9.3
22422026-08-19T19:44:23.361Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22432026-08-19T19:44:23.420Z Checking serde-hex v0.1.0
22442026-08-19T19:44:23.554Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22452026-08-19T19:44:23.639Z Checking toml_parser v1.1.2+spec-1.1.0
22462026-08-19T19:44:23.679Z Checking ron v0.8.1
22472026-08-19T19:44:23.740Z Checking hashbrown v0.13.2
22482026-08-19T19:44:23.815Z Checking toml v0.7.8
22492026-08-19T19:44:23.994Z Checking itertools v0.15.0
22502026-08-19T19:44:24.150Z Checking itertools v0.13.0
22512026-08-19T19:44:24.215Z Checking signal-hook v0.3.18
22522026-08-19T19:44:24.228Z Checking managed v0.8.0
22532026-08-19T19:44:24.424Z Checking crc-any v2.5.0
22542026-08-19T19:44:24.463Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22552026-08-19T19:44:24.635Z Checking object v0.30.4
22562026-08-19T19:44:24.731Z Checking zip v0.6.6
22572026-08-19T19:44:24.806Z Checking backtrace v0.3.76
22582026-08-19T19:44:24.941Z Checking globset v0.4.18
22592026-08-19T19:44:24.978Z Checking chacha20 v0.10.0
22602026-08-19T19:44:25.030Z Checking curve25519-dalek v4.1.3
22612026-08-19T19:44:25.132Z Checking backtrace-ext v0.2.1
22622026-08-19T19:44:25.172Z Checking path-slash v0.1.5
22632026-08-19T19:44:25.215Z Checking winnow v0.7.14
22642026-08-19T19:44:25.253Z Checking toml_write v0.1.2
22652026-08-19T19:44:25.290Z Checking native-tls v0.2.18
22662026-08-19T19:44:25.294Z Checking signal-hook-mio v0.2.5
22672026-08-19T19:44:25.361Z Checking textwrap v0.16.2
22682026-08-19T19:44:25.445Z Checking ed25519 v2.2.3
22692026-08-19T19:44:25.483Z Checking ref-cast v1.0.25
22702026-08-19T19:44:25.521Z Checking pin-project v1.1.11
22712026-08-19T19:44:25.604Z Checking jiff-core v0.1.0
22722026-08-19T19:44:25.652Z Checking tokio-native-tls v0.3.1
22732026-08-19T19:44:25.662Z Checking pem v3.0.6
22742026-08-19T19:44:25.717Z Checking zstd-sys v2.0.16+zstd.1.5.7
22752026-08-19T19:44:25.834Z Checking owo-colors v4.3.0
22762026-08-19T19:44:25.838Z Checking ed25519-dalek v2.2.0
22772026-08-19T19:44:25.906Z Checking fixedbitset v0.5.7
22782026-08-19T19:44:25.911Z Checking zstd-safe v7.2.4
22792026-08-19T19:44:26.130Z Checking petgraph v0.8.3
22802026-08-19T19:44:26.134Z Checking hyper-tls v0.6.0
22812026-08-19T19:44:26.134Z Checking snafu v0.8.9
22822026-08-19T19:44:26.308Z Checking jiff v0.2.34
22832026-08-19T19:44:26.403Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22842026-08-19T19:44:26.406Z Checking crossterm v0.28.1
22852026-08-19T19:44:26.478Z Checking supports-color v3.0.2
22862026-08-19T19:44:26.483Z Checking toml_edit v0.22.27
22872026-08-19T19:44:26.483Z Checking similar v2.7.0
22882026-08-19T19:44:26.685Z Checking fs-err v3.3.0
22892026-08-19T19:44:26.732Z Checking hash32 v0.2.1
22902026-08-19T19:44:26.920Z Checking serde-big-array v0.5.1
22912026-08-19T19:44:26.961Z Checking serde_plain v1.0.2
22922026-08-19T19:44:26.965Z Checking unicode-properties v0.1.4
22932026-08-19T19:44:27.082Z Checking typed-path v0.9.3
22942026-08-19T19:44:27.136Z Checking bumpalo v3.20.2
22952026-08-19T19:44:27.173Z Checking predicates-core v1.0.10
22962026-08-19T19:44:27.210Z Checking unicode-bidi v0.3.18
22972026-08-19T19:44:27.326Z Checking libbz2-rs-sys v0.2.2
22982026-08-19T19:44:27.366Z Checking zopfli v0.8.3
22992026-08-19T19:44:27.403Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23002026-08-19T19:44:27.527Z Checking stringprep v0.1.5
23012026-08-19T19:44:27.634Z Checking heapless v0.7.17
23022026-08-19T19:44:27.710Z Checking reqwest v0.12.28
23032026-08-19T19:44:27.713Z Checking zstd v0.13.3
23042026-08-19T19:44:27.785Z Checking bzip2 v0.6.1
23052026-08-19T19:44:27.789Z Checking hickory-proto v0.25.2
23062026-08-19T19:44:27.789Z Checking byte-wrapper v0.1.0
23072026-08-19T19:44:27.889Z Checking md-5 v0.10.6
23082026-08-19T19:44:27.927Z Checking float-cmp v0.10.0
23092026-08-19T19:44:27.972Z Checking fallible-iterator v0.2.0
23102026-08-19T19:44:28.058Z Checking normalize-line-endings v0.3.0
23112026-08-19T19:44:28.172Z Checking difflib v0.4.0
23122026-08-19T19:44:28.186Z Checking supports-hyperlinks v3.2.0
23132026-08-19T19:44:28.186Z Checking supports-unicode v3.0.0
23142026-08-19T19:44:28.203Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23152026-08-19T19:44:28.240Z Checking zip v4.6.1
23162026-08-19T19:44:28.281Z Checking postgres-protocol v0.6.10
23172026-08-19T19:44:28.285Z Checking smoltcp v0.9.1
23182026-08-19T19:44:28.350Z Checking predicates v3.1.4
23192026-08-19T19:44:28.353Z Checking miette v7.6.0
23202026-08-19T19:44:28.520Z Checking iddqd v0.4.2
23212026-08-19T19:44:28.624Z Checking phf_shared v0.11.3
23222026-08-19T19:44:28.673Z Checking phf_shared v0.13.1
23232026-08-19T19:44:28.799Z Checking olpc-cjson v0.1.4
23242026-08-19T19:44:28.841Z Checking tokio-stream v0.1.18
23252026-08-19T19:44:28.844Z Checking strum v0.27.2
23262026-08-19T19:44:28.914Z Checking lalrpop-util v0.19.12
23272026-08-19T19:44:28.917Z Checking new_debug_unreachable v1.0.6
23282026-08-19T19:44:28.986Z Checking precomputed-hash v0.1.1
23292026-08-19T19:44:28.989Z Checking fixedbitset v0.4.2
23302026-08-19T19:44:29.059Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23312026-08-19T19:44:29.062Z Checking tough v0.22.0
23322026-08-19T19:44:29.130Z Checking phf v0.13.1
23332026-08-19T19:44:29.135Z Checking string_cache v0.8.9
23342026-08-19T19:44:29.202Z Checking petgraph v0.6.5
23352026-08-19T19:44:29.240Z Checking postgres-types v0.2.12
23362026-08-19T19:44:29.317Z Checking buf-list v1.1.2
23372026-08-19T19:44:29.376Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23382026-08-19T19:44:29.467Z Checking whoami v2.1.0
23392026-08-19T19:44:29.534Z Checking peg-runtime v0.8.5
23402026-08-19T19:44:29.673Z Checking is-terminal v0.4.17
23412026-08-19T19:44:29.711Z Checking crossbeam-channel v0.5.15
23422026-08-19T19:44:29.714Z Checking tokio-postgres v0.7.16
23432026-08-19T19:44:29.786Z Checking thread_local v1.1.9
23442026-08-19T19:44:29.824Z Checking take_mut v0.2.2
23452026-08-19T19:44:29.959Z Checking term v1.2.1
23462026-08-19T19:44:29.996Z Compiling newtype-uuid-macros v0.1.0
23472026-08-19T19:44:30.108Z Checking slog-async v2.8.0
23482026-08-19T19:44:30.211Z Checking slog-term v2.9.2
23492026-08-19T19:44:30.316Z Checking match_cfg v0.1.0
23502026-08-19T19:44:30.418Z Checking hostname v0.3.1
23512026-08-19T19:44:30.495Z Checking slog-json v2.6.1
23522026-08-19T19:44:30.534Z Compiling multer v3.1.0
23532026-08-19T19:44:30.570Z Compiling async-stream-impl v0.3.6
23542026-08-19T19:44:30.621Z Compiling dropshot v0.17.1
23552026-08-19T19:44:30.681Z Checking slog-bunyan v2.5.0
23562026-08-19T19:44:30.786Z Checking debug-ignore v1.0.5
23572026-08-19T19:44:30.828Z Compiling dropshot_endpoint v0.17.1
23582026-08-19T19:44:30.866Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23592026-08-19T19:44:30.936Z Checking serde_path_to_error v0.1.20
23602026-08-19T19:44:30.981Z Checking progenitor-client v0.14.0
23612026-08-19T19:44:31.020Z Checking sha1 v0.11.0
23622026-08-19T19:44:31.169Z Checking serde_spanned v1.1.1
23632026-08-19T19:44:31.209Z Checking toml_datetime v1.1.1+spec-1.1.0
23642026-08-19T19:44:31.244Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23652026-08-19T19:44:31.251Z Checking compression-core v0.4.31
23662026-08-19T19:44:31.251Z Checking toml_writer v1.1.1+spec-1.1.0
23672026-08-19T19:44:31.351Z Checking async-stream v0.3.6
23682026-08-19T19:44:31.460Z Checking waitgroup v0.1.2
23692026-08-19T19:44:31.501Z Checking toml v1.1.2+spec-1.1.0
23702026-08-19T19:44:31.505Z Checking compression-codecs v0.4.37
23712026-08-19T19:44:31.571Z Checking rustls-pemfile v2.2.0
23722026-08-19T19:44:31.613Z Checking hostname v0.4.2
23732026-08-19T19:44:31.653Z Checking atomicwrites v0.4.4
23742026-08-19T19:44:31.656Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23752026-08-19T19:44:31.688Z Compiling parse-display-derive v0.10.0
23762026-08-19T19:44:31.761Z Checking async-compression v0.4.41
23772026-08-19T19:44:31.764Z Checking macaddr v1.0.1
23782026-08-19T19:44:31.764Z Checking regress v0.10.5
23792026-08-19T19:44:31.868Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23802026-08-19T19:44:31.871Z Checking instant v0.1.13
23812026-08-19T19:44:32.019Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-08-19T19:44:32.059Z Checking itertools v0.14.0
23832026-08-19T19:44:32.062Z Checking backoff v0.4.0
23842026-08-19T19:44:32.130Z Checking backon v1.6.0
23852026-08-19T19:44:32.277Z Checking humantime v2.3.0
23862026-08-19T19:44:32.319Z Compiling convert_case v0.4.0
23872026-08-19T19:44:32.322Z Checking half v2.7.1
23882026-08-19T19:44:32.389Z Checking progenitor-extras v0.2.0
23892026-08-19T19:44:32.488Z Checking ciborium-io v0.2.2
23902026-08-19T19:44:32.608Z Checking heck v0.5.0
23912026-08-19T19:44:32.646Z Checking ciborium-ll v0.2.2
23922026-08-19T19:44:32.650Z Checking secrecy v0.10.3
23932026-08-19T19:44:32.717Z Compiling derive_more v0.99.20
23942026-08-19T19:44:32.761Z Checking indent_write v2.2.0
23952026-08-19T19:44:32.849Z Checking camino-tempfile v1.4.1
23962026-08-19T19:44:32.869Z Checking ciborium v0.2.2
23972026-08-19T19:44:32.920Z Compiling crucible-workspace-hack v0.1.0
23982026-08-19T19:44:33.021Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23992026-08-19T19:44:33.163Z Compiling regress v0.11.1
24002026-08-19T19:44:33.247Z Checking inout v0.1.4
24012026-08-19T19:44:33.308Z Checking universal-hash v0.5.1
24022026-08-19T19:44:33.344Z Compiling thiserror-impl-no-std v2.0.2
24032026-08-19T19:44:33.382Z Checking opaque-debug v0.3.1
24042026-08-19T19:44:33.420Z Checking parse-display v0.10.0
24052026-08-19T19:44:33.423Z Checking cipher v0.4.4
24062026-08-19T19:44:33.490Z Checking blake2 v0.10.6
24072026-08-19T19:44:33.524Z Checking poly1305 v0.8.0
24082026-08-19T19:44:33.596Z Checking aead v0.5.2
24092026-08-19T19:44:33.688Z Checking chacha20 v0.9.1
24102026-08-19T19:44:33.751Z Checking password-hash v0.5.0
24112026-08-19T19:44:33.789Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24122026-08-19T19:44:33.824Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24132026-08-19T19:44:33.916Z Checking chacha20poly1305 v0.10.1
24142026-08-19T19:44:34.003Z Checking argon2 v0.5.3
24152026-08-19T19:44:34.075Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24162026-08-19T19:44:34.216Z Compiling unsafe-libyaml v0.2.11
24172026-08-19T19:44:34.369Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24182026-08-19T19:44:34.424Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24192026-08-19T19:44:34.553Z Checking thiserror-no-std v2.0.2
24202026-08-19T19:44:34.609Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24212026-08-19T19:44:34.674Z Checking vsss-rs v3.3.4
24222026-08-19T19:44:34.677Z Checking swrite v0.1.0
24232026-08-19T19:44:34.832Z Compiling typify-impl v0.6.2
24242026-08-19T19:44:35.019Z Compiling serde_yaml v0.9.34+deprecated
24252026-08-19T19:44:35.359Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-08-19T19:44:35.811Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24272026-08-19T19:44:36.083Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24282026-08-19T19:44:36.122Z Checking crossbeam-deque v0.8.6
24292026-08-19T19:44:36.214Z Compiling rayon-core v1.13.0
24302026-08-19T19:44:36.338Z Compiling num-derive v0.4.2
24312026-08-19T19:44:36.377Z Compiling toml_datetime v0.7.5+spec-1.1.0
24322026-08-19T19:44:36.512Z Compiling proc-macro-error v1.0.4
24332026-08-19T19:44:36.650Z Compiling toml_edit v0.23.10+spec-1.0.0
24342026-08-19T19:44:36.834Z Checking rayon v1.11.0
24352026-08-19T19:44:36.873Z Checking tabwriter v1.4.1
24362026-08-19T19:44:36.875Z Checking glob v0.3.3
24372026-08-19T19:44:37.008Z Compiling heapless v0.8.0
24382026-08-19T19:44:37.051Z Checking hash32 v0.3.1
24392026-08-19T19:44:37.118Z Compiling ingot-macros v0.2.0
24402026-08-19T19:44:37.211Z Compiling proc-macro-crate v3.4.0
24412026-08-19T19:44:37.265Z Compiling smoltcp v0.11.0
24422026-08-19T19:44:37.528Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24432026-08-19T19:44:37.630Z Checking colored v3.1.1
24442026-08-19T19:44:37.789Z Compiling num_enum_derive v0.7.6
24452026-08-19T19:44:37.860Z Checking toml v0.8.23
24462026-08-19T19:44:37.906Z Checking cobs v0.3.0
24472026-08-19T19:44:37.947Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-08-19T19:44:38.083Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24492026-08-19T19:44:38.258Z Checking postcard v1.1.3
24502026-08-19T19:44:38.335Z Checking rand v0.10.1
24512026-08-19T19:44:38.382Z Compiling proc-macro-crate v1.3.1
24522026-08-19T19:44:38.528Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24532026-08-19T19:44:38.771Z Checking sigpipe v0.1.3
24542026-08-19T19:44:38.818Z Compiling foreign-types-macros v0.2.3
24552026-08-19T19:44:38.855Z Checking num_enum v0.7.6
24562026-08-19T19:44:38.858Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24572026-08-19T19:44:38.927Z Checking foreign-types-shared v0.3.1
24582026-08-19T19:44:39.004Z Compiling num_enum_derive v0.5.11
24592026-08-19T19:44:39.214Z Compiling usdt-macro v0.5.0
24602026-08-19T19:44:39.302Z Compiling typify-macro v0.6.2
24612026-08-19T19:44:39.349Z Compiling usdt-attr-macro v0.5.0
24622026-08-19T19:44:39.388Z Checking cstr-argument v0.1.2
24632026-08-19T19:44:39.477Z Checking foreign-types v0.5.0
24642026-08-19T19:44:39.537Z Checking memmap v0.7.0
24652026-08-19T19:44:39.589Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24662026-08-19T19:44:39.702Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24672026-08-19T19:44:40.006Z Checking ingot-types v0.2.0
24682026-08-19T19:44:40.043Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24692026-08-19T19:44:40.079Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24702026-08-19T19:44:40.114Z Checking num_enum v0.5.11
24712026-08-19T19:44:40.170Z Checking usdt v0.5.0
24722026-08-19T19:44:40.207Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24732026-08-19T19:44:40.242Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24742026-08-19T19:44:40.277Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24752026-08-19T19:44:40.356Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24762026-08-19T19:44:40.393Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24772026-08-19T19:44:40.430Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24782026-08-19T19:44:40.434Z Checking ingot v0.2.1
24792026-08-19T19:44:40.537Z Compiling zone_cfg_derive v0.3.1
24802026-08-19T19:44:40.542Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24812026-08-19T19:44:40.628Z Checking itertools v0.12.1
24822026-08-19T19:44:40.758Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24832026-08-19T19:44:40.795Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24842026-08-19T19:44:41.058Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24852026-08-19T19:44:41.099Z Compiling typify v0.6.2
24862026-08-19T19:44:41.231Z Checking smf v0.2.3
24872026-08-19T19:44:41.271Z Compiling progenitor-impl v0.14.0
24882026-08-19T19:44:41.303Z Checking whoami v1.6.1
24892026-08-19T19:44:41.307Z Compiling derive-where v1.6.0
24902026-08-19T19:44:41.518Z Checking tokio-dtrace v0.1.1
24912026-08-19T19:44:41.535Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24922026-08-19T19:44:41.661Z Checking zone v0.3.1
24932026-08-19T19:44:41.701Z Checking oxide-tokio-rt v0.1.4
24942026-08-19T19:44:41.901Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24952026-08-19T19:44:42.049Z Checking console v0.15.11
24962026-08-19T19:44:42.087Z Checking newline-converter v0.3.0
24972026-08-19T19:44:42.128Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24982026-08-19T19:44:42.230Z Checking bytecount v0.6.9
24992026-08-19T19:44:42.286Z Checking num-rational v0.4.2
25002026-08-19T19:44:42.362Z Checking expectorate v1.2.0
25012026-08-19T19:44:42.366Z Checking num-complex v0.4.6
25022026-08-19T19:44:42.526Z Compiling cancel-safe-futures v0.1.5
25032026-08-19T19:44:42.590Z Checking float-ord v0.3.2
25042026-08-19T19:44:42.633Z Checking oxide-update-engine-types v0.1.2
25052026-08-19T19:44:42.728Z Checking linear-map v1.2.0
25062026-08-19T19:44:42.766Z Checking num v0.4.3
25072026-08-19T19:44:42.887Z Checking gethostname v0.5.0
25082026-08-19T19:44:42.958Z Compiling prettyplease v0.2.37
25092026-08-19T19:44:43.005Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25102026-08-19T19:44:43.115Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25112026-08-19T19:44:43.271Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25122026-08-19T19:44:43.379Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-08-19T19:44:43.416Z Checking resolv-conf v0.7.6
25142026-08-19T19:44:43.452Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25152026-08-19T19:44:43.569Z Checking oxide-update-engine v0.1.2
25162026-08-19T19:44:43.615Z Checking papergrid v0.11.0
25172026-08-19T19:44:43.652Z Compiling tabled_derive v0.7.0
25182026-08-19T19:44:43.866Z Compiling progenitor-macro v0.14.0
25192026-08-19T19:44:44.017Z Compiling convert_case v0.10.0
25202026-08-19T19:44:44.268Z Compiling slog-dtrace v0.3.0
25212026-08-19T19:44:44.424Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25222026-08-19T19:44:44.431Z Compiling derive_more-impl v2.1.1
25232026-08-19T19:44:44.661Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25242026-08-19T19:44:44.695Z Checking tabled v0.15.0
25252026-08-19T19:44:45.006Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25262026-08-19T19:44:45.263Z Checking derive_more v2.1.1
25272026-08-19T19:44:45.301Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25282026-08-19T19:44:45.377Z Checking crossterm v0.29.0
25292026-08-19T19:44:45.799Z Checking linked-hash-map v0.5.6
25302026-08-19T19:44:46.003Z Checking lru-cache v0.1.2
25312026-08-19T19:44:46.188Z Checking hickory-proto v0.24.4
25322026-08-19T19:44:46.223Z Checking fd-lock v4.0.4
25332026-08-19T19:44:46.795Z Checking vte v0.14.1
25342026-08-19T19:44:47.214Z Checking strip-ansi-escapes v0.2.1
25352026-08-19T19:44:47.898Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-08-19T19:44:47.999Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25372026-08-19T19:44:48.509Z Checking nu-ansi-term v0.50.3
25382026-08-19T19:44:48.671Z Checking termtree v0.5.1
25392026-08-19T19:44:48.762Z Checking reedline v0.40.0
25402026-08-19T19:44:48.805Z Checking progenitor v0.14.0
25412026-08-19T19:44:48.842Z Checking hickory-resolver v0.24.4
25422026-08-19T19:44:48.948Z Compiling minimal-lexical v0.2.1
25432026-08-19T19:44:48.986Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25442026-08-19T19:44:49.415Z Compiling nom v7.1.3
25452026-08-19T19:44:49.681Z Checking qorb v0.4.1
25462026-08-19T19:44:49.975Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25472026-08-19T19:44:50.617Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25482026-08-19T19:44:50.789Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25492026-08-19T19:44:50.829Z Checking display-error-chain v0.2.2
25502026-08-19T19:44:50.896Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25512026-08-19T19:44:50.933Z Compiling unicode-xid v0.2.6
25522026-08-19T19:44:50.974Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25532026-08-19T19:44:51.089Z Compiling ar_archive_writer v0.5.1
25542026-08-19T19:44:51.363Z Checking csv-core v0.1.13
25552026-08-19T19:44:51.475Z Compiling stacker v0.1.23
25562026-08-19T19:44:51.574Z Checking csv v1.4.0
25572026-08-19T19:44:51.611Z Compiling cfg_aliases v0.1.1
25582026-08-19T19:44:51.649Z Checking highway v1.3.0
25592026-08-19T19:44:51.721Z Compiling semver v0.1.20
25602026-08-19T19:44:51.809Z Compiling nix v0.28.0
25612026-08-19T19:44:51.908Z Checking nibble_vec v0.1.0
25622026-08-19T19:44:51.946Z Compiling psm v0.1.30
25632026-08-19T19:44:51.983Z Compiling rustc_version v0.1.7
25642026-08-19T19:44:52.043Z Checking endian-type v0.1.2
25652026-08-19T19:44:52.081Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25662026-08-19T19:44:52.216Z Checking radix_trie v0.2.1
25672026-08-19T19:44:52.250Z Compiling newtype_derive v0.1.6
25682026-08-19T19:44:52.285Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25692026-08-19T19:44:52.456Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25702026-08-19T19:44:52.493Z Checking phf_shared v0.12.1
25712026-08-19T19:44:52.566Z Compiling recursive-proc-macro-impl v0.1.1
25722026-08-19T19:44:52.605Z Compiling chrono-tz v0.10.4
25732026-08-19T19:44:52.679Z Checking phf v0.12.1
25742026-08-19T19:44:52.893Z Compiling const_format_proc_macros v0.2.34
25752026-08-19T19:44:52.966Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25762026-08-19T19:44:52.969Z Compiling peg-macros v0.8.5
25772026-08-19T19:44:52.969Z Checking winnow v0.6.26
25782026-08-19T19:44:53.068Z Checking recursive v0.1.1
25792026-08-19T19:44:53.240Z Compiling sqlparser_derive v0.5.0
25802026-08-19T19:44:53.458Z Checking home v0.5.12
25812026-08-19T19:44:53.495Z Checking unicode_categories v0.1.1
25822026-08-19T19:44:53.764Z Checking const_format v0.2.35
25832026-08-19T19:44:53.836Z Checking rustyline v14.0.0
25842026-08-19T19:44:53.963Z Checking sqlparser v0.61.0
25852026-08-19T19:44:54.023Z Checking bcs v0.1.6
25862026-08-19T19:44:54.295Z Checking sqlformat v0.3.5
25872026-08-19T19:44:54.423Z Checking peg v0.8.5
25882026-08-19T19:44:54.530Z Checking nom v8.0.0
25892026-08-19T19:44:54.575Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25902026-08-19T19:44:54.779Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25912026-08-19T19:44:54.816Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25922026-08-19T19:44:55.004Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25932026-08-19T19:44:55.121Z Checking steno v0.4.1
25942026-08-19T19:44:55.329Z Checking sha1 v0.10.6
25952026-08-19T19:44:55.532Z Checking filetime v0.2.27
25962026-08-19T19:44:55.572Z Checking xattr v1.6.1
25972026-08-19T19:44:55.576Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25982026-08-19T19:44:55.697Z Checking subprocess v0.2.15
25992026-08-19T19:44:55.777Z Checking headers-core v0.3.0
26002026-08-19T19:44:55.812Z Checking tar v0.4.46
26012026-08-19T19:44:55.916Z Checking headers v0.4.1
26022026-08-19T19:44:56.022Z Checking yasna v0.5.2
26032026-08-19T19:44:56.149Z Checking port-file v0.1.0
26042026-08-19T19:44:56.222Z Checking dropshot-api-manager-types v0.8.0
26052026-08-19T19:44:56.402Z Checking tagptr v0.2.0
26062026-08-19T19:44:56.438Z Checking rcgen v0.12.1
26072026-08-19T19:44:56.472Z Checking utf-8 v0.7.6
26082026-08-19T19:44:56.512Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26092026-08-19T19:44:56.571Z Checking moka v0.12.13
26102026-08-19T19:44:56.710Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26112026-08-19T19:44:56.787Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26122026-08-19T19:44:56.886Z Compiling libefi-sys v0.1.0
26132026-08-19T19:44:57.152Z Compiling bitfield-struct v0.6.2
26142026-08-19T19:44:57.244Z Checking hickory-resolver v0.25.2
26152026-08-19T19:44:57.344Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26162026-08-19T19:44:57.453Z Checking tungstenite v0.21.0
26172026-08-19T19:44:57.492Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26182026-08-19T19:44:57.672Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26192026-08-19T19:44:57.819Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202026-08-19T19:44:57.924Z Checking tokio-tungstenite v0.21.0
26212026-08-19T19:44:57.968Z Compiling xshell-macros v0.2.7
26222026-08-19T19:44:58.005Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26232026-08-19T19:44:58.084Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26242026-08-19T19:44:58.214Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26252026-08-19T19:44:58.253Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26262026-08-19T19:44:58.286Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26272026-08-19T19:44:58.339Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26282026-08-19T19:44:58.375Z Checking xshell v0.2.7
26292026-08-19T19:44:58.516Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26302026-08-19T19:44:58.749Z Checking half v1.8.3
26312026-08-19T19:44:58.831Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26322026-08-19T19:44:58.976Z Checking serde_cbor v0.11.2
26332026-08-19T19:44:59.189Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26342026-08-19T19:44:59.235Z Checking libscf-sys v1.2.0
26352026-08-19T19:44:59.438Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26362026-08-19T19:44:59.454Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-08-19T19:44:59.454Z Checking papergrid v0.18.0
26382026-08-19T19:44:59.497Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26392026-08-19T19:44:59.669Z Checking maplit v1.0.2
26402026-08-19T19:44:59.783Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26412026-08-19T19:44:59.958Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-08-19T19:45:00.011Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26432026-08-19T19:45:00.291Z Checking tabled v0.21.0
26442026-08-19T19:45:00.341Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26452026-08-19T19:45:00.562Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26462026-08-19T19:45:00.567Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26472026-08-19T19:45:00.567Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26482026-08-19T19:45:00.733Z Checking crc8 v0.1.1
26492026-08-19T19:45:00.893Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26502026-08-19T19:45:00.938Z Checking unicase v2.9.0
26512026-08-19T19:45:01.135Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26522026-08-19T19:45:01.140Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26532026-08-19T19:45:01.203Z Checking fxhash v0.2.1
26542026-08-19T19:45:01.358Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26552026-08-19T19:45:01.608Z Checking sha2 v0.11.0
26562026-08-19T19:45:01.686Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26572026-08-19T19:45:01.765Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26582026-08-19T19:45:02.104Z Compiling darling_core v0.21.3
26592026-08-19T19:45:02.256Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26602026-08-19T19:45:02.294Z Compiling vergen-lib v0.1.6
26612026-08-19T19:45:02.363Z Compiling diesel_derives v2.3.7
26622026-08-19T19:45:02.557Z Checking scheduled-thread-pool v0.2.7
26632026-08-19T19:45:02.641Z Compiling vergen-gitcl v1.0.8
26642026-08-19T19:45:02.736Z Compiling diesel_table_macro_syntax v0.3.0
26652026-08-19T19:45:02.966Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26662026-08-19T19:45:02.981Z Checking r2d2 v0.8.10
26672026-08-19T19:45:03.079Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26682026-08-19T19:45:03.157Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-08-19T19:45:03.372Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26702026-08-19T19:45:03.542Z Checking downcast-rs v2.0.2
26712026-08-19T19:45:03.710Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-08-19T19:45:03.784Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26732026-08-19T19:45:04.026Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-08-19T19:45:04.221Z Checking kstat-rs v0.2.5
26752026-08-19T19:45:04.268Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26762026-08-19T19:45:04.414Z Compiling proc-macro-error-attr2 v2.0.0
26772026-08-19T19:45:04.506Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-08-19T19:45:04.645Z Compiling darling_macro v0.21.3
26792026-08-19T19:45:04.801Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26802026-08-19T19:45:04.845Z Compiling proc-macro-error2 v2.0.1
26812026-08-19T19:45:05.191Z Compiling darling v0.21.3
26822026-08-19T19:45:05.226Z Compiling knus-derive v3.4.0
26832026-08-19T19:45:05.262Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26842026-08-19T19:45:05.316Z Compiling dsl_auto_type v0.2.0
26852026-08-19T19:45:06.094Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26862026-08-19T19:45:06.435Z Compiling dirs-sys-next v0.1.2
26872026-08-19T19:45:06.648Z Compiling parking_lot_core v0.8.6
26882026-08-19T19:45:06.695Z Compiling salty v0.3.0
26892026-08-19T19:45:06.730Z Compiling crunchy v0.2.4
26902026-08-19T19:45:06.761Z Compiling dirs-next v2.0.0
26912026-08-19T19:45:06.915Z Compiling clang-sys v1.8.1
26922026-08-19T19:45:07.055Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26932026-08-19T19:45:07.088Z Compiling git-stub v1.0.0
26942026-08-19T19:45:07.123Z Compiling tiny-keccak v2.0.2
26952026-08-19T19:45:07.340Z Compiling git-stub-vcs v0.1.0
26962026-08-19T19:45:07.487Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26972026-08-19T19:45:07.706Z Compiling term v0.7.0
26982026-08-19T19:45:07.743Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26992026-08-19T19:45:07.776Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27002026-08-19T19:45:07.780Z Compiling bit-vec v0.6.3
27012026-08-19T19:45:07.846Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27022026-08-19T19:45:08.062Z Compiling bit-set v0.5.3
27032026-08-19T19:45:08.098Z Compiling ascii-canvas v3.0.0
27042026-08-19T19:45:08.256Z Checking parking_lot v0.11.2
27052026-08-19T19:45:08.290Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27062026-08-19T19:45:08.438Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27072026-08-19T19:45:08.473Z Checking rfc6979 v0.4.0
27082026-08-19T19:45:08.507Z Checking prefix-trie v0.7.0
27092026-08-19T19:45:08.629Z Compiling hashbrown v0.14.5
27102026-08-19T19:45:08.813Z Compiling itertools v0.10.5
27112026-08-19T19:45:08.873Z Compiling ena v0.14.4
27122026-08-19T19:45:08.948Z Compiling libloading v0.8.9
27132026-08-19T19:45:09.118Z Compiling bindgen v0.71.1
27142026-08-19T19:45:09.191Z Compiling diff v0.1.13
27152026-08-19T19:45:09.225Z Compiling regex-syntax v0.6.29
27162026-08-19T19:45:09.352Z Compiling chumsky v0.9.3
27172026-08-19T19:45:09.623Z Compiling ecdsa v0.16.9
27182026-08-19T19:45:09.976Z Checking hickory-server v0.25.2
27192026-08-19T19:45:10.513Z Checking sled v0.34.7
27202026-08-19T19:45:10.603Z Compiling lalrpop v0.19.12
27212026-08-19T19:45:11.004Z Compiling cexpr v0.6.0
27222026-08-19T19:45:11.220Z Checking diesel v2.3.7
27232026-08-19T19:45:11.262Z Checking primeorder v0.13.6
27242026-08-19T19:45:11.337Z Checking nanorand v0.7.0
27252026-08-19T19:45:11.576Z Compiling rustc-hash v2.1.1
27262026-08-19T19:45:11.741Z Checking flume v0.11.1
27272026-08-19T19:45:11.778Z Checking p384 v0.13.1
27282026-08-19T19:45:12.015Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27292026-08-19T19:45:12.227Z Compiling knus v3.4.0
27302026-08-19T19:45:12.414Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27312026-08-19T19:45:12.657Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27322026-08-19T19:45:12.874Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27332026-08-19T19:45:13.118Z Compiling libxml v0.3.3
27342026-08-19T19:45:13.152Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27352026-08-19T19:45:13.186Z Checking assert_matches v1.5.0
27362026-08-19T19:45:13.290Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27372026-08-19T19:45:13.479Z Compiling strum_macros v0.24.3
27382026-08-19T19:45:13.514Z Compiling indoc v1.0.9
27392026-08-19T19:45:14.440Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27402026-08-19T19:45:14.602Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27412026-08-19T19:45:14.662Z Checking quick-xml v0.37.5
27422026-08-19T19:45:14.823Z Checking derive_builder v0.20.2
27432026-08-19T19:45:14.969Z Compiling oso-derive v0.27.3
27442026-08-19T19:45:15.006Z Compiling impl-trait-for-tuples v0.2.3
27452026-08-19T19:45:15.495Z Compiling trait-variant v0.1.2
27462026-08-19T19:45:15.551Z Checking openssl-probe v0.1.6
27472026-08-19T19:45:15.753Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27482026-08-19T19:45:16.068Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27492026-08-19T19:45:16.105Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-08-19T19:45:16.546Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27512026-08-19T19:45:16.583Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27522026-08-19T19:45:16.778Z Checking corncobs v0.1.4
27532026-08-19T19:45:16.872Z Checking predicates-tree v1.0.13
27542026-08-19T19:45:16.907Z Compiling progenitor-impl v0.13.0
27552026-08-19T19:45:16.941Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27562026-08-19T19:45:17.019Z Checking secrecy v0.8.0
27572026-08-19T19:45:17.181Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27582026-08-19T19:45:17.745Z Checking progenitor-client v0.13.0
27592026-08-19T19:45:18.019Z Checking anstyle-parse v0.2.7
27602026-08-19T19:45:18.054Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27612026-08-19T19:45:18.154Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27622026-08-19T19:45:18.215Z Checking anstream v0.6.21
27632026-08-19T19:45:18.379Z Checking bb8 v0.8.6
27642026-08-19T19:45:18.729Z Compiling mime_guess v2.0.5
27652026-08-19T19:45:18.775Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27662026-08-19T19:45:19.006Z Checking ignore v0.4.25
27672026-08-19T19:45:19.369Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27682026-08-19T19:45:19.491Z Checking http-range v0.1.5
27692026-08-19T19:45:19.546Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27702026-08-19T19:45:19.595Z Compiling progenitor-macro v0.13.0
27712026-08-19T19:45:19.655Z Checking globwalk v0.9.1
27722026-08-19T19:45:19.987Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27732026-08-19T19:45:20.365Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27742026-08-19T19:45:20.402Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27752026-08-19T19:45:21.037Z Checking digest-io v0.1.0
27762026-08-19T19:45:21.208Z Checking nonempty v0.12.0
27772026-08-19T19:45:21.410Z Checking rawzip v0.4.4
27782026-08-19T19:45:21.693Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27792026-08-19T19:45:21.964Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27802026-08-19T19:45:21.978Z Checking camino-tempfile-ext v0.3.3
27812026-08-19T19:45:22.164Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27822026-08-19T19:45:22.287Z Checking hyper-staticfile v0.10.1
27832026-08-19T19:45:22.620Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-08-19T19:45:22.953Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27852026-08-19T19:45:23.226Z Checking signal-hook-tokio v0.3.1
27862026-08-19T19:45:23.400Z Compiling illumos-nvpair-sys v0.2.0
27872026-08-19T19:45:23.474Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27882026-08-19T19:45:23.553Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27892026-08-19T19:45:23.824Z Checking scuffle v0.1.0
27902026-08-19T19:45:23.929Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27912026-08-19T19:45:23.977Z Checking illumos-nvpair v0.3.0
27922026-08-19T19:45:24.181Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27932026-08-19T19:45:24.306Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27942026-08-19T19:45:24.562Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27952026-08-19T19:45:24.612Z Checking progenitor v0.13.0
27962026-08-19T19:45:24.649Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27972026-08-19T19:45:24.652Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-08-19T19:45:24.789Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27992026-08-19T19:45:24.919Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28002026-08-19T19:45:25.165Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28012026-08-19T19:45:25.396Z Checking diesel-dtrace v0.5.0
28022026-08-19T19:45:25.581Z Checking async-bb8-diesel v0.2.1
28032026-08-19T19:45:25.681Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28042026-08-19T19:45:25.901Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28052026-08-19T19:45:25.971Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28062026-08-19T19:45:26.373Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28072026-08-19T19:45:26.470Z Checking tungstenite v0.23.0
28082026-08-19T19:45:26.516Z Checking rand_seeder v0.4.0
28092026-08-19T19:45:26.551Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28102026-08-19T19:45:26.697Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28112026-08-19T19:45:26.932Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28122026-08-19T19:45:28.429Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28132026-08-19T19:45:28.546Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28142026-08-19T19:45:28.584Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28152026-08-19T19:45:28.979Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28162026-08-19T19:45:29.318Z Checking tokio-tungstenite v0.23.1
28172026-08-19T19:45:29.637Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28182026-08-19T19:45:29.763Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28192026-08-19T19:45:29.997Z Checking void v1.0.2
28202026-08-19T19:45:30.077Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28212026-08-19T19:45:30.123Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-08-19T19:45:30.157Z Checking lzss v0.8.2
28232026-08-19T19:45:30.282Z Checking nix v0.27.1
28242026-08-19T19:45:30.322Z Checking serde_bytes v0.11.19
28252026-08-19T19:45:30.381Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-08-19T19:45:30.835Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28272026-08-19T19:45:31.137Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28282026-08-19T19:45:31.498Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28292026-08-19T19:45:31.968Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28302026-08-19T19:45:32.234Z Checking yansi v1.0.1
28312026-08-19T19:45:32.279Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28322026-08-19T19:45:32.316Z Checking cpubits v0.1.1
28332026-08-19T19:45:32.523Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-08-19T19:45:32.605Z Checking pretty_assertions v1.4.1
28352026-08-19T19:45:32.798Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28362026-08-19T19:45:32.836Z Checking pem-rfc7468 v1.0.0
28372026-08-19T19:45:33.041Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28382026-08-19T19:45:33.321Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28392026-08-19T19:45:33.453Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-19T19:45:33.550Z Checking hmac v0.13.0
28412026-08-19T19:45:33.754Z Checking universal-hash v0.6.1
28422026-08-19T19:45:33.929Z Compiling libz-sys v1.1.24
28432026-08-19T19:45:34.263Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28442026-08-19T19:45:34.345Z Compiling instability v0.3.11
28452026-08-19T19:45:34.613Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28462026-08-19T19:45:34.616Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28472026-08-19T19:45:34.684Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28482026-08-19T19:45:34.765Z Checking castaway v0.2.4
28492026-08-19T19:45:34.912Z Compiling indoc v2.0.7
28502026-08-19T19:45:34.994Z Checking compact_str v0.8.1
28512026-08-19T19:45:35.399Z Checking polyval v0.7.1
28522026-08-19T19:45:35.652Z Checking der v0.8.0
28532026-08-19T19:45:35.700Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28542026-08-19T19:45:36.099Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28552026-08-19T19:45:36.214Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28562026-08-19T19:45:36.331Z Checking unicode-truncate v1.1.0
28572026-08-19T19:45:36.399Z Checking lru v0.12.5
28582026-08-19T19:45:36.434Z Compiling libgit2-sys v0.18.3+1.9.2
28592026-08-19T19:45:36.499Z Checking arc-swap v1.8.2
28602026-08-19T19:45:36.534Z Checking cassowary v0.3.0
28612026-08-19T19:45:36.687Z Checking ghash v0.6.0
28622026-08-19T19:45:36.765Z Checking slog-scope v4.4.1
28632026-08-19T19:45:36.799Z Checking ratatui v0.29.0
28642026-08-19T19:45:36.936Z Checking pbkdf2 v0.13.0
28652026-08-19T19:45:36.994Z Checking aes v0.9.1
28662026-08-19T19:45:37.083Z Checking crypto-bigint v0.7.5
28672026-08-19T19:45:37.426Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28682026-08-19T19:45:38.126Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28692026-08-19T19:45:38.377Z Checking ctr v0.10.1
28702026-08-19T19:45:38.593Z Checking aead v0.6.1
28712026-08-19T19:45:38.707Z Checking cargo-platform v0.3.2
28722026-08-19T19:45:38.773Z Checking aes-gcm v0.11.0
28732026-08-19T19:45:38.910Z Checking cargo_metadata v0.23.1
28742026-08-19T19:45:38.975Z Checking slog-stdlog v4.1.1
28752026-08-19T19:45:39.134Z Checking spki v0.8.0
28762026-08-19T19:45:39.330Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28772026-08-19T19:45:39.371Z Checking colored v2.2.0
28782026-08-19T19:45:39.607Z Checking salsa20 v0.11.0
28792026-08-19T19:45:39.695Z Checking console v0.16.2
28802026-08-19T19:45:39.790Z Compiling vergen-git2 v9.1.0
28812026-08-19T19:45:40.016Z Checking unit-prefix v0.5.2
28822026-08-19T19:45:40.051Z Checking plotters-backend v0.3.7
28832026-08-19T19:45:40.187Z Checking indicatif v0.18.4
28842026-08-19T19:45:40.283Z Checking plotters-svg v0.3.7
28852026-08-19T19:45:40.508Z Checking scrypt v0.12.0
28862026-08-19T19:45:40.599Z Checking slog-envlogger v2.2.0
28872026-08-19T19:45:40.710Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28882026-08-19T19:45:40.755Z Checking cbc v0.2.1
28892026-08-19T19:45:40.790Z Checking libsw-core v0.3.2
28902026-08-19T19:45:40.985Z Checking cast v0.3.0
28912026-08-19T19:45:40.999Z Checking libsw v3.5.0
28922026-08-19T19:45:41.044Z Checking pkcs5 v0.8.1
28932026-08-19T19:45:41.118Z Checking criterion-plot v0.6.0
28942026-08-19T19:45:41.190Z Checking plotters v0.3.7
28952026-08-19T19:45:41.374Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28962026-08-19T19:45:41.411Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28972026-08-19T19:45:41.634Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28982026-08-19T19:45:41.862Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28992026-08-19T19:45:41.969Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29002026-08-19T19:45:42.089Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29012026-08-19T19:45:42.193Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29022026-08-19T19:45:42.361Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29032026-08-19T19:45:42.372Z Checking tinytemplate v1.2.1
29042026-08-19T19:45:42.416Z Checking shell-words v1.1.1
29052026-08-19T19:45:42.575Z Checking anes v0.1.6
29062026-08-19T19:45:42.621Z Checking oorandom v11.1.5
29072026-08-19T19:45:42.803Z Checking criterion v0.7.0
29082026-08-19T19:45:42.849Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29092026-08-19T19:45:43.214Z Checking pkcs8 v0.11.0
29102026-08-19T19:45:43.455Z Checking oxide-update-engine-display v0.1.2
29112026-08-19T19:45:43.799Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29122026-08-19T19:45:44.047Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29132026-08-19T19:45:44.639Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29142026-08-19T19:45:44.882Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29152026-08-19T19:45:45.209Z Checking tokio-test v0.4.5
29162026-08-19T19:45:45.449Z Checking ff v0.14.0
29172026-08-19T19:45:45.620Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-19T19:45:45.859Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29192026-08-19T19:45:46.269Z Checking twox-hash v2.1.2
29202026-08-19T19:45:46.594Z Compiling petname v2.0.2
29212026-08-19T19:45:47.113Z Checking atty v0.2.14
29222026-08-19T19:45:47.247Z Checking constant_time_eq v0.4.2
29232026-08-19T19:45:47.419Z Checking arrayvec v0.7.6
29242026-08-19T19:45:47.643Z Checking arrayref v0.3.9
29252026-08-19T19:45:47.960Z Checking group v0.14.0
29262026-08-19T19:45:48.155Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29272026-08-19T19:45:48.360Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29282026-08-19T19:45:48.492Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29292026-08-19T19:45:49.127Z Checking fatfs v0.3.6
29302026-08-19T19:45:49.361Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-19T19:45:49.527Z Checking signature v3.0.0
29322026-08-19T19:45:49.562Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29332026-08-19T19:45:49.634Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29342026-08-19T19:45:49.725Z Checking base16ct v1.0.0
29352026-08-19T19:45:49.900Z Compiling seq-macro v0.3.6
29362026-08-19T19:45:50.429Z Checking sec1 v0.8.1
29372026-08-19T19:45:50.891Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29382026-08-19T19:45:50.931Z Checking hkdf v0.13.0
29392026-08-19T19:45:50.983Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29402026-08-19T19:45:51.089Z Checking concurrent-queue v2.5.0
29412026-08-19T19:45:51.124Z Checking sapling-renderdag v0.1.0
29422026-08-19T19:45:51.174Z Checking parking v2.2.1
29432026-08-19T19:45:51.310Z Checking sync-ptr v0.1.4
29442026-08-19T19:45:51.345Z Checking event-listener v5.4.1
29452026-08-19T19:45:51.398Z Checking elliptic-curve v0.14.1
29462026-08-19T19:45:51.472Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29472026-08-19T19:45:51.610Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29482026-08-19T19:45:51.728Z Compiling samael v0.0.19
29492026-08-19T19:45:51.815Z Checking rtoolbox v0.0.3
29502026-08-19T19:45:51.896Z Checking event-listener-strategy v0.5.4
29512026-08-19T19:45:51.983Z Checking rpassword v7.5.4
29522026-08-19T19:45:52.060Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29532026-08-19T19:45:52.179Z Checking wnaf v0.14.0
29542026-08-19T19:45:52.380Z Checking primefield v0.14.0
29552026-08-19T19:45:52.624Z Checking rfc6979 v0.6.0
29562026-08-19T19:45:52.803Z Checking tui-tree-widget v0.23.1
29572026-08-19T19:45:53.024Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29582026-08-19T19:45:53.060Z Compiling blake3 v1.8.5
29592026-08-19T19:45:53.448Z Checking futures-timer v3.0.3
29602026-08-19T19:45:54.090Z Checking ecdsa v0.17.0
29612026-08-19T19:45:54.169Z Checking primeorder v0.14.0
29622026-08-19T19:45:54.566Z Checking async-lock v3.4.2
29632026-08-19T19:45:54.599Z Compiling curve25519-dalek v5.0.0
29642026-08-19T19:45:54.914Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29652026-08-19T19:45:54.995Z Checking async-object-pool v0.2.0
29662026-08-19T19:45:55.446Z Checking ssh-encoding v0.3.0
29672026-08-19T19:45:55.705Z Checking serde_regex v1.1.0
29682026-08-19T19:45:55.897Z Checking assert-json-diff v2.0.2
29692026-08-19T19:45:56.099Z Checking path-tree v0.8.3
29702026-08-19T19:45:56.320Z Checking keccak v0.2.0
29712026-08-19T19:45:56.514Z Checking stringmetrics v2.2.2
29722026-08-19T19:45:56.703Z Checking topological-sort v0.2.2
29732026-08-19T19:45:56.876Z Compiling strsim v0.10.0
29742026-08-19T19:45:56.881Z Checking omicron-zone-package v0.12.3
29752026-08-19T19:45:57.109Z Compiling darling_core v0.13.4
29762026-08-19T19:45:57.225Z Checking httpmock v0.8.3
29772026-08-19T19:45:57.816Z Checking ed25519 v3.0.0
29782026-08-19T19:45:58.050Z Checking pkcs1 v0.8.0-rc.4
29792026-08-19T19:45:58.297Z Checking crypto-primes v0.7.2
29802026-08-19T19:45:58.447Z Checking poly1305 v0.9.0
29812026-08-19T19:45:58.754Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29822026-08-19T19:45:58.956Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29832026-08-19T19:45:59.191Z Checking blowfish v0.10.0
29842026-08-19T19:45:59.276Z Checking blake2 v0.11.0-rc.6
29852026-08-19T19:45:59.390Z Compiling target-lexicon v0.13.3
29862026-08-19T19:45:59.446Z Checking bcrypt-pbkdf v0.11.0
29872026-08-19T19:45:59.573Z Checking argon2 v0.6.0-rc.8
29882026-08-19T19:45:59.626Z Checking rsa v0.10.0-rc.18
29892026-08-19T19:45:59.660Z Compiling darling_macro v0.13.4
29902026-08-19T19:45:59.922Z Checking ssh-cipher v0.3.0
29912026-08-19T19:45:59.968Z Checking ed25519-dalek v3.0.0
29922026-08-19T19:46:00.156Z Checking sha3 v0.11.0
29932026-08-19T19:46:00.190Z Checking p521 v0.14.0
29942026-08-19T19:46:00.193Z Checking p384 v0.14.0
29952026-08-19T19:46:00.311Z Checking p256 v0.14.0
29962026-08-19T19:46:00.533Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29972026-08-19T19:46:00.806Z Checking kem v0.3.0
29982026-08-19T19:46:00.958Z Checking module-lattice v0.2.3
29992026-08-19T19:46:01.023Z Checking socket2 v0.5.10
30002026-08-19T19:46:01.219Z Checking sponge-cursor v0.1.0
30012026-08-19T19:46:01.298Z Checking hex-literal v0.4.1
30022026-08-19T19:46:01.378Z Compiling guppy-workspace-hack v0.1.0
30032026-08-19T19:46:01.429Z Checking sha3 v0.12.0
30042026-08-19T19:46:01.637Z Checking ml-kem v0.3.2
30052026-08-19T19:46:01.668Z Compiling darling v0.13.4
30062026-08-19T19:46:02.051Z Checking russh-cryptovec v0.62.0
30072026-08-19T19:46:02.199Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30082026-08-19T19:46:02.246Z Checking internal-russh-num-bigint v0.5.0
30092026-08-19T19:46:02.421Z Checking num-bigint v0.4.6
30102026-08-19T19:46:02.924Z Checking russh-util v0.52.0
30112026-08-19T19:46:03.085Z Checking generic-array v1.4.3
30122026-08-19T19:46:03.180Z Checking ssh-key v0.7.0-rc.11
30132026-08-19T19:46:03.279Z Compiling enum_dispatch v0.3.13
30142026-08-19T19:46:03.400Z Compiling delegate v0.13.5
30152026-08-19T19:46:03.520Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30162026-08-19T19:46:03.968Z Checking hex-literal v1.1.0
30172026-08-19T19:46:04.073Z Checking md5 v0.8.0
30182026-08-19T19:46:04.107Z Compiling target-spec v3.5.7
30192026-08-19T19:46:04.256Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30202026-08-19T19:46:04.363Z Checking russh v0.62.4
30212026-08-19T19:46:04.426Z Compiling git2 v0.20.4
30222026-08-19T19:46:04.588Z Checking cfg-expr v0.20.6
30232026-08-19T19:46:04.954Z Compiling serde_with_macros v1.5.2
30242026-08-19T19:46:05.128Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30252026-08-19T19:46:05.600Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30262026-08-19T19:46:05.820Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30272026-08-19T19:46:05.854Z Checking internet-checksum v0.2.1
30282026-08-19T19:46:06.011Z Compiling serde_with v1.14.0
30292026-08-19T19:46:06.557Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30302026-08-19T19:46:07.544Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30312026-08-19T19:46:07.621Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30322026-08-19T19:46:07.733Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30332026-08-19T19:46:07.769Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30342026-08-19T19:46:07.803Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30352026-08-19T19:46:07.984Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30362026-08-19T19:46:08.043Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30372026-08-19T19:46:08.090Z Compiling polar-core v0.27.3
30382026-08-19T19:46:08.142Z Checking httptest v0.16.4
30392026-08-19T19:46:08.278Z Checking pathdiff v0.2.3
30402026-08-19T19:46:08.280Z Checking nested v0.1.1
30412026-08-19T19:46:08.423Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30422026-08-19T19:46:08.488Z Checking guppy v0.17.25
30432026-08-19T19:46:08.546Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30442026-08-19T19:46:08.839Z Checking similar-asserts v1.7.0
30452026-08-19T19:46:08.914Z Compiling target-triple v1.0.0
30462026-08-19T19:46:09.019Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30472026-08-19T19:46:09.270Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30482026-08-19T19:46:09.485Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30492026-08-19T19:46:09.792Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30502026-08-19T19:46:09.861Z Checking hickory-client v0.25.2
30512026-08-19T19:46:10.188Z Checking supports-color v2.1.0
30522026-08-19T19:46:10.355Z Checking supports-unicode v2.1.0
30532026-08-19T19:46:10.391Z Checking supports-hyperlinks v2.1.0
30542026-08-19T19:46:10.508Z Checking textwrap v0.15.2
30552026-08-19T19:46:10.544Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-08-19T19:46:10.728Z Checking terminal_size v0.1.17
30572026-08-19T19:46:10.762Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30582026-08-19T19:46:10.824Z Compiling miette-derive v5.10.0
30592026-08-19T19:46:10.876Z Compiling fs-err v2.11.0
30602026-08-19T19:46:11.114Z Checking owo-colors v3.5.0
30612026-08-19T19:46:11.204Z Compiling assert_cmd v2.1.2
30622026-08-19T19:46:11.490Z Checking escape8259 v0.5.3
30632026-08-19T19:46:11.666Z Checking libtest-mimic v0.8.1
30642026-08-19T19:46:11.752Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30652026-08-19T19:46:11.980Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30662026-08-19T19:46:11.986Z Checking miette v5.10.0
30672026-08-19T19:46:12.519Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30682026-08-19T19:46:12.667Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30692026-08-19T19:46:13.148Z Checking oso v0.27.3
30702026-08-19T19:46:13.182Z Checking blake2b_simd v1.0.4
30712026-08-19T19:46:13.463Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30722026-08-19T19:46:13.596Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30732026-08-19T19:46:13.822Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30742026-08-19T19:46:13.825Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30752026-08-19T19:46:14.050Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30762026-08-19T19:46:14.087Z Compiling knuffel-derive v3.2.0
30772026-08-19T19:46:14.279Z Checking fancy-regex v0.14.0
30782026-08-19T19:46:14.547Z Checking serde_tokenstream v0.2.3
30792026-08-19T19:46:14.702Z Checking approx v0.5.1
30802026-08-19T19:46:14.803Z Compiling rstest_macros v0.25.0
30812026-08-19T19:46:14.870Z Checking uzers v0.12.2
30822026-08-19T19:46:15.111Z Checking termcolor v1.4.1
30832026-08-19T19:46:15.143Z Compiling linkme-impl v0.3.35
30842026-08-19T19:46:15.197Z Checking constant_time_eq v0.3.1
30852026-08-19T19:46:15.399Z Checking rust-argon2 v2.1.0
30862026-08-19T19:46:15.406Z Checking trybuild v1.0.116
30872026-08-19T19:46:15.658Z Checking knuffel v3.2.0
30882026-08-19T19:46:15.726Z Checking datatest-stable v0.3.3
30892026-08-19T19:46:16.040Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30902026-08-19T19:46:16.108Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30912026-08-19T19:46:16.322Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30922026-08-19T19:46:16.357Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30932026-08-19T19:46:16.391Z Checking support-bundle-viewer v0.1.2
30942026-08-19T19:46:16.435Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30952026-08-19T19:46:16.468Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30962026-08-19T19:46:16.656Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30972026-08-19T19:46:16.692Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30982026-08-19T19:46:16.727Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30992026-08-19T19:46:16.885Z Checking drift v0.2.0
31002026-08-19T19:46:16.923Z Checking rand_distr v0.5.1
31012026-08-19T19:46:17.106Z Checking multimap v0.10.1
31022026-08-19T19:46:17.212Z Compiling relative-path v1.9.3
31032026-08-19T19:46:17.272Z Compiling linkme v0.3.35
31042026-08-19T19:46:17.315Z Checking parse-size v1.1.0
31052026-08-19T19:46:17.357Z Checking dropshot-api-manager v0.8.0
31062026-08-19T19:46:17.471Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31072026-08-19T19:46:17.809Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31082026-08-19T19:46:18.578Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31092026-08-19T19:46:19.083Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31102026-08-19T19:46:19.410Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31112026-08-19T19:46:19.562Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31122026-08-19T19:46:19.634Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31132026-08-19T19:46:19.673Z Checking cargo_toml v0.21.0
31142026-08-19T19:46:20.167Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31152026-08-19T19:46:20.329Z Checking partial-io v0.5.4
31162026-08-19T19:46:20.362Z Checking termios v0.3.3
31172026-08-19T19:46:20.532Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31182026-08-19T19:46:21.047Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31192026-08-19T19:46:21.078Z Checking rstest v0.25.0
31202026-08-19T19:46:22.757Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31212026-08-19T19:46:26.154Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31222026-08-19T19:46:26.431Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31232026-08-19T19:46:27.918Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31242026-08-19T19:46:32.212Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31252026-08-19T19:46:33.294Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31262026-08-19T19:46:35.117Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31272026-08-19T19:46:40.306Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31282026-08-19T19:46:43.307Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31292026-08-19T19:46:45.485Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31302026-08-19T19:46:48.127Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31312026-08-19T19:46:50.397Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31322026-08-19T19:46:50.873Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31332026-08-19T19:46:53.391Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31342026-08-19T19:46:58.468Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31352026-08-19T19:47:02.037Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31362026-08-19T19:47:23.426Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31372026-08-19T19:48:16.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 11s
31382026-08-19T19:48:16.109Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31392026-08-19T19:48:16.109Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31402026-08-19T19:48:16.768Z
31412026-08-19T19:48:16.768Zreal 4:15.267000499
31422026-08-19T19:48:16.768Zuser 21:57.185272049
31432026-08-19T19:48:16.768Zsys 5:15.058096061
31442026-08-19T19:48:16.768Ztrap 0.526401146
31452026-08-19T19:48:16.768Ztflt 0.448776266
31462026-08-19T19:48:16.768Zdflt 0.511440134
31472026-08-19T19:48:16.768Zkflt 0.004546398
31482026-08-19T19:48:16.768Zlock 1:06:23.120963791
31492026-08-19T19:48:16.768Zslp 59:47.576142528
31502026-08-19T19:48:16.768Zlat 1:52.692674206
31512026-08-19T19:48:16.768Zstop 14:04.959061520
31522026-08-19T19:48:16.772Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31532026-08-19T19:48:16.772Z+ ptime -m cargo doc --workspace --no-deps
31542026-08-19T19:48:17.629Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31552026-08-19T19:48:17.629Z |
31562026-08-19T19:48:17.629Z = 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-19T19:48:17.629Z = 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-19T19:48:18.716Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31592026-08-19T19:48:18.961Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31602026-08-19T19:48:19.066Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-08-19T19:48:19.069Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31622026-08-19T19:48:19.131Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31632026-08-19T19:48:19.240Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31642026-08-19T19:48:19.267Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31652026-08-19T19:48:19.267Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662026-08-19T19:48:19.319Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31672026-08-19T19:48:19.343Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31682026-08-19T19:48:19.502Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-08-19T19:48:19.551Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31702026-08-19T19:48:19.577Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-08-19T19:48:19.652Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-08-19T19:48:19.677Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31732026-08-19T19:48:19.680Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31742026-08-19T19:48:19.720Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31752026-08-19T19:48:19.727Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-08-19T19:48:19.769Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31772026-08-19T19:48:19.849Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31782026-08-19T19:48:19.919Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31792026-08-19T19:48:20.120Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31802026-08-19T19:48:20.270Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31812026-08-19T19:48:20.293Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-08-19T19:48:20.360Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-08-19T19:48:20.388Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31842026-08-19T19:48:20.530Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31852026-08-19T19:48:20.555Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31862026-08-19T19:48:20.692Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31872026-08-19T19:48:20.785Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31882026-08-19T19:48:20.864Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31892026-08-19T19:48:20.890Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31902026-08-19T19:48:20.972Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31912026-08-19T19:48:21.201Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31922026-08-19T19:48:21.238Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31932026-08-19T19:48:21.262Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31942026-08-19T19:48:21.428Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31952026-08-19T19:48:21.451Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31962026-08-19T19:48:21.475Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31972026-08-19T19:48:21.679Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31982026-08-19T19:48:21.743Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31992026-08-19T19:48:21.915Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32002026-08-19T19:48:21.947Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32012026-08-19T19:48:21.997Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32022026-08-19T19:48:22.021Z Checking scuffle v0.1.0
32032026-08-19T19:48:22.178Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32042026-08-19T19:48:22.204Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32052026-08-19T19:48:22.378Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32062026-08-19T19:48:22.435Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32072026-08-19T19:48:22.461Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32082026-08-19T19:48:22.574Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32092026-08-19T19:48:22.622Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32102026-08-19T19:48:22.647Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32112026-08-19T19:48:22.671Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32122026-08-19T19:48:22.711Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32132026-08-19T19:48:22.817Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32142026-08-19T19:48:23.197Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32152026-08-19T19:48:23.518Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32162026-08-19T19:48:23.741Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32172026-08-19T19:48:24.005Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32182026-08-19T19:48:24.248Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32192026-08-19T19:48:24.273Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32202026-08-19T19:48:24.298Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32212026-08-19T19:48:24.501Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32222026-08-19T19:48:24.550Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32232026-08-19T19:48:24.578Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32242026-08-19T19:48:24.581Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32252026-08-19T19:48:24.712Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32262026-08-19T19:48:24.825Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32272026-08-19T19:48:25.253Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32282026-08-19T19:48:25.684Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32292026-08-19T19:48:25.711Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32302026-08-19T19:48:25.886Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32312026-08-19T19:48:25.912Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32322026-08-19T19:48:26.002Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32332026-08-19T19:48:26.123Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32342026-08-19T19:48:26.210Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32352026-08-19T19:48:26.247Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32362026-08-19T19:48:26.271Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32372026-08-19T19:48:26.355Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32382026-08-19T19:48:26.409Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32392026-08-19T19:48:26.448Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32402026-08-19T19:48:26.473Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32412026-08-19T19:48:26.730Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32422026-08-19T19:48:26.733Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32432026-08-19T19:48:26.780Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32442026-08-19T19:48:26.780Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32452026-08-19T19:48:26.780Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32462026-08-19T19:48:26.981Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32472026-08-19T19:48:27.058Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32482026-08-19T19:48:27.081Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32492026-08-19T19:48:27.125Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32502026-08-19T19:48:27.149Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32512026-08-19T19:48:27.304Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32522026-08-19T19:48:27.305Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32532026-08-19T19:48:27.308Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32542026-08-19T19:48:27.378Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32552026-08-19T19:48:27.423Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32562026-08-19T19:48:27.446Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32572026-08-19T19:48:27.522Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32582026-08-19T19:48:27.588Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32592026-08-19T19:48:27.642Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32602026-08-19T19:48:27.729Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32612026-08-19T19:48:27.793Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32622026-08-19T19:48:28.034Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32632026-08-19T19:48:28.081Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32642026-08-19T19:48:28.104Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32652026-08-19T19:48:28.636Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32662026-08-19T19:48:28.795Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32672026-08-19T19:48:29.078Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32682026-08-19T19:48:29.857Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32692026-08-19T19:48:30.043Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32702026-08-19T19:48:30.067Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32712026-08-19T19:48:30.786Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32722026-08-19T19:48:30.852Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32732026-08-19T19:48:30.874Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32742026-08-19T19:48:31.439Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32752026-08-19T19:48:32.820Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32762026-08-19T19:48:32.844Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32772026-08-19T19:48:33.137Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32782026-08-19T19:48:33.417Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32792026-08-19T19:48:33.568Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32802026-08-19T19:48:33.689Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32812026-08-19T19:48:34.139Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32822026-08-19T19:48:34.536Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32832026-08-19T19:48:34.565Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32842026-08-19T19:48:34.864Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32852026-08-19T19:48:34.891Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32862026-08-19T19:48:35.210Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32872026-08-19T19:48:35.328Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32882026-08-19T19:48:35.668Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32892026-08-19T19:48:35.693Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32902026-08-19T19:48:35.870Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32912026-08-19T19:48:36.096Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32922026-08-19T19:48:36.645Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32932026-08-19T19:48:36.911Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32942026-08-19T19:48:37.043Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32952026-08-19T19:48:37.095Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32962026-08-19T19:48:37.509Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32972026-08-19T19:48:38.127Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32982026-08-19T19:48:38.576Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32992026-08-19T19:48:38.708Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33002026-08-19T19:48:39.663Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33012026-08-19T19:48:39.689Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33022026-08-19T19:48:39.739Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33032026-08-19T19:48:39.794Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33042026-08-19T19:48:39.911Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33052026-08-19T19:48:40.410Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33062026-08-19T19:48:40.435Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33072026-08-19T19:48:40.958Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33082026-08-19T19:48:41.262Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33092026-08-19T19:48:41.601Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-08-19T19:48:42.174Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33112026-08-19T19:48:42.788Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33122026-08-19T19:48:42.832Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33132026-08-19T19:48:43.370Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33142026-08-19T19:48:44.071Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-08-19T19:48:46.793Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33162026-08-19T19:48:47.125Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33172026-08-19T19:48:47.642Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33182026-08-19T19:48:49.334Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33192026-08-19T19:48:50.052Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33202026-08-19T19:48:50.348Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33212026-08-19T19:48:50.493Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33222026-08-19T19:48:50.663Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33232026-08-19T19:48:51.240Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33242026-08-19T19:48:51.712Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33252026-08-19T19:48:52.247Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33262026-08-19T19:48:52.621Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33272026-08-19T19:48:52.756Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33282026-08-19T19:48:53.471Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33292026-08-19T19:48:53.626Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33302026-08-19T19:48:54.220Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33312026-08-19T19:48:54.243Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33322026-08-19T19:48:54.354Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33332026-08-19T19:48:54.814Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33342026-08-19T19:48:54.874Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33352026-08-19T19:48:54.917Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33362026-08-19T19:48:55.176Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33372026-08-19T19:48:55.685Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33382026-08-19T19:48:55.942Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33392026-08-19T19:48:56.022Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33402026-08-19T19:48:56.355Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33412026-08-19T19:48:56.421Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33422026-08-19T19:48:56.694Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33432026-08-19T19:48:57.092Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33442026-08-19T19:48:58.022Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33452026-08-19T19:48:58.199Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33462026-08-19T19:48:58.633Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33472026-08-19T19:49:01.388Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33482026-08-19T19:49:02.778Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33492026-08-19T19:49:03.226Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33502026-08-19T19:49:03.806Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33512026-08-19T19:49:06.105Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33522026-08-19T19:49:07.057Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33532026-08-19T19:49:07.638Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33542026-08-19T19:49:08.681Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33552026-08-19T19:49:09.659Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33562026-08-19T19:49:11.765Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33572026-08-19T19:49:12.248Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33582026-08-19T19:49:12.593Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33592026-08-19T19:49:13.755Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33602026-08-19T19:49:14.290Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33612026-08-19T19:49:17.658Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33622026-08-19T19:49:20.145Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33632026-08-19T19:49:20.734Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33642026-08-19T19:49:21.766Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33652026-08-19T19:49:22.704Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33662026-08-19T19:49:23.463Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33672026-08-19T19:49:24.089Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33682026-08-19T19:49:24.962Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33692026-08-19T19:49:25.729Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33702026-08-19T19:49:31.805Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33712026-08-19T19:49:31.923Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33722026-08-19T19:49:31.923Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33732026-08-19T19:49:31.923Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33742026-08-19T19:49:32.126Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33752026-08-19T19:49:32.126Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33762026-08-19T19:49:32.126Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33772026-08-19T19:49:35.516Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33782026-08-19T19:49:36.766Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33792026-08-19T19:49:37.291Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33802026-08-19T19:49:38.093Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33812026-08-19T19:49:39.114Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33822026-08-19T19:49:40.099Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33832026-08-19T19:49:42.105Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33842026-08-19T19:49:43.297Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33852026-08-19T19:49:44.107Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33862026-08-19T19:49:45.180Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33872026-08-19T19:49:46.106Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33882026-08-19T19:49:50.464Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33892026-08-19T19:49:50.877Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33902026-08-19T19:49:51.483Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33912026-08-19T19:49:52.827Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33922026-08-19T19:49:54.929Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33932026-08-19T19:49:56.351Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33942026-08-19T19:49:57.816Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33952026-08-19T19:49:59.531Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-08-19T19:50:01.096Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33972026-08-19T19:50:02.696Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33982026-08-19T19:50:04.377Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33992026-08-19T19:50:08.897Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34002026-08-19T19:50:09.319Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34012026-08-19T19:50:10.667Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34022026-08-19T19:50:11.187Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34032026-08-19T19:50:12.616Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34042026-08-19T19:50:14.395Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34052026-08-19T19:50:16.469Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34062026-08-19T19:50:18.480Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34072026-08-19T19:50:20.258Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34082026-08-19T19:50:22.219Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34092026-08-19T19:50:23.812Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34102026-08-19T19:50:25.521Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34112026-08-19T19:50:27.320Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34122026-08-19T19:50:29.100Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-08-19T19:50:30.826Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34142026-08-19T19:50:32.554Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34152026-08-19T19:50:34.287Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34162026-08-19T19:50:35.869Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34172026-08-19T19:50:37.877Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34182026-08-19T19:50:39.579Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34192026-08-19T19:50:41.276Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34202026-08-19T19:50:43.214Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34212026-08-19T19:50:45.125Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34222026-08-19T19:50:46.823Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34232026-08-19T19:50:48.840Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34242026-08-19T19:50:52.820Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34252026-08-19T19:50:56.351Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34262026-08-19T19:50:59.817Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34272026-08-19T19:51:00.690Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34282026-08-19T19:51:01.799Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34292026-08-19T19:51:05.256Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34302026-08-19T19:51:07.505Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34312026-08-19T19:51:11.718Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34322026-08-19T19:51:14.062Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34332026-08-19T19:51:17.085Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34342026-08-19T19:51:19.231Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34352026-08-19T19:51:21.982Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34362026-08-19T19:51:24.185Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34372026-08-19T19:51:26.759Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34382026-08-19T19:51:28.686Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34392026-08-19T19:51:31.067Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34402026-08-19T19:51:33.537Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34412026-08-19T19:51:36.273Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34422026-08-19T19:51:38.822Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34432026-08-19T19:51:41.306Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34442026-08-19T19:51:43.775Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34452026-08-19T19:51:46.292Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34462026-08-19T19:51:48.794Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34472026-08-19T19:51:51.285Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34482026-08-19T19:51:53.651Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34492026-08-19T19:51:56.348Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34502026-08-19T19:51:58.902Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34512026-08-19T19:52:01.389Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34522026-08-19T19:52:04.003Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34532026-08-19T19:52:06.484Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34542026-08-19T19:52:08.982Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34552026-08-19T19:52:11.456Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34562026-08-19T19:52:14.155Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34572026-08-19T19:52:16.785Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34582026-08-19T19:52:19.323Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34592026-08-19T19:52:21.922Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34602026-08-19T19:52:24.490Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34612026-08-19T19:52:26.887Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34622026-08-19T19:52:29.337Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34632026-08-19T19:52:32.273Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34642026-08-19T19:52:35.484Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34652026-08-19T19:52:37.694Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34662026-08-19T19:52:40.379Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34672026-08-19T19:52:42.918Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34682026-08-19T19:52:45.781Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34692026-08-19T19:52:48.397Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34702026-08-19T19:52:51.163Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34712026-08-19T19:52:53.798Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34722026-08-19T19:52:56.389Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34732026-08-19T19:52:59.196Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34742026-08-19T19:53:01.969Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34752026-08-19T19:53:04.652Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34762026-08-19T19:53:07.487Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34772026-08-19T19:53:10.197Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34782026-08-19T19:53:12.676Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34792026-08-19T19:53:15.493Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34802026-08-19T19:53:18.171Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34812026-08-19T19:53:21.281Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34822026-08-19T19:53:24.555Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34832026-08-19T19:53:26.687Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34842026-08-19T19:53:32.899Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34852026-08-19T19:53:35.034Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34862026-08-19T19:53:36.393Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34872026-08-19T19:53:38.910Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34882026-08-19T19:53:40.484Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34892026-08-19T19:53:43.510Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34902026-08-19T19:53:51.420Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34912026-08-19T19:53:51.873Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34922026-08-19T19:53:55.321Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34932026-08-19T19:53:58.805Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34942026-08-19T19:54:02.490Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34952026-08-19T19:54:05.985Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34962026-08-19T19:54:09.535Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34972026-08-19T19:54:14.521Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34982026-08-19T19:54:17.549Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34992026-08-19T19:54:21.643Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35002026-08-19T19:54:25.280Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35012026-08-19T19:54:29.142Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35022026-08-19T19:54:33.008Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35032026-08-19T19:54:36.881Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35042026-08-19T19:54:40.767Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35052026-08-19T19:54:44.622Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35062026-08-19T19:54:48.519Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35072026-08-19T19:54:52.400Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35082026-08-19T19:54:56.270Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35092026-08-19T19:55:00.130Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35102026-08-19T19:55:04.140Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35112026-08-19T19:55:08.026Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35122026-08-19T19:55:11.835Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35132026-08-19T19:55:15.734Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35142026-08-19T19:55:46.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 29s
35152026-08-19T19:55:46.709Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35162026-08-19T19:55:46.709Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35172026-08-19T19:55:46.870Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35182026-08-19T19:55:46.982Z
35192026-08-19T19:55:46.986Zreal 7:30.118881020
35202026-08-19T19:55:46.986Zuser 20:17.901987682
35212026-08-19T19:55:46.986Zsys 4:24.264598888
35222026-08-19T19:55:46.986Ztrap 0.297440614
35232026-08-19T19:55:46.986Ztflt 0.046090442
35242026-08-19T19:55:46.986Zdflt 0.130044129
35252026-08-19T19:55:46.986Zkflt 0.000038434
35262026-08-19T19:55:46.986Zlock 7:09:43.053693928
35272026-08-19T19:55:46.986Zslp 2:31:13.870031999
35282026-08-19T19:55:46.986Zlat 36.135685285
35292026-08-19T19:55:46.986Zstop 2:07.189342352
35302026-08-19T19:55:46.986Zprocess exited: duration 836757 ms, exit code 0
 
35312026-08-19T19:55:47.006Zfound 0 output files