01M0XAWQ3VX4TNN8JEWGT0NQJA: clippy (helios)

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

Buildomat Job: 01M0XAXAJQCJDMNYJVJ824Q9GM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T20:49:35.811Zjob assigned to worker 01M0XAXF0H2HG7J16YZ5RSYBMZ [factory aws, i-06271288802201a24] (queued for 55 s)
 
22026-08-25T20:49:42.429Zstarting task 0: "setup"
32026-08-25T20:49:42.432Z++ uname -s
42026-08-25T20:49:42.436Z+ kern=SunOS
52026-08-25T20:49:42.436Z+ build_user=build
62026-08-25T20:49:42.436Z+ build_uid=12345
72026-08-25T20:49:42.436Z+ work_dir=/work
82026-08-25T20:49:42.436Z+ input_dir=/input
92026-08-25T20:49:42.436Z+ [[ 0 == 12345 ]]
102026-08-25T20:49:42.436Z+ case "$kern" in
112026-08-25T20:49:42.436Z+ groupadd -g 12345 build
122026-08-25T20:49:42.436Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T20:49:44.722Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T20:49:44.730Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T20:49:44.730Z+ home_fs=zfs
162026-08-25T20:49:44.730Z+ [[ zfs == autofs ]]
172026-08-25T20:49:44.730Z+ mkdir -p /home/build
182026-08-25T20:49:44.730Z+ chown build:build /home/build /work
192026-08-25T20:49:46.535Z+ chmod 0700 /home/build /work
202026-08-25T20:49:46.539Zprocess exited: duration 4109 ms, exit code 0
 
212026-08-25T20:49:46.546Zstarting task 1: "rust-toolchain"
222026-08-25T20:49:46.549Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T20:49:46.550Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T20:49:46.550Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-25T20:49:46.550Z * rust toolchain channel = "1.97.1"
262026-08-25T20:49:46.550Z * rust toolchain profile = "default"
272026-08-25T20:49:46.550Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T20:49:46.554Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T20:49:46.554Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T20:49:46.629Zinfo: downloading installer
312026-08-25T20:49:47.973Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T20:49:47.973Zwarn: /home/build/.rustup/settings.toml
332026-08-25T20:49:47.973Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T20:49:47.973Zwarn: instead of the one inferred from the default host triple.
352026-08-25T20:49:47.986Zinfo: profile set to default
362026-08-25T20:49:47.986Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T20:49:47.989Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T20:49:48.115Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T20:49:48.119Zinfo: downloading 6 components
402026-08-25T20:50:02.103Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T20:50:02.103Z
422026-08-25T20:50:02.133Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T20:50:02.133Z
442026-08-25T20:50:02.133Z
452026-08-25T20:50:02.133ZRust is installed now. Great!
462026-08-25T20:50:02.133Z
472026-08-25T20:50:02.133ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T20:50:02.133Zenvironment variable. This has not been done automatically.
492026-08-25T20:50:02.133Z
502026-08-25T20:50:02.133ZTo configure your current shell, you need to source
512026-08-25T20:50:02.133Zthe corresponding env file under $HOME/.cargo.
522026-08-25T20:50:02.133Z
532026-08-25T20:50:02.133ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T20:50:02.136Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T20:50:02.137Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T20:50:02.137Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T20:50:02.137Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T20:50:02.137Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T20:50:02.137Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T20:50:02.137Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T20:50:02.137Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T20:50:02.231Z+ rustup --version
632026-08-25T20:50:02.239Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T20:50:02.242Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T20:50:02.260Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T20:50:02.263Z+ cargo --version
672026-08-25T20:50:02.278Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T20:50:02.281Z+ rustc --version
692026-08-25T20:50:02.300Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T20:50:02.303Zprocess exited: duration 15756 ms, exit code 0
 
712026-08-25T20:50:02.309Zstarting task 2: "authentication"
722026-08-25T20:50:02.326Zprocess exited: duration 16 ms, exit code 0
 
732026-08-25T20:50:02.334Zstarting task 3: "clone repository"
742026-08-25T20:50:02.337Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T20:50:02.340Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T20:50:02.366ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T20:50:14.584Z+ cd /work/oxidecomputer/omicron
782026-08-25T20:50:14.584Z+ git fetch origin 21f4906c9de6e22133caa19a43cf24585fc8f144
792026-08-25T20:50:14.915ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T20:50:14.915Z * branch 21f4906c9de6e22133caa19a43cf24585fc8f144 -> FETCH_HEAD
812026-08-25T20:50:14.925Z+ [[ -n update-bgp-src-addr-description ]]
822026-08-25T20:50:14.928Z++ git branch --show-current
832026-08-25T20:50:14.928Z+ current=main
842026-08-25T20:50:14.928Z+ [[ main != update-bgp-src-addr-description ]]
852026-08-25T20:50:14.928Z+ git branch -f update-bgp-src-addr-description 21f4906c9de6e22133caa19a43cf24585fc8f144
862026-08-25T20:50:14.931Z+ git checkout -f update-bgp-src-addr-description
872026-08-25T20:50:15.199ZSwitched to branch 'update-bgp-src-addr-description'
882026-08-25T20:50:15.202Z+ git reset --hard 21f4906c9de6e22133caa19a43cf24585fc8f144
892026-08-25T20:50:15.230ZHEAD is now at 21f4906c9 update bgp peer src addr description
902026-08-25T20:50:15.234Zprocess exited: duration 12898 ms, exit code 0
 
912026-08-25T20:50:15.254Zstarting task 4: "build"
922026-08-25T20:50:15.260Z+ source ./env.sh
932026-08-25T20:50:15.260Z++ OLD_SHELL_OPTS=ehxB
942026-08-25T20:50:15.260Z++ set -o xtrace
952026-08-25T20:50:15.260Z++++ dirname ./env.sh
962026-08-25T20:50:15.260Z+++ readlink -f .
972026-08-25T20:50:15.260Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-25T20:50:15.260Z++ 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-25T20:50:15.260Z++ 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-25T20:50:15.260Z++ 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-25T20:50:15.260Z++ 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-25T20:50:15.260Z++ 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-25T20:50:15.260Z++ 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-25T20:50:15.260Z++ 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-25T20:50:15.260Z++ 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-25T20:50:15.260Z++ 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-25T20:50:15.260Z++ 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-25T20:50:15.260Z++ case $OLD_SHELL_OPTS in
1092026-08-25T20:50:15.260Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-25T20:50:15.260Z+ source .github/buildomat/ci-env.sh
1112026-08-25T20:50:15.260Z++ export CARGO_TERM_COLOR=always
1122026-08-25T20:50:15.261Z++ CARGO_TERM_COLOR=always
1132026-08-25T20:50:15.261Z+++ uname -s
1142026-08-25T20:50:15.261Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-25T20:50:15.261Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-25T20:50:15.261Z+ cargo --version
1172026-08-25T20:50:15.267Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-25T20:50:15.270Z+ rustc --version
1192026-08-25T20:50:15.288Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-25T20:50:15.293Z+ banner prerequisites
1212026-08-25T20:50:15.293Z
1222026-08-25T20:50:15.293Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-25T20:50:15.293Z # # # # # # # # # # # # # # #
1242026-08-25T20:50:15.293Z # # # # ##### # # ##### # # # # # #### #
1252026-08-25T20:50:15.293Z ##### ##### # ##### # # # # # # # # #
1262026-08-25T20:50:15.293Z # # # # # # # # # # # # # # #
1272026-08-25T20:50:15.293Z # # # ###### # # ###### ### # #### # #### #
1282026-08-25T20:50:15.293Z
1292026-08-25T20:50:15.293Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-25T20:50:17.275Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-25T20:50:17.658Z Startup: Caching catalogs ... Done
1322026-08-25T20:50:19.839ZPlanning: Solver setup ... Done (2.063s)
1332026-08-25T20:50:19.901ZPlanning: Running solver ... Done (0.061s)
1342026-08-25T20:50:19.949ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-25T20:50:19.961ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-25T20:50:19.978ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-25T20:50:19.991ZPlanning: Package planning ... Done (0.013s)
1382026-08-25T20:50:19.994ZPlanning: Merging actions ... Done (0.001s)
1392026-08-25T20:50:20.213ZPlanning: Checking for conflicting actions ... Done (0.221s)
1402026-08-25T20:50:20.216ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-25T20:50:20.994ZPlanning: Evaluating mediators ... Done (0.780s)
1422026-08-25T20:50:21.015ZPlanning: Planning completed in 3.30 seconds
1432026-08-25T20:50:21.015Z Packages to install: 2
1442026-08-25T20:50:21.015Z Estimated space available: 156.01 GB
1452026-08-25T20:50:21.015ZEstimated space to be consumed: 80.56 MB
1462026-08-25T20:50:21.015Z Create boot environment: No
1472026-08-25T20:50:21.015ZCreate backup boot environment: No
1482026-08-25T20:50:21.015Z Rebuild boot archive: No
1492026-08-25T20:50:21.015Z
1502026-08-25T20:50:21.015ZChanged packages:
1512026-08-25T20:50:21.015Zhelios
1522026-08-25T20:50:21.015Z developer/build-essential
1532026-08-25T20:50:21.015Z None -> 11-3.0
1542026-08-25T20:50:21.015Z library/libxmlsec1
1552026-08-25T20:50:21.015Z None -> 1.2.35-3.0
1562026-08-25T20:50:21.026Z
1572026-08-25T20:50:21.026ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-25T20:50:21.097ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
1592026-08-25T20:50:21.156Z Actions: 1/268 actions (Installing new actions)
1602026-08-25T20:50:21.193Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-25T20:50:21.229ZFinalize: Updating package state database ... Done (0.035s)
1622026-08-25T20:50:21.232ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-25T20:50:21.318ZFinalize: Updating image state ... Done (0.089s)
1642026-08-25T20:50:23.763ZFinalize: Creating fast lookup database ... Done (2.390s)
1652026-08-25T20:50:23.829ZFinalize: Reading search index ... Done (0.012s)
1662026-08-25T20:50:23.832ZFinalize: Updating search index ... Done (0.000s)
1672026-08-25T20:50:23.904ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-25T20:50:24.266ZPlanning: Evaluating mediator changes ... Done
1692026-08-25T20:50:24.370ZPlanning: Checking for conflicting actions ... Done
1702026-08-25T20:50:24.374ZPlanning: Consolidating action changes ... Done
1712026-08-25T20:50:24.527ZPlanning: Evaluating mediators ... Done
1722026-08-25T20:50:24.530ZPlanning: Planning completed in 0.26 seconds
1732026-08-25T20:50:24.550Z Mediators to change: 2
1742026-08-25T20:50:24.550Z Create boot environment: No
1752026-08-25T20:50:24.550ZCreate backup boot environment: No
1762026-08-25T20:50:24.587ZFinalize: Updating package state database ... Done
1772026-08-25T20:50:24.587ZFinalize: Updating package cache ... Done
1782026-08-25T20:50:24.640ZFinalize: Updating image state ... Done
1792026-08-25T20:50:26.597ZFinalize: Creating fast lookup database ... Done
1802026-08-25T20:50:26.663ZFinalize: Reading search index ... Done
1812026-08-25T20:50:26.667ZFinalize: Updating search index ... Done
1822026-08-25T20:50:26.730ZFinalize: Updating package cache ... Done
1832026-08-25T20:50:27.018ZPlanning: Evaluating mediator changes ... Done
1842026-08-25T20:50:27.122ZPlanning: Checking for conflicting actions ... Done
1852026-08-25T20:50:27.125ZPlanning: Consolidating action changes ... Done
1862026-08-25T20:50:27.280ZPlanning: Evaluating mediators ... Done
1872026-08-25T20:50:27.283ZPlanning: Planning completed in 0.26 seconds
1882026-08-25T20:50:27.303Z Mediators to change: 1
1892026-08-25T20:50:27.303Z Create boot environment: No
1902026-08-25T20:50:27.303ZCreate backup boot environment: No
1912026-08-25T20:50:27.339ZFinalize: Updating package state database ... Done
1922026-08-25T20:50:27.339ZFinalize: Updating package cache ... Done
1932026-08-25T20:50:27.391ZFinalize: Updating image state ... Done
1942026-08-25T20:50:29.346ZFinalize: Creating fast lookup database ... Done
1952026-08-25T20:50:29.408ZFinalize: Reading search index ... Done
1962026-08-25T20:50:29.412ZFinalize: Updating search index ... Done
1972026-08-25T20:50:29.477ZFinalize: Updating package cache ... Done
1982026-08-25T20:50:29.772ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-25T20:50:29.772Zapache system 2.4 system
2002026-08-25T20:50:29.772Zclang system 15 system
2012026-08-25T20:50:29.772Zcsh system system illumos
2022026-08-25T20:50:29.772Zctags system system illumos
2032026-08-25T20:50:29.772Zfile vendor vendor darwinsys
2042026-08-25T20:50:29.773Zfile system system illumos
2052026-08-25T20:50:29.773Zgcc vendor 14 vendor
2062026-08-25T20:50:29.773Zgcc system 13 system
2072026-08-25T20:50:29.773Zgcc system 10 system
2082026-08-25T20:50:29.773Zgo system 1.25 system
2092026-08-25T20:50:29.773Zllvm system 15 system
2102026-08-25T20:50:29.773Zmariadb system 11.4 system
2112026-08-25T20:50:29.773Zmta vendor vendor dma
2122026-08-25T20:50:29.773Zopenjdk system 17 system
2132026-08-25T20:50:29.773Zopenjdk system 11 system
2142026-08-25T20:50:29.773Zopenssl vendor 3 vendor
2152026-08-25T20:50:29.773Zperl system 5.40 system
2162026-08-25T20:50:29.773Zpostgresql system 18 system
2172026-08-25T20:50:29.773Zpostgresql system 17 system
2182026-08-25T20:50:29.773Zpython vendor 3 vendor
2192026-08-25T20:50:29.773Zpython system 2 system
2202026-08-25T20:50:29.773Zpython3 vendor 3.13 vendor
2212026-08-25T20:50:29.773Zruby system 3.4 system
2222026-08-25T20:50:29.773Zruby system 3.0 system
2232026-08-25T20:50:29.773Zwords vendor vendor american-english
2242026-08-25T20:50:29.773Zwords system system australian-english
2252026-08-25T20:50:29.773Zwords system system british-english
2262026-08-25T20:50:29.773Zwords system system canadian-english
2272026-08-25T20:50:29.773Zwords system system french
2282026-08-25T20:50:29.773Zwords system system italian
2292026-08-25T20:50:29.773Zwords system system ngerman
2302026-08-25T20:50:29.773Zwords system system ogerman
2312026-08-25T20:50:29.774Zwords system system spanish
2322026-08-25T20:50:30.020ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-25T20:50:30.020Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-25T20:50:30.507ZFMRI IFO
2352026-08-25T20:50:30.507Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-25T20:50:30.507Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-25T20:50:30.507Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-25T20:50:30.507Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-25T20:50:30.507Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-25T20:50:30.507Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-25T20:50:30.507Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-25T20:50:30.507Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-25T20:50:30.507Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-25T20:50:30.846Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-25T20:50:31.224Z Updating crates.io index
2462026-08-25T20:50:31.227Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-25T20:50:31.501Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-25T20:50:31.922Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-25T20:50:32.913Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-25T20:50:33.521Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-25T20:50:35.198Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-25T20:50:36.092Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-25T20:50:36.362Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-25T20:50:36.736Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-25T20:50:40.229Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-25T20:50:40.805Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-25T20:50:41.233Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-25T20:50:41.770Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-25T20:50:42.423Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-25T20:50:42.799Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-25T20:50:43.184Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-25T20:50:43.450Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-25T20:50:43.853Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-25T20:50:44.487Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-25T20:50:44.862Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2662026-08-25T20:50:45.166Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-25T20:50:45.870Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-25T20:50:46.259Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-25T20:50:46.988Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-25T20:50:47.324Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-25T20:50:47.687Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-25T20:50:48.148Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-25T20:50:48.503Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-25T20:50:48.940Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-25T20:50:49.323Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-25T20:50:49.620Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-25T20:50:50.038Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-25T20:50:50.425Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-25T20:50:51.093Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-25T20:50:51.687Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-25T20:50:51.995Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-25T20:50:52.378Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-25T20:50:52.772Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-25T20:50:53.040Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-25T20:50:53.298Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-25T20:50:53.594Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-25T20:50:53.885Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-25T20:50:54.329Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-25T20:50:57.508Z Downloading crates ...
2902026-08-25T20:50:57.562Z Downloaded is_terminal_polyfill v1.70.2
2912026-08-25T20:50:57.565Z Downloaded cargo-platform v0.3.2
2922026-08-25T20:50:57.570Z Downloaded usdt-attr-macro v0.5.0
2932026-08-25T20:50:57.573Z Downloaded zmij v1.0.21
2942026-08-25T20:50:57.576Z Downloaded anstream v1.0.0
2952026-08-25T20:50:57.576Z Downloaded anstyle v1.0.14
2962026-08-25T20:50:57.581Z Downloaded dtrace-parser v0.2.0
2972026-08-25T20:50:57.584Z Downloaded heck v0.5.0
2982026-08-25T20:50:57.584Z Downloaded clap_lex v1.0.0
2992026-08-25T20:50:57.584Z Downloaded cargo_toml v0.21.0
3002026-08-25T20:50:57.587Z Downloaded zerocopy v0.7.35
3012026-08-25T20:50:57.593Z Downloaded zerocopy-derive v0.7.35
3022026-08-25T20:50:57.596Z Downloaded clap_derive v4.6.1
3032026-08-25T20:50:57.596Z Downloaded scroll v0.12.0
3042026-08-25T20:50:57.599Z Downloaded cfg-if v1.0.4
3052026-08-25T20:50:57.599Z Downloaded cpufeatures v0.2.17
3062026-08-25T20:50:57.599Z Downloaded bitflags v2.11.0
3072026-08-25T20:50:57.602Z Downloaded log v0.4.33
3082026-08-25T20:50:57.605Z Downloaded ucd-trie v0.1.7
3092026-08-25T20:50:57.605Z Downloaded fnv v1.0.7
3102026-08-25T20:50:57.608Z Downloaded getrandom v0.4.3
3112026-08-25T20:50:57.608Z Downloaded tempfile v3.27.0
3122026-08-25T20:50:57.611Z Downloaded clap v4.6.1
3132026-08-25T20:50:57.614Z Downloaded fs-err v3.3.0
3142026-08-25T20:50:57.617Z Downloaded crypto-common v0.1.7
3152026-08-25T20:50:57.617Z Downloaded equivalent v1.0.2
3162026-08-25T20:50:57.618Z Downloaded anstyle-parse v1.0.0
3172026-08-25T20:50:57.622Z Downloaded block-buffer v0.10.4
3182026-08-25T20:50:57.622Z Downloaded thread-id v4.2.2
3192026-08-25T20:50:57.622Z Downloaded pretty-hex v0.4.1
3202026-08-25T20:50:57.624Z Downloaded utf8parse v0.2.2
3212026-08-25T20:50:57.627Z Downloaded errno v0.3.14
3222026-08-25T20:50:57.630Z Downloaded dof v0.3.0
3232026-08-25T20:50:57.633Z Downloaded heck v0.4.1
3242026-08-25T20:50:57.634Z Downloaded toml_datetime v0.6.11
3252026-08-25T20:50:57.638Z Downloaded terminal_size v0.4.3
3262026-08-25T20:50:57.642Z Downloaded once_cell v1.21.3
3272026-08-25T20:50:57.645Z Downloaded version_check v0.9.5
3282026-08-25T20:50:57.645Z Downloaded colorchoice v1.0.4
3292026-08-25T20:50:57.648Z Downloaded itoa v1.0.17
3302026-08-25T20:50:57.648Z Downloaded swrite v0.1.0
3312026-08-25T20:50:57.651Z Downloaded generic-array v0.14.7
3322026-08-25T20:50:57.651Z Downloaded memmap v0.7.0
3332026-08-25T20:50:57.651Z Downloaded fastrand v2.3.0
3342026-08-25T20:50:57.651Z Downloaded tabled_derive v0.7.0
3352026-08-25T20:50:57.656Z Downloaded macaddr v1.0.1
3362026-08-25T20:50:57.659Z Downloaded unicode-linebreak v0.1.5
3372026-08-25T20:50:57.663Z Downloaded scroll_derive v0.12.1
3382026-08-25T20:50:57.663Z Downloaded smawk v0.3.2
3392026-08-25T20:50:57.666Z Downloaded usdt v0.5.0
3402026-08-25T20:50:57.666Z Downloaded strsim v0.11.1
3412026-08-25T20:50:57.669Z Downloaded anstyle-query v1.1.5
3422026-08-25T20:50:57.672Z Downloaded usdt-macro v0.5.0
3432026-08-25T20:50:57.675Z Downloaded digest v0.10.7
3442026-08-25T20:50:57.675Z Downloaded camino-tempfile v1.4.1
3452026-08-25T20:50:57.678Z Downloaded bytecount v0.6.9
3462026-08-25T20:50:57.682Z Downloaded plain v0.2.3
3472026-08-25T20:50:57.684Z Downloaded toml_write v0.1.2
3482026-08-25T20:50:57.687Z Downloaded proc-macro-error-attr v1.0.4
3492026-08-25T20:50:57.697Z Downloaded serde_spanned v0.6.9
3502026-08-25T20:50:57.702Z Downloaded autocfg v1.5.0
3512026-08-25T20:50:57.705Z Downloaded proc-macro-error v1.0.4
3522026-08-25T20:50:57.705Z Downloaded thiserror v1.0.69
3532026-08-25T20:50:57.708Z Downloaded thiserror-impl v2.0.18
3542026-08-25T20:50:57.708Z Downloaded usdt-impl v0.5.0
3552026-08-25T20:50:57.708Z Downloaded byteorder v1.5.0
3562026-08-25T20:50:57.708Z Downloaded sha2 v0.10.9
3572026-08-25T20:50:57.711Z Downloaded thiserror v2.0.18
3582026-08-25T20:50:57.714Z Downloaded camino v1.2.5
3592026-08-25T20:50:57.714Z Downloaded cargo_metadata v0.23.1
3602026-08-25T20:50:57.718Z Downloaded anyhow v1.0.104
3612026-08-25T20:50:57.721Z Downloaded serde_tokenstream v0.2.3
3622026-08-25T20:50:57.725Z Downloaded thiserror-impl v1.0.69
3632026-08-25T20:50:57.728Z Downloaded semver v1.0.28
3642026-08-25T20:50:57.734Z Downloaded quote v1.0.45
3652026-08-25T20:50:57.738Z Downloaded pest_derive v2.8.6
3662026-08-25T20:50:57.741Z Downloaded pest_generator v2.8.6
3672026-08-25T20:50:57.748Z Downloaded toml v0.8.23
3682026-08-25T20:50:57.752Z Downloaded serde_derive v1.0.228
3692026-08-25T20:50:57.759Z Downloaded serde_core v1.0.228
3702026-08-25T20:50:57.762Z Downloaded unicode-ident v1.0.24
3712026-08-25T20:50:57.762Z Downloaded papergrid v0.11.0
3722026-08-25T20:50:57.769Z Downloaded textwrap v0.16.2
3732026-08-25T20:50:57.772Z Downloaded pest_meta v2.8.6
3742026-08-25T20:50:57.776Z Downloaded proc-macro2 v1.0.106
3752026-08-25T20:50:57.782Z Downloaded memchr v2.8.0
3762026-08-25T20:50:57.809Z Downloaded clap_builder v4.6.0
3772026-08-25T20:50:57.813Z Downloaded serde v1.0.228
3782026-08-25T20:50:57.816Z Downloaded toml_edit v0.22.27
3792026-08-25T20:50:57.819Z Downloaded indexmap v2.14.0
3802026-08-25T20:50:57.835Z Downloaded typenum v1.20.1
3812026-08-25T20:50:57.838Z Downloaded pest v2.8.6
3822026-08-25T20:50:57.850Z Downloaded hashbrown v0.17.0
3832026-08-25T20:50:57.863Z Downloaded serde_json v1.0.151
3842026-08-25T20:50:57.873Z Downloaded goblin v0.8.2
3852026-08-25T20:50:57.884Z Downloaded winnow v0.7.14
3862026-08-25T20:50:57.889Z Downloaded unicode-width v0.1.14
3872026-08-25T20:50:57.892Z Downloaded syn v2.0.117
3882026-08-25T20:50:57.899Z Downloaded tabled v0.15.0
3892026-08-25T20:50:57.907Z Downloaded unicode-width v0.2.0
3902026-08-25T20:50:57.910Z Downloaded syn v1.0.109
3912026-08-25T20:50:57.925Z Downloaded rustix v1.1.4
3922026-08-25T20:50:57.946Z Downloaded libc v0.2.185
3932026-08-25T20:50:58.009Z Compiling proc-macro2 v1.0.106
3942026-08-25T20:50:58.009Z Compiling quote v1.0.45
3952026-08-25T20:50:58.009Z Compiling unicode-ident v1.0.24
3962026-08-25T20:50:58.010Z Compiling serde_core v1.0.228
3972026-08-25T20:50:58.013Z Compiling libc v0.2.185
3982026-08-25T20:50:58.013Z Compiling version_check v0.9.5
3992026-08-25T20:50:58.013Z Compiling memchr v2.8.0
4002026-08-25T20:50:58.013Z Compiling serde v1.0.228
4012026-08-25T20:50:58.358Z Compiling zmij v1.0.21
4022026-08-25T20:50:58.549Z Compiling thiserror v1.0.69
4032026-08-25T20:50:58.564Z Compiling ucd-trie v0.1.7
4042026-08-25T20:50:58.801Z Compiling itoa v1.0.17
4052026-08-25T20:50:58.850Z Compiling pest v2.8.6
4062026-08-25T20:50:58.942Z Compiling rustix v1.1.4
4072026-08-25T20:50:59.022Z Compiling byteorder v1.5.0
4082026-08-25T20:50:59.038Z Compiling errno v0.3.14
4092026-08-25T20:50:59.185Z Compiling serde_json v1.0.151
4102026-08-25T20:50:59.326Z Compiling bitflags v2.11.0
4112026-08-25T20:50:59.505Z Compiling syn v2.0.117
4122026-08-25T20:50:59.567Z Compiling thread-id v4.2.2
4132026-08-25T20:50:59.583Z Compiling proc-macro-error-attr v1.0.4
4142026-08-25T20:50:59.620Z Compiling usdt-impl v0.5.0
4152026-08-25T20:50:59.650Z Compiling camino v1.2.5
4162026-08-25T20:50:59.762Z Compiling syn v1.0.109
4172026-08-25T20:50:59.930Z Compiling pest_meta v2.8.6
4182026-08-25T20:51:00.086Z Compiling proc-macro-error v1.0.4
4192026-08-25T20:51:00.114Z Compiling log v0.4.33
4202026-08-25T20:51:00.131Z Compiling equivalent v1.0.2
4212026-08-25T20:51:00.222Z Compiling plain v0.2.3
4222026-08-25T20:51:00.268Z Compiling utf8parse v0.2.2
4232026-08-25T20:51:00.305Z Compiling getrandom v0.4.3
4242026-08-25T20:51:00.337Z Compiling hashbrown v0.17.0
4252026-08-25T20:51:00.384Z Compiling anstyle-parse v1.0.0
4262026-08-25T20:51:00.575Z Compiling terminal_size v0.4.3
4272026-08-25T20:51:00.896Z Compiling indexmap v2.14.0
4282026-08-25T20:51:01.240Z Compiling pretty-hex v0.4.1
4292026-08-25T20:51:01.301Z Compiling anstyle v1.0.14
4302026-08-25T20:51:01.381Z Compiling is_terminal_polyfill v1.70.2
4312026-08-25T20:51:01.483Z Compiling winnow v0.7.14
4322026-08-25T20:51:01.504Z Compiling cfg-if v1.0.4
4332026-08-25T20:51:01.523Z Compiling autocfg v1.5.0
4342026-08-25T20:51:01.558Z Compiling anstyle-query v1.1.5
4352026-08-25T20:51:01.577Z Compiling toml_write v0.1.2
4362026-08-25T20:51:01.593Z Compiling colorchoice v1.0.4
4372026-08-25T20:51:01.671Z Compiling thiserror v2.0.18
4382026-08-25T20:51:01.711Z Compiling anstream v1.0.0
4392026-08-25T20:51:01.778Z Compiling pest_generator v2.8.6
4402026-08-25T20:51:01.936Z Compiling fs-err v3.3.0
4412026-08-25T20:51:02.137Z Compiling clap_lex v1.0.0
4422026-08-25T20:51:02.155Z Compiling unicode-width v0.1.14
4432026-08-25T20:51:02.205Z Compiling heck v0.5.0
4442026-08-25T20:51:02.278Z Compiling anyhow v1.0.104
4452026-08-25T20:51:02.365Z Compiling fastrand v2.3.0
4462026-08-25T20:51:02.419Z Compiling once_cell v1.21.3
4472026-08-25T20:51:02.439Z Compiling heck v0.4.1
4482026-08-25T20:51:02.455Z Compiling strsim v0.11.1
4492026-08-25T20:51:02.587Z Compiling bytecount v0.6.9
4502026-08-25T20:51:02.624Z Compiling fnv v1.0.7
4512026-08-25T20:51:02.661Z Compiling clap_builder v4.6.0
4522026-08-25T20:51:02.720Z Compiling papergrid v0.11.0
4532026-08-25T20:51:02.737Z Compiling tempfile v3.27.0
4542026-08-25T20:51:02.741Z Compiling tabled_derive v0.7.0
4552026-08-25T20:51:02.853Z Compiling cargo-platform v0.3.2
4562026-08-25T20:51:02.901Z Compiling semver v1.0.28
4572026-08-25T20:51:02.964Z Compiling memmap v0.7.0
4582026-08-25T20:51:03.105Z Compiling smawk v0.3.2
4592026-08-25T20:51:03.122Z Compiling unicode-linebreak v0.1.5
4602026-08-25T20:51:03.145Z Compiling unicode-width v0.2.0
4612026-08-25T20:51:03.220Z Compiling camino-tempfile v1.4.1
4622026-08-25T20:51:03.362Z Compiling textwrap v0.16.2
4632026-08-25T20:51:03.393Z Compiling serde_derive v1.0.228
4642026-08-25T20:51:03.413Z Compiling thiserror-impl v1.0.69
4652026-08-25T20:51:03.446Z Compiling zerocopy-derive v0.7.35
4662026-08-25T20:51:03.525Z Compiling pest_derive v2.8.6
4672026-08-25T20:51:03.654Z Compiling scroll_derive v0.12.1
4682026-08-25T20:51:03.809Z Compiling thiserror-impl v2.0.18
4692026-08-25T20:51:03.962Z Compiling clap_derive v4.6.1
4702026-08-25T20:51:04.182Z Compiling tabled v0.15.0
4712026-08-25T20:51:04.341Z Compiling zerocopy v0.7.35
4722026-08-25T20:51:04.422Z Compiling scroll v0.12.0
4732026-08-25T20:51:04.719Z Compiling goblin v0.8.2
4742026-08-25T20:51:04.817Z Compiling dtrace-parser v0.2.0
4752026-08-25T20:51:05.283Z Compiling swrite v0.1.0
4762026-08-25T20:51:05.803Z Compiling clap v4.6.1
4772026-08-25T20:51:06.359Z Compiling toml_datetime v0.6.11
4782026-08-25T20:51:06.359Z Compiling serde_spanned v0.6.9
4792026-08-25T20:51:06.362Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-08-25T20:51:06.362Z Compiling cargo_metadata v0.23.1
4812026-08-25T20:51:06.362Z Compiling macaddr v1.0.1
4822026-08-25T20:51:06.437Z Compiling dof v0.3.0
4832026-08-25T20:51:06.454Z Compiling serde_tokenstream v0.2.3
4842026-08-25T20:51:06.587Z Compiling toml_edit v0.22.27
4852026-08-25T20:51:07.146Z Compiling usdt-attr-macro v0.5.0
4862026-08-25T20:51:07.163Z Compiling usdt-macro v0.5.0
4872026-08-25T20:51:07.739Z Compiling usdt v0.5.0
4882026-08-25T20:51:07.897Z Compiling toml v0.8.23
4892026-08-25T20:51:08.220Z Compiling cargo_toml v0.21.0
4902026-08-25T20:51:09.481Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-08-25T20:51:11.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.86s
4922026-08-25T20:51:11.745Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-08-25T20:51:12.262Z Downloading crates ...
4942026-08-25T20:51:12.322Z Downloaded bb8 v0.8.6
4952026-08-25T20:51:12.328Z Downloaded adler2 v2.0.1
4962026-08-25T20:51:12.332Z Downloaded addr2line v0.25.1
4972026-08-25T20:51:12.341Z Downloaded aead v0.5.2
4982026-08-25T20:51:12.344Z Downloaded ciborium-io v0.2.2
4992026-08-25T20:51:12.352Z Downloaded float-ord v0.3.2
5002026-08-25T20:51:12.357Z Downloaded foreign-types-shared v0.3.1
5012026-08-25T20:51:12.357Z Downloaded foreign-types-macros v0.2.3
5022026-08-25T20:51:12.361Z Downloaded array-init v0.0.4
5032026-08-25T20:51:12.361Z Downloaded ascii-canvas v3.0.0
5042026-08-25T20:51:12.361Z Downloaded filetime v0.2.27
5052026-08-25T20:51:12.367Z Downloaded foldhash v0.2.0
5062026-08-25T20:51:12.367Z Downloaded async-stream-impl v0.3.6
5072026-08-25T20:51:12.367Z Downloaded enum_dispatch v0.3.13
5082026-08-25T20:51:12.371Z Downloaded bitfield v0.19.4
5092026-08-25T20:51:12.371Z Downloaded cmov v0.5.4
5102026-08-25T20:51:12.371Z Downloaded embedded-io v0.6.1
5112026-08-25T20:51:12.371Z Downloaded env_filter v2.0.0
5122026-08-25T20:51:12.371Z Downloaded futures v0.3.32
5132026-08-25T20:51:12.374Z Downloaded compression-codecs v0.4.37
5142026-08-25T20:51:12.378Z Downloaded buf-list v1.1.2
5152026-08-25T20:51:12.378Z Downloaded cexpr v0.6.0
5162026-08-25T20:51:12.378Z Downloaded atty v0.2.14
5172026-08-25T20:51:12.381Z Downloaded embedded-io v0.4.0
5182026-08-25T20:51:12.381Z Downloaded futures-sink v0.3.32
5192026-08-25T20:51:12.382Z Downloaded assert_matches v1.5.0
5202026-08-25T20:51:12.382Z Downloaded atomic-waker v1.1.2
5212026-08-25T20:51:12.382Z Downloaded anstream v0.6.21
5222026-08-25T20:51:12.385Z Downloaded bit-vec v0.6.3
5232026-08-25T20:51:12.385Z Downloaded argon2 v0.5.3
5242026-08-25T20:51:12.385Z Downloaded async-trait v0.1.89
5252026-08-25T20:51:12.388Z Downloaded fs-err v2.11.0
5262026-08-25T20:51:12.388Z Downloaded base16ct v1.0.0
5272026-08-25T20:51:12.388Z Downloaded const-oid v0.10.2
5282026-08-25T20:51:12.392Z Downloaded atomicwrites v0.4.4
5292026-08-25T20:51:12.392Z Downloaded getrandom v0.2.17
5302026-08-25T20:51:12.392Z Downloaded arrayref v0.3.9
5312026-08-25T20:51:12.395Z Downloaded base16ct v0.2.0
5322026-08-25T20:51:12.395Z Downloaded flagset v0.4.7
5332026-08-25T20:51:12.400Z Downloaded bitfield-macros v0.19.4
5342026-08-25T20:51:12.400Z Downloaded async-stream v0.3.6
5352026-08-25T20:51:12.408Z Downloaded bcrypt-pbkdf v0.11.0
5362026-08-25T20:51:12.409Z Downloaded bitfield-struct v0.6.2
5372026-08-25T20:51:12.409Z Downloaded nibble_vec v0.1.0
5382026-08-25T20:51:12.409Z Downloaded argon2 v0.6.0-rc.8
5392026-08-25T20:51:12.409Z Downloaded futures-core v0.3.32
5402026-08-25T20:51:12.409Z Downloaded fxhash v0.2.1
5412026-08-25T20:51:12.409Z Downloaded headers v0.4.1
5422026-08-25T20:51:12.412Z Downloaded bzip2 v0.6.1
5432026-08-25T20:51:12.412Z Downloaded const-oid v0.9.6
5442026-08-25T20:51:12.412Z Downloaded async-bb8-diesel v0.2.1
5452026-08-25T20:51:12.412Z Downloaded ff v0.13.1
5462026-08-25T20:51:12.412Z Downloaded foldhash v0.1.5
5472026-08-25T20:51:12.412Z Downloaded fatfs v0.3.6
5482026-08-25T20:51:12.412Z Downloaded futures-task v0.3.32
5492026-08-25T20:51:12.416Z Downloaded form_urlencoded v1.2.2
5502026-08-25T20:51:12.416Z Downloaded futures-io v0.3.32
5512026-08-25T20:51:12.416Z Downloaded backtrace-ext v0.2.1
5522026-08-25T20:51:12.416Z Downloaded fd-lock v4.0.4
5532026-08-25T20:51:12.419Z Downloaded arrayvec v0.7.6
5542026-08-25T20:51:12.419Z Downloaded async-recursion v1.1.1
5552026-08-25T20:51:12.419Z Downloaded cobs v0.3.0
5562026-08-25T20:51:12.423Z Downloaded float-cmp v0.10.0
5572026-08-25T20:51:12.423Z Downloaded funty v2.0.0
5582026-08-25T20:51:12.423Z Downloaded endian-type v0.1.2
5592026-08-25T20:51:12.429Z Downloaded block-buffer v0.12.1
5602026-08-25T20:51:12.437Z Downloaded cfg_aliases v0.1.1
5612026-08-25T20:51:12.437Z Downloaded flume v0.11.1
5622026-08-25T20:51:12.440Z Downloaded block-padding v0.4.2
5632026-08-25T20:51:12.440Z Downloaded fixedbitset v0.4.2
5642026-08-25T20:51:12.440Z Downloaded foreign-types v0.3.2
5652026-08-25T20:51:12.440Z Downloaded foreign-types-shared v0.1.1
5662026-08-25T20:51:12.440Z Downloaded hubpack_derive v0.1.1
5672026-08-25T20:51:12.480Z Downloaded foreign-types v0.5.0
5682026-08-25T20:51:12.480Z Downloaded headers-core v0.3.0
5692026-08-25T20:51:12.480Z Downloaded hex-literal v1.1.0
5702026-08-25T20:51:12.480Z Downloaded ciborium-ll v0.2.2
5712026-08-25T20:51:12.480Z Downloaded hostname v0.3.1
5722026-08-25T20:51:12.480Z Downloaded newline-converter v0.3.0
5732026-08-25T20:51:12.480Z Downloaded compression-core v0.4.31
5742026-08-25T20:51:12.480Z Downloaded castaway v0.2.4
5752026-08-25T20:51:12.480Z Downloaded hostname v0.4.2
5762026-08-25T20:51:12.480Z Downloaded httpdate v1.0.3
5772026-08-25T20:51:12.480Z Downloaded hash32 v0.2.1
5782026-08-25T20:51:12.480Z Downloaded aead v0.6.1
5792026-08-25T20:51:12.480Z Downloaded bit-set v0.5.3
5802026-08-25T20:51:12.480Z Downloaded base64ct v1.8.3
5812026-08-25T20:51:12.480Z Downloaded bit-vec v0.8.0
5822026-08-25T20:51:12.480Z Downloaded futures-macro v0.3.32
5832026-08-25T20:51:12.480Z Downloaded hex v0.4.3
5842026-08-25T20:51:12.480Z Downloaded bcs v0.1.6
5852026-08-25T20:51:12.480Z Downloaded globwalk v0.9.1
5862026-08-25T20:51:12.480Z Downloaded gethostname v0.5.0
5872026-08-25T20:51:12.480Z Downloaded num-iter v0.1.45
5882026-08-25T20:51:12.480Z Downloaded cfg_aliases v0.2.1
5892026-08-25T20:51:12.481Z Downloaded nodrop v0.1.14
5902026-08-25T20:51:12.481Z Downloaded git-stub v1.0.0
5912026-08-25T20:51:12.481Z Downloaded fs_extra v1.3.0
5922026-08-25T20:51:12.481Z Downloaded env_logger v0.11.11
5932026-08-25T20:51:12.484Z Downloaded erased-serde v0.3.31
5942026-08-25T20:51:12.485Z Downloaded group v0.13.0
5952026-08-25T20:51:12.485Z Downloaded flate2 v1.1.9
5962026-08-25T20:51:12.485Z Downloaded generic-array v1.4.3
5972026-08-25T20:51:12.485Z Downloaded normalize-line-endings v0.3.0
5982026-08-25T20:51:12.485Z Downloaded aes-gcm v0.11.0
5992026-08-25T20:51:12.488Z Downloaded backoff v0.4.0
6002026-08-25T20:51:12.488Z Downloaded hubpack v0.1.2
6012026-08-25T20:51:12.488Z Downloaded openssl-macros v0.1.1
6022026-08-25T20:51:12.492Z Downloaded http-body v1.0.1
6032026-08-25T20:51:12.492Z Downloaded parse-display v0.10.0
6042026-08-25T20:51:12.492Z Downloaded predicates-core v1.0.10
6052026-08-25T20:51:12.495Z Downloaded hash32 v0.3.1
6062026-08-25T20:51:12.495Z Downloaded http-range v0.1.5
6072026-08-25T20:51:12.495Z Downloaded home v0.5.12
6082026-08-25T20:51:12.500Z Downloaded proc-macro-crate v1.3.1
6092026-08-25T20:51:12.500Z Downloaded ena v0.14.4
6102026-08-25T20:51:12.500Z Downloaded ff v0.14.0
6112026-08-25T20:51:12.504Z Downloaded num_threads v0.1.7
6122026-08-25T20:51:12.504Z Downloaded oso-derive v0.27.3
6132026-08-25T20:51:12.504Z Downloaded radium v0.7.0
6142026-08-25T20:51:12.504Z Downloaded rand_xorshift v0.4.0
6152026-08-25T20:51:12.504Z Downloaded russh-cryptovec v0.62.0
6162026-08-25T20:51:12.504Z Downloaded russh-util v0.52.0
6172026-08-25T20:51:12.504Z Downloaded bit-set v0.8.0
6182026-08-25T20:51:12.504Z Downloaded anstyle-parse v0.2.7
6192026-08-25T20:51:12.507Z Downloaded serde_bytes v0.11.19
6202026-08-25T20:51:12.511Z Downloaded cipher v0.5.2
6212026-08-25T20:51:12.516Z Downloaded bitflags v1.3.2
6222026-08-25T20:51:12.520Z Downloaded chacha20 v0.9.1
6232026-08-25T20:51:12.520Z Downloaded cmake v0.1.57
6242026-08-25T20:51:12.520Z Downloaded find-msvc-tools v0.1.9
6252026-08-25T20:51:12.524Z Downloaded cbc v0.2.1
6262026-08-25T20:51:12.524Z Downloaded progenitor-macro v0.14.0
6272026-08-25T20:51:12.524Z Downloaded enum-as-inner v0.6.1
6282026-08-25T20:51:12.524Z Downloaded rand_chacha v0.3.1
6292026-08-25T20:51:12.529Z Downloaded ref-cast v1.0.25
6302026-08-25T20:51:12.529Z Downloaded rfc6979 v0.4.0
6312026-08-25T20:51:12.529Z Downloaded ghash v0.6.0
6322026-08-25T20:51:12.532Z Downloaded git-stub-vcs v0.1.0
6332026-08-25T20:51:12.532Z Downloaded pkg-config v0.3.32
6342026-08-25T20:51:12.532Z Downloaded num-integer v0.1.46
6352026-08-25T20:51:12.532Z Downloaded same-file v1.0.6
6362026-08-25T20:51:12.532Z Downloaded signature v3.0.0
6372026-08-25T20:51:12.536Z Downloaded globset v0.4.18
6382026-08-25T20:51:12.539Z Downloaded http-body-util v0.1.3
6392026-08-25T20:51:12.539Z Downloaded signature v2.2.0
6402026-08-25T20:51:12.539Z Downloaded fallible-iterator v0.2.0
6412026-08-25T20:51:12.539Z Downloaded fixedbitset v0.5.7
6422026-08-25T20:51:12.542Z Downloaded futures-executor v0.3.32
6432026-08-25T20:51:12.543Z Downloaded sha1 v0.10.6
6442026-08-25T20:51:12.546Z Downloaded structmeta v0.3.0
6452026-08-25T20:51:12.546Z Downloaded byte-wrapper v0.1.0
6462026-08-25T20:51:12.549Z Downloaded bs58 v0.5.1
6472026-08-25T20:51:12.555Z Downloaded group v0.14.0
6482026-08-25T20:51:12.558Z Downloaded sponge-cursor v0.1.0
6492026-08-25T20:51:12.558Z Downloaded subtle v2.6.1
6502026-08-25T20:51:12.558Z Downloaded supports-unicode v3.0.0
6512026-08-25T20:51:12.558Z Downloaded scopeguard v1.2.0
6522026-08-25T20:51:12.562Z Downloaded camino-tempfile-ext v0.3.3
6532026-08-25T20:51:12.562Z Downloaded cassowary v0.3.0
6542026-08-25T20:51:12.565Z Downloaded parse-display-derive v0.10.0
6552026-08-25T20:51:12.569Z Downloaded slog-envlogger v2.2.0
6562026-08-25T20:51:12.573Z Downloaded utf-8 v0.7.6
6572026-08-25T20:51:12.577Z Downloaded half v1.8.3
6582026-08-25T20:51:12.580Z Downloaded utf8_iter v1.0.4
6592026-08-25T20:51:12.580Z Downloaded oxide-update-engine v0.1.2
6602026-08-25T20:51:12.580Z Downloaded httparse v1.10.1
6612026-08-25T20:51:12.580Z Downloaded progenitor-extras v0.2.0
6622026-08-25T20:51:12.583Z Downloaded phf v0.12.1
6632026-08-25T20:51:12.587Z Downloaded phf v0.13.1
6642026-08-25T20:51:12.587Z Downloaded supports-hyperlinks v3.2.0
6652026-08-25T20:51:12.587Z Downloaded testing_table v0.3.0
6662026-08-25T20:51:12.591Z Downloaded take_mut v0.2.2
6672026-08-25T20:51:12.591Z Downloaded tokio-macros v2.7.0
6682026-08-25T20:51:12.595Z Downloaded hmac v0.12.1
6692026-08-25T20:51:12.598Z Downloaded highway v1.3.0
6702026-08-25T20:51:12.598Z Downloaded hmac v0.13.0
6712026-08-25T20:51:12.598Z Downloaded sec1 v0.7.3
6722026-08-25T20:51:12.602Z Downloaded yoke-derive v0.8.1
6732026-08-25T20:51:12.602Z Downloaded zeroize_derive v1.5.0
6742026-08-25T20:51:12.602Z Downloaded colored v3.1.1
6752026-08-25T20:51:12.606Z Downloaded console v0.15.11
6762026-08-25T20:51:12.606Z Downloaded primeorder v0.14.0
6772026-08-25T20:51:12.606Z Downloaded serde-hex v0.1.0
6782026-08-25T20:51:12.609Z Downloaded cipher v0.4.4
6792026-08-25T20:51:12.612Z Downloaded blowfish v0.10.0
6802026-08-25T20:51:12.617Z Downloaded blake2 v0.11.0-rc.6
6812026-08-25T20:51:12.620Z Downloaded colored v2.2.0
6822026-08-25T20:51:12.620Z Downloaded spki v0.8.0
6832026-08-25T20:51:12.625Z Downloaded sqlformat v0.3.5
6842026-08-25T20:51:12.625Z Downloaded defmt-parser v1.0.0
6852026-08-25T20:51:12.625Z Downloaded string_cache v0.8.9
6862026-08-25T20:51:12.625Z Downloaded futures-channel v0.3.32
6872026-08-25T20:51:12.629Z Downloaded glob v0.3.3
6882026-08-25T20:51:12.629Z Downloaded peg v0.8.5
6892026-08-25T20:51:12.632Z Downloaded xshell-macros v0.2.7
6902026-08-25T20:51:12.635Z Downloaded arc-swap v1.8.2
6912026-08-25T20:51:12.635Z Downloaded difflib v0.4.0
6922026-08-25T20:51:12.639Z Downloaded ahash v0.8.12
6932026-08-25T20:51:12.639Z Downloaded clang-sys v1.8.1
6942026-08-25T20:51:12.639Z Downloaded console v0.16.2
6952026-08-25T20:51:12.643Z Downloaded pkcs8 v0.11.0
6962026-08-25T20:51:12.643Z Downloaded structmeta-derive v0.3.0
6972026-08-25T20:51:12.643Z Downloaded thread_local v1.1.9
6982026-08-25T20:51:12.646Z Downloaded tiny-keccak v2.0.2
6992026-08-25T20:51:12.646Z Downloaded tls_codec v0.4.2
7002026-08-25T20:51:12.646Z Downloaded backon v1.6.0
7012026-08-25T20:51:12.646Z Downloaded bzip2 v0.4.4
7022026-08-25T20:51:12.649Z Downloaded tui-tree-widget v0.23.1
7032026-08-25T20:51:12.653Z Downloaded idna_adapter v1.2.1
7042026-08-25T20:51:12.653Z Downloaded blake2 v0.10.6
7052026-08-25T20:51:12.653Z Downloaded debug-ignore v1.0.5
7062026-08-25T20:51:12.656Z Downloaded inout v0.1.4
7072026-08-25T20:51:12.656Z Downloaded instant v0.1.13
7082026-08-25T20:51:12.656Z Downloaded indoc v1.0.9
7092026-08-25T20:51:12.656Z Downloaded instability v0.3.11
7102026-08-25T20:51:12.660Z Downloaded darling_macro v0.20.11
7112026-08-25T20:51:12.660Z Downloaded derive_builder_macro v0.20.2
7122026-08-25T20:51:12.660Z Downloaded document-features v0.2.12
7132026-08-25T20:51:12.663Z Downloaded walkdir v2.5.0
7142026-08-25T20:51:12.663Z Downloaded dirs-sys-next v0.1.2
7152026-08-25T20:51:12.669Z Downloaded half v2.7.1
7162026-08-25T20:51:12.672Z Downloaded postgres-protocol v0.6.10
7172026-08-25T20:51:12.673Z Downloaded slog-json v2.6.1
7182026-08-25T20:51:12.677Z Downloaded elliptic-curve v0.14.1
7192026-08-25T20:51:12.677Z Downloaded pkcs1 v0.7.5
7202026-08-25T20:51:12.677Z Downloaded postcard v1.1.3
7212026-08-25T20:51:12.681Z Downloaded kem v0.3.0
7222026-08-25T20:51:12.684Z Downloaded serde_with_macros v1.5.2
7232026-08-25T20:51:12.687Z Downloaded match_cfg v0.1.0
7242026-08-25T20:51:12.687Z Downloaded maybe-uninit v2.0.0
7252026-08-25T20:51:12.691Z Downloaded corncobs v0.1.4
7262026-08-25T20:51:12.691Z Downloaded libscf-sys v1.2.0
7272026-08-25T20:51:12.691Z Downloaded md-5 v0.10.6
7282026-08-25T20:51:12.696Z Downloaded ciborium v0.2.2
7292026-08-25T20:51:12.699Z Downloaded crossbeam-deque v0.8.6
7302026-08-25T20:51:12.699Z Downloaded cancel-safe-futures v0.1.5
7312026-08-25T20:51:12.702Z Downloaded chacha20 v0.10.0
7322026-08-25T20:51:12.706Z Downloaded hashbrown v0.14.5
7332026-08-25T20:51:12.712Z Downloaded critical-section v1.2.0
7342026-08-25T20:51:12.712Z Downloaded getrandom v0.3.4
7352026-08-25T20:51:12.716Z Downloaded ctr v0.10.1
7362026-08-25T20:51:12.716Z Downloaded ctutils v0.4.2
7372026-08-25T20:51:12.716Z Downloaded new_debug_unreachable v1.0.6
7382026-08-25T20:51:12.716Z Downloaded password-hash v0.6.1
7392026-08-25T20:51:12.716Z Downloaded peg-runtime v0.8.5
7402026-08-25T20:51:12.716Z Downloaded serde_tokenstream v0.3.0
7412026-08-25T20:51:12.716Z Downloaded wyz v0.5.1
7422026-08-25T20:51:12.719Z Downloaded olpc-cjson v0.1.4
7432026-08-25T20:51:12.719Z Downloaded openssl-probe v0.1.6
7442026-08-25T20:51:12.722Z Downloaded oso v0.27.3
7452026-08-25T20:51:12.726Z Downloaded toml_parser v1.1.2+spec-1.1.0
7462026-08-25T20:51:12.729Z Downloaded inout v0.2.2
7472026-08-25T20:51:12.743Z Downloaded precomputed-hash v0.1.1
7482026-08-25T20:51:12.746Z Downloaded base64 v0.21.7
7492026-08-25T20:51:12.746Z Downloaded der_derive v0.7.3
7502026-08-25T20:51:12.746Z Downloaded base64 v0.22.1
7512026-08-25T20:51:12.750Z Downloaded dtrace-parser v0.3.0
7522026-08-25T20:51:12.753Z Downloaded derive_builder_core v0.20.2
7532026-08-25T20:51:12.753Z Downloaded proc-macro-error-attr2 v2.0.0
7542026-08-25T20:51:12.757Z Downloaded recursive-proc-macro-impl v0.1.1
7552026-08-25T20:51:12.763Z Downloaded omicron-zone-package v0.12.3
7562026-08-25T20:51:12.763Z Downloaded progenitor-macro v0.13.0
7572026-08-25T20:51:12.763Z Downloaded rustc-hash v2.1.1
7582026-08-25T20:51:12.767Z Downloaded parking_lot_core v0.9.12
7592026-08-25T20:51:12.767Z Downloaded papergrid v0.18.0
7602026-08-25T20:51:12.770Z Downloaded secrecy v0.10.3
7612026-08-25T20:51:12.770Z Downloaded term v0.7.0
7622026-08-25T20:51:12.770Z Downloaded tracing-attributes v0.1.31
7632026-08-25T20:51:12.773Z Downloaded slog v2.8.2
7642026-08-25T20:51:12.774Z Downloaded unicode-properties v0.1.4
7652026-08-25T20:51:12.774Z Downloaded ed25519 v2.2.3
7662026-08-25T20:51:12.777Z Downloaded jiff-static v0.2.34
7672026-08-25T20:51:12.777Z Downloaded tokio-native-tls v0.3.1
7682026-08-25T20:51:12.777Z Downloaded libefi-sys v0.1.0
7692026-08-25T20:51:12.777Z Downloaded lock_api v0.4.14
7702026-08-25T20:51:12.780Z Downloaded secrecy v0.8.0
7712026-08-25T20:51:12.780Z Downloaded semver v0.1.20
7722026-08-25T20:51:12.784Z Downloaded signal-hook-mio v0.2.5
7732026-08-25T20:51:12.788Z Downloaded allocator-api2 v0.2.21
7742026-08-25T20:51:12.791Z Downloaded chumsky v0.9.3
7752026-08-25T20:51:12.791Z Downloaded darling v0.20.11
7762026-08-25T20:51:12.796Z Downloaded darling v0.21.3
7772026-08-25T20:51:12.799Z Downloaded compact_str v0.8.1
7782026-08-25T20:51:12.799Z Downloaded num_enum v0.7.6
7792026-08-25T20:51:12.803Z Downloaded ron v0.8.1
7802026-08-25T20:51:12.806Z Downloaded rustls-platform-verifier v0.6.2
7812026-08-25T20:51:12.806Z Downloaded multer v3.1.0
7822026-08-25T20:51:12.810Z Downloaded hybrid-array v0.4.13
7832026-08-25T20:51:12.814Z Downloaded iana-time-zone v0.1.65
7842026-08-25T20:51:12.823Z Downloaded typify v0.6.2
7852026-08-25T20:51:12.826Z Downloaded pin-project-internal v1.1.11
7862026-08-25T20:51:12.830Z Downloaded topological-sort v0.2.2
7872026-08-25T20:51:12.830Z Downloaded usdt-attr-macro v0.6.0
7882026-08-25T20:51:12.830Z Downloaded wait-timeout v0.2.1
7892026-08-25T20:51:12.830Z Downloaded chacha20poly1305 v0.10.1
7902026-08-25T20:51:12.830Z Downloaded thiserror-impl-no-std v2.0.2
7912026-08-25T20:51:12.833Z Downloaded tower-layer v0.3.3
7922026-08-25T20:51:12.836Z Downloaded oxide-generation v0.1.3
7932026-08-25T20:51:12.840Z Downloaded heapless v0.7.17
7942026-08-25T20:51:12.843Z Downloaded hickory-resolver v0.24.4
7952026-08-25T20:51:12.843Z Downloaded hickory-resolver v0.25.2
7962026-08-25T20:51:12.846Z Downloaded derive_builder v0.20.2
7972026-08-25T20:51:12.852Z Downloaded ecdsa v0.17.0
7982026-08-25T20:51:12.852Z Downloaded progenitor-client v0.13.0
7992026-08-25T20:51:12.852Z Downloaded universal-hash v0.6.1
8002026-08-25T20:51:12.852Z Downloaded unsafe-libyaml v0.2.11
8012026-08-25T20:51:12.856Z Downloaded r2d2 v0.8.10
8022026-08-25T20:51:12.856Z Downloaded convert_case v0.4.0
8032026-08-25T20:51:12.856Z Downloaded socket2 v0.5.10
8042026-08-25T20:51:12.856Z Downloaded toml v0.7.8
8052026-08-25T20:51:12.856Z Downloaded zone v0.3.1
8062026-08-25T20:51:12.856Z Downloaded rustc-demangle v0.1.27
8072026-08-25T20:51:12.859Z Downloaded expectorate v1.2.0
8082026-08-25T20:51:12.859Z Downloaded sec1 v0.8.1
8092026-08-25T20:51:12.862Z Downloaded rpassword v7.5.4
8102026-08-25T20:51:12.862Z Downloaded rustversion v1.0.22
8112026-08-25T20:51:12.866Z Downloaded crc8 v0.1.1
8122026-08-25T20:51:12.866Z Downloaded litrs v1.0.0
8132026-08-25T20:51:12.866Z Downloaded darling_macro v0.23.0
8142026-08-25T20:51:12.869Z Downloaded schemars_derive v0.8.22
8152026-08-25T20:51:12.869Z Downloaded simd-adler32 v0.3.8
8162026-08-25T20:51:12.874Z Downloaded ar_archive_writer v0.5.1
8172026-08-25T20:51:12.874Z Downloaded stringprep v0.1.5
8182026-08-25T20:51:12.875Z Downloaded curve25519-dalek-derive v0.1.1
8192026-08-25T20:51:12.878Z Downloaded crossbeam-epoch v0.9.18
8202026-08-25T20:51:12.881Z Downloaded num-rational v0.4.2
8212026-08-25T20:51:12.885Z Downloaded smf v0.2.3
8222026-08-25T20:51:12.889Z Downloaded dof v0.4.0
8232026-08-25T20:51:12.889Z Downloaded digest-io v0.1.0
8242026-08-25T20:51:12.889Z Downloaded dyn-clone v1.0.20
8252026-08-25T20:51:12.894Z Downloaded downcast-rs v2.0.2
8262026-08-25T20:51:12.897Z Downloaded toml_edit v0.23.10+spec-1.0.0
8272026-08-25T20:51:12.900Z Downloaded bumpalo v3.20.2
8282026-08-25T20:51:12.904Z Downloaded async-compression v0.4.41
8292026-08-25T20:51:12.907Z Downloaded peg-macros v0.8.5
8302026-08-25T20:51:12.910Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8312026-08-25T20:51:12.910Z Downloaded unarray v0.1.4
8322026-08-25T20:51:12.910Z Downloaded unicase v2.9.0
8332026-08-25T20:51:12.910Z Downloaded bytes v1.11.1
8342026-08-25T20:51:12.914Z Downloaded tokio-dtrace v0.1.1
8352026-08-25T20:51:12.917Z Downloaded hashbrown v0.13.2
8362026-08-25T20:51:12.917Z Downloaded linked-hash-map v0.5.6
8372026-08-25T20:51:12.920Z Downloaded memoffset v0.9.1
8382026-08-25T20:51:12.920Z Downloaded uuid v1.23.4
8392026-08-25T20:51:12.920Z Downloaded heapless v0.8.0
8402026-08-25T20:51:12.924Z Downloaded publicsuffix v2.3.0
8412026-08-25T20:51:12.924Z Downloaded quinn-udp v0.5.14
8422026-08-25T20:51:12.929Z Downloaded is-terminal v0.4.17
8432026-08-25T20:51:12.929Z Downloaded is_ci v1.2.0
8442026-08-25T20:51:12.929Z Downloaded parking_lot v0.12.5
8452026-08-25T20:51:12.929Z Downloaded backtrace v0.3.76
8462026-08-25T20:51:12.934Z Downloaded hickory-server v0.25.2
8472026-08-25T20:51:12.934Z Downloaded http v1.4.2
8482026-08-25T20:51:12.938Z Downloaded poly1305 v0.9.0
8492026-08-25T20:51:12.938Z Downloaded polyval v0.7.1
8502026-08-25T20:51:12.938Z Downloaded scuffle v0.1.0
8512026-08-25T20:51:12.938Z Downloaded crc-any v2.5.0
8522026-08-25T20:51:12.941Z Downloaded vte v0.14.1
8532026-08-25T20:51:12.941Z Downloaded lru-slab v0.1.2
8542026-08-25T20:51:12.942Z Downloaded md5 v0.8.0
8552026-08-25T20:51:12.942Z Downloaded multimap v0.10.1
8562026-08-25T20:51:12.942Z Downloaded newtype-uuid-macros v0.1.0
8572026-08-25T20:51:12.946Z Downloaded psm v0.1.30
8582026-08-25T20:51:12.946Z Downloaded openssl-probe v0.2.1
8592026-08-25T20:51:12.946Z Downloaded rustls-pki-types v1.14.0
8602026-08-25T20:51:12.950Z Downloaded slog-async v2.8.0
8612026-08-25T20:51:12.950Z Downloaded convert_case v0.10.0
8622026-08-25T20:51:12.950Z Downloaded nonempty v0.12.0
8632026-08-25T20:51:12.950Z Downloaded smallvec v1.15.1
8642026-08-25T20:51:12.950Z Downloaded crypto-common v0.2.2
8652026-08-25T20:51:12.950Z Downloaded potential_utf v0.1.4
8662026-08-25T20:51:12.954Z Downloaded path-slash v0.1.5
8672026-08-25T20:51:12.954Z Downloaded proc-macro-crate v3.4.0
8682026-08-25T20:51:12.957Z Downloaded spin v0.9.8
8692026-08-25T20:51:12.960Z Downloaded cc v1.2.56
8702026-08-25T20:51:12.960Z Downloaded delegate v0.13.5
8712026-08-25T20:51:12.960Z Downloaded diesel-dtrace v0.5.0
8722026-08-25T20:51:12.965Z Downloaded quinn v0.11.11
8732026-08-25T20:51:12.969Z Downloaded hyper-tls v0.6.0
8742026-08-25T20:51:12.969Z Downloaded predicates-tree v1.0.13
8752026-08-25T20:51:12.969Z Downloaded recursive v0.1.1
8762026-08-25T20:51:12.972Z Downloaded rustc_version v0.4.1
8772026-08-25T20:51:12.972Z Downloaded samael v0.0.19
8782026-08-25T20:51:12.976Z Downloaded strum_macros v0.24.3
8792026-08-25T20:51:12.976Z Downloaded derive-ex v0.1.8
8802026-08-25T20:51:12.976Z Downloaded indent_write v2.2.0
8812026-08-25T20:51:12.983Z Downloaded indoc v2.0.7
8822026-08-25T20:51:12.988Z Downloaded hyper-staticfile v0.10.1
8832026-08-25T20:51:12.988Z Downloaded indicatif v0.18.4
8842026-08-25T20:51:12.988Z Downloaded pin-project v1.1.11
8852026-08-25T20:51:12.991Z Downloaded rand_pcg v0.10.2
8862026-08-25T20:51:12.991Z Downloaded rustc_version v0.1.7
8872026-08-25T20:51:12.991Z Downloaded scheduled-thread-pool v0.2.7
8882026-08-25T20:51:12.997Z Downloaded serde_plain v1.0.2
8892026-08-25T20:51:12.997Z Downloaded knus-derive v3.4.0
8902026-08-25T20:51:12.997Z Downloaded serde-big-array v0.5.1
8912026-08-25T20:51:12.997Z Downloaded serde_repr v0.1.20
8922026-08-25T20:51:12.997Z Downloaded strum v0.27.2
8932026-08-25T20:51:13.000Z Downloaded jobserver v0.1.34
8942026-08-25T20:51:13.000Z Downloaded url v2.5.8
8952026-08-25T20:51:13.000Z Downloaded yasna v0.5.2
8962026-08-25T20:51:13.001Z Downloaded hashbrown v0.12.3
8972026-08-25T20:51:13.004Z Downloaded rfc6979 v0.6.0
8982026-08-25T20:51:13.004Z Downloaded rtoolbox v0.0.3
8992026-08-25T20:51:13.004Z Downloaded oxide-generation-macros v0.2.0
9002026-08-25T20:51:13.008Z Downloaded yoke v0.8.1
9012026-08-25T20:51:13.011Z Downloaded zerotrie v0.2.3
9022026-08-25T20:51:13.014Z Downloaded vergen v9.1.0
9032026-08-25T20:51:13.018Z Downloaded num_enum v0.5.11
9042026-08-25T20:51:13.018Z Downloaded phf_shared v0.11.3
9052026-08-25T20:51:13.018Z Downloaded serde_yaml v0.9.34+deprecated
9062026-08-25T20:51:13.021Z Downloaded const_format v0.2.35
9072026-08-25T20:51:13.021Z Downloaded parking_lot_core v0.8.6
9082026-08-25T20:51:13.025Z Downloaded pbkdf2 v0.13.0
9092026-08-25T20:51:13.025Z Downloaded thread-id v5.1.0
9102026-08-25T20:51:13.025Z Downloaded pin-project-lite v0.2.17
9112026-08-25T20:51:13.028Z Downloaded poly1305 v0.8.0
9122026-08-25T20:51:13.028Z Downloaded tower-service v0.3.3
9132026-08-25T20:51:13.031Z Downloaded crc-catalog v2.4.0
9142026-08-25T20:51:13.031Z Downloaded waitgroup v0.1.2
9152026-08-25T20:51:13.031Z Downloaded want v0.3.1
9162026-08-25T20:51:13.031Z Downloaded crossbeam-channel v0.5.15
9172026-08-25T20:51:13.035Z Downloaded unicode_categories v0.1.1
9182026-08-25T20:51:13.035Z Downloaded crc32fast v1.5.0
9192026-08-25T20:51:13.035Z Downloaded darling v0.23.0
9202026-08-25T20:51:13.038Z Downloaded prettyplease v0.2.37
9212026-08-25T20:51:13.041Z Downloaded rand_core v0.6.4
9222026-08-25T20:51:13.041Z Downloaded rayon-core v1.13.0
9232026-08-25T20:51:13.045Z Downloaded zerofrom-derive v0.1.6
9242026-08-25T20:51:13.045Z Downloaded defmt v0.3.100
9252026-08-25T20:51:13.048Z Downloaded psl-types v2.0.11
9262026-08-25T20:51:13.051Z Downloaded scroll v0.13.0
9272026-08-25T20:51:13.051Z Downloaded tinyvec v1.10.0
9282026-08-25T20:51:13.055Z Downloaded dunce v1.0.5
9292026-08-25T20:51:13.059Z Downloaded ident_case v1.0.1
9302026-08-25T20:51:13.059Z Downloaded internet-checksum v0.2.1
9312026-08-25T20:51:13.059Z Downloaded twox-hash v2.1.2
9322026-08-25T20:51:13.059Z Downloaded darling_macro v0.21.3
9332026-08-25T20:51:13.059Z Downloaded slog-dtrace v0.3.0
9342026-08-25T20:51:13.062Z Downloaded static_assertions v1.1.0
9352026-08-25T20:51:13.062Z Downloaded keccak v0.1.6
9362026-08-25T20:51:13.062Z Downloaded lru v0.12.5
9372026-08-25T20:51:13.070Z Downloaded serdect v0.4.3
9382026-08-25T20:51:13.070Z Downloaded slog-scope v4.4.1
9392026-08-25T20:51:13.070Z Downloaded synstructure v0.13.2
9402026-08-25T20:51:13.070Z Downloaded whoami v2.1.0
9412026-08-25T20:51:13.070Z Downloaded memmap2 v0.9.10
9422026-08-25T20:51:13.074Z Downloaded aes v0.9.1
9432026-08-25T20:51:13.074Z Downloaded oxide-update-engine-types v0.1.2
9442026-08-25T20:51:13.074Z Downloaded test-strategy v0.4.5
9452026-08-25T20:51:13.074Z Downloaded hyper-rustls v0.27.7
9462026-08-25T20:51:13.074Z Downloaded support-bundle-viewer v0.1.2
9472026-08-25T20:51:13.078Z Downloaded maplit v1.0.2
9482026-08-25T20:51:13.081Z Downloaded tracing-core v0.1.36
9492026-08-25T20:51:13.081Z Downloaded opaque-debug v0.3.1
9502026-08-25T20:51:13.081Z Downloaded ssh-cipher v0.3.0
9512026-08-25T20:51:13.084Z Downloaded hashbrown v0.16.1
9522026-08-25T20:51:13.088Z Downloaded num v0.4.3
9532026-08-25T20:51:13.091Z Downloaded tokio-tungstenite v0.23.1
9542026-08-25T20:51:13.110Z Downloaded powerfmt v0.2.0
9552026-08-25T20:51:13.117Z Downloaded toml_writer v1.1.1+spec-1.1.0
9562026-08-25T20:51:13.117Z Downloaded zstd-safe v7.2.4
9572026-08-25T20:51:13.117Z Downloaded futures-util v0.3.32
9582026-08-25T20:51:13.118Z Downloaded proc-macro-error2 v2.0.1
9592026-08-25T20:51:13.118Z Downloaded scroll_derive v0.13.1
9602026-08-25T20:51:13.121Z Downloaded whoami v1.6.1
9612026-08-25T20:51:13.121Z Downloaded shell-words v1.1.1
9622026-08-25T20:51:13.121Z Downloaded signal-hook-tokio v0.3.1
9632026-08-25T20:51:13.121Z Downloaded sigpipe v0.1.3
9642026-08-25T20:51:13.121Z Downloaded tar v0.4.46
9652026-08-25T20:51:13.121Z Downloaded vergen-lib v9.1.0
9662026-08-25T20:51:13.121Z Downloaded rand v0.10.1
9672026-08-25T20:51:13.125Z Downloaded zerovec-derive v0.11.2
9682026-08-25T20:51:13.125Z Downloaded const_format_proc_macros v0.2.34
9692026-08-25T20:51:13.128Z Downloaded pretty_assertions v1.4.1
9702026-08-25T20:51:13.128Z Downloaded libbz2-rs-sys v0.2.2
9712026-08-25T20:51:13.128Z Downloaded typed-path v0.9.3
9722026-08-25T20:51:13.132Z Downloaded darling_core v0.13.4
9732026-08-25T20:51:13.136Z Downloaded indexmap v1.9.3
9742026-08-25T20:51:13.136Z Downloaded sync-ptr v0.1.4
9752026-08-25T20:51:13.136Z Downloaded try-lock v0.2.5
9762026-08-25T20:51:13.136Z Downloaded zerofrom v0.1.6
9772026-08-25T20:51:13.139Z Downloaded dsl_auto_type v0.2.0
9782026-08-25T20:51:13.140Z Downloaded ecdsa v0.16.9
9792026-08-25T20:51:13.143Z Downloaded tap v1.0.1
9802026-08-25T20:51:13.143Z Downloaded ingot v0.2.1
9812026-08-25T20:51:13.143Z Downloaded keccak v0.2.0
9822026-08-25T20:51:13.146Z Downloaded serde_with_macros v3.21.0
9832026-08-25T20:51:13.147Z Downloaded time-core v0.1.8
9842026-08-25T20:51:13.147Z Downloaded tinyvec_macros v0.1.1
9852026-08-25T20:51:13.147Z Downloaded digest v0.11.3
9862026-08-25T20:51:13.150Z Downloaded yansi v1.0.1
9872026-08-25T20:51:13.154Z Downloaded trait-variant v0.1.2
9882026-08-25T20:51:13.157Z Downloaded mio v1.2.0
9892026-08-25T20:51:13.172Z Downloaded module-lattice v0.2.3
9902026-08-25T20:51:13.175Z Downloaded crc v3.4.0
9912026-08-25T20:51:13.179Z Downloaded crucible-workspace-hack v0.1.0
9922026-08-25T20:51:13.179Z Downloaded oxnet v0.1.6
9932026-08-25T20:51:13.183Z Downloaded pem v3.0.6
9942026-08-25T20:51:13.183Z Downloaded primeorder v0.13.6
9952026-08-25T20:51:13.183Z Downloaded rusty-fork v0.3.1
9962026-08-25T20:51:13.186Z Downloaded nu-ansi-term v0.50.3
9972026-08-25T20:51:13.186Z Downloaded port-file v0.1.0
9982026-08-25T20:51:13.186Z Downloaded rustls-webpki v0.103.13
9992026-08-25T20:51:13.190Z Downloaded term v1.2.1
10002026-08-25T20:51:13.193Z Downloaded tokio-rustls v0.26.4
10012026-08-25T20:51:13.193Z Downloaded serde_derive_internals v0.29.1
10022026-08-25T20:51:13.193Z Downloaded uzers v0.12.2
10032026-08-25T20:51:13.196Z Downloaded newtype_derive v0.1.6
10042026-08-25T20:51:13.196Z Downloaded rand_seeder v0.4.0
10052026-08-25T20:51:13.205Z Downloaded illumos-nvpair v0.3.0
10062026-08-25T20:51:13.205Z Downloaded dropshot-api-manager-types v0.8.0
10072026-08-25T20:51:13.211Z Downloaded managed v0.8.0
10082026-08-25T20:51:13.211Z Downloaded progenitor-client v0.14.0
10092026-08-25T20:51:13.211Z Downloaded strum_macros v0.26.4
10102026-08-25T20:51:13.211Z Downloaded phf_shared v0.13.1
10112026-08-25T20:51:13.212Z Downloaded defmt v1.0.1
10122026-08-25T20:51:13.212Z Downloaded parse-size v1.1.0
10132026-08-25T20:51:13.216Z Downloaded stacker v0.1.23
10142026-08-25T20:51:13.216Z Downloaded phf_shared v0.12.1
10152026-08-25T20:51:13.216Z Downloaded rand_core v0.10.0
10162026-08-25T20:51:13.216Z Downloaded sapling-renderdag v0.1.0
10172026-08-25T20:51:13.222Z Downloaded crossbeam-utils v0.8.21
10182026-08-25T20:51:13.222Z Downloaded zeroize v1.9.0
10192026-08-25T20:51:13.225Z Downloaded zerocopy-derive v0.8.55
10202026-08-25T20:51:13.234Z Downloaded strip-ansi-escapes v0.2.1
10212026-08-25T20:51:13.237Z Downloaded data-encoding v2.10.0
10222026-08-25T20:51:13.242Z Downloaded p384 v0.14.0
10232026-08-25T20:51:13.246Z Downloaded serde_spanned v1.1.1
10242026-08-25T20:51:13.246Z Downloaded num-bigint v0.4.6
10252026-08-25T20:51:13.246Z Downloaded usdt-impl v0.6.0
10262026-08-25T20:51:13.247Z Downloaded tungstenite v0.21.0
10272026-08-25T20:51:13.250Z Downloaded oxide-update-engine-display v0.1.2
10282026-08-25T20:51:13.250Z Downloaded either v1.15.0
10292026-08-25T20:51:13.250Z Downloaded native-tls v0.2.18
10302026-08-25T20:51:13.250Z Downloaded similar v2.7.0
10312026-08-25T20:51:13.254Z Downloaded steno v0.4.1
10322026-08-25T20:51:13.258Z Downloaded strum v0.26.3
10332026-08-25T20:51:13.258Z Downloaded tokio-test v0.4.5
10342026-08-25T20:51:13.258Z Downloaded ignore v0.4.25
10352026-08-25T20:51:13.262Z Downloaded strsim v0.10.0
10362026-08-25T20:51:13.262Z Downloaded num-bigint-dig v0.8.6
10372026-08-25T20:51:13.262Z Downloaded universal-hash v0.5.1
10382026-08-25T20:51:13.265Z Downloaded untrusted v0.7.1
10392026-08-25T20:51:13.265Z Downloaded unit-prefix v0.5.2
10402026-08-25T20:51:13.265Z Downloaded socket2 v0.6.3
10412026-08-25T20:51:13.265Z Downloaded tokio-postgres v0.7.16
10422026-08-25T20:51:13.270Z Downloaded unicode-bidi v0.3.18
10432026-08-25T20:51:13.270Z Downloaded vergen-gitcl v1.0.8
10442026-08-25T20:51:13.273Z Downloaded xshell v0.2.7
10452026-08-25T20:51:13.273Z Downloaded csv-core v0.1.13
10462026-08-25T20:51:13.276Z Downloaded cpubits v0.1.1
10472026-08-25T20:51:13.281Z Downloaded diesel_table_macro_syntax v0.3.0
10482026-08-25T20:51:13.285Z Downloaded newtype-uuid v1.3.2
10492026-08-25T20:51:13.289Z Downloaded ipnet v2.12.0
10502026-08-25T20:51:13.292Z Downloaded ingot-types v0.2.0
10512026-08-25T20:51:13.295Z Downloaded drift v0.2.0
10522026-08-25T20:51:13.298Z Downloaded illumos-nvpair-sys v0.2.0
10532026-08-25T20:51:13.304Z Downloaded lazy_static v1.5.0
10542026-08-25T20:51:13.304Z Downloaded pem-rfc7468 v1.0.0
10552026-08-25T20:51:13.304Z Downloaded num-conv v0.2.0
10562026-08-25T20:51:13.304Z Downloaded hkdf v0.12.4
10572026-08-25T20:51:13.308Z Downloaded hkdf v0.13.0
10582026-08-25T20:51:13.308Z Downloaded hashbrown v0.15.5
10592026-08-25T20:51:13.311Z Downloaded rustyline v14.0.0
10602026-08-25T20:51:13.315Z Downloaded reedline v0.40.0
10612026-08-25T20:51:13.318Z Downloaded shlex v1.3.0
10622026-08-25T20:51:13.318Z Downloaded cookie v0.18.1
10632026-08-25T20:51:13.321Z Downloaded slog-term v2.9.2
10642026-08-25T20:51:13.321Z Downloaded untrusted v0.9.0
10652026-08-25T20:51:13.325Z Downloaded nom v7.1.3
10662026-08-25T20:51:13.330Z Downloaded rustls-native-certs v0.8.3
10672026-08-25T20:51:13.333Z Downloaded libsw v3.5.0
10682026-08-25T20:51:13.333Z Downloaded strum_macros v0.27.2
10692026-08-25T20:51:13.338Z Downloaded scrypt v0.12.0
10702026-08-25T20:51:13.341Z Downloaded tls_codec_derive v0.4.2
10712026-08-25T20:51:13.341Z Downloaded tabwriter v1.4.1
10722026-08-25T20:51:13.341Z Downloaded wnaf v0.14.0
10732026-08-25T20:51:13.345Z Downloaded serde_urlencoded v0.7.1
10742026-08-25T20:51:13.345Z Downloaded supports-color v3.0.2
10752026-08-25T20:51:13.345Z Downloaded sync_wrapper v1.0.2
10762026-08-25T20:51:13.345Z Downloaded daft-derive v0.1.8
10772026-08-25T20:51:13.349Z Downloaded p521 v0.14.0
10782026-08-25T20:51:13.352Z Downloaded aho-corasick v1.1.4
10792026-08-25T20:51:13.365Z Downloaded linear-map v1.2.0
10802026-08-25T20:51:13.372Z Downloaded miette-derive v7.6.0
10812026-08-25T20:51:13.372Z Downloaded tokio-util v0.7.18
10822026-08-25T20:51:13.376Z Downloaded darling_core v0.20.11
10832026-08-25T20:51:13.376Z Downloaded idna v1.1.0
10842026-08-25T20:51:13.379Z Downloaded displaydoc v0.2.5
10852026-08-25T20:51:13.379Z Downloaded pkcs1 v0.8.0-rc.4
10862026-08-25T20:51:13.382Z Downloaded deranged v0.5.8
10872026-08-25T20:51:13.382Z Downloaded impl-trait-for-tuples v0.2.3
10882026-08-25T20:51:13.386Z Downloaded lalrpop-util v0.19.12
10892026-08-25T20:51:13.386Z Downloaded mime v0.3.17
10902026-08-25T20:51:13.386Z Downloaded percent-encoding v2.3.2
10912026-08-25T20:51:13.389Z Downloaded sha1 v0.11.0
10922026-08-25T20:51:13.392Z Downloaded termtree v0.5.1
10932026-08-25T20:51:13.392Z Downloaded tungstenite v0.23.0
10942026-08-25T20:51:13.396Z Downloaded icu_normalizer_data v2.1.1
10952026-08-25T20:51:13.399Z Downloaded knus v3.4.0
10962026-08-25T20:51:13.399Z Downloaded owo-colors v4.3.0
10972026-08-25T20:51:13.404Z Downloaded sha2 v0.11.0
10982026-08-25T20:51:13.407Z Downloaded derive_more-impl v2.1.1
10992026-08-25T20:51:13.407Z Downloaded ed25519-dalek v3.0.0
11002026-08-25T20:51:13.410Z Downloaded predicates v3.1.4
11012026-08-25T20:51:13.414Z Downloaded num_enum_derive v0.7.6
11022026-08-25T20:51:13.417Z Downloaded rand_chacha v0.9.0
11032026-08-25T20:51:13.417Z Downloaded typify-macro v0.6.2
11042026-08-25T20:51:13.425Z Downloaded elliptic-curve v0.13.8
11052026-08-25T20:51:13.429Z Downloaded darling v0.13.4
11062026-08-25T20:51:13.433Z Downloaded slog-stdlog v4.1.1
11072026-08-25T20:51:13.436Z Downloaded num-derive v0.4.2
11082026-08-25T20:51:13.441Z Downloaded vergen-lib v0.1.6
11092026-08-25T20:51:13.441Z Downloaded lzss v0.8.2
11102026-08-25T20:51:13.487Z Downloaded p384 v0.13.1
11112026-08-25T20:51:13.494Z Downloaded derive-where v1.6.0
11122026-08-25T20:51:13.494Z Downloaded quick-error v1.2.3
11132026-08-25T20:51:13.494Z Downloaded seq-macro v0.3.6
11142026-08-25T20:51:13.494Z Downloaded sqlparser_derive v0.5.0
11152026-08-25T20:51:13.494Z Downloaded prefix-trie v0.7.0
11162026-08-25T20:51:13.494Z Downloaded siphasher v1.0.2
11172026-08-25T20:51:13.495Z Downloaded ingot-macros v0.2.0
11182026-08-25T20:51:13.495Z Downloaded kstat-rs v0.2.5
11192026-08-25T20:51:13.495Z Downloaded paste v1.0.15
11202026-08-25T20:51:13.495Z Downloaded dropshot-api-manager v0.8.0
11212026-08-25T20:51:13.495Z Downloaded icu_properties_data v2.1.2
11222026-08-25T20:51:13.495Z Downloaded hyper v1.10.1
11232026-08-25T20:51:13.495Z Downloaded rcgen v0.12.1
11242026-08-25T20:51:13.495Z Downloaded ml-kem v0.3.2
11252026-08-25T20:51:13.495Z Downloaded num-complex v0.4.6
11262026-08-25T20:51:13.495Z Downloaded oxide-tokio-rt v0.1.4
11272026-08-25T20:51:13.495Z Downloaded progenitor v0.14.0
11282026-08-25T20:51:13.495Z Downloaded progenitor-impl v0.13.0
11292026-08-25T20:51:13.495Z Downloaded cpufeatures v0.3.0
11302026-08-25T20:51:13.495Z Downloaded progenitor v0.13.0
11312026-08-25T20:51:13.499Z Downloaded crunchy v0.2.4
11322026-08-25T20:51:13.499Z Downloaded qorb v0.4.1
11332026-08-25T20:51:13.499Z Downloaded snafu v0.8.9
11342026-08-25T20:51:13.499Z Downloaded primefield v0.14.0
11352026-08-25T20:51:13.503Z Downloaded serde_path_to_error v0.1.20
11362026-08-25T20:51:13.503Z Downloaded h2 v0.4.15
11372026-08-25T20:51:13.506Z Downloaded parking_lot v0.11.2
11382026-08-25T20:51:13.506Z Downloaded pem-rfc7468 v0.7.0
11392026-08-25T20:51:13.506Z Downloaded snafu-derive v0.8.9
11402026-08-25T20:51:13.511Z Downloaded packed_struct_codegen v0.10.1
11412026-08-25T20:51:13.511Z Downloaded zip v4.6.1
11422026-08-25T20:51:13.514Z Downloaded spki v0.7.3
11432026-08-25T20:51:13.514Z Downloaded ed25519 v3.0.0
11442026-08-25T20:51:13.514Z Downloaded vsss-rs v3.3.4
11452026-08-25T20:51:13.514Z Downloaded slog-bunyan v2.5.0
11462026-08-25T20:51:13.514Z Downloaded usdt v0.6.0
11472026-08-25T20:51:13.518Z Downloaded ipnetwork v0.21.1
11482026-08-25T20:51:13.521Z Downloaded defmt-macros v1.0.1
11492026-08-25T20:51:13.525Z Downloaded num_enum_derive v0.5.11
11502026-08-25T20:51:13.538Z Downloaded zone_cfg_derive v0.3.1
11512026-08-25T20:51:13.541Z Downloaded ssh-key v0.7.0-rc.11
11522026-08-25T20:51:13.554Z Downloaded des v0.9.0
11532026-08-25T20:51:13.561Z Downloaded libsw-core v0.3.2
11542026-08-25T20:51:13.565Z Downloaded icu_provider v2.1.1
11552026-08-25T20:51:13.568Z Downloaded tokio-stream v0.1.18
11562026-08-25T20:51:13.572Z Downloaded termios v0.3.3
11572026-08-25T20:51:13.575Z Downloaded void v1.0.2
11582026-08-25T20:51:13.575Z Downloaded phc v0.6.1
11592026-08-25T20:51:13.579Z Downloaded rustls-pemfile v2.2.0
11602026-08-25T20:51:13.579Z Downloaded vergen-git2 v9.1.0
11612026-08-25T20:51:13.579Z Downloaded dirs-next v2.0.0
11622026-08-25T20:51:13.579Z Downloaded usdt-macro v0.6.0
11632026-08-25T20:51:13.582Z Downloaded ref-cast-impl v1.0.25
11642026-08-25T20:51:13.586Z Downloaded unicode-truncate v1.1.0
11652026-08-25T20:51:13.586Z Downloaded cstr-argument v0.1.2
11662026-08-25T20:51:13.590Z Downloaded humantime v2.3.0
11672026-08-25T20:51:13.590Z Downloaded mime_guess v2.0.5
11682026-08-25T20:51:13.593Z Downloaded winnow v0.5.40
11692026-08-25T20:51:13.596Z Downloaded toml v1.1.2+spec-1.1.0
11702026-08-25T20:51:13.600Z Downloaded darling_macro v0.13.4
11712026-08-25T20:51:13.603Z Downloaded progenitor-impl v0.14.0
11722026-08-25T20:51:13.606Z Downloaded xattr v1.6.1
11732026-08-25T20:51:13.606Z Downloaded lru-cache v0.1.2
11742026-08-25T20:51:13.610Z Downloaded unicode-xid v0.2.6
11752026-08-25T20:51:13.610Z Downloaded display-error-chain v0.2.2
11762026-08-25T20:51:13.610Z Downloaded tagptr v0.2.0
11772026-08-25T20:51:13.610Z Downloaded cookie_store v0.22.1
11782026-08-25T20:51:13.614Z Downloaded rand_core v0.9.5
11792026-08-25T20:51:13.614Z Downloaded password-hash v0.5.0
11802026-08-25T20:51:13.614Z Downloaded packed_struct v0.10.1
11812026-08-25T20:51:13.617Z Downloaded diff v0.1.13
11822026-08-25T20:51:13.622Z Downloaded p256 v0.14.0
11832026-08-25T20:51:13.627Z Downloaded tinystr v0.8.2
11842026-08-25T20:51:13.631Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11852026-08-25T20:51:13.635Z Downloaded tokio-tungstenite v0.21.0
11862026-08-25T20:51:13.639Z Downloaded libloading v0.8.9
11872026-08-25T20:51:13.639Z Downloaded pkcs8 v0.10.2
11882026-08-25T20:51:13.646Z Downloaded stable_deref_trait v1.2.1
11892026-08-25T20:51:13.649Z Downloaded zopfli v0.8.3
11902026-08-25T20:51:13.652Z Downloaded miette v7.6.0
11912026-08-25T20:51:13.658Z Downloaded ppv-lite86 v0.2.21
11922026-08-25T20:51:13.665Z Downloaded signal-hook-registry v1.4.8
11932026-08-25T20:51:13.668Z Downloaded schemars v0.8.22
11942026-08-25T20:51:13.671Z Downloaded unicode-segmentation v1.12.0
11952026-08-25T20:51:13.679Z Downloaded zstd v0.13.3
11962026-08-25T20:51:13.679Z Downloaded litemap v0.8.1
11972026-08-25T20:51:13.682Z Downloaded nanorand v0.7.0
11982026-08-25T20:51:13.682Z Downloaded writeable v0.6.2
11992026-08-25T20:51:13.682Z Downloaded subprocess v0.2.15
12002026-08-25T20:51:13.686Z Downloaded num-traits v0.2.19
12012026-08-25T20:51:13.686Z Downloaded ed25519-dalek v2.2.0
12022026-08-25T20:51:13.686Z Downloaded unicode-normalization v0.1.25
12032026-08-25T20:51:13.690Z Downloaded rand v0.8.6
12042026-08-25T20:51:13.693Z Downloaded git2 v0.20.4
12052026-08-25T20:51:13.696Z Downloaded icu_properties v2.1.2
12062026-08-25T20:51:13.696Z Downloaded slab v0.4.12
12072026-08-25T20:51:13.701Z Downloaded constant_time_eq v0.4.2
12082026-08-25T20:51:13.704Z Downloaded icu_locale_core v2.1.1
12092026-08-25T20:51:13.707Z Downloaded blake3 v1.8.5
12102026-08-25T20:51:13.711Z Downloaded resolv-conf v0.7.6
12112026-08-25T20:51:13.714Z Downloaded rsa v0.9.10
12122026-08-25T20:51:13.714Z Downloaded zerocopy v0.6.6
12132026-08-25T20:51:13.717Z Downloaded thiserror-no-std v2.0.2
12142026-08-25T20:51:13.717Z Downloaded rawzip v0.4.4
12152026-08-25T20:51:13.721Z Downloaded winnow v0.6.26
12162026-08-25T20:51:13.725Z Downloaded smallvec v0.6.14
12172026-08-25T20:51:13.729Z Downloaded schemars v1.2.1
12182026-08-25T20:51:13.734Z Downloaded serde_cbor v0.11.2
12192026-08-25T20:51:13.737Z Downloaded toml_edit v0.19.15
12202026-08-25T20:51:13.745Z Downloaded zip v0.6.6
12212026-08-25T20:51:13.748Z Downloaded ssh-encoding v0.3.0
12222026-08-25T20:51:13.751Z Downloaded time-macros v0.2.27
12232026-08-25T20:51:13.752Z Downloaded bindgen v0.71.1
12242026-08-25T20:51:13.755Z Downloaded diesel_derives v2.3.7
12252026-08-25T20:51:13.758Z Downloaded dropshot_endpoint v0.17.1
12262026-08-25T20:51:13.762Z Downloaded daft v0.1.8
12272026-08-25T20:51:13.762Z Downloaded internal-russh-num-bigint v0.5.0
12282026-08-25T20:51:13.765Z Downloaded minimal-lexical v0.2.1
12292026-08-25T20:51:13.768Z Downloaded serde_with v1.14.0
12302026-08-25T20:51:13.772Z Downloaded bitvec v1.0.1
12312026-08-25T20:51:13.777Z Downloaded der v0.7.10
12322026-08-25T20:51:13.782Z Downloaded itertools v0.10.5
12332026-08-25T20:51:13.785Z Downloaded salsa20 v0.11.0
12342026-08-25T20:51:13.785Z Downloaded russh v0.62.4
12352026-08-25T20:51:13.789Z Downloaded derive_more v0.99.20
12362026-08-25T20:51:13.793Z Downloaded postgres-types v0.2.12
12372026-08-25T20:51:13.796Z Downloaded sha3 v0.12.0
12382026-08-25T20:51:13.797Z Downloaded darling_core v0.21.3
12392026-08-25T20:51:13.801Z Downloaded x509-cert v0.2.5
12402026-08-25T20:51:13.804Z Downloaded nom v8.0.0
12412026-08-25T20:51:13.804Z Downloaded crypto-bigint v0.5.5
12422026-08-25T20:51:13.808Z Downloaded goblin v0.10.5
12432026-08-25T20:51:13.812Z Downloaded signal-hook v0.3.18
12442026-08-25T20:51:13.816Z Downloaded chrono v0.4.45
12452026-08-25T20:51:13.820Z Downloaded zlib-rs v0.6.2
12462026-08-25T20:51:13.823Z Downloaded pkcs5 v0.8.1
12472026-08-25T20:51:13.826Z Downloaded crossterm v0.28.1
12482026-08-25T20:51:13.830Z Downloaded icu_normalizer v2.1.1
12492026-08-25T20:51:13.830Z Downloaded ryu v1.0.23
12502026-08-25T20:51:13.833Z Downloaded aws-lc-rs v1.16.3
12512026-08-25T20:51:13.840Z Downloaded miniz_oxide v0.8.9
12522026-08-25T20:51:13.847Z Downloaded derive_more v2.1.1
12532026-08-25T20:51:13.854Z Downloaded schemars v0.9.0
12542026-08-25T20:51:13.862Z Downloaded icu_collections v2.1.1
12552026-08-25T20:51:13.866Z Downloaded crossterm v0.29.0
12562026-08-25T20:51:13.869Z Downloaded itertools v0.15.0
12572026-08-25T20:51:13.872Z Downloaded tough v0.22.0
12582026-08-25T20:51:13.876Z Downloaded hyper-util v0.1.20
12592026-08-25T20:51:13.880Z Downloaded darling_core v0.23.0
12602026-08-25T20:51:13.883Z Downloaded openssl-sys v0.9.117
12612026-08-25T20:51:13.886Z Downloaded rsa v0.10.0-rc.18
12622026-08-25T20:51:13.890Z Downloaded gimli v0.32.3
12632026-08-25T20:51:13.893Z Downloaded libm v0.2.16
12642026-08-25T20:51:13.899Z Downloaded zerovec v0.11.5
12652026-08-25T20:51:13.913Z Downloaded smoltcp v0.9.1
12662026-08-25T20:51:13.920Z Downloaded tabled v0.21.0
12672026-08-25T20:51:13.932Z Downloaded rand v0.9.2
12682026-08-25T20:51:13.935Z Downloaded tower v0.5.3
12692026-08-25T20:51:13.939Z Downloaded salty v0.3.0
12702026-08-25T20:51:13.942Z Downloaded hickory-proto v0.25.2
12712026-08-25T20:51:13.951Z Downloaded quinn-proto v0.11.16
12722026-08-25T20:51:13.955Z Downloaded lalrpop v0.19.12
12732026-08-25T20:51:13.961Z Downloaded rayon v1.11.0
12742026-08-25T20:51:13.966Z Downloaded regex v1.12.3
12752026-08-25T20:51:13.970Z Downloaded der v0.8.0
12762026-08-25T20:51:13.973Z Downloaded quick-xml v0.37.5
12772026-08-25T20:51:13.977Z Downloaded itertools v0.13.0
12782026-08-25T20:51:13.980Z Downloaded vcpkg v0.2.15
12792026-08-25T20:51:14.004Z Downloaded tower-http v0.6.8
12802026-08-25T20:51:14.008Z Downloaded nix v0.27.1
12812026-08-25T20:51:14.016Z Downloaded winnow v1.0.3
12822026-08-25T20:51:14.020Z Downloaded regex-syntax v0.6.29
12832026-08-25T20:51:14.024Z Downloaded reqwest v0.13.2
12842026-08-25T20:51:14.027Z Downloaded jiff-core v0.1.0
12852026-08-25T20:51:14.031Z Downloaded reqwest v0.12.28
12862026-08-25T20:51:14.034Z Downloaded time v0.3.47
12872026-08-25T20:51:14.041Z Downloaded crypto-primes v0.7.2
12882026-08-25T20:51:14.044Z Downloaded iri-string v0.7.10
12892026-08-25T20:51:14.048Z Downloaded itertools v0.12.1
12902026-08-25T20:51:14.051Z Downloaded libxml v0.3.3
12912026-08-25T20:51:14.055Z Downloaded moka v0.12.13
12922026-08-25T20:51:14.059Z Downloaded petname v2.0.2
12932026-08-25T20:51:14.064Z Downloaded iddqd v0.4.2
12942026-08-25T20:51:14.067Z Downloaded crypto-bigint v0.7.5
12952026-08-25T20:51:14.076Z Downloaded itertools v0.14.0
12962026-08-25T20:51:14.083Z Downloaded radix_trie v0.2.1
12972026-08-25T20:51:14.086Z Downloaded serde_with v3.21.0
12982026-08-25T20:51:14.090Z Downloaded object v0.30.4
12992026-08-25T20:51:14.095Z Downloaded hickory-proto v0.24.4
13002026-08-25T20:51:14.104Z Downloaded portable-atomic v1.13.1
13012026-08-25T20:51:14.108Z Downloaded bstr v1.12.1
13022026-08-25T20:51:14.113Z Downloaded syn v3.0.3
13032026-08-25T20:51:14.141Z Downloaded proptest v1.11.0
13042026-08-25T20:51:14.148Z Downloaded polar-core v0.27.3
13052026-08-25T20:51:14.155Z Downloaded regex-syntax v0.8.10
13062026-08-25T20:51:14.160Z Downloaded object v0.37.3
13072026-08-25T20:51:14.167Z Downloaded regress v0.11.1
13082026-08-25T20:51:14.177Z Downloaded curve25519-dalek v4.1.3
13092026-08-25T20:51:14.192Z Downloaded regress v0.10.5
13102026-08-25T20:51:14.197Z Downloaded smoltcp v0.11.0
13112026-08-25T20:51:14.204Z Downloaded nix v0.28.0
13122026-08-25T20:51:14.211Z Downloaded zerocopy v0.8.55
13132026-08-25T20:51:14.230Z Downloaded nix v0.31.2
13142026-08-25T20:51:14.239Z Downloaded openssl v0.10.80
13152026-08-25T20:51:14.248Z Downloaded dropshot v0.17.1
13162026-08-25T20:51:14.261Z Downloaded curve25519-dalek v5.0.0
13172026-08-25T20:51:14.267Z Downloaded rustls v0.23.41
13182026-08-25T20:51:14.296Z Downloaded diesel v2.3.7
13192026-08-25T20:51:14.323Z Downloaded rustix v0.38.44
13202026-08-25T20:51:14.336Z Downloaded zerocopy-derive v0.6.6
13212026-08-25T20:51:14.342Z Downloaded sled v0.34.7
13222026-08-25T20:51:14.348Z Downloaded sha3 v0.11.0
13232026-08-25T20:51:14.351Z Downloaded openapiv3 v2.2.0
13242026-08-25T20:51:14.373Z Downloaded sqlparser v0.61.0
13252026-08-25T20:51:14.380Z Downloaded typify-impl v0.6.2
13262026-08-25T20:51:14.397Z Downloaded bzip2-sys v0.1.13+1.0.8
13272026-08-25T20:51:14.416Z Downloaded tracing v0.1.44
13282026-08-25T20:51:14.434Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13292026-08-25T20:51:14.466Z Downloaded petgraph v0.8.3
13302026-08-25T20:51:14.466Z Downloaded ratatui v0.29.0
13312026-08-25T20:51:14.475Z Downloaded petgraph v0.6.5
13322026-08-25T20:51:14.482Z Downloaded regex-automata v0.4.14
13332026-08-25T20:51:14.491Z Downloaded chrono-tz v0.10.4
13342026-08-25T20:51:14.500Z Downloaded jiff v0.2.34
13352026-08-25T20:51:14.510Z Downloaded sha3 v0.10.8
13362026-08-25T20:51:14.513Z Downloaded libz-sys v1.1.24
13372026-08-25T20:51:14.542Z Downloaded csv v1.4.0
13382026-08-25T20:51:14.554Z Downloaded tokio v1.52.1
13392026-08-25T20:51:14.594Z Downloaded encoding_rs v0.8.35
13402026-08-25T20:51:14.644Z Downloaded ring v0.17.14
13412026-08-25T20:51:14.665Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-08-25T20:51:15.160Z Downloaded aws-lc-sys v0.40.0
13432026-08-25T20:51:15.414Z Compiling serde_core v1.0.228
13442026-08-25T20:51:15.414Z Compiling libc v0.2.185
13452026-08-25T20:51:15.418Z Compiling serde v1.0.228
13462026-08-25T20:51:15.418Z Compiling log v0.4.33
13472026-08-25T20:51:15.418Z Compiling smallvec v1.15.1
13482026-08-25T20:51:15.418Z Compiling shlex v1.3.0
13492026-08-25T20:51:15.418Z Compiling find-msvc-tools v0.1.9
13502026-08-25T20:51:15.549Z Compiling syn v2.0.117
13512026-08-25T20:51:15.788Z Compiling subtle v2.6.1
13522026-08-25T20:51:15.804Z Compiling scopeguard v1.2.0
13532026-08-25T20:51:15.804Z Compiling stable_deref_trait v1.2.1
13542026-08-25T20:51:15.831Z Compiling typenum v1.20.1
13552026-08-25T20:51:15.876Z Compiling zerocopy v0.8.55
13562026-08-25T20:51:15.891Z Compiling portable-atomic v1.13.1
13572026-08-25T20:51:15.932Z Compiling lock_api v0.4.14
13582026-08-25T20:51:15.962Z Compiling serde_json v1.0.151
13592026-08-25T20:51:16.169Z Compiling critical-section v1.2.0
13602026-08-25T20:51:16.184Z Compiling libm v0.2.16
13612026-08-25T20:51:16.273Z Compiling num-traits v0.2.19
13622026-08-25T20:51:16.305Z Compiling pkg-config v0.3.32
13632026-08-25T20:51:16.401Z Compiling errno v0.3.14
13642026-08-25T20:51:16.440Z Compiling jobserver v0.1.34
13652026-08-25T20:51:16.470Z Compiling getrandom v0.2.17
13662026-08-25T20:51:16.639Z Compiling rand_core v0.6.4
13672026-08-25T20:51:16.699Z Compiling cc v1.2.56
13682026-08-25T20:51:16.855Z Compiling generic-array v0.14.7
13692026-08-25T20:51:16.909Z Compiling once_cell v1.21.3
13702026-08-25T20:51:16.965Z Compiling pin-project-lite v0.2.17
13712026-08-25T20:51:16.981Z Compiling getrandom v0.4.3
13722026-08-25T20:51:17.043Z Compiling const-oid v0.9.6
13732026-08-25T20:51:17.060Z Compiling parking_lot_core v0.9.12
13742026-08-25T20:51:17.165Z Compiling rand_core v0.10.0
13752026-08-25T20:51:17.577Z Compiling signal-hook-registry v1.4.8
13762026-08-25T20:51:17.599Z Compiling percent-encoding v2.3.2
13772026-08-25T20:51:17.675Z Compiling futures-core v0.3.32
13782026-08-25T20:51:17.778Z Compiling bitflags v2.11.0
13792026-08-25T20:51:17.834Z Compiling litemap v0.8.1
13802026-08-25T20:51:17.850Z Compiling writeable v0.6.2
13812026-08-25T20:51:17.862Z Compiling semver v1.0.28
13822026-08-25T20:51:17.968Z Compiling parking_lot v0.12.5
13832026-08-25T20:51:18.001Z Compiling mio v1.2.0
13842026-08-25T20:51:18.018Z Compiling icu_normalizer_data v2.1.1
13852026-08-25T20:51:18.034Z Compiling icu_properties_data v2.1.2
13862026-08-25T20:51:18.170Z Compiling socket2 v0.6.3
13872026-08-25T20:51:18.256Z Compiling rustix v1.1.4
13882026-08-25T20:51:18.299Z Compiling getrandom v0.3.4
13892026-08-25T20:51:18.338Z Compiling futures-sink v0.3.32
13902026-08-25T20:51:18.372Z Compiling indexmap v2.14.0
13912026-08-25T20:51:18.442Z Compiling synstructure v0.13.2
13922026-08-25T20:51:18.457Z Compiling futures-channel v0.3.32
13932026-08-25T20:51:18.565Z Compiling futures-io v0.3.32
13942026-08-25T20:51:18.682Z Compiling futures-task v0.3.32
13952026-08-25T20:51:18.712Z Compiling slab v0.4.12
13962026-08-25T20:51:18.849Z Compiling utf8_iter v1.0.4
13972026-08-25T20:51:18.881Z Compiling form_urlencoded v1.2.2
13982026-08-25T20:51:18.896Z Compiling rustversion v1.0.22
13992026-08-25T20:51:18.993Z Compiling base64ct v1.8.3
14002026-08-25T20:51:19.006Z Compiling iana-time-zone v0.1.65
14012026-08-25T20:51:19.021Z Compiling cmake v0.1.57
14022026-08-25T20:51:19.051Z Compiling dunce v1.0.5
14032026-08-25T20:51:19.147Z Compiling fs_extra v1.3.0
14042026-08-25T20:51:19.152Z Compiling regex-syntax v0.8.10
14052026-08-25T20:51:19.198Z Compiling ident_case v1.0.1
14062026-08-25T20:51:19.279Z Compiling pem-rfc7468 v0.7.0
14072026-08-25T20:51:19.313Z Compiling flagset v0.4.7
14082026-08-25T20:51:19.405Z Compiling rand_core v0.9.5
14092026-08-25T20:51:19.408Z Compiling aws-lc-sys v0.40.0
14102026-08-25T20:51:19.452Z Compiling uuid v1.23.4
14112026-08-25T20:51:19.615Z Compiling base64 v0.22.1
14122026-08-25T20:51:19.743Z Compiling vcpkg v0.2.15
14132026-08-25T20:51:19.885Z Compiling syn v1.0.109
14142026-08-25T20:51:19.940Z Compiling serde_derive_internals v0.29.1
14152026-08-25T20:51:19.978Z Compiling rustc_version v0.4.1
14162026-08-25T20:51:20.124Z Compiling serde_derive v1.0.228
14172026-08-25T20:51:20.190Z Compiling zeroize_derive v1.5.0
14182026-08-25T20:51:20.224Z Compiling zerofrom-derive v0.1.6
14192026-08-25T20:51:20.300Z Compiling zerocopy-derive v0.8.55
14202026-08-25T20:51:20.465Z Compiling yoke-derive v0.8.1
14212026-08-25T20:51:20.833Z Compiling zerovec-derive v0.11.2
14222026-08-25T20:51:20.848Z Compiling displaydoc v0.2.5
14232026-08-25T20:51:21.544Z Compiling tokio-macros v2.7.0
14242026-08-25T20:51:21.608Z Compiling futures-macro v0.3.32
14252026-08-25T20:51:21.630Z Compiling zerofrom v0.1.6
14262026-08-25T20:51:21.647Z Compiling thiserror-impl v2.0.18
14272026-08-25T20:51:21.752Z Compiling yoke v0.8.1
14282026-08-25T20:51:21.934Z Compiling zerotrie v0.2.3
14292026-08-25T20:51:21.958Z Compiling zerovec v0.11.5
14302026-08-25T20:51:22.226Z Compiling der_derive v0.7.3
14312026-08-25T20:51:22.250Z Compiling openssl-sys v0.9.117
14322026-08-25T20:51:22.400Z Compiling tinystr v0.8.2
14332026-08-25T20:51:22.460Z Compiling potential_utf v0.1.4
14342026-08-25T20:51:22.599Z Compiling icu_locale_core v2.1.1
14352026-08-25T20:51:22.626Z Compiling icu_collections v2.1.1
14362026-08-25T20:51:22.772Z Compiling futures-util v0.3.32
14372026-08-25T20:51:22.957Z Compiling thiserror v2.0.18
14382026-08-25T20:51:23.100Z Compiling tracing-attributes v0.1.31
14392026-08-25T20:51:23.113Z Compiling tracing-core v0.1.36
14402026-08-25T20:51:23.175Z Compiling dyn-clone v1.0.20
14412026-08-25T20:51:23.310Z Compiling icu_provider v2.1.1
14422026-08-25T20:51:23.469Z Compiling schemars v0.8.22
14432026-08-25T20:51:23.603Z Compiling zeroize v1.9.0
14442026-08-25T20:51:23.636Z Compiling bytes v1.11.1
14452026-08-25T20:51:23.651Z Compiling icu_normalizer v2.1.1
14462026-08-25T20:51:23.665Z Compiling icu_properties v2.1.2
14472026-08-25T20:51:24.171Z Compiling tokio v1.52.1
14482026-08-25T20:51:24.236Z Compiling chrono v0.4.45
14492026-08-25T20:51:24.374Z Compiling block-buffer v0.10.4
14502026-08-25T20:51:24.377Z Compiling crypto-common v0.1.7
14512026-08-25T20:51:24.597Z Compiling digest v0.10.7
14522026-08-25T20:51:24.626Z Compiling idna_adapter v1.2.1
14532026-08-25T20:51:24.767Z Compiling ppv-lite86 v0.2.21
14542026-08-25T20:51:24.806Z Compiling idna v1.1.0
14552026-08-25T20:51:24.855Z Compiling der v0.7.10
14562026-08-25T20:51:24.859Z Compiling http v1.4.2
14572026-08-25T20:51:25.071Z Compiling rand_chacha v0.9.0
14582026-08-25T20:51:25.094Z Compiling simd-adler32 v0.3.8
14592026-08-25T20:51:25.252Z Compiling url v2.5.8
14602026-08-25T20:51:25.459Z Compiling cpufeatures v0.2.17
14612026-08-25T20:51:25.532Z Compiling aws-lc-rs v1.16.3
14622026-08-25T20:51:25.661Z Compiling http-body v1.0.1
14632026-08-25T20:51:25.782Z Compiling spki v0.7.3
14642026-08-25T20:51:25.786Z Compiling rand v0.9.2
14652026-08-25T20:51:25.810Z Compiling tracing v0.1.44
14662026-08-25T20:51:25.823Z Compiling rustls-pki-types v1.14.0
14672026-08-25T20:51:26.002Z Compiling pkcs8 v0.10.2
14682026-08-25T20:51:26.091Z Compiling schemars_derive v0.8.22
14692026-08-25T20:51:26.139Z Compiling spin v0.9.8
14702026-08-25T20:51:26.248Z Compiling adler2 v2.0.1
14712026-08-25T20:51:26.262Z Compiling crc32fast v1.5.0
14722026-08-25T20:51:26.337Z Compiling openssl-probe v0.2.1
14732026-08-25T20:51:26.374Z Compiling httparse v1.10.1
14742026-08-25T20:51:26.506Z Compiling tinyvec_macros v0.1.1
14752026-08-25T20:51:26.521Z Compiling cmov v0.5.4
14762026-08-25T20:51:26.573Z Compiling tinyvec v1.10.0
14772026-08-25T20:51:26.586Z Compiling miniz_oxide v0.8.9
14782026-08-25T20:51:26.720Z Compiling ctutils v0.4.2
14792026-08-25T20:51:26.741Z Compiling tempfile v3.27.0
14802026-08-25T20:51:26.915Z Compiling pest_generator v2.8.6
14812026-08-25T20:51:26.944Z Compiling sha2 v0.10.9
14822026-08-25T20:51:27.099Z Compiling terminal_size v0.4.3
14832026-08-25T20:51:27.182Z Compiling aho-corasick v1.1.4
14842026-08-25T20:51:27.233Z Compiling try-lock v0.2.5
14852026-08-25T20:51:27.339Z Compiling tower-layer v0.3.3
14862026-08-25T20:51:27.500Z Compiling radium v0.7.0
14872026-08-25T20:51:27.572Z Compiling tower-service v0.3.3
14882026-08-25T20:51:27.666Z Compiling atomic-waker v1.1.2
14892026-08-25T20:51:27.736Z Compiling untrusted v0.7.1
14902026-08-25T20:51:27.806Z Compiling pest_derive v2.8.6
14912026-08-25T20:51:27.856Z Compiling want v0.3.1
14922026-08-25T20:51:28.015Z Compiling tokio-util v0.7.18
14932026-08-25T20:51:28.217Z Compiling regex-automata v0.4.14
14942026-08-25T20:51:28.235Z Compiling hybrid-array v0.4.13
14952026-08-25T20:51:28.774Z Compiling h2 v0.4.15
14962026-08-25T20:51:28.989Z Compiling ipnet v2.12.0
14972026-08-25T20:51:29.003Z Compiling scroll_derive v0.13.1
14982026-08-25T20:51:29.018Z Compiling darling_core v0.20.11
14992026-08-25T20:51:29.515Z Compiling foreign-types-shared v0.1.1
15002026-08-25T20:51:29.603Z Compiling rustls v0.23.41
15012026-08-25T20:51:29.772Z Compiling httpdate v1.0.3
15022026-08-25T20:51:29.811Z Compiling tap v1.0.1
15032026-08-25T20:51:29.824Z Compiling maybe-uninit v2.0.0
15042026-08-25T20:51:29.897Z Compiling untrusted v0.9.0
15052026-08-25T20:51:29.917Z Compiling openssl v0.10.80
15062026-08-25T20:51:29.992Z Compiling wyz v0.5.1
15072026-08-25T20:51:30.016Z Compiling scroll v0.13.0
15082026-08-25T20:51:30.122Z Compiling foreign-types v0.3.2
15092026-08-25T20:51:30.178Z Compiling unicode-normalization v0.1.25
15102026-08-25T20:51:30.281Z Compiling rand_chacha v0.3.1
15112026-08-25T20:51:30.351Z Compiling signature v2.2.0
15122026-08-25T20:51:30.538Z Compiling hex v0.4.3
15132026-08-25T20:51:30.589Z Compiling openssl-macros v0.1.1
15142026-08-25T20:51:30.634Z Compiling thiserror-impl v1.0.69
15152026-08-25T20:51:30.802Z Compiling bzip2-sys v0.1.13+1.0.8
15162026-08-25T20:51:30.971Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15172026-08-25T20:51:31.047Z Compiling num-integer v0.1.46
15182026-08-25T20:51:31.071Z Compiling wait-timeout v0.2.1
15192026-08-25T20:51:31.262Z Compiling darling_macro v0.20.11
15202026-08-25T20:51:31.326Z Compiling ahash v0.8.12
15212026-08-25T20:51:31.342Z Compiling packed_struct v0.10.1
15222026-08-25T20:51:31.354Z Compiling quick-error v1.2.3
15232026-08-25T20:51:31.457Z Compiling num-bigint-dig v0.8.6
15242026-08-25T20:51:31.523Z Compiling num-conv v0.2.0
15252026-08-25T20:51:31.567Z Compiling powerfmt v0.2.0
15262026-08-25T20:51:31.638Z Compiling time-core v0.1.8
15272026-08-25T20:51:31.652Z Compiling funty v2.0.0
15282026-08-25T20:51:31.730Z Compiling bit-vec v0.8.0
15292026-08-25T20:51:31.764Z Compiling native-tls v0.2.18
15302026-08-25T20:51:31.783Z Compiling time-macros v0.2.27
15312026-08-25T20:51:31.861Z Compiling thiserror v1.0.69
15322026-08-25T20:51:31.957Z Compiling hyper v1.10.1
15332026-08-25T20:51:31.962Z Compiling bit-set v0.8.0
15342026-08-25T20:51:31.998Z Compiling bitvec v1.0.1
15352026-08-25T20:51:32.141Z Compiling darling v0.20.11
15362026-08-25T20:51:32.212Z Compiling deranged v0.5.8
15372026-08-25T20:51:32.264Z Compiling clap_builder v4.6.0
15382026-08-25T20:51:32.329Z Compiling rusty-fork v0.3.1
15392026-08-25T20:51:32.819Z Compiling num-iter v0.1.45
15402026-08-25T20:51:33.156Z Compiling hyper-util v0.1.20
15412026-08-25T20:51:33.391Z Compiling rand v0.8.6
15422026-08-25T20:51:33.502Z Compiling goblin v0.10.5
15432026-08-25T20:51:33.708Z Compiling packed_struct_codegen v0.10.1
15442026-08-25T20:51:34.182Z Compiling lazy_static v1.5.0
15452026-08-25T20:51:34.276Z Compiling hmac v0.12.1
15462026-08-25T20:51:34.451Z Compiling toml_datetime v0.6.11
15472026-08-25T20:51:34.726Z Compiling serde_spanned v0.6.9
15482026-08-25T20:51:34.799Z Compiling zerocopy-derive v0.6.6
15492026-08-25T20:51:34.873Z Compiling bitfield-macros v0.19.4
15502026-08-25T20:51:34.904Z Compiling clap_derive v4.6.1
15512026-08-25T20:51:35.215Z Compiling rand_xorshift v0.4.0
15522026-08-25T20:51:35.378Z Compiling sync_wrapper v1.0.2
15532026-08-25T20:51:35.486Z Compiling indexmap v1.9.3
15542026-08-25T20:51:35.576Z Compiling crc-catalog v2.4.0
15552026-08-25T20:51:35.626Z Compiling num_threads v0.1.7
15562026-08-25T20:51:35.669Z Compiling unarray v0.1.4
15572026-08-25T20:51:35.682Z Compiling siphasher v1.0.2
15582026-08-25T20:51:35.721Z Compiling crossbeam-utils v0.8.21
15592026-08-25T20:51:35.776Z Compiling zlib-rs v0.6.2
15602026-08-25T20:51:35.862Z Compiling nodrop v0.1.14
15612026-08-25T20:51:35.917Z Compiling unicode-segmentation v1.12.0
15622026-08-25T20:51:35.954Z Compiling object v0.37.3
15632026-08-25T20:51:36.001Z Compiling usdt-impl v0.6.0
15642026-08-25T20:51:36.200Z Compiling paste v1.0.15
15652026-08-25T20:51:36.258Z Compiling dof v0.4.0
15662026-08-25T20:51:36.325Z Compiling array-init v0.0.4
15672026-08-25T20:51:36.500Z Compiling proptest v1.11.0
15682026-08-25T20:51:36.645Z Compiling clap v4.6.1
15692026-08-25T20:51:36.660Z Compiling time v0.3.47
15702026-08-25T20:51:36.743Z Compiling crc v3.4.0
15712026-08-25T20:51:36.932Z Compiling zerocopy v0.6.6
15722026-08-25T20:51:37.245Z Compiling bitfield v0.19.4
15732026-08-25T20:51:37.385Z Compiling tower v0.5.3
15742026-08-25T20:51:37.824Z Compiling smallvec v0.6.14
15752026-08-25T20:51:38.144Z Compiling derive_builder_core v0.20.2
15762026-08-25T20:51:38.344Z Compiling dtrace-parser v0.3.0
15772026-08-25T20:51:38.943Z Compiling flate2 v1.1.9
15782026-08-25T20:51:38.961Z Compiling ipnetwork v0.21.1
15792026-08-25T20:51:38.975Z Compiling pkcs1 v0.7.5
15802026-08-25T20:51:39.048Z Compiling http-body-util v0.1.3
15812026-08-25T20:51:39.115Z Compiling heapless v0.7.17
15822026-08-25T20:51:39.289Z Compiling structmeta-derive v0.3.0
15832026-08-25T20:51:39.333Z Compiling scroll_derive v0.12.1
15842026-08-25T20:51:39.336Z Compiling slog v2.8.2
15852026-08-25T20:51:39.360Z Compiling darling_core v0.23.0
15862026-08-25T20:51:39.363Z Compiling thread-id v5.1.0
15872026-08-25T20:51:39.499Z Compiling cookie v0.18.1
15882026-08-25T20:51:39.574Z Compiling env_filter v2.0.0
15892026-08-25T20:51:39.677Z Compiling syn v3.0.3
15902026-08-25T20:51:39.872Z Compiling winnow v0.5.40
15912026-08-25T20:51:39.999Z Compiling allocator-api2 v0.2.21
15922026-08-25T20:51:40.338Z Compiling hashbrown v0.12.3
15932026-08-25T20:51:40.407Z Compiling unicode-properties v0.1.4
15942026-08-25T20:51:40.621Z Compiling iri-string v0.7.10
15952026-08-25T20:51:40.908Z Compiling base64 v0.21.7
15962026-08-25T20:51:41.149Z Compiling anyhow v1.0.104
15972026-08-25T20:51:41.299Z Compiling signal-hook v0.3.18
15982026-08-25T20:51:41.442Z Compiling unicode-bidi v0.3.18
15992026-08-25T20:51:41.466Z Compiling gimli v0.32.3
16002026-08-25T20:51:41.906Z Compiling zstd-safe v7.2.4
16012026-08-25T20:51:41.962Z Compiling ryu v1.0.23
16022026-08-25T20:51:42.099Z Compiling serde_urlencoded v0.7.1
16032026-08-25T20:51:42.130Z Compiling darling_macro v0.23.0
16042026-08-25T20:51:42.143Z Compiling stringprep v0.1.5
16052026-08-25T20:51:42.382Z Compiling tower-http v0.6.8
16062026-08-25T20:51:42.612Z Compiling toml_edit v0.19.15
16072026-08-25T20:51:42.778Z Compiling ron v0.8.1
16082026-08-25T20:51:43.109Z Compiling daft-derive v0.1.8
16092026-08-25T20:51:43.178Z Compiling addr2line v0.25.1
16102026-08-25T20:51:43.249Z Compiling structmeta v0.3.0
16112026-08-25T20:51:43.378Z Compiling scroll v0.12.0
16122026-08-25T20:51:43.457Z Compiling env_logger v0.11.11
16132026-08-25T20:51:43.689Z Compiling oxnet v0.1.6
16142026-08-25T20:51:43.710Z Compiling rsa v0.9.10
16152026-08-25T20:51:43.893Z Compiling derive_builder_macro v0.20.2
16162026-08-25T20:51:43.923Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16172026-08-25T20:51:44.109Z Compiling newtype-uuid v1.3.2
16182026-08-25T20:51:44.147Z Compiling hashbrown v0.13.2
16192026-08-25T20:51:44.272Z Compiling bzip2 v0.4.4
16202026-08-25T20:51:44.439Z Compiling serde-hex v0.1.0
16212026-08-25T20:51:44.517Z Compiling tokio-native-tls v0.3.1
16222026-08-25T20:51:44.658Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16232026-08-25T20:51:44.692Z Compiling camino v1.2.5
16242026-08-25T20:51:45.354Z Compiling bstr v1.12.1
16252026-08-25T20:51:45.572Z Compiling block-buffer v0.12.1
16262026-08-25T20:51:45.773Z Compiling crypto-common v0.2.2
16272026-08-25T20:51:45.995Z Compiling block-padding v0.4.2
16282026-08-25T20:51:46.166Z Compiling rustls-native-certs v0.8.3
16292026-08-25T20:51:46.217Z Compiling x509-cert v0.2.5
16302026-08-25T20:51:46.460Z Compiling md-5 v0.10.6
16312026-08-25T20:51:46.630Z Compiling serde_tokenstream v0.2.3
16322026-08-25T20:51:46.752Z Compiling erased-serde v0.3.31
16332026-08-25T20:51:46.940Z Compiling curve25519-dalek v4.1.3
16342026-08-25T20:51:47.242Z Compiling async-trait v0.1.89
16352026-08-25T20:51:47.277Z Compiling pin-project-internal v1.1.11
16362026-08-25T20:51:47.425Z Compiling zerocopy-derive v0.7.35
16372026-08-25T20:51:47.491Z Compiling vergen-lib v9.1.0
16382026-08-25T20:51:47.663Z Compiling hash32 v0.2.1
16392026-08-25T20:51:47.802Z Compiling memoffset v0.9.1
16402026-08-25T20:51:47.855Z Compiling encoding_rs v0.8.35
16412026-08-25T20:51:47.989Z Compiling owo-colors v4.3.0
16422026-08-25T20:51:48.063Z Compiling rustc-demangle v0.1.27
16432026-08-25T20:51:48.241Z Compiling crc-any v2.5.0
16442026-08-25T20:51:48.280Z Compiling rustix v0.38.44
16452026-08-25T20:51:48.294Z Compiling cfg_aliases v0.2.1
16462026-08-25T20:51:48.356Z Compiling psl-types v2.0.11
16472026-08-25T20:51:48.371Z Compiling mime v0.3.17
16482026-08-25T20:51:48.455Z Compiling litrs v1.0.0
16492026-08-25T20:51:48.469Z Compiling smoltcp v0.9.1
16502026-08-25T20:51:48.480Z Compiling fallible-iterator v0.2.0
16512026-08-25T20:51:48.493Z Compiling ref-cast v1.0.25
16522026-08-25T20:51:48.616Z Compiling publicsuffix v2.3.0
16532026-08-25T20:51:48.684Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16542026-08-25T20:51:48.778Z Compiling postgres-protocol v0.6.10
16552026-08-25T20:51:48.782Z Compiling nix v0.31.2
16562026-08-25T20:51:48.877Z Compiling pin-project v1.1.11
16572026-08-25T20:51:48.886Z Compiling backtrace v0.3.76
16582026-08-25T20:51:48.922Z Compiling zerocopy v0.7.35
16592026-08-25T20:51:48.942Z Compiling document-features v0.2.12
16602026-08-25T20:51:49.408Z Compiling inout v0.2.2
16612026-08-25T20:51:49.511Z Compiling daft v0.1.8
16622026-08-25T20:51:49.526Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16632026-08-25T20:51:49.588Z Compiling hyper-tls v0.6.0
16642026-08-25T20:51:49.756Z Compiling object v0.30.4
16652026-08-25T20:51:49.777Z Compiling zip v0.6.6
16662026-08-25T20:51:49.791Z Compiling derive_builder v0.20.2
16672026-08-25T20:51:49.805Z Compiling toml v0.7.8
16682026-08-25T20:51:49.912Z Compiling goblin v0.8.2
16692026-08-25T20:51:50.082Z Compiling derive-ex v0.1.8
16702026-08-25T20:51:50.408Z Compiling darling v0.23.0
16712026-08-25T20:51:50.533Z Compiling convert_case v0.10.0
16722026-08-25T20:51:50.686Z Compiling phf_shared v0.13.1
16732026-08-25T20:51:50.786Z Compiling regex v1.12.3
16742026-08-25T20:51:50.825Z Compiling hubpack_derive v0.1.1
16752026-08-25T20:51:50.925Z Compiling futures-executor v0.3.32
16762026-08-25T20:51:51.186Z Compiling snafu-derive v0.8.9
16772026-08-25T20:51:51.200Z Compiling ref-cast-impl v1.0.25
16782026-08-25T20:51:51.269Z Compiling curve25519-dalek-derive v0.1.1
16792026-08-25T20:51:51.729Z Compiling strum_macros v0.27.2
16802026-08-25T20:51:51.743Z Compiling vergen v9.1.0
16812026-08-25T20:51:51.896Z Compiling cargo-platform v0.3.2
16822026-08-25T20:51:51.917Z Compiling ff v0.13.1
16832026-08-25T20:51:52.058Z Compiling fs-err v3.3.0
16842026-08-25T20:51:52.163Z Compiling path-slash v0.1.5
16852026-08-25T20:51:52.239Z Compiling foldhash v0.1.5
16862026-08-25T20:51:52.295Z Compiling bumpalo v3.20.2
16872026-08-25T20:51:52.475Z Compiling jiff-core v0.1.0
16882026-08-25T20:51:52.557Z Compiling bitflags v1.3.2
16892026-08-25T20:51:52.580Z Compiling managed v0.8.0
16902026-08-25T20:51:52.631Z Compiling foldhash v0.2.0
16912026-08-25T20:51:52.798Z Compiling same-file v1.0.6
16922026-08-25T20:51:52.848Z Compiling base16ct v0.2.0
16932026-08-25T20:51:52.974Z Compiling libbz2-rs-sys v0.2.2
16942026-08-25T20:51:53.030Z Compiling either v1.15.0
16952026-08-25T20:51:53.085Z Compiling is_ci v1.2.0
16962026-08-25T20:51:53.226Z Compiling supports-color v3.0.2
16972026-08-25T20:51:53.253Z Compiling jiff v0.2.34
16982026-08-25T20:51:53.374Z Compiling snafu v0.8.9
16992026-08-25T20:51:53.398Z Compiling textwrap v0.16.2
17002026-08-25T20:51:53.495Z Compiling bzip2 v0.6.1
17012026-08-25T20:51:53.729Z Compiling sec1 v0.7.3
17022026-08-25T20:51:53.763Z Compiling strum v0.27.2
17032026-08-25T20:51:53.763Z Compiling walkdir v2.5.0
17042026-08-25T20:51:53.763Z Compiling hashbrown v0.16.1
17052026-08-25T20:51:53.841Z Compiling zopfli v0.8.3
17062026-08-25T20:51:53.917Z Compiling hashbrown v0.15.5
17072026-08-25T20:51:54.010Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17082026-08-25T20:51:54.413Z Compiling dof v0.3.0
17092026-08-25T20:51:54.486Z Compiling cargo_metadata v0.23.1
17102026-08-25T20:51:54.509Z Compiling group v0.13.0
17112026-08-25T20:51:54.792Z Compiling test-strategy v0.4.5
17122026-08-25T20:51:55.135Z Compiling hubpack v0.1.2
17132026-08-25T20:51:55.356Z Compiling futures v0.3.32
17142026-08-25T20:51:55.420Z Compiling phf v0.13.1
17152026-08-25T20:51:55.440Z Compiling derive_more-impl v2.1.1
17162026-08-25T20:51:55.584Z Compiling signal-hook-mio v0.2.5
17172026-08-25T20:51:55.859Z Compiling serde_with_macros v3.21.0
17182026-08-25T20:51:56.073Z Compiling cookie_store v0.22.1
17192026-08-25T20:51:56.283Z Compiling zstd v0.13.3
17202026-08-25T20:51:56.547Z Compiling reqwest v0.12.28
17212026-08-25T20:51:56.591Z Compiling cipher v0.5.2
17222026-08-25T20:51:56.729Z Compiling backtrace-ext v0.2.1
17232026-08-25T20:51:56.900Z Compiling postgres-types v0.2.12
17242026-08-25T20:51:56.983Z Compiling usdt-macro v0.6.0
17252026-08-25T20:51:57.454Z Compiling usdt-attr-macro v0.6.0
17262026-08-25T20:51:57.600Z Compiling globset v0.4.18
17272026-08-25T20:51:57.625Z Compiling phf_shared v0.11.3
17282026-08-25T20:51:57.740Z Compiling hkdf v0.12.4
17292026-08-25T20:51:57.806Z Compiling dtrace-parser v0.2.0
17302026-08-25T20:51:57.809Z Compiling byte-wrapper v0.1.0
17312026-08-25T20:51:57.908Z Compiling olpc-cjson v0.1.4
17322026-08-25T20:51:58.001Z Compiling ed25519 v2.2.3
17332026-08-25T20:51:58.068Z Compiling crypto-bigint v0.5.5
17342026-08-25T20:51:58.146Z Compiling serde_plain v1.0.2
17352026-08-25T20:51:58.245Z Compiling serde-big-array v0.5.1
17362026-08-25T20:51:58.265Z Compiling enum-as-inner v0.6.1
17372026-08-25T20:51:58.345Z Compiling miette-derive v7.6.0
17382026-08-25T20:51:58.385Z Compiling async-recursion v1.1.1
17392026-08-25T20:51:58.539Z Compiling strum_macros v0.26.4
17402026-08-25T20:51:58.767Z Compiling serde_repr v0.1.20
17412026-08-25T20:51:58.897Z Compiling pem v3.0.6
17422026-08-25T20:51:59.027Z Compiling float-cmp v0.10.0
17432026-08-25T20:51:59.176Z Compiling memmap2 v0.9.10
17442026-08-25T20:51:59.218Z Compiling thread-id v4.2.2
17452026-08-25T20:51:59.300Z Compiling whoami v2.1.0
17462026-08-25T20:51:59.314Z Compiling normalize-line-endings v0.3.0
17472026-08-25T20:51:59.384Z Compiling winnow v1.0.3
17482026-08-25T20:51:59.411Z Compiling precomputed-hash v0.1.1
17492026-08-25T20:51:59.554Z Compiling const-oid v0.10.2
17502026-08-25T20:51:59.567Z Compiling supports-unicode v3.0.0
17512026-08-25T20:51:59.717Z Compiling data-encoding v2.10.0
17522026-08-25T20:51:59.744Z Compiling fixedbitset v0.4.2
17532026-08-25T20:51:59.775Z Compiling supports-hyperlinks v3.2.0
17542026-08-25T20:51:59.940Z Compiling cpufeatures v0.3.0
17552026-08-25T20:51:59.962Z Compiling fixedbitset v0.5.7
17562026-08-25T20:52:00.019Z Compiling typed-path v0.9.3
17572026-08-25T20:52:00.273Z Compiling static_assertions v1.1.0
17582026-08-25T20:52:00.284Z Compiling keccak v0.1.6
17592026-08-25T20:52:00.307Z Compiling new_debug_unreachable v1.0.6
17602026-08-25T20:52:00.322Z Compiling predicates-core v1.0.10
17612026-08-25T20:52:00.348Z Compiling difflib v0.4.0
17622026-08-25T20:52:00.372Z Compiling string_cache v0.8.9
17632026-08-25T20:52:00.421Z Compiling toml_parser v1.1.2+spec-1.1.0
17642026-08-25T20:52:00.486Z Compiling sha3 v0.10.8
17652026-08-25T20:52:00.543Z Compiling miette v7.6.0
17662026-08-25T20:52:00.592Z Compiling predicates v3.1.4
17672026-08-25T20:52:00.898Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17682026-08-25T20:52:00.940Z Compiling strum v0.26.3
17692026-08-25T20:52:01.021Z Compiling toml_edit v0.22.27
17702026-08-25T20:52:01.043Z Compiling petgraph v0.8.3
17712026-08-25T20:52:01.077Z Compiling hickory-proto v0.25.2
17722026-08-25T20:52:01.226Z Compiling chacha20 v0.10.0
17732026-08-25T20:52:01.242Z Compiling petgraph v0.6.5
17742026-08-25T20:52:01.606Z Compiling digest v0.11.3
17752026-08-25T20:52:01.672Z Compiling tokio-postgres v0.7.16
17762026-08-25T20:52:01.823Z Compiling usdt v0.6.0
17772026-08-25T20:52:02.077Z Compiling usdt-impl v0.5.0
17782026-08-25T20:52:02.641Z Compiling elliptic-curve v0.13.8
17792026-08-25T20:52:02.699Z Compiling ed25519-dalek v2.2.0
17802026-08-25T20:52:02.981Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17812026-08-25T20:52:03.037Z Compiling crossterm v0.28.1
17822026-08-25T20:52:03.218Z Compiling serde_with v3.21.0
17832026-08-25T20:52:03.717Z Compiling derive_more v2.1.1
17842026-08-25T20:52:03.823Z Compiling zip v4.6.1
17852026-08-25T20:52:04.263Z Compiling iddqd v0.4.2
17862026-08-25T20:52:04.460Z Compiling itertools v0.13.0
17872026-08-25T20:52:04.735Z Compiling itertools v0.15.0
17882026-08-25T20:52:04.752Z Compiling similar v2.7.0
17892026-08-25T20:52:05.019Z Compiling crossbeam-epoch v0.9.18
17902026-08-25T20:52:05.363Z Compiling heck v0.4.1
17912026-08-25T20:52:05.374Z Compiling tokio-stream v0.1.18
17922026-08-25T20:52:05.572Z Compiling buf-list v1.1.2
17932026-08-25T20:52:05.588Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-08-25T20:52:05.601Z Compiling openapiv3 v2.2.0
17952026-08-25T20:52:05.693Z Compiling peg-runtime v0.8.5
17962026-08-25T20:52:05.720Z Compiling lalrpop-util v0.19.12
17972026-08-25T20:52:05.822Z Compiling thread_local v1.1.9
17982026-08-25T20:52:05.838Z Compiling slog-async v2.8.0
17992026-08-25T20:52:05.874Z Compiling crossbeam-channel v0.5.15
18002026-08-25T20:52:05.906Z Compiling is-terminal v0.4.17
18012026-08-25T20:52:05.967Z Compiling filetime v0.2.27
18022026-08-25T20:52:06.003Z Compiling take_mut v0.2.2
18032026-08-25T20:52:06.060Z Compiling xattr v1.6.1
18042026-08-25T20:52:06.073Z Compiling term v1.2.1
18052026-08-25T20:52:06.109Z Compiling camino-tempfile v1.4.1
18062026-08-25T20:52:06.318Z Compiling slog-term v2.9.2
18072026-08-25T20:52:06.333Z Compiling tar v0.4.46
18082026-08-25T20:52:12.267Z Compiling rustls-webpki v0.103.13
18092026-08-25T20:52:14.967Z Compiling tokio-rustls v0.26.4
18102026-08-25T20:52:14.967Z Compiling rustls-platform-verifier v0.6.2
18112026-08-25T20:52:14.967Z Compiling tough v0.22.0
18122026-08-25T20:52:15.180Z Compiling hyper-rustls v0.27.7
18132026-08-25T20:52:15.387Z Compiling reqwest v0.13.2
18142026-08-25T20:52:17.595Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-08-25T20:52:17.805Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-08-25T20:52:20.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18172026-08-25T20:52:20.855Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18182026-08-25T20:52:20.910ZAug 25 20:52:19.113 INFO Starting download, target: Cockroach
18192026-08-25T20:52:20.910ZAug 25 20:52:19.114 INFO Starting download, target: Console
18202026-08-25T20:52:20.914ZAug 25 20:52:19.114 INFO Starting download, target: Clickhouse
18212026-08-25T20:52:20.914ZAug 25 20:52:19.114 INFO Starting download, target: DendriteStub
18222026-08-25T20:52:20.914ZAug 25 20:52:19.114 INFO Starting download, target: MaghemiteMgd
18232026-08-25T20:52:20.914ZAug 25 20:52:19.114 INFO Starting download, target: MaghemiteDdmd
18242026-08-25T20:52:20.914ZAug 25 20:52:19.114 INFO Starting download, target: TransceiverControl
18252026-08-25T20:52:20.914ZAug 25 20:52:19.114 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18262026-08-25T20:52:20.914ZAug 25 20:52:19.114 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18272026-08-25T20:52:20.914ZAug 25 20:52:19.114 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18282026-08-25T20:52:20.914ZAug 25 20:52:19.114 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18292026-08-25T20:52:20.914ZAug 25 20:52:19.114 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18302026-08-25T20:52:20.914ZAug 25 20:52:19.114 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18312026-08-25T20:52:20.914ZAug 25 20:52:19.114 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18322026-08-25T20:52:21.205ZAug 25 20:52:19.406 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18332026-08-25T20:52:21.430ZAug 25 20:52:19.623 INFO Download complete, target: TransceiverControl
18342026-08-25T20:52:22.676ZAug 25 20:52:20.875 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18352026-08-25T20:52:22.680ZAug 25 20:52:20.880 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18362026-08-25T20:52:22.782ZAug 25 20:52:20.969 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18372026-08-25T20:52:22.831ZAug 25 20:52:21.031 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18382026-08-25T20:52:22.920ZAug 25 20:52:21.121 INFO Download complete, target: Console
18392026-08-25T20:52:23.604ZAug 25 20:52:21.807 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18402026-08-25T20:52:23.647ZAug 25 20:52:21.850 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18412026-08-25T20:52:23.647ZAug 25 20:52:21.850 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18422026-08-25T20:52:24.804ZAug 25 20:52:23.007 INFO Download complete, target: MaghemiteDdmd
18432026-08-25T20:52:25.196ZAug 25 20:52:23.399 INFO Download complete, target: DendriteStub
18442026-08-25T20:52:25.374ZAug 25 20:52:23.577 INFO Download complete, target: MaghemiteMgd
18452026-08-25T20:52:28.247ZAug 25 20:52:26.439 INFO Checking that binary works, target: Cockroach
18462026-08-25T20:52:28.353ZAug 25 20:52:26.554 INFO Download complete, target: Cockroach
18472026-08-25T20:52:30.246ZAug 25 20:52:28.448 INFO Checking that binary works, target: Clickhouse
18482026-08-25T20:52:30.355ZAug 25 20:52:28.558 INFO Download complete, target: Clickhouse
18492026-08-25T20:52:30.370ZAll builder prerequisites installed successfully, and PATH looks valid
18502026-08-25T20:52:30.373Z
18512026-08-25T20:52:30.373Zreal 2:15.075052038
18522026-08-25T20:52:30.373Zuser 7:22.246114644
18532026-08-25T20:52:30.373Zsys 1:26.051218596
18542026-08-25T20:52:30.373Ztrap 0.247282502
18552026-08-25T20:52:30.373Ztflt 0.539681763
18562026-08-25T20:52:30.373Zdflt 0.965024877
18572026-08-25T20:52:30.373Zkflt 0.023548011
18582026-08-25T20:52:30.373Zlock 28:04.517013528
18592026-08-25T20:52:30.373Zslp 22:21.889210873
18602026-08-25T20:52:30.373Zlat 46.067166624
18612026-08-25T20:52:30.374Zstop 2:36.303952346
18622026-08-25T20:52:30.374Z+ banner clippy
18632026-08-25T20:52:30.374Z
18642026-08-25T20:52:30.374Z #### # # ##### ##### # #
18652026-08-25T20:52:30.374Z # # # # # # # # # #
18662026-08-25T20:52:30.374Z # # # # # # # #
18672026-08-25T20:52:30.374Z # # # ##### ##### #
18682026-08-25T20:52:30.374Z # # # # # # #
18692026-08-25T20:52:30.374Z #### ###### # # # #
18702026-08-25T20:52:30.374Z
18712026-08-25T20:52:30.374Z+ export CARGO_INCREMENTAL=0
18722026-08-25T20:52:30.374Z+ CARGO_INCREMENTAL=0
18732026-08-25T20:52:30.374Z+ ptime -m cargo xtask clippy
18742026-08-25T20:52:30.845Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18752026-08-25T20:52:31.123Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18762026-08-25T20:52:32.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18772026-08-25T20:52:32.970Z Running `target/debug/xtask clippy`
18782026-08-25T20:52:32.992Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18792026-08-25T20:52:33.558Z Downloading crates ...
18802026-08-25T20:52:33.733Z Downloaded assert-json-diff v2.0.2
18812026-08-25T20:52:33.735Z Downloaded cast v0.3.0
18822026-08-25T20:52:33.735Z Downloaded approx v0.5.1
18832026-08-25T20:52:33.735Z Downloaded assert_cmd v2.1.2
18842026-08-25T20:52:33.739Z Downloaded async-object-pool v0.2.0
18852026-08-25T20:52:33.739Z Downloaded constant_time_eq v0.3.1
18862026-08-25T20:52:33.739Z Downloaded anes v0.1.6
18872026-08-25T20:52:33.739Z Downloaded criterion-plot v0.6.0
18882026-08-25T20:52:33.742Z Downloaded concurrent-queue v2.5.0
18892026-08-25T20:52:33.742Z Downloaded blake2b_simd v1.0.4
18902026-08-25T20:52:33.742Z Downloaded cfg-expr v0.20.6
18912026-08-25T20:52:33.742Z Downloaded criterion v0.7.0
18922026-08-25T20:52:33.745Z Downloaded async-lock v3.4.2
18932026-08-25T20:52:33.748Z Downloaded datatest-stable v0.3.3
18942026-08-25T20:52:33.752Z Downloaded event-listener-strategy v0.5.4
18952026-08-25T20:52:33.752Z Downloaded escape8259 v0.5.3
18962026-08-25T20:52:33.752Z Downloaded event-listener v5.4.1
18972026-08-25T20:52:33.752Z Downloaded fancy-regex v0.14.0
18982026-08-25T20:52:33.756Z Downloaded futures-timer v3.0.3
18992026-08-25T20:52:33.756Z Downloaded guppy v0.17.25
19002026-08-25T20:52:33.758Z Downloaded guppy-workspace-hack v0.1.0
19012026-08-25T20:52:33.758Z Downloaded hex-literal v0.4.1
19022026-08-25T20:52:33.758Z Downloaded hickory-client v0.25.2
19032026-08-25T20:52:33.759Z Downloaded httptest v0.16.4
19042026-08-25T20:52:33.761Z Downloaded knuffel-derive v3.2.0
19052026-08-25T20:52:33.761Z Downloaded libtest-mimic v0.8.1
19062026-08-25T20:52:33.762Z Downloaded miette-derive v5.10.0
19072026-08-25T20:52:33.765Z Downloaded nested v0.1.1
19082026-08-25T20:52:33.765Z Downloaded knuffel v3.2.0
19092026-08-25T20:52:33.765Z Downloaded linkme-impl v0.3.35
19102026-08-25T20:52:33.765Z Downloaded parking v2.2.1
19112026-08-25T20:52:33.765Z Downloaded pathdiff v0.2.3
19122026-08-25T20:52:33.768Z Downloaded linkme v0.3.35
19132026-08-25T20:52:33.768Z Downloaded owo-colors v3.5.0
19142026-08-25T20:52:33.768Z Downloaded partial-io v0.5.4
19152026-08-25T20:52:33.771Z Downloaded path-tree v0.8.3
19162026-08-25T20:52:33.771Z Downloaded plotters-backend v0.3.7
19172026-08-25T20:52:33.771Z Downloaded plotters-svg v0.3.7
19182026-08-25T20:52:33.771Z Downloaded miette v5.10.0
19192026-08-25T20:52:33.774Z Downloaded oorandom v11.1.5
19202026-08-25T20:52:33.774Z Downloaded relative-path v1.9.3
19212026-08-25T20:52:33.774Z Downloaded rust-argon2 v2.1.0
19222026-08-25T20:52:33.777Z Downloaded rand_distr v0.5.1
19232026-08-25T20:52:33.777Z Downloaded serde_regex v1.1.0
19242026-08-25T20:52:33.777Z Downloaded rstest v0.25.0
19252026-08-25T20:52:33.780Z Downloaded similar-asserts v1.7.0
19262026-08-25T20:52:33.783Z Downloaded plotters v0.3.7
19272026-08-25T20:52:33.786Z Downloaded rstest_macros v0.25.0
19282026-08-25T20:52:33.789Z Downloaded stringmetrics v2.2.2
19292026-08-25T20:52:33.789Z Downloaded supports-hyperlinks v2.1.0
19302026-08-25T20:52:33.789Z Downloaded supports-color v2.1.0
19312026-08-25T20:52:33.792Z Downloaded supports-unicode v2.1.0
19322026-08-25T20:52:33.792Z Downloaded target-triple v1.0.0
19332026-08-25T20:52:33.792Z Downloaded terminal_size v0.1.17
19342026-08-25T20:52:33.792Z Downloaded target-lexicon v0.13.3
19352026-08-25T20:52:33.792Z Downloaded termcolor v1.4.1
19362026-08-25T20:52:33.795Z Downloaded tinytemplate v1.2.1
19372026-08-25T20:52:33.795Z Downloaded target-spec v3.5.7
19382026-08-25T20:52:33.795Z Downloaded textwrap v0.15.2
19392026-08-25T20:52:33.798Z Downloaded trybuild v1.0.116
19402026-08-25T20:52:33.834Z Downloaded httpmock v0.8.3
19412026-08-25T20:52:35.664Z Checking cfg-if v1.0.4
19422026-08-25T20:52:36.038Z Checking serde_core v1.0.228
19432026-08-25T20:52:36.039Z Checking libc v0.2.185
19442026-08-25T20:52:36.114Z Checking memchr v2.8.0
19452026-08-25T20:52:36.159Z Checking smallvec v1.15.1
19462026-08-25T20:52:36.198Z Checking rand_core v0.10.0
19472026-08-25T20:52:36.201Z Checking itoa v1.0.17
19482026-08-25T20:52:36.273Z Checking subtle v2.6.1
19492026-08-25T20:52:36.273Z Checking libm v0.2.16
19502026-08-25T20:52:36.372Z Checking log v0.4.33
19512026-08-25T20:52:36.425Z Checking typenum v1.20.1
19522026-08-25T20:52:36.429Z Checking scopeguard v1.2.0
19532026-08-25T20:52:36.499Z Checking zmij v1.0.21
19542026-08-25T20:52:36.536Z Checking getrandom v0.4.3
19552026-08-25T20:52:36.574Z Checking errno v0.3.14
19562026-08-25T20:52:36.577Z Checking stable_deref_trait v1.2.1
19572026-08-25T20:52:36.645Z Checking lock_api v0.4.14
19582026-08-25T20:52:36.708Z Checking zerofrom v0.1.6
19592026-08-25T20:52:36.752Z Checking percent-encoding v2.3.2
19602026-08-25T20:52:36.792Z Checking litemap v0.8.1
19612026-08-25T20:52:36.792Z Checking writeable v0.6.2
19622026-08-25T20:52:36.864Z Checking yoke v0.8.1
19632026-08-25T20:52:36.904Z Checking icu_properties_data v2.1.2
19642026-08-25T20:52:36.942Z Checking icu_normalizer_data v2.1.1
19652026-08-25T20:52:36.981Z Checking form_urlencoded v1.2.2
19662026-08-25T20:52:37.020Z Checking num-traits v0.2.19
19672026-08-25T20:52:37.061Z Checking zerovec v0.11.5
19682026-08-25T20:52:37.061Z Checking zerotrie v0.2.3
19692026-08-25T20:52:37.065Z Checking utf8_iter v1.0.4
19702026-08-25T20:52:37.173Z Checking zerocopy v0.8.55
19712026-08-25T20:52:37.216Z Checking portable-atomic v1.13.1
19722026-08-25T20:52:37.255Z Checking critical-section v1.2.0
19732026-08-25T20:52:37.294Z Checking pin-project-lite v0.2.17
19742026-08-25T20:52:37.361Z Checking parking_lot_core v0.9.12
19752026-08-25T20:52:37.411Z Checking signal-hook-registry v1.4.8
19762026-08-25T20:52:37.457Z Checking mio v1.2.0
19772026-08-25T20:52:37.518Z Checking tinystr v0.8.2
19782026-08-25T20:52:37.556Z Checking serde v1.0.228
19792026-08-25T20:52:37.594Z Checking bitflags v2.11.0
19802026-08-25T20:52:37.669Z Checking serde_json v1.0.151
19812026-08-25T20:52:37.669Z Checking potential_utf v0.1.4
19822026-08-25T20:52:37.703Z Checking once_cell v1.21.3
19832026-08-25T20:52:37.742Z Checking icu_locale_core v2.1.1
19842026-08-25T20:52:37.779Z Checking parking_lot v0.12.5
19852026-08-25T20:52:37.820Z Checking icu_collections v2.1.1
19862026-08-25T20:52:37.861Z Checking iana-time-zone v0.1.65
19872026-08-25T20:52:37.914Z Checking uuid v1.23.4
19882026-08-25T20:52:37.978Z Checking zeroize v1.9.0
19892026-08-25T20:52:38.019Z Checking bytes v1.11.1
19902026-08-25T20:52:38.022Z Checking chrono v0.4.45
19912026-08-25T20:52:38.152Z Checking socket2 v0.6.3
19922026-08-25T20:52:38.202Z Checking semver v1.0.28
19932026-08-25T20:52:38.274Z Checking thiserror v2.0.18
19942026-08-25T20:52:38.317Z Checking icu_provider v2.1.1
19952026-08-25T20:52:38.356Z Checking dyn-clone v1.0.20
19962026-08-25T20:52:38.429Z Checking rustix v1.1.4
19972026-08-25T20:52:38.433Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19982026-08-25T20:52:38.511Z Checking futures-core v0.3.32
19992026-08-25T20:52:38.514Z Checking tokio v1.52.1
20002026-08-25T20:52:38.544Z Checking equivalent v1.0.2
20012026-08-25T20:52:38.617Z Checking icu_properties v2.1.2
20022026-08-25T20:52:38.661Z Checking icu_normalizer v2.1.1
20032026-08-25T20:52:38.703Z Checking getrandom v0.2.17
20042026-08-25T20:52:38.798Z Checking cmov v0.5.4
20052026-08-25T20:52:38.884Z Checking rand_core v0.6.4
20062026-08-25T20:52:38.925Z Checking getrandom v0.3.4
20072026-08-25T20:52:39.004Z Checking byteorder v1.5.0
20082026-08-25T20:52:39.045Z Checking ctutils v0.4.2
20092026-08-25T20:52:39.091Z Checking futures-sink v0.3.32
20102026-08-25T20:52:39.130Z Checking futures-task v0.3.32
20112026-08-25T20:52:39.220Z Checking futures-channel v0.3.32
20122026-08-25T20:52:39.261Z Checking slab v0.4.12
20132026-08-25T20:52:39.300Z Checking futures-io v0.3.32
20142026-08-25T20:52:39.305Z Checking hybrid-array v0.4.13
20152026-08-25T20:52:39.305Z Checking fnv v1.0.7
20162026-08-25T20:52:39.437Z Checking regex-syntax v0.8.10
20172026-08-25T20:52:39.475Z Checking hashbrown v0.17.0
20182026-08-25T20:52:39.479Z Checking idna_adapter v1.2.1
20192026-08-25T20:52:39.479Z Checking futures-util v0.3.32
20202026-08-25T20:52:39.510Z Checking generic-array v0.14.7
20212026-08-25T20:52:39.655Z Checking idna v1.1.0
20222026-08-25T20:52:39.935Z Checking url v2.5.8
20232026-08-25T20:52:39.938Z Checking ppv-lite86 v0.2.21
20242026-08-25T20:52:40.011Z Checking indexmap v2.14.0
20252026-08-25T20:52:40.085Z Checking thiserror v1.0.69
20262026-08-25T20:52:40.150Z Checking crypto-common v0.2.2
20272026-08-25T20:52:40.215Z Checking base64ct v1.8.3
20282026-08-25T20:52:40.300Z Checking const-oid v0.9.6
20292026-08-25T20:52:40.403Z Checking schemars v0.8.22
20302026-08-25T20:52:40.476Z Checking crypto-common v0.1.7
20312026-08-25T20:52:40.600Z Checking block-buffer v0.12.1
20322026-08-25T20:52:40.638Z Checking base64 v0.22.1
20332026-08-25T20:52:40.754Z Checking rand_core v0.9.5
20342026-08-25T20:52:40.795Z Checking block-buffer v0.10.4
20352026-08-25T20:52:40.798Z Checking erased-serde v0.3.31
20362026-08-25T20:52:40.903Z Checking utf8parse v0.2.2
20372026-08-25T20:52:40.960Z Checking rand_chacha v0.9.0
20382026-08-25T20:52:41.000Z Checking anstyle v1.0.14
20392026-08-25T20:52:41.038Z Checking digest v0.10.7
20402026-08-25T20:52:41.043Z Checking http v1.4.2
20412026-08-25T20:52:41.111Z Checking tracing-core v0.1.36
20422026-08-25T20:52:41.191Z Checking rand v0.9.2
20432026-08-25T20:52:41.230Z Checking is_terminal_polyfill v1.70.2
20442026-08-25T20:52:41.269Z Checking slog v2.8.2
20452026-08-25T20:52:41.272Z Checking anstyle-query v1.1.5
20462026-08-25T20:52:41.352Z Checking colorchoice v1.0.4
20472026-08-25T20:52:41.425Z Checking terminal_size v0.4.3
20482026-08-25T20:52:41.465Z Checking tracing v0.1.44
20492026-08-25T20:52:41.468Z Checking fastrand v2.3.0
20502026-08-25T20:52:41.539Z Checking const-oid v0.10.2
20512026-08-25T20:52:41.577Z Checking anstyle-parse v1.0.0
20522026-08-25T20:52:41.580Z Checking ipnet v2.12.0
20532026-08-25T20:52:41.669Z Checking aho-corasick v1.1.4
20542026-08-25T20:52:41.709Z Checking tempfile v3.27.0
20552026-08-25T20:52:41.712Z Checking ipnetwork v0.21.1
20562026-08-25T20:52:41.742Z Checking crossbeam-utils v0.8.21
20572026-08-25T20:52:41.746Z Checking unicode-ident v1.0.24
20582026-08-25T20:52:41.853Z Checking anstream v1.0.0
20592026-08-25T20:52:41.856Z Checking tokio-util v0.7.18
20602026-08-25T20:52:41.929Z Checking clap_lex v1.0.0
20612026-08-25T20:52:41.932Z Checking strsim v0.11.1
20622026-08-25T20:52:42.002Z Checking proc-macro2 v1.0.106
20632026-08-25T20:52:42.042Z Checking allocator-api2 v0.2.21
20642026-08-25T20:52:42.079Z Checking powerfmt v0.2.0
20652026-08-25T20:52:42.178Z Checking digest v0.11.3
20662026-08-25T20:52:42.188Z Checking num-conv v0.2.0
20672026-08-25T20:52:42.194Z Checking clap_builder v4.6.0
20682026-08-25T20:52:42.255Z Checking deranged v0.5.8
20692026-08-25T20:52:42.299Z Checking num_threads v0.1.7
20702026-08-25T20:52:42.338Z Checking time-core v0.1.8
20712026-08-25T20:52:42.341Z Checking quote v1.0.45
20722026-08-25T20:52:42.341Z Checking cpufeatures v0.3.0
20732026-08-25T20:52:42.446Z Checking httparse v1.10.1
20742026-08-25T20:52:42.449Z Checking regex-automata v0.4.14
20752026-08-25T20:52:42.522Z Checking anyhow v1.0.104
20762026-08-25T20:52:42.525Z Checking cpufeatures v0.2.17
20772026-08-25T20:52:42.525Z Checking rustls-pki-types v1.14.0
20782026-08-25T20:52:42.627Z Checking syn v2.0.117
20792026-08-25T20:52:42.667Z Checking aws-lc-sys v0.40.0
20802026-08-25T20:52:42.710Z Checking untrusted v0.7.1
20812026-08-25T20:52:42.751Z Checking http-body v1.0.1
20822026-08-25T20:52:42.852Z Checking atomic-waker v1.1.2
20832026-08-25T20:52:42.906Z Checking oxnet v0.1.6
20842026-08-25T20:52:42.946Z Checking httpdate v1.0.3
20852026-08-25T20:52:42.983Z Checking try-lock v0.2.5
20862026-08-25T20:52:43.112Z Checking want v0.3.1
20872026-08-25T20:52:43.151Z Checking h2 v0.4.15
20882026-08-25T20:52:43.189Z Checking time v0.3.47
20892026-08-25T20:52:43.192Z Checking aws-lc-rs v1.16.3
20902026-08-25T20:52:43.224Z Checking hex v0.4.3
20912026-08-25T20:52:43.298Z Checking ryu v1.0.23
20922026-08-25T20:52:43.427Z Checking clap v4.6.1
20932026-08-25T20:52:43.467Z Checking simd-adler32 v0.3.8
20942026-08-25T20:52:43.504Z Checking tower-service v0.3.3
20952026-08-25T20:52:43.543Z Checking tower-layer v0.3.3
20962026-08-25T20:52:43.622Z Checking untrusted v0.9.0
20972026-08-25T20:52:43.662Z Checking spin v0.9.8
20982026-08-25T20:52:43.719Z Checking adler2 v2.0.1
20992026-08-25T20:52:43.767Z Checking unicode-width v0.2.0
21002026-08-25T20:52:43.855Z Checking miniz_oxide v0.8.9
21012026-08-25T20:52:43.893Z Checking pem-rfc7468 v0.7.0
21022026-08-25T20:52:44.039Z Checking flagset v0.4.7
21032026-08-25T20:52:44.079Z Checking mime v0.3.17
21042026-08-25T20:52:44.124Z Checking rustls-webpki v0.103.13
21052026-08-25T20:52:44.213Z Checking der v0.7.10
21062026-08-25T20:52:44.261Z Checking block-padding v0.4.2
21072026-08-25T20:52:44.303Z Checking camino v1.2.5
21082026-08-25T20:52:44.306Z Checking pretty-hex v0.4.1
21092026-08-25T20:52:44.376Z Checking http-body-util v0.1.3
21102026-08-25T20:52:44.428Z Checking inout v0.2.2
21112026-08-25T20:52:44.482Z Checking plain v0.2.3
21122026-08-25T20:52:44.577Z Checking ucd-trie v0.1.7
21132026-08-25T20:52:44.618Z Checking openssl-probe v0.2.1
21142026-08-25T20:52:44.621Z Checking rustls v0.23.41
21152026-08-25T20:52:44.651Z Checking cipher v0.5.2
21162026-08-25T20:52:44.655Z Checking regex v1.12.3
21172026-08-25T20:52:44.795Z Checking serde_urlencoded v0.7.1
21182026-08-25T20:52:44.801Z Checking pest v2.8.6
21192026-08-25T20:52:44.914Z Checking rand_chacha v0.3.1
21202026-08-25T20:52:44.995Z Checking encoding_rs v0.8.35
21212026-08-25T20:52:45.001Z Checking bit-vec v0.8.0
21222026-08-25T20:52:45.073Z Checking spki v0.7.3
21232026-08-25T20:52:45.076Z Checking futures-executor v0.3.32
21242026-08-25T20:52:45.149Z Checking rand v0.8.6
21252026-08-25T20:52:45.227Z Checking bit-set v0.8.0
21262026-08-25T20:52:45.271Z Checking wait-timeout v0.2.1
21272026-08-25T20:52:45.310Z Checking futures v0.3.32
21282026-08-25T20:52:45.405Z Checking crc32fast v1.5.0
21292026-08-25T20:52:45.445Z Checking either v1.15.0
21302026-08-25T20:52:45.447Z Checking quick-error v1.2.3
21312026-08-25T20:52:45.585Z Checking rand_xorshift v0.4.0
21322026-08-25T20:52:45.613Z Checking rusty-fork v0.3.1
21332026-08-25T20:52:45.660Z Checking sync_wrapper v1.0.2
21342026-08-25T20:52:45.700Z Checking unarray v0.1.4
21352026-08-25T20:52:45.738Z Checking pkcs8 v0.10.2
21362026-08-25T20:52:45.793Z Checking tower v0.5.3
21372026-08-25T20:52:45.833Z Checking iri-string v0.7.10
21382026-08-25T20:52:45.836Z Checking proptest v1.11.0
21392026-08-25T20:52:45.906Z Checking foldhash v0.2.0
21402026-08-25T20:52:45.945Z Checking openapiv3 v2.2.0
21412026-08-25T20:52:46.011Z Checking hyper v1.10.1
21422026-08-25T20:52:46.028Z Checking zlib-rs v0.6.2
21432026-08-25T20:52:46.091Z Checking hashbrown v0.16.1
21442026-08-25T20:52:46.214Z Checking static_assertions v1.1.0
21452026-08-25T20:52:46.315Z Checking sha2 v0.10.9
21462026-08-25T20:52:46.610Z Checking rustls-native-certs v0.8.3
21472026-08-25T20:52:46.613Z Checking lazy_static v1.5.0
21482026-08-25T20:52:46.768Z Checking hubpack v0.1.2
21492026-08-25T20:52:46.808Z Checking tinyvec_macros v0.1.1
21502026-08-25T20:52:46.855Z Checking tower-http v0.6.8
21512026-08-25T20:52:46.903Z Checking psl-types v2.0.11
21522026-08-25T20:52:46.943Z Checking flate2 v1.1.9
21532026-08-25T20:52:46.978Z Checking hyper-util v0.1.20
21542026-08-25T20:52:47.016Z Checking tinyvec v1.10.0
21552026-08-25T20:52:47.019Z Checking tokio-rustls v0.26.4
21562026-08-25T20:52:47.088Z Checking publicsuffix v2.3.0
21572026-08-25T20:52:47.151Z Checking cookie v0.18.1
21582026-08-25T20:52:47.254Z Checking rustls-platform-verifier v0.6.2
21592026-08-25T20:52:47.257Z Checking signature v2.2.0
21602026-08-25T20:52:47.330Z Checking num-integer v0.1.46
21612026-08-25T20:52:47.333Z Checking strum v0.26.3
21622026-08-25T20:52:47.402Z Checking scroll v0.13.0
21632026-08-25T20:52:47.406Z Checking cookie_store v0.22.1
21642026-08-25T20:52:47.477Z Checking ahash v0.8.12
21652026-08-25T20:52:47.481Z Checking memmap2 v0.9.10
21662026-08-25T20:52:47.550Z Checking unicode-width v0.1.14
21672026-08-25T20:52:47.589Z Checking dtrace-parser v0.3.0
21682026-08-25T20:52:47.656Z Checking goblin v0.10.5
21692026-08-25T20:52:47.659Z Checking newtype-uuid v1.3.2
21702026-08-25T20:52:47.732Z Checking toml_datetime v0.6.11
21712026-08-25T20:52:47.736Z Checking serde_spanned v0.6.9
21722026-08-25T20:52:47.808Z Checking thread-id v5.1.0
21732026-08-25T20:52:47.847Z Checking data-encoding v2.10.0
21742026-08-25T20:52:47.847Z Checking bstr v1.12.1
21752026-08-25T20:52:47.921Z Checking hmac v0.12.1
21762026-08-25T20:52:47.924Z Checking daft v0.1.8
21772026-08-25T20:52:47.924Z Checking base64 v0.21.7
21782026-08-25T20:52:48.028Z Checking x509-cert v0.2.5
21792026-08-25T20:52:48.087Z Checking crossbeam-epoch v0.9.18
21802026-08-25T20:52:48.137Z Checking memoffset v0.9.1
21812026-08-25T20:52:48.219Z Checking num-iter v0.1.45
21822026-08-25T20:52:48.259Z Checking scroll v0.12.0
21832026-08-25T20:52:48.262Z Checking hyper-rustls v0.27.7
21842026-08-25T20:52:48.262Z Checking zerocopy v0.7.35
21852026-08-25T20:52:48.367Z Checking rustix v0.38.44
21862026-08-25T20:52:48.371Z Checking env_filter v2.0.0
21872026-08-25T20:52:48.371Z Checking smawk v0.3.2
21882026-08-25T20:52:48.513Z Checking goblin v0.8.2
21892026-08-25T20:52:48.570Z Checking reqwest v0.13.2
21902026-08-25T20:52:48.599Z Checking tap v1.0.1
21912026-08-25T20:52:48.606Z Checking unicode-linebreak v0.1.5
21922026-08-25T20:52:48.693Z Checking unicode-segmentation v1.12.0
21932026-08-25T20:52:48.773Z Checking wyz v0.5.1
21942026-08-25T20:52:48.808Z Checking env_logger v0.11.11
21952026-08-25T20:52:48.845Z Checking num-bigint-dig v0.8.6
21962026-08-25T20:52:48.981Z Checking nix v0.31.2
21972026-08-25T20:52:49.027Z Checking pkcs1 v0.7.5
21982026-08-25T20:52:49.031Z Checking dtrace-parser v0.2.0
21992026-08-25T20:52:49.181Z Checking ff v0.13.1
22002026-08-25T20:52:49.274Z Checking radium v0.7.0
22012026-08-25T20:52:49.325Z Checking thread-id v4.2.2
22022026-08-25T20:52:49.370Z Checking crc-catalog v2.4.0
22032026-08-25T20:52:49.439Z Checking winnow v1.0.3
22042026-08-25T20:52:49.443Z Checking funty v2.0.0
22052026-08-25T20:52:49.522Z Checking base16ct v0.2.0
22062026-08-25T20:52:49.526Z Checking same-file v1.0.6
22072026-08-25T20:52:49.666Z Checking sec1 v0.7.3
22082026-08-25T20:52:49.729Z Checking walkdir v2.5.0
22092026-08-25T20:52:49.752Z Checking rsa v0.9.10
22102026-08-25T20:52:49.825Z Checking bitvec v1.0.1
22112026-08-25T20:52:49.929Z Checking crc v3.4.0
22122026-08-25T20:52:49.949Z Checking group v0.13.0
22132026-08-25T20:52:49.988Z Checking dof v0.4.0
22142026-08-25T20:52:50.115Z Checking hkdf v0.12.4
22152026-08-25T20:52:50.155Z Checking unicode-normalization v0.1.25
22162026-08-25T20:52:50.205Z Checking crypto-bigint v0.5.5
22172026-08-25T20:52:50.256Z Checking zerocopy v0.6.6
22182026-08-25T20:52:50.291Z Checking maybe-uninit v2.0.0
22192026-08-25T20:52:50.339Z Checking nodrop v0.1.14
22202026-08-25T20:52:50.390Z Checking foldhash v0.1.5
22212026-08-25T20:52:50.430Z Checking dof v0.3.0
22222026-08-25T20:52:50.470Z Checking gimli v0.32.3
22232026-08-25T20:52:50.554Z Checking winnow v0.5.40
22242026-08-25T20:52:50.597Z Checking is_ci v1.2.0
22252026-08-25T20:52:50.601Z Checking foreign-types-shared v0.1.1
22262026-08-25T20:52:50.674Z Checking usdt-impl v0.6.0
22272026-08-25T20:52:50.707Z Checking foreign-types v0.3.2
22282026-08-25T20:52:50.747Z Checking usdt-impl v0.5.0
22292026-08-25T20:52:50.793Z Checking hashbrown v0.15.5
22302026-08-25T20:52:50.821Z Checking array-init v0.0.4
22312026-08-25T20:52:50.972Z Checking usdt v0.6.0
22322026-08-25T20:52:51.048Z Checking smallvec v0.6.14
22332026-08-25T20:52:51.142Z Checking serde_with v3.21.0
22342026-08-25T20:52:51.145Z Checking elliptic-curve v0.13.8
22352026-08-25T20:52:51.218Z Checking bitfield v0.19.4
22362026-08-25T20:52:51.223Z Checking packed_struct v0.10.1
22372026-08-25T20:52:51.298Z Checking bzip2-sys v0.1.13+1.0.8
22382026-08-25T20:52:51.303Z Checking openssl-sys v0.9.117
22392026-08-25T20:52:51.406Z Checking object v0.37.3
22402026-08-25T20:52:51.477Z Checking bitflags v1.3.2
22412026-08-25T20:52:51.525Z Checking rustc-demangle v0.1.27
22422026-08-25T20:52:51.578Z Checking hashbrown v0.12.3
22432026-08-25T20:52:51.759Z Checking toml_edit v0.19.15
22442026-08-25T20:52:51.768Z Checking siphasher v1.0.2
22452026-08-25T20:52:51.783Z Checking keccak v0.1.6
22462026-08-25T20:52:51.931Z Checking openssl v0.10.80
22472026-08-25T20:52:51.974Z Checking sha3 v0.10.8
22482026-08-25T20:52:52.013Z Checking addr2line v0.25.1
22492026-08-25T20:52:52.016Z Checking indexmap v1.9.3
22502026-08-25T20:52:52.208Z Checking bzip2 v0.4.4
22512026-08-25T20:52:52.305Z Checking serde-hex v0.1.0
22522026-08-25T20:52:52.344Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22532026-08-25T20:52:52.384Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22542026-08-25T20:52:52.425Z Checking toml_parser v1.1.2+spec-1.1.0
22552026-08-25T20:52:52.568Z Checking ron v0.8.1
22562026-08-25T20:52:52.680Z Checking hashbrown v0.13.2
22572026-08-25T20:52:52.759Z Checking toml v0.7.8
22582026-08-25T20:52:52.797Z Checking itertools v0.15.0
22592026-08-25T20:52:53.099Z Checking itertools v0.13.0
22602026-08-25T20:52:53.138Z Checking signal-hook v0.3.18
22612026-08-25T20:52:53.141Z Checking crc-any v2.5.0
22622026-08-25T20:52:53.342Z Checking managed v0.8.0
22632026-08-25T20:52:53.395Z Checking object v0.30.4
22642026-08-25T20:52:53.556Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22652026-08-25T20:52:53.715Z Checking backtrace v0.3.76
22662026-08-25T20:52:53.753Z Checking zip v0.6.6
22672026-08-25T20:52:53.811Z Checking globset v0.4.18
22682026-08-25T20:52:53.906Z Checking chacha20 v0.10.0
22692026-08-25T20:52:53.947Z Checking curve25519-dalek v4.1.3
22702026-08-25T20:52:54.037Z Checking backtrace-ext v0.2.1
22712026-08-25T20:52:54.096Z Checking winnow v0.7.14
22722026-08-25T20:52:54.138Z Checking toml_write v0.1.2
22732026-08-25T20:52:54.175Z Checking path-slash v0.1.5
22742026-08-25T20:52:54.178Z Checking native-tls v0.2.18
22752026-08-25T20:52:54.249Z Checking signal-hook-mio v0.2.5
22762026-08-25T20:52:54.326Z Checking textwrap v0.16.2
22772026-08-25T20:52:54.354Z Checking ed25519 v2.2.3
22782026-08-25T20:52:54.398Z Checking ref-cast v1.0.25
22792026-08-25T20:52:54.428Z Checking pin-project v1.1.11
22802026-08-25T20:52:54.516Z Checking jiff-core v0.1.0
22812026-08-25T20:52:54.555Z Checking tokio-native-tls v0.3.1
22822026-08-25T20:52:54.559Z Checking pem v3.0.6
22832026-08-25T20:52:54.629Z Checking zstd-sys v2.0.16+zstd.1.5.7
22842026-08-25T20:52:54.755Z Checking owo-colors v4.3.0
22852026-08-25T20:52:54.787Z Checking fixedbitset v0.5.7
22862026-08-25T20:52:54.791Z Checking ed25519-dalek v2.2.0
22872026-08-25T20:52:54.791Z Checking zstd-safe v7.2.4
22882026-08-25T20:52:55.015Z Checking petgraph v0.8.3
22892026-08-25T20:52:55.065Z Checking hyper-tls v0.6.0
22902026-08-25T20:52:55.126Z Checking snafu v0.8.9
22912026-08-25T20:52:55.252Z Checking jiff v0.2.34
22922026-08-25T20:52:55.289Z Checking crossterm v0.28.1
22932026-08-25T20:52:55.386Z Checking toml_edit v0.22.27
22942026-08-25T20:52:55.391Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22952026-08-25T20:52:55.392Z Checking supports-color v3.0.2
22962026-08-25T20:52:55.437Z Checking similar v2.7.0
22972026-08-25T20:52:55.505Z Checking fs-err v3.3.0
22982026-08-25T20:52:55.547Z Checking hash32 v0.2.1
22992026-08-25T20:52:55.734Z Checking serde-big-array v0.5.1
23002026-08-25T20:52:55.830Z Checking serde_plain v1.0.2
23012026-08-25T20:52:55.869Z Checking libbz2-rs-sys v0.2.2
23022026-08-25T20:52:55.910Z Checking predicates-core v1.0.10
23032026-08-25T20:52:55.998Z Checking unicode-properties v0.1.4
23042026-08-25T20:52:56.038Z Checking unicode-bidi v0.3.18
23052026-08-25T20:52:56.074Z Checking bumpalo v3.20.2
23062026-08-25T20:52:56.215Z Checking typed-path v0.9.3
23072026-08-25T20:52:56.278Z Checking bzip2 v0.6.1
23082026-08-25T20:52:56.318Z Checking zopfli v0.8.3
23092026-08-25T20:52:56.354Z Checking stringprep v0.1.5
23102026-08-25T20:52:56.357Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23112026-08-25T20:52:56.425Z Checking heapless v0.7.17
23122026-08-25T20:52:56.467Z Checking reqwest v0.12.28
23132026-08-25T20:52:56.532Z Checking zstd v0.13.3
23142026-08-25T20:52:56.609Z Checking hickory-proto v0.25.2
23152026-08-25T20:52:56.667Z Checking byte-wrapper v0.1.0
23162026-08-25T20:52:56.746Z Checking md-5 v0.10.6
23172026-08-25T20:52:56.750Z Checking float-cmp v0.10.0
23182026-08-25T20:52:56.859Z Checking supports-hyperlinks v3.2.0
23192026-08-25T20:52:56.900Z Checking fallible-iterator v0.2.0
23202026-08-25T20:52:56.938Z Checking difflib v0.4.0
23212026-08-25T20:52:56.944Z Checking supports-unicode v3.0.0
23222026-08-25T20:52:57.012Z Checking normalize-line-endings v0.3.0
23232026-08-25T20:52:57.012Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23242026-08-25T20:52:57.107Z Checking miette v7.6.0
23252026-08-25T20:52:57.147Z Checking smoltcp v0.9.1
23262026-08-25T20:52:57.150Z Checking zip v4.6.1
23272026-08-25T20:52:57.220Z Checking postgres-protocol v0.6.10
23282026-08-25T20:52:57.225Z Checking predicates v3.1.4
23292026-08-25T20:52:57.292Z Checking iddqd v0.4.2
23302026-08-25T20:52:57.555Z Checking phf_shared v0.13.1
23312026-08-25T20:52:57.594Z Checking phf_shared v0.11.3
23322026-08-25T20:52:57.633Z Checking olpc-cjson v0.1.4
23332026-08-25T20:52:57.636Z Checking tokio-stream v0.1.18
23342026-08-25T20:52:57.763Z Checking derive_more v2.1.1
23352026-08-25T20:52:57.802Z Checking strum v0.27.2
23362026-08-25T20:52:57.806Z Checking precomputed-hash v0.1.1
23372026-08-25T20:52:57.806Z Checking fixedbitset v0.4.2
23382026-08-25T20:52:57.807Z Checking new_debug_unreachable v1.0.6
23392026-08-25T20:52:57.945Z Checking lalrpop-util v0.19.12
23402026-08-25T20:52:57.948Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23412026-08-25T20:52:58.022Z Checking tough v0.22.0
23422026-08-25T20:52:58.027Z Checking string_cache v0.8.9
23432026-08-25T20:52:58.089Z Checking petgraph v0.6.5
23442026-08-25T20:52:58.095Z Checking phf v0.13.1
23452026-08-25T20:52:58.171Z Checking postgres-types v0.2.12
23462026-08-25T20:52:58.213Z Checking buf-list v1.1.2
23472026-08-25T20:52:58.252Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23482026-08-25T20:52:58.298Z Checking whoami v2.1.0
23492026-08-25T20:52:58.422Z Checking peg-runtime v0.8.5
23502026-08-25T20:52:58.545Z Checking tokio-postgres v0.7.16
23512026-08-25T20:52:58.548Z Checking is-terminal v0.4.17
23522026-08-25T20:52:58.621Z Checking crossbeam-channel v0.5.15
23532026-08-25T20:52:58.659Z Checking thread_local v1.1.9
23542026-08-25T20:52:58.699Z Checking term v1.2.1
23552026-08-25T20:52:58.854Z Checking take_mut v0.2.2
23562026-08-25T20:52:58.951Z Checking slog-term v2.9.2
23572026-08-25T20:52:58.992Z Compiling newtype-uuid-macros v0.1.0
23582026-08-25T20:52:59.035Z Checking slog-async v2.8.0
23592026-08-25T20:52:59.235Z Checking match_cfg v0.1.0
23602026-08-25T20:52:59.275Z Checking slog-json v2.6.1
23612026-08-25T20:52:59.336Z Checking hostname v0.3.1
23622026-08-25T20:52:59.375Z Compiling multer v3.1.0
23632026-08-25T20:52:59.417Z Compiling async-stream-impl v0.3.6
23642026-08-25T20:52:59.463Z Compiling dropshot v0.17.1
23652026-08-25T20:52:59.498Z Checking slog-bunyan v2.5.0
23662026-08-25T20:52:59.643Z Checking debug-ignore v1.0.5
23672026-08-25T20:52:59.683Z Compiling dropshot_endpoint v0.17.1
23682026-08-25T20:52:59.767Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23692026-08-25T20:52:59.774Z Checking serde_path_to_error v0.1.20
23702026-08-25T20:52:59.840Z Checking sha1 v0.11.0
23712026-08-25T20:52:59.879Z Checking serde_spanned v1.1.1
23722026-08-25T20:53:00.040Z Checking toml_datetime v1.1.1+spec-1.1.0
23732026-08-25T20:53:00.043Z Checking toml_writer v1.1.1+spec-1.1.0
23742026-08-25T20:53:00.117Z Checking compression-core v0.4.31
23752026-08-25T20:53:00.122Z Checking async-stream v0.3.6
23762026-08-25T20:53:00.243Z Checking waitgroup v0.1.2
23772026-08-25T20:53:00.283Z Checking compression-codecs v0.4.37
23782026-08-25T20:53:00.318Z Checking rustls-pemfile v2.2.0
23792026-08-25T20:53:00.356Z Checking hostname v0.4.2
23802026-08-25T20:53:00.393Z Checking toml v1.1.2+spec-1.1.0
23812026-08-25T20:53:00.430Z Checking progenitor-client v0.14.0
23822026-08-25T20:53:00.465Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23832026-08-25T20:53:00.537Z Checking async-compression v0.4.41
23842026-08-25T20:53:00.540Z Checking atomicwrites v0.4.4
23852026-08-25T20:53:00.540Z Compiling serde_tokenstream v0.3.0
23862026-08-25T20:53:00.650Z Compiling parse-display-derive v0.10.0
23872026-08-25T20:53:00.713Z Checking regress v0.10.5
23882026-08-25T20:53:00.752Z Checking macaddr v1.0.1
23892026-08-25T20:53:00.816Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23902026-08-25T20:53:00.916Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23912026-08-25T20:53:00.954Z Compiling oxide-generation-macros v0.2.0
23922026-08-25T20:53:00.992Z Checking instant v0.1.13
23932026-08-25T20:53:01.031Z Checking itertools v0.14.0
23942026-08-25T20:53:01.069Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-08-25T20:53:01.109Z Checking oxide-generation v0.1.3
23962026-08-25T20:53:01.249Z Checking backoff v0.4.0
23972026-08-25T20:53:01.326Z Checking backon v1.6.0
23982026-08-25T20:53:01.367Z Checking humantime v2.3.0
23992026-08-25T20:53:01.464Z Compiling convert_case v0.4.0
24002026-08-25T20:53:01.536Z Checking progenitor-extras v0.2.0
24012026-08-25T20:53:01.577Z Checking half v2.7.1
24022026-08-25T20:53:01.717Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24032026-08-25T20:53:01.790Z Checking ciborium-io v0.2.2
24042026-08-25T20:53:01.857Z Compiling derive_more v0.99.20
24052026-08-25T20:53:01.896Z Checking heck v0.5.0
24062026-08-25T20:53:01.931Z Checking ciborium-ll v0.2.2
24072026-08-25T20:53:01.968Z Checking secrecy v0.10.3
24082026-08-25T20:53:02.045Z Checking camino-tempfile v1.4.1
24092026-08-25T20:53:02.116Z Checking indent_write v2.2.0
24102026-08-25T20:53:02.120Z Compiling crucible-workspace-hack v0.1.0
24112026-08-25T20:53:02.189Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24122026-08-25T20:53:02.193Z Checking ciborium v0.2.2
24132026-08-25T20:53:02.265Z Compiling regress v0.11.1
24142026-08-25T20:53:02.301Z Checking inout v0.1.4
24152026-08-25T20:53:02.343Z Checking parse-display v0.10.0
24162026-08-25T20:53:02.465Z Checking cipher v0.4.4
24172026-08-25T20:53:02.517Z Checking universal-hash v0.5.1
24182026-08-25T20:53:02.557Z Compiling thiserror-impl-no-std v2.0.2
24192026-08-25T20:53:02.561Z Checking opaque-debug v0.3.1
24202026-08-25T20:53:02.671Z Checking blake2 v0.10.6
24212026-08-25T20:53:02.711Z Checking aead v0.5.2
24222026-08-25T20:53:02.715Z Checking poly1305 v0.8.0
24232026-08-25T20:53:02.715Z Checking chacha20 v0.9.1
24242026-08-25T20:53:02.885Z Checking password-hash v0.5.0
24252026-08-25T20:53:02.942Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24262026-08-25T20:53:03.005Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-08-25T20:53:03.044Z Checking chacha20poly1305 v0.10.1
24282026-08-25T20:53:03.140Z Checking argon2 v0.5.3
24292026-08-25T20:53:03.201Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24302026-08-25T20:53:03.378Z Compiling unsafe-libyaml v0.2.11
24312026-08-25T20:53:03.470Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24322026-08-25T20:53:03.509Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24332026-08-25T20:53:03.512Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24342026-08-25T20:53:03.733Z Checking thiserror-no-std v2.0.2
24352026-08-25T20:53:03.773Z Checking swrite v0.1.0
24362026-08-25T20:53:03.851Z Compiling typify-impl v0.6.2
24372026-08-25T20:53:03.894Z Checking vsss-rs v3.3.4
24382026-08-25T20:53:04.132Z Compiling serde_yaml v0.9.34+deprecated
24392026-08-25T20:53:04.438Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-08-25T20:53:05.061Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24412026-08-25T20:53:05.184Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24422026-08-25T20:53:05.237Z Checking crossbeam-deque v0.8.6
24432026-08-25T20:53:05.311Z Compiling rayon-core v1.13.0
24442026-08-25T20:53:05.455Z Compiling num-derive v0.4.2
24452026-08-25T20:53:05.519Z Compiling toml_datetime v0.7.5+spec-1.1.0
24462026-08-25T20:53:05.640Z Compiling proc-macro-error v1.0.4
24472026-08-25T20:53:05.828Z Compiling toml_edit v0.23.10+spec-1.0.0
24482026-08-25T20:53:05.964Z Checking rayon v1.11.0
24492026-08-25T20:53:06.002Z Checking tabwriter v1.4.1
24502026-08-25T20:53:06.037Z Checking glob v0.3.3
24512026-08-25T20:53:06.177Z Compiling illumos-nvpair-sys v0.2.0
24522026-08-25T20:53:06.249Z Compiling heapless v0.8.0
24532026-08-25T20:53:06.292Z Checking hash32 v0.3.1
24542026-08-25T20:53:06.383Z Compiling proc-macro-crate v3.4.0
24552026-08-25T20:53:06.457Z Compiling ingot-macros v0.2.0
24562026-08-25T20:53:06.654Z Checking colored v3.1.1
24572026-08-25T20:53:06.760Z Compiling smoltcp v0.11.0
24582026-08-25T20:53:06.875Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24592026-08-25T20:53:06.950Z Compiling num_enum_derive v0.7.6
24602026-08-25T20:53:06.987Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-08-25T20:53:07.199Z Checking illumos-nvpair v0.3.0
24622026-08-25T20:53:07.241Z Checking toml v0.8.23
24632026-08-25T20:53:07.324Z Checking cobs v0.3.0
24642026-08-25T20:53:07.381Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24652026-08-25T20:53:07.500Z Checking postcard v1.1.3
24662026-08-25T20:53:07.584Z Checking rand v0.10.1
24672026-08-25T20:53:07.672Z Compiling proc-macro-crate v1.3.1
24682026-08-25T20:53:07.821Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-25T20:53:08.033Z Checking num_enum v0.7.6
24702026-08-25T20:53:08.070Z Checking sigpipe v0.1.3
24712026-08-25T20:53:08.108Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24722026-08-25T20:53:08.111Z Compiling foreign-types-macros v0.2.3
24732026-08-25T20:53:08.184Z Checking foreign-types-shared v0.3.1
24742026-08-25T20:53:08.216Z Compiling num_enum_derive v0.5.11
24752026-08-25T20:53:08.401Z Compiling typify-macro v0.6.2
24762026-08-25T20:53:08.439Z Compiling usdt-attr-macro v0.5.0
24772026-08-25T20:53:08.575Z Compiling usdt-macro v0.5.0
24782026-08-25T20:53:08.627Z Checking cstr-argument v0.1.2
24792026-08-25T20:53:08.753Z Checking foreign-types v0.5.0
24802026-08-25T20:53:08.790Z Checking memmap v0.7.0
24812026-08-25T20:53:08.860Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24822026-08-25T20:53:08.949Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24832026-08-25T20:53:09.254Z Checking ingot-types v0.2.0
24842026-08-25T20:53:09.291Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24852026-08-25T20:53:09.291Z Checking num_enum v0.5.11
24862026-08-25T20:53:09.326Z Checking usdt v0.5.0
24872026-08-25T20:53:09.393Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24882026-08-25T20:53:09.431Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24892026-08-25T20:53:09.467Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24902026-08-25T20:53:09.535Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24912026-08-25T20:53:09.571Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24922026-08-25T20:53:09.606Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24932026-08-25T20:53:09.643Z Checking ingot v0.2.1
24942026-08-25T20:53:09.646Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24952026-08-25T20:53:09.750Z Compiling zone_cfg_derive v0.3.1
24962026-08-25T20:53:09.754Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24972026-08-25T20:53:09.933Z Checking itertools v0.12.1
24982026-08-25T20:53:10.004Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24992026-08-25T20:53:10.207Z Compiling typify v0.6.2
25002026-08-25T20:53:10.329Z Compiling progenitor-impl v0.14.0
25012026-08-25T20:53:10.370Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25022026-08-25T20:53:10.521Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25032026-08-25T20:53:10.560Z Checking smf v0.2.3
25042026-08-25T20:53:10.600Z Checking whoami v1.6.1
25052026-08-25T20:53:10.773Z Compiling derive-where v1.6.0
25062026-08-25T20:53:10.809Z Checking tokio-dtrace v0.1.1
25072026-08-25T20:53:10.845Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-08-25T20:53:11.007Z Checking zone v0.3.1
25092026-08-25T20:53:11.047Z Checking oxide-tokio-rt v0.1.4
25102026-08-25T20:53:11.249Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-08-25T20:53:11.338Z Checking console v0.15.11
25122026-08-25T20:53:11.377Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25132026-08-25T20:53:11.413Z Checking newline-converter v0.3.0
25142026-08-25T20:53:11.449Z Checking bytecount v0.6.9
25152026-08-25T20:53:11.552Z Checking num-rational v0.4.2
25162026-08-25T20:53:11.590Z Checking num-complex v0.4.6
25172026-08-25T20:53:11.644Z Checking expectorate v1.2.0
25182026-08-25T20:53:11.804Z Compiling cancel-safe-futures v0.1.5
25192026-08-25T20:53:11.856Z Checking float-ord v0.3.2
25202026-08-25T20:53:11.952Z Checking num v0.4.3
25212026-08-25T20:53:11.991Z Checking linear-map v1.2.0
25222026-08-25T20:53:12.080Z Checking gethostname v0.5.0
25232026-08-25T20:53:12.118Z Checking oxide-update-engine-types v0.1.2
25242026-08-25T20:53:12.224Z Compiling prettyplease v0.2.37
25252026-08-25T20:53:12.227Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-08-25T20:53:12.419Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25272026-08-25T20:53:12.542Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25282026-08-25T20:53:12.675Z Checking resolv-conf v0.7.6
25292026-08-25T20:53:12.715Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-08-25T20:53:12.752Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25312026-08-25T20:53:12.891Z Checking papergrid v0.11.0
25322026-08-25T20:53:12.952Z Compiling progenitor-macro v0.14.0
25332026-08-25T20:53:12.955Z Compiling tabled_derive v0.7.0
25342026-08-25T20:53:13.037Z Checking oxide-update-engine v0.1.2
25352026-08-25T20:53:13.485Z Compiling slog-dtrace v0.3.0
25362026-08-25T20:53:13.599Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25372026-08-25T20:53:13.782Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25382026-08-25T20:53:13.977Z Checking tabled v0.15.0
25392026-08-25T20:53:14.250Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25402026-08-25T20:53:14.291Z Checking crossterm v0.29.0
25412026-08-25T20:53:14.564Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25422026-08-25T20:53:14.851Z Checking linked-hash-map v0.5.6
25432026-08-25T20:53:15.133Z Checking lru-cache v0.1.2
25442026-08-25T20:53:15.307Z Checking hickory-proto v0.24.4
25452026-08-25T20:53:15.406Z Checking fd-lock v4.0.4
25462026-08-25T20:53:16.039Z Checking vte v0.14.1
25472026-08-25T20:53:16.253Z Checking strip-ansi-escapes v0.2.1
25482026-08-25T20:53:17.278Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25492026-08-25T20:53:17.325Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25502026-08-25T20:53:17.506Z Checking termtree v0.5.1
25512026-08-25T20:53:17.658Z Checking nu-ansi-term v0.50.3
25522026-08-25T20:53:17.901Z Checking reedline v0.40.0
25532026-08-25T20:53:17.942Z Checking progenitor v0.14.0
25542026-08-25T20:53:18.047Z Checking hickory-resolver v0.24.4
25552026-08-25T20:53:18.174Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-08-25T20:53:18.246Z Compiling minimal-lexical v0.2.1
25572026-08-25T20:53:18.528Z Compiling nom v7.1.3
25582026-08-25T20:53:18.809Z Checking qorb v0.4.1
25592026-08-25T20:53:19.090Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25602026-08-25T20:53:19.915Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25612026-08-25T20:53:19.951Z Compiling unicode-xid v0.2.6
25622026-08-25T20:53:19.989Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25632026-08-25T20:53:20.045Z Checking display-error-chain v0.2.2
25642026-08-25T20:53:20.107Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25652026-08-25T20:53:20.276Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25662026-08-25T20:53:20.394Z Compiling ar_archive_writer v0.5.1
25672026-08-25T20:53:20.486Z Checking csv-core v0.1.13
25682026-08-25T20:53:20.596Z Compiling stacker v0.1.23
25692026-08-25T20:53:20.700Z Checking csv v1.4.0
25702026-08-25T20:53:20.756Z Compiling cfg_aliases v0.1.1
25712026-08-25T20:53:20.845Z Checking highway v1.3.0
25722026-08-25T20:53:20.881Z Compiling semver v0.1.20
25732026-08-25T20:53:21.047Z Compiling nix v0.28.0
25742026-08-25T20:53:21.105Z Compiling rustc_version v0.1.7
25752026-08-25T20:53:21.178Z Checking nibble_vec v0.1.0
25762026-08-25T20:53:21.231Z Checking endian-type v0.1.2
25772026-08-25T20:53:21.302Z Compiling psm v0.1.30
25782026-08-25T20:53:21.376Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25792026-08-25T20:53:21.400Z Checking radix_trie v0.2.1
25802026-08-25T20:53:21.400Z Compiling newtype_derive v0.1.6
25812026-08-25T20:53:21.457Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25822026-08-25T20:53:21.625Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-08-25T20:53:21.684Z Checking phf_shared v0.12.1
25842026-08-25T20:53:21.828Z Compiling recursive-proc-macro-impl v0.1.1
25852026-08-25T20:53:21.943Z Compiling chrono-tz v0.10.4
25862026-08-25T20:53:21.958Z Checking phf v0.12.1
25872026-08-25T20:53:22.123Z Compiling const_format_proc_macros v0.2.34
25882026-08-25T20:53:22.192Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892026-08-25T20:53:22.202Z Compiling peg-macros v0.8.5
25902026-08-25T20:53:22.275Z Checking winnow v0.6.26
25912026-08-25T20:53:22.288Z Checking recursive v0.1.1
25922026-08-25T20:53:22.288Z Compiling sqlparser_derive v0.5.0
25932026-08-25T20:53:22.462Z Checking home v0.5.12
25942026-08-25T20:53:22.622Z Checking unicode_categories v0.1.1
25952026-08-25T20:53:22.978Z Checking const_format v0.2.35
25962026-08-25T20:53:23.046Z Checking rustyline v14.0.0
25972026-08-25T20:53:23.085Z Checking sqlparser v0.61.0
25982026-08-25T20:53:23.433Z Checking sqlformat v0.3.5
25992026-08-25T20:53:23.581Z Checking peg v0.8.5
26002026-08-25T20:53:23.763Z Checking bcs v0.1.6
26012026-08-25T20:53:23.801Z Checking nom v8.0.0
26022026-08-25T20:53:23.953Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26032026-08-25T20:53:24.027Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042026-08-25T20:53:24.067Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26052026-08-25T20:53:24.247Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26062026-08-25T20:53:24.353Z Checking steno v0.4.1
26072026-08-25T20:53:24.565Z Checking sha1 v0.10.6
26082026-08-25T20:53:24.709Z Checking filetime v0.2.27
26092026-08-25T20:53:24.773Z Checking xattr v1.6.1
26102026-08-25T20:53:24.943Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26112026-08-25T20:53:24.965Z Checking subprocess v0.2.15
26122026-08-25T20:53:24.988Z Checking tar v0.4.46
26132026-08-25T20:53:25.114Z Checking headers-core v0.3.0
26142026-08-25T20:53:25.256Z Checking headers v0.4.1
26152026-08-25T20:53:25.399Z Checking yasna v0.5.2
26162026-08-25T20:53:25.402Z Checking port-file v0.1.0
26172026-08-25T20:53:25.686Z Checking dropshot-api-manager-types v0.8.0
26182026-08-25T20:53:25.755Z Checking tagptr v0.2.0
26192026-08-25T20:53:25.823Z Checking rcgen v0.12.1
26202026-08-25T20:53:25.857Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26212026-08-25T20:53:25.894Z Checking utf-8 v0.7.6
26222026-08-25T20:53:25.930Z Checking moka v0.12.13
26232026-08-25T20:53:26.060Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26242026-08-25T20:53:26.175Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26252026-08-25T20:53:26.238Z Compiling libefi-sys v0.1.0
26262026-08-25T20:53:26.410Z Compiling bitfield-struct v0.6.2
26272026-08-25T20:53:26.609Z Checking hickory-resolver v0.25.2
26282026-08-25T20:53:26.660Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292026-08-25T20:53:26.705Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26302026-08-25T20:53:26.766Z Checking tungstenite v0.21.0
26312026-08-25T20:53:26.891Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26322026-08-25T20:53:27.079Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26332026-08-25T20:53:27.161Z Compiling xshell-macros v0.2.7
26342026-08-25T20:53:27.221Z Checking tokio-tungstenite v0.21.0
26352026-08-25T20:53:27.258Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26362026-08-25T20:53:27.264Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26372026-08-25T20:53:27.339Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26382026-08-25T20:53:27.378Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26392026-08-25T20:53:27.523Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26402026-08-25T20:53:27.562Z Checking xshell v0.2.7
26412026-08-25T20:53:27.602Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-08-25T20:53:27.695Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26432026-08-25T20:53:27.928Z Checking half v1.8.3
26442026-08-25T20:53:28.058Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26452026-08-25T20:53:28.150Z Checking serde_cbor v0.11.2
26462026-08-25T20:53:28.356Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26472026-08-25T20:53:28.458Z Checking libscf-sys v1.2.0
26482026-08-25T20:53:28.552Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26492026-08-25T20:53:28.592Z Checking papergrid v0.18.0
26502026-08-25T20:53:28.624Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26512026-08-25T20:53:28.663Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26522026-08-25T20:53:28.859Z Checking maplit v1.0.2
26532026-08-25T20:53:28.966Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26542026-08-25T20:53:29.003Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26552026-08-25T20:53:29.259Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26562026-08-25T20:53:29.392Z Checking tabled v0.21.0
26572026-08-25T20:53:29.476Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26582026-08-25T20:53:29.626Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26592026-08-25T20:53:29.770Z Checking crc8 v0.1.1
26602026-08-25T20:53:29.826Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26612026-08-25T20:53:29.875Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26622026-08-25T20:53:29.990Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26632026-08-25T20:53:30.027Z Checking unicase v2.9.0
26642026-08-25T20:53:30.220Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26652026-08-25T20:53:30.278Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26662026-08-25T20:53:30.282Z Checking fxhash v0.2.1
26672026-08-25T20:53:30.481Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26682026-08-25T20:53:30.692Z Checking sha2 v0.11.0
26692026-08-25T20:53:30.766Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26702026-08-25T20:53:30.803Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26712026-08-25T20:53:31.077Z Compiling darling_core v0.21.3
26722026-08-25T20:53:31.366Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26732026-08-25T20:53:31.402Z Compiling vergen-lib v0.1.6
26742026-08-25T20:53:31.455Z Compiling diesel_derives v2.3.7
26752026-08-25T20:53:31.664Z Checking scheduled-thread-pool v0.2.7
26762026-08-25T20:53:31.751Z Compiling vergen-gitcl v1.0.8
26772026-08-25T20:53:31.898Z Compiling diesel_table_macro_syntax v0.3.0
26782026-08-25T20:53:32.000Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26792026-08-25T20:53:32.045Z Checking r2d2 v0.8.10
26802026-08-25T20:53:32.193Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26812026-08-25T20:53:32.252Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26822026-08-25T20:53:32.465Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26832026-08-25T20:53:32.643Z Checking downcast-rs v2.0.2
26842026-08-25T20:53:32.809Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26852026-08-25T20:53:33.063Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26862026-08-25T20:53:33.182Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26872026-08-25T20:53:33.359Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26882026-08-25T20:53:33.397Z Checking kstat-rs v0.2.5
26892026-08-25T20:53:33.438Z Compiling proc-macro-error-attr2 v2.0.0
26902026-08-25T20:53:33.590Z Compiling darling_macro v0.21.3
26912026-08-25T20:53:33.627Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26922026-08-25T20:53:33.888Z Compiling proc-macro-error2 v2.0.1
26932026-08-25T20:53:34.006Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26942026-08-25T20:53:34.129Z Compiling darling v0.21.3
26952026-08-25T20:53:34.238Z Compiling knus-derive v3.4.0
26962026-08-25T20:53:34.278Z Compiling dsl_auto_type v0.2.0
26972026-08-25T20:53:34.278Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-08-25T20:53:35.301Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26992026-08-25T20:53:35.638Z Compiling dirs-sys-next v0.1.2
27002026-08-25T20:53:35.796Z Compiling parking_lot_core v0.8.6
27012026-08-25T20:53:35.833Z Compiling salty v0.3.0
27022026-08-25T20:53:35.958Z Compiling crunchy v0.2.4
27032026-08-25T20:53:36.047Z Compiling dirs-next v2.0.0
27042026-08-25T20:53:36.163Z Compiling clang-sys v1.8.1
27052026-08-25T20:53:36.200Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27062026-08-25T20:53:36.234Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27072026-08-25T20:53:36.319Z Compiling git-stub v1.0.0
27082026-08-25T20:53:36.457Z Compiling tiny-keccak v2.0.2
27092026-08-25T20:53:36.590Z Compiling git-stub-vcs v0.1.0
27102026-08-25T20:53:36.663Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27112026-08-25T20:53:36.826Z Compiling term v0.7.0
27122026-08-25T20:53:36.972Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27132026-08-25T20:53:37.009Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-08-25T20:53:37.045Z Compiling bit-vec v0.6.3
27152026-08-25T20:53:37.048Z Checking parking_lot v0.11.2
27162026-08-25T20:53:37.256Z Compiling bit-set v0.5.3
27172026-08-25T20:53:37.296Z Compiling ascii-canvas v3.0.0
27182026-08-25T20:53:37.332Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27192026-08-25T20:53:37.396Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27202026-08-25T20:53:37.565Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27212026-08-25T20:53:37.662Z Checking rfc6979 v0.4.0
27222026-08-25T20:53:37.823Z Checking prefix-trie v0.7.0
27232026-08-25T20:53:37.882Z Compiling hashbrown v0.14.5
27242026-08-25T20:53:37.952Z Compiling itertools v0.10.5
27252026-08-25T20:53:38.083Z Compiling ena v0.14.4
27262026-08-25T20:53:38.182Z Compiling libloading v0.8.9
27272026-08-25T20:53:38.351Z Compiling regex-syntax v0.6.29
27282026-08-25T20:53:38.421Z Compiling bindgen v0.71.1
27292026-08-25T20:53:38.471Z Compiling diff v0.1.13
27302026-08-25T20:53:38.759Z Compiling chumsky v0.9.3
27312026-08-25T20:53:38.869Z Checking hickory-server v0.25.2
27322026-08-25T20:53:39.034Z Compiling ecdsa v0.16.9
27332026-08-25T20:53:39.938Z Compiling lalrpop v0.19.12
27342026-08-25T20:53:40.001Z Checking sled v0.34.7
27352026-08-25T20:53:40.082Z Compiling cexpr v0.6.0
27362026-08-25T20:53:40.165Z Checking primeorder v0.13.6
27372026-08-25T20:53:40.198Z Checking diesel v2.3.7
27382026-08-25T20:53:40.427Z Checking nanorand v0.7.0
27392026-08-25T20:53:40.662Z Compiling rustc-hash v2.1.1
27402026-08-25T20:53:40.760Z Compiling p384 v0.13.1
27412026-08-25T20:53:40.795Z Checking flume v0.11.1
27422026-08-25T20:53:41.275Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27432026-08-25T20:53:41.333Z Compiling knus v3.4.0
27442026-08-25T20:53:42.642Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27452026-08-25T20:53:42.670Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27462026-08-25T20:53:42.670Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27472026-08-25T20:53:42.670Z Compiling libxml v0.3.3
27482026-08-25T20:53:42.670Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27492026-08-25T20:53:42.670Z Checking assert_matches v1.5.0
27502026-08-25T20:53:42.670Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27512026-08-25T20:53:42.670Z Compiling strum_macros v0.24.3
27522026-08-25T20:53:42.670Z Compiling indoc v1.0.9
27532026-08-25T20:53:45.865Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-25T20:53:45.894Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-08-25T20:53:45.894Z Checking quick-xml v0.37.5
27562026-08-25T20:53:45.894Z Checking derive_builder v0.20.2
27572026-08-25T20:53:45.894Z Compiling oso-derive v0.27.3
27582026-08-25T20:53:45.894Z Compiling impl-trait-for-tuples v0.2.3
27592026-08-25T20:53:45.894Z Compiling trait-variant v0.1.2
27602026-08-25T20:53:45.894Z Checking openssl-probe v0.1.6
27612026-08-25T20:53:45.894Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27622026-08-25T20:53:45.894Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27632026-08-25T20:53:45.894Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27642026-08-25T20:53:45.894Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27652026-08-25T20:53:45.894Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27662026-08-25T20:53:45.894Z Checking corncobs v0.1.4
27672026-08-25T20:53:45.921Z Checking predicates-tree v1.0.13
27682026-08-25T20:53:47.941Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27692026-08-25T20:53:47.966Z Compiling progenitor-impl v0.13.0
27702026-08-25T20:53:47.966Z Checking secrecy v0.8.0
27712026-08-25T20:53:47.966Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27722026-08-25T20:53:47.966Z Checking progenitor-client v0.13.0
27732026-08-25T20:53:47.966Z Checking anstyle-parse v0.2.7
27742026-08-25T20:53:47.966Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27752026-08-25T20:53:47.966Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27762026-08-25T20:53:47.966Z Checking anstream v0.6.21
27772026-08-25T20:53:47.995Z Checking bb8 v0.8.6
27782026-08-25T20:53:47.995Z Compiling mime_guess v2.0.5
27792026-08-25T20:53:47.995Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27802026-08-25T20:53:48.178Z Checking ignore v0.4.25
27812026-08-25T20:53:48.421Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-25T20:53:49.238Z Checking http-range v0.1.5
27832026-08-25T20:53:49.264Z Checking globwalk v0.9.1
27842026-08-25T20:53:49.264Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27852026-08-25T20:53:49.264Z Compiling progenitor-macro v0.13.0
27862026-08-25T20:53:49.264Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27872026-08-25T20:53:49.324Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27882026-08-25T20:53:49.420Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27892026-08-25T20:53:49.983Z Checking digest-io v0.1.0
27902026-08-25T20:53:50.151Z Checking rawzip v0.4.4
27912026-08-25T20:53:50.653Z Checking nonempty v0.12.0
27922026-08-25T20:53:50.712Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27932026-08-25T20:53:50.779Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27942026-08-25T20:53:51.215Z Checking camino-tempfile-ext v0.3.3
27952026-08-25T20:53:51.453Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27962026-08-25T20:53:51.539Z Checking hyper-staticfile v0.10.1
27972026-08-25T20:53:51.869Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27982026-08-25T20:53:52.033Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27992026-08-25T20:53:52.196Z Checking signal-hook-tokio v0.3.1
28002026-08-25T20:53:52.369Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-08-25T20:53:52.642Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28022026-08-25T20:53:52.789Z Checking scuffle v0.1.0
28032026-08-25T20:53:52.842Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28042026-08-25T20:53:53.070Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-25T20:53:53.205Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28062026-08-25T20:53:53.495Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28072026-08-25T20:53:53.530Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28082026-08-25T20:53:53.567Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28092026-08-25T20:53:53.793Z Checking progenitor v0.13.0
28102026-08-25T20:53:53.835Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28112026-08-25T20:53:53.968Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28122026-08-25T20:53:54.334Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28132026-08-25T20:53:54.496Z Checking async-bb8-diesel v0.2.1
28142026-08-25T20:53:54.769Z Checking diesel-dtrace v0.5.0
28152026-08-25T20:53:54.836Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28162026-08-25T20:53:54.894Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28172026-08-25T20:53:55.076Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28182026-08-25T20:53:55.113Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28192026-08-25T20:53:55.436Z Checking tungstenite v0.23.0
28202026-08-25T20:53:55.582Z Checking rand_seeder v0.4.0
28212026-08-25T20:53:55.770Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28222026-08-25T20:53:55.854Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28232026-08-25T20:53:55.893Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28242026-08-25T20:53:56.169Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28252026-08-25T20:53:57.222Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-08-25T20:53:57.757Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28272026-08-25T20:53:57.858Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28282026-08-25T20:53:58.201Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28292026-08-25T20:53:58.578Z Checking tokio-tungstenite v0.23.1
28302026-08-25T20:53:58.881Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28312026-08-25T20:53:58.975Z Checking void v1.0.2
28322026-08-25T20:53:59.148Z Checking lzss v0.8.2
28332026-08-25T20:53:59.192Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28342026-08-25T20:53:59.324Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-08-25T20:53:59.364Z Checking nix v0.27.1
28362026-08-25T20:53:59.403Z Checking serde_bytes v0.11.19
28372026-08-25T20:53:59.519Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-08-25T20:53:59.910Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-08-25T20:54:00.281Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28402026-08-25T20:54:01.819Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-08-25T20:54:01.823Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28422026-08-25T20:54:01.823Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28432026-08-25T20:54:01.823Z Checking yansi v1.0.1
28442026-08-25T20:54:01.823Z Checking cpubits v0.1.1
28452026-08-25T20:54:01.823Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28462026-08-25T20:54:01.823Z Checking pretty_assertions v1.4.1
28472026-08-25T20:54:01.877Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28482026-08-25T20:54:01.934Z Checking pem-rfc7468 v1.0.0
28492026-08-25T20:54:02.138Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28502026-08-25T20:54:02.415Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28512026-08-25T20:54:02.521Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28522026-08-25T20:54:02.644Z Checking hmac v0.13.0
28532026-08-25T20:54:02.845Z Checking universal-hash v0.6.1
28542026-08-25T20:54:03.021Z Compiling libz-sys v1.1.24
28552026-08-25T20:54:03.351Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28562026-08-25T20:54:03.432Z Compiling instability v0.3.11
28572026-08-25T20:54:03.685Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28582026-08-25T20:54:03.721Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28592026-08-25T20:54:03.789Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28602026-08-25T20:54:03.824Z Checking castaway v0.2.4
28612026-08-25T20:54:03.969Z Compiling indoc v2.0.7
28622026-08-25T20:54:04.064Z Checking compact_str v0.8.1
28632026-08-25T20:54:04.316Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28642026-08-25T20:54:04.527Z Checking polyval v0.7.1
28652026-08-25T20:54:04.735Z Checking der v0.8.0
28662026-08-25T20:54:05.205Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28672026-08-25T20:54:05.325Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28682026-08-25T20:54:05.425Z Checking unicode-truncate v1.1.0
28692026-08-25T20:54:05.461Z Checking lru v0.12.5
28702026-08-25T20:54:05.543Z Compiling libgit2-sys v0.18.3+1.9.2
28712026-08-25T20:54:05.611Z Checking arc-swap v1.8.2
28722026-08-25T20:54:05.635Z Checking cassowary v0.3.0
28732026-08-25T20:54:05.804Z Checking ghash v0.6.0
28742026-08-25T20:54:05.853Z Checking slog-scope v4.4.1
28752026-08-25T20:54:05.888Z Checking ratatui v0.29.0
28762026-08-25T20:54:06.028Z Checking pbkdf2 v0.13.0
28772026-08-25T20:54:06.096Z Checking crypto-bigint v0.7.5
28782026-08-25T20:54:06.179Z Checking aes v0.9.1
28792026-08-25T20:54:06.602Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28802026-08-25T20:54:07.264Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28812026-08-25T20:54:07.494Z Checking ctr v0.10.1
28822026-08-25T20:54:07.743Z Checking aead v0.6.1
28832026-08-25T20:54:07.895Z Checking cargo-platform v0.3.2
28842026-08-25T20:54:07.940Z Checking aes-gcm v0.11.0
28852026-08-25T20:54:08.097Z Checking cargo_metadata v0.23.1
28862026-08-25T20:54:08.165Z Checking slog-stdlog v4.1.1
28872026-08-25T20:54:08.338Z Checking spki v0.8.0
28882026-08-25T20:54:08.506Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28892026-08-25T20:54:08.541Z Checking colored v2.2.0
28902026-08-25T20:54:08.785Z Checking salsa20 v0.11.0
28912026-08-25T20:54:08.904Z Checking console v0.16.2
28922026-08-25T20:54:08.947Z Compiling vergen-git2 v9.1.0
28932026-08-25T20:54:09.135Z Checking unit-prefix v0.5.2
28942026-08-25T20:54:09.243Z Checking plotters-backend v0.3.7
28952026-08-25T20:54:09.313Z Checking indicatif v0.18.4
28962026-08-25T20:54:09.461Z Checking plotters-svg v0.3.7
28972026-08-25T20:54:09.692Z Checking scrypt v0.12.0
28982026-08-25T20:54:09.749Z Checking slog-envlogger v2.2.0
28992026-08-25T20:54:09.811Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29002026-08-25T20:54:09.902Z Checking cbc v0.2.1
29012026-08-25T20:54:09.961Z Checking libsw-core v0.3.2
29022026-08-25T20:54:10.010Z Checking cast v0.3.0
29032026-08-25T20:54:10.083Z Checking pkcs5 v0.8.1
29042026-08-25T20:54:10.127Z Checking libsw v3.5.0
29052026-08-25T20:54:10.179Z Checking criterion-plot v0.6.0
29062026-08-25T20:54:10.362Z Checking plotters v0.3.7
29072026-08-25T20:54:10.399Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29082026-08-25T20:54:10.477Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29092026-08-25T20:54:10.671Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29102026-08-25T20:54:10.900Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29112026-08-25T20:54:11.118Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29122026-08-25T20:54:11.158Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29132026-08-25T20:54:11.343Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29142026-08-25T20:54:11.382Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29152026-08-25T20:54:11.418Z Checking tinytemplate v1.2.1
29162026-08-25T20:54:11.559Z Checking anes v0.1.6
29172026-08-25T20:54:11.654Z Checking shell-words v1.1.1
29182026-08-25T20:54:11.769Z Checking oorandom v11.1.5
29192026-08-25T20:54:11.861Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29202026-08-25T20:54:11.916Z Checking criterion v0.7.0
29212026-08-25T20:54:12.306Z Checking pkcs8 v0.11.0
29222026-08-25T20:54:12.548Z Checking oxide-update-engine-display v0.1.2
29232026-08-25T20:54:12.894Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29242026-08-25T20:54:13.174Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29252026-08-25T20:54:13.702Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29262026-08-25T20:54:14.014Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29272026-08-25T20:54:14.622Z Checking tokio-test v0.4.5
29282026-08-25T20:54:14.866Z Checking ff v0.14.0
29292026-08-25T20:54:15.056Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29302026-08-25T20:54:15.283Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-25T20:54:15.698Z Checking twox-hash v2.1.2
29322026-08-25T20:54:16.033Z Compiling petname v2.0.2
29332026-08-25T20:54:16.558Z Checking atty v0.2.14
29342026-08-25T20:54:16.672Z Checking arrayvec v0.7.6
29352026-08-25T20:54:16.897Z Checking constant_time_eq v0.4.2
29362026-08-25T20:54:17.076Z Checking arrayref v0.3.9
29372026-08-25T20:54:17.390Z Checking group v0.14.0
29382026-08-25T20:54:17.426Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29392026-08-25T20:54:17.581Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29402026-08-25T20:54:17.631Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29412026-08-25T20:54:18.369Z Checking fatfs v0.3.6
29422026-08-25T20:54:18.492Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29432026-08-25T20:54:18.643Z Checking signature v3.0.0
29442026-08-25T20:54:18.680Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29452026-08-25T20:54:18.838Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29462026-08-25T20:54:18.875Z Checking base16ct v1.0.0
29472026-08-25T20:54:19.053Z Compiling seq-macro v0.3.6
29482026-08-25T20:54:19.579Z Checking sec1 v0.8.1
29492026-08-25T20:54:19.840Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29502026-08-25T20:54:20.036Z Checking hkdf v0.13.0
29512026-08-25T20:54:20.198Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29522026-08-25T20:54:20.236Z Checking concurrent-queue v2.5.0
29532026-08-25T20:54:20.240Z Checking sapling-renderdag v0.1.0
29542026-08-25T20:54:20.397Z Checking parking v2.2.1
29552026-08-25T20:54:20.459Z Checking sync-ptr v0.1.4
29562026-08-25T20:54:20.548Z Checking elliptic-curve v0.14.1
29572026-08-25T20:54:20.584Z Checking event-listener v5.4.1
29582026-08-25T20:54:20.621Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29592026-08-25T20:54:20.834Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29602026-08-25T20:54:20.980Z Checking rtoolbox v0.0.3
29612026-08-25T20:54:21.096Z Compiling samael v0.0.19
29622026-08-25T20:54:21.141Z Checking event-listener-strategy v0.5.4
29632026-08-25T20:54:21.146Z Checking rpassword v7.5.4
29642026-08-25T20:54:21.309Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29652026-08-25T20:54:21.371Z Checking wnaf v0.14.0
29662026-08-25T20:54:21.574Z Checking primefield v0.14.0
29672026-08-25T20:54:21.817Z Checking rfc6979 v0.6.0
29682026-08-25T20:54:21.999Z Checking tui-tree-widget v0.23.1
29692026-08-25T20:54:22.223Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29702026-08-25T20:54:22.296Z Compiling blake3 v1.8.5
29712026-08-25T20:54:22.690Z Checking futures-timer v3.0.3
29722026-08-25T20:54:23.247Z Checking ecdsa v0.17.0
29732026-08-25T20:54:23.411Z Checking primeorder v0.14.0
29742026-08-25T20:54:23.692Z Checking async-lock v3.4.2
29752026-08-25T20:54:23.812Z Compiling curve25519-dalek v5.0.0
29762026-08-25T20:54:23.851Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29772026-08-25T20:54:24.093Z Checking async-object-pool v0.2.0
29782026-08-25T20:54:24.564Z Checking ssh-encoding v0.3.0
29792026-08-25T20:54:24.830Z Checking serde_regex v1.1.0
29802026-08-25T20:54:25.031Z Checking assert-json-diff v2.0.2
29812026-08-25T20:54:25.243Z Checking path-tree v0.8.3
29822026-08-25T20:54:25.477Z Checking keccak v0.2.0
29832026-08-25T20:54:25.666Z Checking stringmetrics v2.2.2
29842026-08-25T20:54:25.869Z Checking topological-sort v0.2.2
29852026-08-25T20:54:26.030Z Compiling strsim v0.10.0
29862026-08-25T20:54:26.296Z Compiling darling_core v0.13.4
29872026-08-25T20:54:26.388Z Checking omicron-zone-package v0.12.3
29882026-08-25T20:54:26.452Z Checking httpmock v0.8.3
29892026-08-25T20:54:27.366Z Checking ed25519 v3.0.0
29902026-08-25T20:54:27.529Z Checking pkcs1 v0.8.0-rc.4
29912026-08-25T20:54:27.575Z Checking crypto-primes v0.7.2
29922026-08-25T20:54:27.806Z Checking poly1305 v0.9.0
29932026-08-25T20:54:28.121Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29942026-08-25T20:54:28.258Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29952026-08-25T20:54:28.543Z Checking blowfish v0.10.0
29962026-08-25T20:54:28.579Z Checking blake2 v0.11.0-rc.6
29972026-08-25T20:54:28.701Z Compiling target-lexicon v0.13.3
29982026-08-25T20:54:28.732Z Checking bcrypt-pbkdf v0.11.0
29992026-08-25T20:54:28.880Z Checking argon2 v0.6.0-rc.8
30002026-08-25T20:54:28.919Z Checking rsa v0.10.0-rc.18
30012026-08-25T20:54:28.944Z Compiling darling_macro v0.13.4
30022026-08-25T20:54:29.237Z Checking ssh-cipher v0.3.0
30032026-08-25T20:54:29.286Z Checking ed25519-dalek v3.0.0
30042026-08-25T20:54:29.456Z Checking sha3 v0.11.0
30052026-08-25T20:54:29.511Z Checking p384 v0.14.0
30062026-08-25T20:54:29.536Z Checking p521 v0.14.0
30072026-08-25T20:54:29.573Z Checking p256 v0.14.0
30082026-08-25T20:54:29.868Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30092026-08-25T20:54:30.280Z Checking kem v0.3.0
30102026-08-25T20:54:30.351Z Checking module-lattice v0.2.3
30112026-08-25T20:54:30.486Z Checking socket2 v0.5.10
30122026-08-25T20:54:30.610Z Compiling guppy-workspace-hack v0.1.0
30132026-08-25T20:54:30.686Z Checking hex-literal v0.4.1
30142026-08-25T20:54:30.813Z Checking sponge-cursor v0.1.0
30152026-08-25T20:54:30.877Z Checking ml-kem v0.3.2
30162026-08-25T20:54:30.955Z Checking sha3 v0.12.0
30172026-08-25T20:54:31.233Z Compiling darling v0.13.4
30182026-08-25T20:54:31.659Z Checking russh-cryptovec v0.62.0
30192026-08-25T20:54:31.753Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30202026-08-25T20:54:31.753Z Checking internal-russh-num-bigint v0.5.0
30212026-08-25T20:54:31.894Z Checking num-bigint v0.4.6
30222026-08-25T20:54:32.335Z Checking russh-util v0.52.0
30232026-08-25T20:54:32.498Z Checking generic-array v1.4.3
30242026-08-25T20:54:32.651Z Checking ssh-key v0.7.0-rc.11
30252026-08-25T20:54:32.762Z Compiling enum_dispatch v0.3.13
30262026-08-25T20:54:32.850Z Compiling delegate v0.13.5
30272026-08-25T20:54:32.974Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30282026-08-25T20:54:33.397Z Checking hex-literal v1.1.0
30292026-08-25T20:54:33.554Z Compiling target-spec v3.5.7
30302026-08-25T20:54:33.662Z Compiling git2 v0.20.4
30312026-08-25T20:54:33.738Z Checking md5 v0.8.0
30322026-08-25T20:54:33.813Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30332026-08-25T20:54:33.886Z Checking russh v0.62.4
30342026-08-25T20:54:34.097Z Checking cfg-expr v0.20.6
30352026-08-25T20:54:34.443Z Compiling serde_with_macros v1.5.2
30362026-08-25T20:54:34.584Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30372026-08-25T20:54:35.083Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30382026-08-25T20:54:35.277Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30392026-08-25T20:54:35.317Z Checking internet-checksum v0.2.1
30402026-08-25T20:54:35.472Z Compiling serde_with v1.14.0
30412026-08-25T20:54:36.628Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-08-25T20:54:36.664Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30432026-08-25T20:54:36.978Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30442026-08-25T20:54:37.101Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30452026-08-25T20:54:37.318Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30462026-08-25T20:54:37.409Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30472026-08-25T20:54:37.523Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30482026-08-25T20:54:37.623Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30492026-08-25T20:54:37.693Z Checking httptest v0.16.4
30502026-08-25T20:54:37.837Z Checking pathdiff v0.2.3
30512026-08-25T20:54:37.977Z Checking nested v0.1.1
30522026-08-25T20:54:38.087Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30532026-08-25T20:54:38.090Z Compiling polar-core v0.27.3
30542026-08-25T20:54:38.160Z Checking guppy v0.17.25
30552026-08-25T20:54:38.228Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30562026-08-25T20:54:38.496Z Checking similar-asserts v1.7.0
30572026-08-25T20:54:38.537Z Compiling target-triple v1.0.0
30582026-08-25T20:54:38.696Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30592026-08-25T20:54:39.131Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30602026-08-25T20:54:39.716Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30612026-08-25T20:54:39.824Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30622026-08-25T20:54:39.963Z Checking hickory-client v0.25.2
30632026-08-25T20:54:40.285Z Checking supports-color v2.1.0
30642026-08-25T20:54:40.458Z Checking supports-hyperlinks v2.1.0
30652026-08-25T20:54:40.494Z Checking supports-unicode v2.1.0
30662026-08-25T20:54:40.532Z Checking textwrap v0.15.2
30672026-08-25T20:54:40.608Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30682026-08-25T20:54:40.646Z Checking terminal_size v0.1.17
30692026-08-25T20:54:40.780Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30702026-08-25T20:54:40.815Z Compiling miette-derive v5.10.0
30712026-08-25T20:54:40.819Z Compiling fs-err v2.11.0
30722026-08-25T20:54:41.049Z Checking owo-colors v3.5.0
30732026-08-25T20:54:41.237Z Compiling assert_cmd v2.1.2
30742026-08-25T20:54:41.536Z Checking escape8259 v0.5.3
30752026-08-25T20:54:41.673Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30762026-08-25T20:54:41.710Z Checking libtest-mimic v0.8.1
30772026-08-25T20:54:41.972Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30782026-08-25T20:54:42.043Z Checking miette v5.10.0
30792026-08-25T20:54:42.550Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30802026-08-25T20:54:42.686Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30812026-08-25T20:54:43.171Z Checking oso v0.27.3
30822026-08-25T20:54:43.207Z Checking blake2b_simd v1.0.4
30832026-08-25T20:54:43.420Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30842026-08-25T20:54:43.635Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30852026-08-25T20:54:43.863Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30862026-08-25T20:54:43.903Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30872026-08-25T20:54:44.092Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30882026-08-25T20:54:44.130Z Compiling knuffel-derive v3.2.0
30892026-08-25T20:54:44.130Z Checking fancy-regex v0.14.0
30902026-08-25T20:54:44.300Z Checking serde_tokenstream v0.2.3
30912026-08-25T20:54:44.528Z Checking approx v0.5.1
30922026-08-25T20:54:44.565Z Compiling rstest_macros v0.25.0
30932026-08-25T20:54:44.601Z Checking uzers v0.12.2
30942026-08-25T20:54:44.697Z Checking termcolor v1.4.1
30952026-08-25T20:54:44.880Z Compiling linkme-impl v0.3.35
30962026-08-25T20:54:44.883Z Checking constant_time_eq v0.3.1
30972026-08-25T20:54:44.971Z Checking trybuild v1.0.116
30982026-08-25T20:54:45.056Z Checking rust-argon2 v2.1.0
30992026-08-25T20:54:45.287Z Checking datatest-stable v0.3.3
31002026-08-25T20:54:45.599Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31012026-08-25T20:54:45.643Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31022026-08-25T20:54:45.715Z Checking knuffel v3.2.0
31032026-08-25T20:54:45.881Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31042026-08-25T20:54:45.917Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-08-25T20:54:46.004Z Checking support-bundle-viewer v0.1.2
31062026-08-25T20:54:46.095Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31072026-08-25T20:54:46.280Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31082026-08-25T20:54:46.317Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31092026-08-25T20:54:46.380Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31102026-08-25T20:54:46.501Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31112026-08-25T20:54:46.545Z Checking drift v0.2.0
31122026-08-25T20:54:46.604Z Checking rand_distr v0.5.1
31132026-08-25T20:54:46.768Z Checking multimap v0.10.1
31142026-08-25T20:54:46.885Z Compiling linkme v0.3.35
31152026-08-25T20:54:46.931Z Checking parse-size v1.1.0
31162026-08-25T20:54:46.976Z Compiling relative-path v1.9.3
31172026-08-25T20:54:47.049Z Checking dropshot-api-manager v0.8.0
31182026-08-25T20:54:47.089Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31192026-08-25T20:54:47.411Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31202026-08-25T20:54:48.244Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31212026-08-25T20:54:48.725Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31222026-08-25T20:54:49.034Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31232026-08-25T20:54:49.218Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31242026-08-25T20:54:49.258Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31252026-08-25T20:54:49.322Z Checking cargo_toml v0.21.0
31262026-08-25T20:54:49.825Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31272026-08-25T20:54:49.868Z Checking partial-io v0.5.4
31282026-08-25T20:54:50.009Z Checking termios v0.3.3
31292026-08-25T20:54:50.178Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31302026-08-25T20:54:50.222Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31312026-08-25T20:54:50.955Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31322026-08-25T20:54:50.990Z Checking rstest v0.25.0
31332026-08-25T20:54:55.750Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31342026-08-25T20:54:56.799Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31352026-08-25T20:54:57.389Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31362026-08-25T20:55:02.310Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31372026-08-25T20:55:03.095Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31382026-08-25T20:55:05.432Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31392026-08-25T20:55:10.469Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31402026-08-25T20:55:13.441Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31412026-08-25T20:55:15.586Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31422026-08-25T20:55:17.091Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31432026-08-25T20:55:20.718Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31442026-08-25T20:55:20.959Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31452026-08-25T20:55:23.561Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31462026-08-25T20:55:27.613Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31472026-08-25T20:55:32.480Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31482026-08-25T20:55:54.792Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31492026-08-25T20:56:48.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s
31502026-08-25T20:56:48.283Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31512026-08-25T20:56:48.283Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31522026-08-25T20:56:48.967Z
31532026-08-25T20:56:48.968Zreal 4:18.590718574
31542026-08-25T20:56:48.968Zuser 22:19.637303482
31552026-08-25T20:56:48.968Zsys 5:16.850420745
31562026-08-25T20:56:48.968Ztrap 0.539229361
31572026-08-25T20:56:48.968Ztflt 0.463211733
31582026-08-25T20:56:48.968Zdflt 0.604639400
31592026-08-25T20:56:48.968Zkflt 0.004532268
31602026-08-25T20:56:48.968Zlock 1:07:08.543548803
31612026-08-25T20:56:48.968Zslp 1:00:20.803584576
31622026-08-25T20:56:48.968Zlat 1:48.384462841
31632026-08-25T20:56:48.968Zstop 14:41.073313054
31642026-08-25T20:56:48.972Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31652026-08-25T20:56:48.972Z+ ptime -m cargo doc --workspace --no-deps
31662026-08-25T20:56:49.840Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31672026-08-25T20:56:49.841Z |
31682026-08-25T20:56:49.841Z = 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)`
31692026-08-25T20:56:49.841Z = 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>
31702026-08-25T20:56:50.954Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31712026-08-25T20:56:51.199Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31722026-08-25T20:56:51.238Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31732026-08-25T20:56:51.271Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31742026-08-25T20:56:51.389Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31752026-08-25T20:56:51.493Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31762026-08-25T20:56:51.523Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31772026-08-25T20:56:51.523Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31782026-08-25T20:56:51.550Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31792026-08-25T20:56:51.599Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-08-25T20:56:51.603Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31812026-08-25T20:56:51.754Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31822026-08-25T20:56:51.825Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31832026-08-25T20:56:51.829Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-08-25T20:56:51.873Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31852026-08-25T20:56:51.899Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31862026-08-25T20:56:51.903Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31872026-08-25T20:56:51.999Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31882026-08-25T20:56:52.031Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31892026-08-25T20:56:52.057Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31902026-08-25T20:56:52.176Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31912026-08-25T20:56:52.288Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31922026-08-25T20:56:52.487Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31932026-08-25T20:56:52.572Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31942026-08-25T20:56:52.641Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31952026-08-25T20:56:52.693Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31962026-08-25T20:56:52.755Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31972026-08-25T20:56:52.821Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31982026-08-25T20:56:52.937Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31992026-08-25T20:56:53.015Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32002026-08-25T20:56:53.169Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32012026-08-25T20:56:53.196Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32022026-08-25T20:56:53.250Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32032026-08-25T20:56:53.366Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32042026-08-25T20:56:53.484Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32052026-08-25T20:56:53.594Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32062026-08-25T20:56:53.645Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32072026-08-25T20:56:53.732Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32082026-08-25T20:56:53.854Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32092026-08-25T20:56:53.880Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32102026-08-25T20:56:54.125Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32112026-08-25T20:56:54.280Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32122026-08-25T20:56:54.363Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32132026-08-25T20:56:54.395Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32142026-08-25T20:56:54.435Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32152026-08-25T20:56:54.615Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32162026-08-25T20:56:54.639Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32172026-08-25T20:56:54.663Z Checking scuffle v0.1.0
32182026-08-25T20:56:54.889Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32192026-08-25T20:56:54.920Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32202026-08-25T20:56:54.937Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32212026-08-25T20:56:54.965Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32222026-08-25T20:56:55.117Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32232026-08-25T20:56:55.142Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32242026-08-25T20:56:55.223Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32252026-08-25T20:56:55.267Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32262026-08-25T20:56:55.704Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32272026-08-25T20:56:55.978Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32282026-08-25T20:56:56.214Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32292026-08-25T20:56:56.695Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32302026-08-25T20:56:56.760Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32312026-08-25T20:56:56.787Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32322026-08-25T20:56:57.027Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32332026-08-25T20:56:57.056Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32342026-08-25T20:56:57.087Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32352026-08-25T20:56:57.087Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32362026-08-25T20:56:57.330Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32372026-08-25T20:56:57.453Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32382026-08-25T20:56:57.901Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32392026-08-25T20:56:57.947Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32402026-08-25T20:56:58.199Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32412026-08-25T20:56:58.241Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32422026-08-25T20:56:58.332Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32432026-08-25T20:56:58.440Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32442026-08-25T20:56:58.440Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32452026-08-25T20:56:58.526Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32462026-08-25T20:56:58.632Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32472026-08-25T20:56:58.660Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32482026-08-25T20:56:58.715Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32492026-08-25T20:56:58.740Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32502026-08-25T20:56:58.866Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32512026-08-25T20:56:58.892Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32522026-08-25T20:56:58.922Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32532026-08-25T20:56:58.948Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32542026-08-25T20:56:59.253Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32552026-08-25T20:56:59.253Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32562026-08-25T20:56:59.308Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32572026-08-25T20:56:59.316Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32582026-08-25T20:56:59.316Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32592026-08-25T20:56:59.510Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32602026-08-25T20:56:59.559Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32612026-08-25T20:56:59.605Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32622026-08-25T20:56:59.629Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32632026-08-25T20:56:59.657Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32642026-08-25T20:56:59.682Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32652026-08-25T20:56:59.859Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32662026-08-25T20:56:59.862Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32672026-08-25T20:56:59.930Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32682026-08-25T20:56:59.954Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32692026-08-25T20:56:59.978Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32702026-08-25T20:57:00.089Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32712026-08-25T20:57:00.142Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32722026-08-25T20:57:00.243Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32732026-08-25T20:57:00.322Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32742026-08-25T20:57:00.348Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32752026-08-25T20:57:00.655Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32762026-08-25T20:57:00.663Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32772026-08-25T20:57:00.663Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32782026-08-25T20:57:01.173Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32792026-08-25T20:57:01.361Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32802026-08-25T20:57:01.389Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32812026-08-25T20:57:01.657Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32822026-08-25T20:57:02.465Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32832026-08-25T20:57:03.143Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32842026-08-25T20:57:03.523Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32852026-08-25T20:57:04.358Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32862026-08-25T20:57:04.550Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32872026-08-25T20:57:05.324Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32882026-08-25T20:57:05.441Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32892026-08-25T20:57:06.270Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32902026-08-25T20:57:06.448Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32912026-08-25T20:57:06.619Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32922026-08-25T20:57:06.719Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32932026-08-25T20:57:06.852Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32942026-08-25T20:57:06.897Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-08-25T20:57:07.447Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32962026-08-25T20:57:07.474Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32972026-08-25T20:57:07.965Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32982026-08-25T20:57:08.029Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32992026-08-25T20:57:08.231Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33002026-08-25T20:57:08.441Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33012026-08-25T20:57:08.790Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33022026-08-25T20:57:08.898Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33032026-08-25T20:57:09.039Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33042026-08-25T20:57:09.248Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33052026-08-25T20:57:09.599Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33062026-08-25T20:57:10.027Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33072026-08-25T20:57:10.494Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33082026-08-25T20:57:10.532Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33092026-08-25T20:57:11.257Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33102026-08-25T20:57:11.569Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33112026-08-25T20:57:11.718Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33122026-08-25T20:57:12.139Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33132026-08-25T20:57:12.258Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33142026-08-25T20:57:12.748Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33152026-08-25T20:57:12.783Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33162026-08-25T20:57:12.837Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33172026-08-25T20:57:13.369Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33182026-08-25T20:57:13.453Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33192026-08-25T20:57:14.028Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33202026-08-25T20:57:14.342Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33212026-08-25T20:57:15.164Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33222026-08-25T20:57:15.294Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33232026-08-25T20:57:15.544Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-08-25T20:57:15.985Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33252026-08-25T20:57:16.684Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33262026-08-25T20:57:16.871Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33272026-08-25T20:57:20.090Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33282026-08-25T20:57:20.254Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33292026-08-25T20:57:20.618Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33302026-08-25T20:57:22.463Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33312026-08-25T20:57:22.492Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33322026-08-25T20:57:23.606Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33332026-08-25T20:57:23.741Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33342026-08-25T20:57:23.997Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33352026-08-25T20:57:24.695Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33362026-08-25T20:57:25.261Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-08-25T20:57:25.824Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33382026-08-25T20:57:26.485Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33392026-08-25T20:57:27.410Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-08-25T20:57:27.531Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33412026-08-25T20:57:27.734Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33422026-08-25T20:57:28.006Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33432026-08-25T20:57:28.148Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33442026-08-25T20:57:28.240Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33452026-08-25T20:57:28.514Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33462026-08-25T20:57:28.726Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472026-08-25T20:57:28.774Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33482026-08-25T20:57:29.132Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33492026-08-25T20:57:29.393Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33502026-08-25T20:57:29.418Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33512026-08-25T20:57:30.188Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33522026-08-25T20:57:30.299Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33532026-08-25T20:57:30.360Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33542026-08-25T20:57:30.481Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33552026-08-25T20:57:30.537Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33562026-08-25T20:57:31.054Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33572026-08-25T20:57:31.225Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33582026-08-25T20:57:32.494Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33592026-08-25T20:57:33.110Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33602026-08-25T20:57:33.713Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33612026-08-25T20:57:35.454Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33622026-08-25T20:57:37.091Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33632026-08-25T20:57:37.590Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33642026-08-25T20:57:38.117Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33652026-08-25T20:57:39.960Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33662026-08-25T20:57:41.915Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33672026-08-25T20:57:42.680Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33682026-08-25T20:57:43.223Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33692026-08-25T20:57:43.953Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33702026-08-25T20:57:45.690Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33712026-08-25T20:57:47.309Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33722026-08-25T20:57:48.400Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33732026-08-25T20:57:48.478Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33742026-08-25T20:57:49.294Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33752026-08-25T20:57:51.751Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33762026-08-25T20:57:52.608Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33772026-08-25T20:57:53.733Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33782026-08-25T20:57:56.711Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33792026-08-25T20:57:57.616Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33802026-08-25T20:57:58.442Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33812026-08-25T20:58:00.012Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33822026-08-25T20:58:00.804Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33832026-08-25T20:58:02.423Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33842026-08-25T20:58:02.530Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33852026-08-25T20:58:03.425Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33862026-08-25T20:58:04.068Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33872026-08-25T20:58:04.093Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33882026-08-25T20:58:05.772Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33892026-08-25T20:58:06.528Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33902026-08-25T20:58:10.514Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33912026-08-25T20:58:11.156Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33922026-08-25T20:58:12.493Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33932026-08-25T20:58:13.047Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33942026-08-25T20:58:13.915Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33952026-08-25T20:58:15.011Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33962026-08-25T20:58:16.523Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33972026-08-25T20:58:18.060Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33982026-08-25T20:58:19.107Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33992026-08-25T20:58:20.108Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34002026-08-25T20:58:22.997Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34012026-08-25T20:58:23.711Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34022026-08-25T20:58:24.619Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34032026-08-25T20:58:26.980Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34042026-08-25T20:58:27.678Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34052026-08-25T20:58:29.258Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34062026-08-25T20:58:30.809Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34072026-08-25T20:58:32.400Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34082026-08-25T20:58:34.216Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34092026-08-25T20:58:35.905Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34102026-08-25T20:58:37.522Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34112026-08-25T20:58:39.205Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34122026-08-25T20:58:44.070Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34132026-08-25T20:58:44.321Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34142026-08-25T20:58:45.834Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34152026-08-25T20:58:45.893Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34162026-08-25T20:58:47.874Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34172026-08-25T20:58:49.783Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34182026-08-25T20:58:51.655Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34192026-08-25T20:58:53.717Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34202026-08-25T20:58:55.559Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34212026-08-25T20:59:01.223Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34222026-08-25T20:59:01.223Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34232026-08-25T20:59:01.223Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34242026-08-25T20:59:02.808Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34252026-08-25T20:59:04.662Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34262026-08-25T20:59:06.458Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34272026-08-25T20:59:08.214Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34282026-08-25T20:59:10.028Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34292026-08-25T20:59:11.614Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34302026-08-25T20:59:13.470Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34312026-08-25T20:59:15.601Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34322026-08-25T20:59:17.215Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34332026-08-25T20:59:19.230Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34342026-08-25T20:59:21.073Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34352026-08-25T20:59:22.935Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34362026-08-25T20:59:26.678Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34372026-08-25T20:59:28.911Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382026-08-25T20:59:30.461Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34392026-08-25T20:59:32.917Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34402026-08-25T20:59:36.128Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34412026-08-25T20:59:36.845Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34422026-08-25T20:59:36.870Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34432026-08-25T20:59:41.631Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34442026-08-25T20:59:44.040Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34452026-08-25T20:59:46.472Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34462026-08-25T20:59:49.505Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34472026-08-25T20:59:51.069Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34482026-08-25T20:59:53.866Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34492026-08-25T20:59:56.629Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34502026-08-25T20:59:58.755Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34512026-08-25T21:00:00.951Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34522026-08-25T21:00:04.063Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34532026-08-25T21:00:06.006Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34542026-08-25T21:00:08.572Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34552026-08-25T21:00:11.007Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34562026-08-25T21:00:13.767Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34572026-08-25T21:00:16.320Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34582026-08-25T21:00:18.586Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34592026-08-25T21:00:21.397Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34602026-08-25T21:00:23.845Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34612026-08-25T21:00:26.397Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34622026-08-25T21:00:28.884Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34632026-08-25T21:00:31.406Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34642026-08-25T21:00:34.065Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34652026-08-25T21:00:36.629Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34662026-08-25T21:00:39.088Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34672026-08-25T21:00:41.533Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34682026-08-25T21:00:44.246Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34692026-08-25T21:00:46.892Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34702026-08-25T21:00:49.564Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34712026-08-25T21:00:52.040Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34722026-08-25T21:00:54.628Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34732026-08-25T21:00:57.269Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34742026-08-25T21:00:59.921Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34752026-08-25T21:01:02.610Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34762026-08-25T21:01:05.369Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34772026-08-25T21:01:07.888Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34782026-08-25T21:01:10.526Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34792026-08-25T21:01:13.137Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34802026-08-25T21:01:15.856Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34812026-08-25T21:01:18.470Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34822026-08-25T21:01:21.789Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34832026-08-25T21:01:24.092Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34842026-08-25T21:01:26.629Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34852026-08-25T21:01:29.323Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34862026-08-25T21:01:32.238Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34872026-08-25T21:01:35.198Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34882026-08-25T21:01:37.932Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34892026-08-25T21:01:40.691Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34902026-08-25T21:01:43.509Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34912026-08-25T21:01:46.208Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34922026-08-25T21:01:48.934Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34932026-08-25T21:01:51.805Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34942026-08-25T21:01:54.501Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34952026-08-25T21:01:57.379Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34962026-08-25T21:02:00.167Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34972026-08-25T21:02:02.958Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34982026-08-25T21:02:11.031Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34992026-08-25T21:02:11.531Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35002026-08-25T21:02:14.817Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35012026-08-25T21:02:18.516Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35022026-08-25T21:02:22.319Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35032026-08-25T21:02:25.796Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35042026-08-25T21:02:29.473Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35052026-08-25T21:02:32.987Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35062026-08-25T21:02:36.626Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35072026-08-25T21:02:40.318Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35082026-08-25T21:02:43.856Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35092026-08-25T21:02:48.904Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35102026-08-25T21:02:51.925Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35112026-08-25T21:02:55.863Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35122026-08-25T21:02:59.744Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35132026-08-25T21:03:03.884Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35142026-08-25T21:03:07.587Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35152026-08-25T21:03:11.592Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35162026-08-25T21:03:15.516Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35172026-08-25T21:03:19.445Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35182026-08-25T21:03:23.332Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35192026-08-25T21:03:27.381Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35202026-08-25T21:03:31.258Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35212026-08-25T21:03:35.306Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35222026-08-25T21:03:39.204Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35232026-08-25T21:03:43.122Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35242026-08-25T21:03:47.040Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35252026-08-25T21:03:51.068Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35262026-08-25T21:03:55.074Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35272026-08-25T21:03:58.985Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35282026-08-25T21:04:30.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 41s
35292026-08-25T21:04:30.475Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35302026-08-25T21:04:30.475Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35312026-08-25T21:04:30.647Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35322026-08-25T21:04:30.760Z
35332026-08-25T21:04:30.760Zreal 7:41.699231353
35342026-08-25T21:04:30.760Zuser 20:41.892447846
35352026-08-25T21:04:30.760Zsys 4:23.984528632
35362026-08-25T21:04:30.760Ztrap 0.305011675
35372026-08-25T21:04:30.760Ztflt 0.025007679
35382026-08-25T21:04:30.760Zdflt 0.151855423
35392026-08-25T21:04:30.760Zkflt 0.000060130
35402026-08-25T21:04:30.760Zlock 7:22:30.876435056
35412026-08-25T21:04:30.760Zslp 2:35:26.978751232
35422026-08-25T21:04:30.760Zlat 35.525236188
35432026-08-25T21:04:30.760Zstop 2:12.919641422
35442026-08-25T21:04:30.765Zprocess exited: duration 855511 ms, exit code 0
 
35452026-08-25T21:04:30.773Zfound 0 output files