01KYQ8QQZ10Q33P6QPZ853W9AJ: clippy (helios)

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

Buildomat Job: 01KYQ8R6JN4ZZA3X6B2KTWJZMV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T15:45:04.088Zjob assigned to worker 01KYQ8RE2FQY2RWVTGK73Z3TRC [factory aws, i-090f90a1d31b78758] (queued for 58 s)
 
22026-07-29T15:45:10.660Zstarting task 0: "setup"
32026-07-29T15:45:10.664Z++ uname -s
42026-07-29T15:45:10.667Z+ kern=SunOS
52026-07-29T15:45:10.668Z+ build_user=build
62026-07-29T15:45:10.668Z+ build_uid=12345
72026-07-29T15:45:10.668Z+ work_dir=/work
82026-07-29T15:45:10.668Z+ input_dir=/input
92026-07-29T15:45:10.668Z+ [[ 0 == 12345 ]]
102026-07-29T15:45:10.668Z+ case "$kern" in
112026-07-29T15:45:10.668Z+ groupadd -g 12345 build
122026-07-29T15:45:10.671Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T15:45:12.675Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T15:45:12.760Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T15:45:12.765Z+ home_fs=zfs
162026-07-29T15:45:12.765Z+ [[ zfs == autofs ]]
172026-07-29T15:45:12.765Z+ mkdir -p /home/build
182026-07-29T15:45:12.765Z+ chown build:build /home/build /work
192026-07-29T15:45:14.765Z+ chmod 0700 /home/build /work
202026-07-29T15:45:14.769Zprocess exited: duration 4109 ms, exit code 0
 
212026-07-29T15:45:14.775Zstarting task 1: "rust-toolchain"
222026-07-29T15:45:14.780Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-29T15:45:14.780Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-29T15:45:14.780Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-29T15:45:14.780Z * rust toolchain channel = "1.97.1"
262026-07-29T15:45:14.780Z * rust toolchain profile = "default"
272026-07-29T15:45:14.780Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-29T15:45:14.783Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T15:45:14.783Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T15:45:14.887Zinfo: downloading installer
312026-07-29T15:45:16.510Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T15:45:16.510Zwarn: /home/build/.rustup/settings.toml
332026-07-29T15:45:16.510Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T15:45:16.510Zwarn: instead of the one inferred from the default host triple.
352026-07-29T15:45:16.523Zinfo: profile set to default
362026-07-29T15:45:16.523Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T15:45:16.526Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T15:45:16.669Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T15:45:16.672Zinfo: downloading 6 components
402026-07-29T15:45:34.037Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T15:45:34.037Z
422026-07-29T15:45:34.065Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T15:45:34.065Z
442026-07-29T15:45:34.066Z
452026-07-29T15:45:34.066ZRust is installed now. Great!
462026-07-29T15:45:34.066Z
472026-07-29T15:45:34.066ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T15:45:34.066Zenvironment variable. This has not been done automatically.
492026-07-29T15:45:34.066Z
502026-07-29T15:45:34.066ZTo configure your current shell, you need to source
512026-07-29T15:45:34.066Zthe corresponding env file under $HOME/.cargo.
522026-07-29T15:45:34.066Z
532026-07-29T15:45:34.066ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T15:45:34.066Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T15:45:34.066Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T15:45:34.066Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T15:45:34.066Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T15:45:34.066Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T15:45:34.066Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T15:45:34.070Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T15:45:34.070Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T15:45:34.165Z+ rustup --version
632026-07-29T15:45:34.174Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T15:45:34.177Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T15:45:34.196Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T15:45:34.200Z+ cargo --version
672026-07-29T15:45:34.215Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T15:45:34.218Z+ rustc --version
692026-07-29T15:45:34.238Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T15:45:34.241Zprocess exited: duration 19464 ms, exit code 0
 
712026-07-29T15:45:34.248Zstarting task 2: "authentication"
722026-07-29T15:45:34.266Zprocess exited: duration 18 ms, exit code 0
 
732026-07-29T15:45:34.275Zstarting task 3: "clone repository"
742026-07-29T15:45:34.278Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T15:45:34.281Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T15:45:34.312ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T15:45:44.188Z+ cd /work/oxidecomputer/omicron
782026-07-29T15:45:44.188Z+ git fetch origin 0a17571f0e74511dae968f708aee23460999f296
792026-07-29T15:45:44.469ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T15:45:44.469Z * branch 0a17571f0e74511dae968f708aee23460999f296 -> FETCH_HEAD
812026-07-29T15:45:44.480Z+ [[ -n john/feature-sled-agent-scrimlet-reconcilers ]]
822026-07-29T15:45:44.483Z++ git branch --show-current
832026-07-29T15:45:44.483Z+ current=main
842026-07-29T15:45:44.483Z+ [[ main != john/feature-sled-agent-scrimlet-reconcilers ]]
852026-07-29T15:45:44.483Z+ git branch -f john/feature-sled-agent-scrimlet-reconcilers 0a17571f0e74511dae968f708aee23460999f296
862026-07-29T15:45:44.486Z+ git checkout -f john/feature-sled-agent-scrimlet-reconcilers
872026-07-29T15:45:44.739ZSwitched to branch 'john/feature-sled-agent-scrimlet-reconcilers'
882026-07-29T15:45:44.742Z+ git reset --hard 0a17571f0e74511dae968f708aee23460999f296
892026-07-29T15:45:45.004ZHEAD is now at 0a17571f0 Merge branch 'main' into john/feature-sled-agent-scrimlet-reconcilers
902026-07-29T15:45:45.008Zprocess exited: duration 10732 ms, exit code 0
 
912026-07-29T15:45:45.014Zstarting task 4: "build"
922026-07-29T15:45:45.018Z+ source ./env.sh
932026-07-29T15:45:45.021Z++ OLD_SHELL_OPTS=ehxB
942026-07-29T15:45:45.022Z++ set -o xtrace
952026-07-29T15:45:45.022Z++++ dirname ./env.sh
962026-07-29T15:45:45.025Z+++ readlink -f .
972026-07-29T15:45:45.025Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-29T15:45:45.025Z++ 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-07-29T15:45:45.025Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-29T15:45:45.025Z++ 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-07-29T15:45:45.025Z++ 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-07-29T15:45:45.025Z++ 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-07-29T15:45:45.025Z++ 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-07-29T15:45:45.025Z++ 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-07-29T15:45:45.025Z++ 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-07-29T15:45:45.025Z++ 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-07-29T15:45:45.026Z++ 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-07-29T15:45:45.026Z++ case $OLD_SHELL_OPTS in
1092026-07-29T15:45:45.026Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-29T15:45:45.026Z+ source .github/buildomat/ci-env.sh
1112026-07-29T15:45:45.026Z++ export CARGO_TERM_COLOR=always
1122026-07-29T15:45:45.026Z++ CARGO_TERM_COLOR=always
1132026-07-29T15:45:45.029Z+++ uname -s
1142026-07-29T15:45:45.029Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-29T15:45:45.029Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-29T15:45:45.029Z+ cargo --version
1172026-07-29T15:45:45.038Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-07-29T15:45:45.041Z+ rustc --version
1192026-07-29T15:45:45.062Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-07-29T15:45:45.065Z+ banner prerequisites
1212026-07-29T15:45:45.068Z
1222026-07-29T15:45:45.069Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-29T15:45:45.069Z # # # # # # # # # # # # # # #
1242026-07-29T15:45:45.069Z # # # # ##### # # ##### # # # # # #### #
1252026-07-29T15:45:45.069Z ##### ##### # ##### # # # # # # # # #
1262026-07-29T15:45:45.069Z # # # # # # # # # # # # # # #
1272026-07-29T15:45:45.069Z # # # ###### # # ###### ### # #### # #### #
1282026-07-29T15:45:45.069Z
1292026-07-29T15:45:45.069Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-29T15:45:46.911Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-29T15:45:47.158Z Startup: Caching catalogs ... Done
1322026-07-29T15:45:48.375ZPlanning: Solver setup ... Done (1.132s)
1332026-07-29T15:45:48.420ZPlanning: Running solver ... Done (0.046s)
1342026-07-29T15:45:48.453ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-29T15:45:48.466ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-29T15:45:48.484ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-29T15:45:48.498ZPlanning: Package planning ... Done (0.014s)
1382026-07-29T15:45:48.501ZPlanning: Merging actions ... Done (0.001s)
1392026-07-29T15:45:48.720ZPlanning: Checking for conflicting actions ... Done (0.219s)
1402026-07-29T15:45:48.723ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-29T15:45:49.523ZPlanning: Evaluating mediators ... Done (0.803s)
1422026-07-29T15:45:49.526ZPlanning: Planning completed in 2.34 seconds
1432026-07-29T15:45:49.533Z Packages to install: 2
1442026-07-29T15:45:49.533Z Estimated space available: 156.02 GB
1452026-07-29T15:45:49.533ZEstimated space to be consumed: 55.05 MB
1462026-07-29T15:45:49.533Z Create boot environment: No
1472026-07-29T15:45:49.536ZCreate backup boot environment: No
1482026-07-29T15:45:49.536Z Rebuild boot archive: No
1492026-07-29T15:45:49.536Z
1502026-07-29T15:45:49.536ZChanged packages:
1512026-07-29T15:45:49.536Zhelios
1522026-07-29T15:45:49.536Z developer/build-essential
1532026-07-29T15:45:49.536Z None -> 11-3.0
1542026-07-29T15:45:49.536Z library/libxmlsec1
1552026-07-29T15:45:49.536Z None -> 1.2.35-3.0
1562026-07-29T15:45:49.557Z
1572026-07-29T15:45:49.557ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-29T15:45:49.628ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
1592026-07-29T15:45:49.717Z Actions: 1/268 actions (Installing new actions)
1602026-07-29T15:45:49.757Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-29T15:45:49.781ZFinalize: Updating package state database ... Done (0.024s)
1622026-07-29T15:45:49.791ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-29T15:45:49.840ZFinalize: Updating image state ... Done (0.058s)
1642026-07-29T15:45:52.298ZFinalize: Creating fast lookup database ... Done (2.419s)
1652026-07-29T15:45:52.364ZFinalize: Reading search index ... Done (0.012s)
1662026-07-29T15:45:52.367ZFinalize: Updating search index ... Done (0.000s)
1672026-07-29T15:45:52.461ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-29T15:45:52.814ZPlanning: Evaluating mediator changes ... Done
1692026-07-29T15:45:52.921ZPlanning: Checking for conflicting actions ... Done
1702026-07-29T15:45:52.924ZPlanning: Consolidating action changes ... Done
1712026-07-29T15:45:53.079ZPlanning: Evaluating mediators ... Done
1722026-07-29T15:45:53.082ZPlanning: Planning completed in 0.27 seconds
1732026-07-29T15:45:53.102Z Mediators to change: 2
1742026-07-29T15:45:53.102Z Create boot environment: No
1752026-07-29T15:45:53.102ZCreate backup boot environment: No
1762026-07-29T15:45:53.146ZFinalize: Updating package state database ... Done
1772026-07-29T15:45:53.146ZFinalize: Updating package cache ... Done
1782026-07-29T15:45:53.180ZFinalize: Updating image state ... Done
1792026-07-29T15:45:55.141ZFinalize: Creating fast lookup database ... Done
1802026-07-29T15:45:55.205ZFinalize: Reading search index ... Done
1812026-07-29T15:45:55.208ZFinalize: Updating search index ... Done
1822026-07-29T15:45:55.286ZFinalize: Updating package cache ... Done
1832026-07-29T15:45:55.574ZPlanning: Evaluating mediator changes ... Done
1842026-07-29T15:45:55.679ZPlanning: Checking for conflicting actions ... Done
1852026-07-29T15:45:55.682ZPlanning: Consolidating action changes ... Done
1862026-07-29T15:45:55.839ZPlanning: Evaluating mediators ... Done
1872026-07-29T15:45:55.843ZPlanning: Planning completed in 0.27 seconds
1882026-07-29T15:45:55.862Z Mediators to change: 1
1892026-07-29T15:45:55.862Z Create boot environment: No
1902026-07-29T15:45:55.862ZCreate backup boot environment: No
1912026-07-29T15:45:55.906ZFinalize: Updating package state database ... Done
1922026-07-29T15:45:55.906ZFinalize: Updating package cache ... Done
1932026-07-29T15:45:55.941ZFinalize: Updating image state ... Done
1942026-07-29T15:45:57.906ZFinalize: Creating fast lookup database ... Done
1952026-07-29T15:45:57.969ZFinalize: Reading search index ... Done
1962026-07-29T15:45:57.978ZFinalize: Updating search index ... Done
1972026-07-29T15:45:58.030ZFinalize: Updating package cache ... Done
1982026-07-29T15:45:58.339ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-29T15:45:58.339Zapache system 2.4 system
2002026-07-29T15:45:58.339Zclang system 15 system
2012026-07-29T15:45:58.339Zcsh system system illumos
2022026-07-29T15:45:58.339Zctags system system illumos
2032026-07-29T15:45:58.340Zfile vendor vendor darwinsys
2042026-07-29T15:45:58.340Zfile system system illumos
2052026-07-29T15:45:58.340Zgcc vendor 14 vendor
2062026-07-29T15:45:58.340Zgcc system 13 system
2072026-07-29T15:45:58.340Zgcc system 10 system
2082026-07-29T15:45:58.340Zgo system 1.25 system
2092026-07-29T15:45:58.340Zllvm system 15 system
2102026-07-29T15:45:58.340Zmariadb system 11.4 system
2112026-07-29T15:45:58.340Zmta vendor vendor dma
2122026-07-29T15:45:58.340Zopenjdk system 17 system
2132026-07-29T15:45:58.340Zopenjdk system 11 system
2142026-07-29T15:45:58.340Zopenssl vendor 3 vendor
2152026-07-29T15:45:58.340Zperl system 5.40 system
2162026-07-29T15:45:58.340Zpostgresql system 18 system
2172026-07-29T15:45:58.340Zpostgresql system 17 system
2182026-07-29T15:45:58.340Zpython vendor 3 vendor
2192026-07-29T15:45:58.340Zpython system 2 system
2202026-07-29T15:45:58.340Zpython3 vendor 3.13 vendor
2212026-07-29T15:45:58.340Zruby system 3.4 system
2222026-07-29T15:45:58.340Zruby system 3.0 system
2232026-07-29T15:45:58.340Zwords vendor vendor american-english
2242026-07-29T15:45:58.340Zwords system system australian-english
2252026-07-29T15:45:58.340Zwords system system british-english
2262026-07-29T15:45:58.340Zwords system system canadian-english
2272026-07-29T15:45:58.340Zwords system system french
2282026-07-29T15:45:58.340Zwords system system italian
2292026-07-29T15:45:58.341Zwords system system ngerman
2302026-07-29T15:45:58.341Zwords system system ogerman
2312026-07-29T15:45:58.341Zwords system system spanish
2322026-07-29T15:45:58.589ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-29T15:45:58.589Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-29T15:45:58.982ZFMRI IFO
2352026-07-29T15:45:58.982Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-29T15:45:58.982Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-29T15:45:58.982Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-29T15:45:58.982Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-29T15:45:58.982Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-29T15:45:58.982Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-29T15:45:58.982Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-29T15:45:58.982Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-29T15:45:58.982Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-29T15:45:59.293Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-29T15:45:59.616Z Updating crates.io index
2462026-07-29T15:45:59.620Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-29T15:45:59.865Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-29T15:46:00.174Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-29T15:46:01.161Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-29T15:46:01.670Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-29T15:46:03.290Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-29T15:46:04.134Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-29T15:46:04.361Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-29T15:46:04.691Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-29T15:46:06.072Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-29T15:46:06.357Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-29T15:46:06.695Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-29T15:46:06.961Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-29T15:46:07.407Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-29T15:46:07.939Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-29T15:46:08.189Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-29T15:46:08.430Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-29T15:46:08.689Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-29T15:46:08.968Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-29T15:46:09.204Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-29T15:46:09.431Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-29T15:46:09.687Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-29T15:46:10.057Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-29T15:46:10.376Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-29T15:46:10.923Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-29T15:46:12.156Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-29T15:46:12.440Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-29T15:46:12.813Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-29T15:46:13.146Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-29T15:46:13.497Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-29T15:46:13.876Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-29T15:46:14.214Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-29T15:46:14.689Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-29T15:46:14.963Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-29T15:46:15.265Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-29T15:46:15.460Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-29T15:46:15.762Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-29T15:46:16.205Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-29T15:46:16.408Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-29T15:46:16.718Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-29T15:46:16.941Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-29T15:46:19.851Z Downloading crates ...
2882026-07-29T15:46:19.892Z Downloaded cfg-if v1.0.4
2892026-07-29T15:46:19.923Z Downloaded block-buffer v0.10.4
2902026-07-29T15:46:19.928Z Downloaded is_terminal_polyfill v1.70.2
2912026-07-29T15:46:19.928Z Downloaded pest v2.8.6
2922026-07-29T15:46:19.928Z Downloaded anstream v1.0.0
2932026-07-29T15:46:19.928Z Downloaded anstyle v1.0.14
2942026-07-29T15:46:19.928Z Downloaded errno v0.3.14
2952026-07-29T15:46:19.928Z Downloaded equivalent v1.0.2
2962026-07-29T15:46:19.931Z Downloaded zerocopy v0.7.35
2972026-07-29T15:46:19.936Z Downloaded heck v0.4.1
2982026-07-29T15:46:19.939Z Downloaded clap_lex v1.0.0
2992026-07-29T15:46:19.939Z Downloaded pest_meta v2.8.6
3002026-07-29T15:46:19.942Z Downloaded cargo-platform v0.3.2
3012026-07-29T15:46:19.942Z Downloaded colorchoice v1.0.4
3022026-07-29T15:46:19.950Z Downloaded heck v0.5.0
3032026-07-29T15:46:19.954Z Downloaded cpufeatures v0.2.17
3042026-07-29T15:46:19.957Z Downloaded memmap v0.7.0
3052026-07-29T15:46:19.961Z Downloaded macaddr v1.0.1
3062026-07-29T15:46:19.964Z Downloaded dof v0.3.0
3072026-07-29T15:46:19.964Z Downloaded fs-err v3.3.0
3082026-07-29T15:46:19.970Z Downloaded utf8parse v0.2.2
3092026-07-29T15:46:19.973Z Downloaded fnv v1.0.7
3102026-07-29T15:46:19.974Z Downloaded smawk v0.3.2
3112026-07-29T15:46:19.974Z Downloaded usdt-macro v0.5.0
3122026-07-29T15:46:19.977Z Downloaded crypto-common v0.1.7
3132026-07-29T15:46:19.980Z Downloaded terminal_size v0.4.3
3142026-07-29T15:46:19.980Z Downloaded thread-id v4.2.2
3152026-07-29T15:46:19.983Z Downloaded usdt-attr-macro v0.5.0
3162026-07-29T15:46:19.986Z Downloaded itoa v1.0.17
3172026-07-29T15:46:19.989Z Downloaded strsim v0.11.1
3182026-07-29T15:46:19.992Z Downloaded proc-macro-error-attr v1.0.4
3192026-07-29T15:46:19.992Z Downloaded pretty-hex v0.4.1
3202026-07-29T15:46:19.992Z Downloaded toml_datetime v0.6.11
3212026-07-29T15:46:19.992Z Downloaded toml_write v0.1.2
3222026-07-29T15:46:20.002Z Downloaded scroll_derive v0.12.1
3232026-07-29T15:46:20.004Z Downloaded version_check v0.9.5
3242026-07-29T15:46:20.007Z Downloaded swrite v0.1.0
3252026-07-29T15:46:20.011Z Downloaded fastrand v2.3.0
3262026-07-29T15:46:20.020Z Downloaded usdt v0.5.0
3272026-07-29T15:46:20.020Z Downloaded dtrace-parser v0.2.0
3282026-07-29T15:46:20.020Z Downloaded serde_spanned v0.6.9
3292026-07-29T15:46:20.056Z Downloaded tabled_derive v0.7.0
3302026-07-29T15:46:20.059Z Downloaded autocfg v1.5.0
3312026-07-29T15:46:20.059Z Downloaded cargo_metadata v0.23.1
3322026-07-29T15:46:20.059Z Downloaded anstyle-query v1.1.5
3332026-07-29T15:46:20.059Z Downloaded byteorder v1.5.0
3342026-07-29T15:46:20.059Z Downloaded camino-tempfile v1.4.1
3352026-07-29T15:46:20.060Z Downloaded generic-array v0.14.7
3362026-07-29T15:46:20.060Z Downloaded anstyle-parse v1.0.0
3372026-07-29T15:46:20.060Z Downloaded camino v1.2.2
3382026-07-29T15:46:20.060Z Downloaded bytecount v0.6.9
3392026-07-29T15:46:20.060Z Downloaded plain v0.2.3
3402026-07-29T15:46:20.060Z Downloaded cargo_toml v0.21.0
3412026-07-29T15:46:20.063Z Downloaded digest v0.10.7
3422026-07-29T15:46:20.063Z Downloaded scroll v0.12.0
3432026-07-29T15:46:20.066Z Downloaded proc-macro-error v1.0.4
3442026-07-29T15:46:20.069Z Downloaded zmij v1.0.21
3452026-07-29T15:46:20.072Z Downloaded thiserror v2.0.18
3462026-07-29T15:46:20.076Z Downloaded usdt-impl v0.5.0
3472026-07-29T15:46:20.076Z Downloaded serde_tokenstream v0.2.3
3482026-07-29T15:46:20.080Z Downloaded unicode-linebreak v0.1.5
3492026-07-29T15:46:20.080Z Downloaded sha2 v0.10.9
3502026-07-29T15:46:20.080Z Downloaded thiserror-impl v2.0.18
3512026-07-29T15:46:20.082Z Downloaded bitflags v2.11.0
3522026-07-29T15:46:20.083Z Downloaded clap_derive v4.6.1
3532026-07-29T15:46:20.087Z Downloaded pest_generator v2.8.6
3542026-07-29T15:46:20.090Z Downloaded anyhow v1.0.102
3552026-07-29T15:46:20.090Z Downloaded getrandom v0.4.1
3562026-07-29T15:46:20.094Z Downloaded log v0.4.29
3572026-07-29T15:46:20.094Z Downloaded ucd-trie v0.1.7
3582026-07-29T15:46:20.097Z Downloaded tempfile v3.25.0
3592026-07-29T15:46:20.097Z Downloaded quote v1.0.45
3602026-07-29T15:46:20.103Z Downloaded toml v0.8.23
3612026-07-29T15:46:20.107Z Downloaded once_cell v1.21.3
3622026-07-29T15:46:20.107Z Downloaded semver v1.0.28
3632026-07-29T15:46:20.107Z Downloaded thiserror v1.0.69
3642026-07-29T15:46:20.110Z Downloaded thiserror-impl v1.0.69
3652026-07-29T15:46:20.110Z Downloaded zerocopy-derive v0.7.35
3662026-07-29T15:46:20.113Z Downloaded pest_derive v2.8.6
3672026-07-29T15:46:20.113Z Downloaded serde_derive v1.0.228
3682026-07-29T15:46:20.119Z Downloaded papergrid v0.11.0
3692026-07-29T15:46:20.127Z Downloaded unicode-ident v1.0.24
3702026-07-29T15:46:20.131Z Downloaded textwrap v0.16.2
3712026-07-29T15:46:20.136Z Downloaded serde_core v1.0.228
3722026-07-29T15:46:20.142Z Downloaded memchr v2.8.0
3732026-07-29T15:46:20.145Z Downloaded toml_edit v0.22.27
3742026-07-29T15:46:20.148Z Downloaded proc-macro2 v1.0.106
3752026-07-29T15:46:20.148Z Downloaded clap v4.6.1
3762026-07-29T15:46:20.155Z Downloaded serde v1.0.228
3772026-07-29T15:46:20.187Z Downloaded indexmap v2.14.0
3782026-07-29T15:46:20.191Z Downloaded typenum v1.20.1
3792026-07-29T15:46:20.224Z Downloaded serde_json v1.0.151
3802026-07-29T15:46:20.228Z Downloaded hashbrown v0.17.0
3812026-07-29T15:46:20.241Z Downloaded winnow v0.7.14
3822026-07-29T15:46:20.256Z Downloaded goblin v0.8.2
3832026-07-29T15:46:20.260Z Downloaded clap_builder v4.6.0
3842026-07-29T15:46:20.264Z Downloaded tabled v0.15.0
3852026-07-29T15:46:20.282Z Downloaded syn v1.0.109
3862026-07-29T15:46:20.287Z Downloaded unicode-width v0.1.14
3872026-07-29T15:46:20.290Z Downloaded unicode-width v0.2.0
3882026-07-29T15:46:20.296Z Downloaded syn v2.0.117
3892026-07-29T15:46:20.315Z Downloaded rustix v1.1.3
3902026-07-29T15:46:20.346Z Downloaded libc v0.2.185
3912026-07-29T15:46:20.410Z Compiling proc-macro2 v1.0.106
3922026-07-29T15:46:20.410Z Compiling unicode-ident v1.0.24
3932026-07-29T15:46:20.410Z Compiling quote v1.0.45
3942026-07-29T15:46:20.410Z Compiling serde_core v1.0.228
3952026-07-29T15:46:20.414Z Compiling libc v0.2.185
3962026-07-29T15:46:20.414Z Compiling version_check v0.9.5
3972026-07-29T15:46:20.414Z Compiling memchr v2.8.0
3982026-07-29T15:46:20.414Z Compiling serde v1.0.228
3992026-07-29T15:46:20.728Z Compiling zmij v1.0.21
4002026-07-29T15:46:20.951Z Compiling ucd-trie v0.1.7
4012026-07-29T15:46:20.985Z Compiling itoa v1.0.17
4022026-07-29T15:46:21.016Z Compiling thiserror v1.0.69
4032026-07-29T15:46:21.219Z Compiling pest v2.8.6
4042026-07-29T15:46:21.298Z Compiling byteorder v1.5.0
4052026-07-29T15:46:21.368Z Compiling rustix v1.1.3
4062026-07-29T15:46:21.509Z Compiling errno v0.3.14
4072026-07-29T15:46:21.542Z Compiling bitflags v2.11.0
4082026-07-29T15:46:21.761Z Compiling serde_json v1.0.151
4092026-07-29T15:46:21.856Z Compiling syn v2.0.117
4102026-07-29T15:46:21.933Z Compiling thread-id v4.2.2
4112026-07-29T15:46:22.006Z Compiling proc-macro-error-attr v1.0.4
4122026-07-29T15:46:22.021Z Compiling usdt-impl v0.5.0
4132026-07-29T15:46:22.025Z Compiling camino v1.2.2
4142026-07-29T15:46:22.186Z Compiling syn v1.0.109
4152026-07-29T15:46:22.330Z Compiling pest_meta v2.8.6
4162026-07-29T15:46:22.446Z Compiling proc-macro-error v1.0.4
4172026-07-29T15:46:22.449Z Compiling log v0.4.29
4182026-07-29T15:46:22.527Z Compiling getrandom v0.4.1
4192026-07-29T15:46:22.638Z Compiling equivalent v1.0.2
4202026-07-29T15:46:22.650Z Compiling plain v0.2.3
4212026-07-29T15:46:22.727Z Compiling hashbrown v0.17.0
4222026-07-29T15:46:22.884Z Compiling utf8parse v0.2.2
4232026-07-29T15:46:22.938Z Compiling terminal_size v0.4.3
4242026-07-29T15:46:23.015Z Compiling anstyle-parse v1.0.0
4252026-07-29T15:46:23.340Z Compiling indexmap v2.14.0
4262026-07-29T15:46:23.717Z Compiling cfg-if v1.0.4
4272026-07-29T15:46:23.772Z Compiling anstyle v1.0.14
4282026-07-29T15:46:23.795Z Compiling toml_write v0.1.2
4292026-07-29T15:46:23.841Z Compiling winnow v0.7.14
4302026-07-29T15:46:23.993Z Compiling anstyle-query v1.1.5
4312026-07-29T15:46:24.011Z Compiling pretty-hex v0.4.1
4322026-07-29T15:46:24.014Z Compiling is_terminal_polyfill v1.70.2
4332026-07-29T15:46:24.045Z Compiling autocfg v1.5.0
4342026-07-29T15:46:24.106Z Compiling pest_generator v2.8.6
4352026-07-29T15:46:24.130Z Compiling colorchoice v1.0.4
4362026-07-29T15:46:24.155Z Compiling thiserror v2.0.18
4372026-07-29T15:46:24.253Z Compiling anstream v1.0.0
4382026-07-29T15:46:24.475Z Compiling fs-err v3.3.0
4392026-07-29T15:46:24.667Z Compiling unicode-width v0.1.14
4402026-07-29T15:46:24.684Z Compiling fnv v1.0.7
4412026-07-29T15:46:24.714Z Compiling fastrand v2.3.0
4422026-07-29T15:46:24.790Z Compiling clap_lex v1.0.0
4432026-07-29T15:46:24.808Z Compiling bytecount v0.6.9
4442026-07-29T15:46:24.811Z Compiling heck v0.4.1
4452026-07-29T15:46:24.939Z Compiling once_cell v1.21.3
4462026-07-29T15:46:24.957Z Compiling strsim v0.11.1
4472026-07-29T15:46:24.976Z Compiling anyhow v1.0.102
4482026-07-29T15:46:25.021Z Compiling heck v0.5.0
4492026-07-29T15:46:25.047Z Compiling papergrid v0.11.0
4502026-07-29T15:46:25.154Z Compiling clap_builder v4.6.0
4512026-07-29T15:46:25.253Z Compiling tempfile v3.25.0
4522026-07-29T15:46:25.313Z Compiling tabled_derive v0.7.0
4532026-07-29T15:46:25.333Z Compiling cargo-platform v0.3.2
4542026-07-29T15:46:25.393Z Compiling semver v1.0.28
4552026-07-29T15:46:25.492Z Compiling memmap v0.7.0
4562026-07-29T15:46:25.604Z Compiling smawk v0.3.2
4572026-07-29T15:46:25.622Z Compiling unicode-linebreak v0.1.5
4582026-07-29T15:46:25.674Z Compiling unicode-width v0.2.0
4592026-07-29T15:46:25.746Z Compiling camino-tempfile v1.4.1
4602026-07-29T15:46:25.772Z Compiling serde_derive v1.0.228
4612026-07-29T15:46:25.862Z Compiling thiserror-impl v1.0.69
4622026-07-29T15:46:25.948Z Compiling zerocopy-derive v0.7.35
4632026-07-29T15:46:25.977Z Compiling pest_derive v2.8.6
4642026-07-29T15:46:26.060Z Compiling scroll_derive v0.12.1
4652026-07-29T15:46:26.205Z Compiling thiserror-impl v2.0.18
4662026-07-29T15:46:26.421Z Compiling clap_derive v4.6.1
4672026-07-29T15:46:26.460Z Compiling tabled v0.15.0
4682026-07-29T15:46:26.717Z Compiling scroll v0.12.0
4692026-07-29T15:46:26.817Z Compiling zerocopy v0.7.35
4702026-07-29T15:46:26.999Z Compiling goblin v0.8.2
4712026-07-29T15:46:27.220Z Compiling dtrace-parser v0.2.0
4722026-07-29T15:46:27.371Z Compiling textwrap v0.16.2
4732026-07-29T15:46:27.834Z Compiling swrite v0.1.0
4742026-07-29T15:46:28.206Z Compiling clap v4.6.1
4752026-07-29T15:46:28.885Z Compiling toml_datetime v0.6.11
4762026-07-29T15:46:28.885Z Compiling serde_spanned v0.6.9
4772026-07-29T15:46:28.888Z Compiling cargo_metadata v0.23.1
4782026-07-29T15:46:28.888Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-07-29T15:46:28.888Z Compiling macaddr v1.0.1
4802026-07-29T15:46:28.967Z Compiling dof v0.3.0
4812026-07-29T15:46:28.970Z Compiling serde_tokenstream v0.2.3
4822026-07-29T15:46:29.093Z Compiling toml_edit v0.22.27
4832026-07-29T15:46:29.704Z Compiling usdt-attr-macro v0.5.0
4842026-07-29T15:46:29.705Z Compiling usdt-macro v0.5.0
4852026-07-29T15:46:30.322Z Compiling usdt v0.5.0
4862026-07-29T15:46:30.428Z Compiling toml v0.8.23
4872026-07-29T15:46:30.758Z Compiling cargo_toml v0.21.0
4882026-07-29T15:46:32.015Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-29T15:46:34.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.97s
4902026-07-29T15:46:34.304Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-29T15:46:34.824Z Downloading crates ...
4922026-07-29T15:46:34.869Z Downloaded arrayref v0.3.9
4932026-07-29T15:46:34.872Z Downloaded base16ct v0.2.0
4942026-07-29T15:46:34.872Z Downloaded anstyle-parse v0.2.7
4952026-07-29T15:46:34.876Z Downloaded cfg_aliases v0.2.1
4962026-07-29T15:46:34.876Z Downloaded block-padding v0.4.2
4972026-07-29T15:46:34.882Z Downloaded async-compression v0.4.41
4982026-07-29T15:46:34.885Z Downloaded ar_archive_writer v0.5.1
4992026-07-29T15:46:34.889Z Downloaded adler2 v2.0.1
5002026-07-29T15:46:34.892Z Downloaded async-stream v0.3.6
5012026-07-29T15:46:34.896Z Downloaded allocator-api2 v0.2.21
5022026-07-29T15:46:34.899Z Downloaded aead v0.5.2
5032026-07-29T15:46:34.899Z Downloaded backoff v0.4.0
5042026-07-29T15:46:34.902Z Downloaded arrayvec v0.7.6
5052026-07-29T15:46:34.902Z Downloaded bcs v0.1.6
5062026-07-29T15:46:34.902Z Downloaded atomicwrites v0.4.4
5072026-07-29T15:46:34.902Z Downloaded atty v0.2.14
5082026-07-29T15:46:34.906Z Downloaded bit-set v0.8.0
5092026-07-29T15:46:34.906Z Downloaded array-init v0.0.4
5102026-07-29T15:46:34.906Z Downloaded bitfield-macros v0.19.4
5112026-07-29T15:46:34.911Z Downloaded bcrypt-pbkdf v0.11.0
5122026-07-29T15:46:34.911Z Downloaded async-recursion v1.1.1
5132026-07-29T15:46:34.915Z Downloaded fs_extra v1.3.0
5142026-07-29T15:46:34.915Z Downloaded bb8 v0.8.6
5152026-07-29T15:46:34.915Z Downloaded getrandom v0.3.4
5162026-07-29T15:46:34.915Z Downloaded atomic-waker v1.1.2
5172026-07-29T15:46:34.915Z Downloaded convert_case v0.4.0
5182026-07-29T15:46:34.918Z Downloaded ff v0.14.0
5192026-07-29T15:46:34.918Z Downloaded assert_matches v1.5.0
5202026-07-29T15:46:34.922Z Downloaded async-stream-impl v0.3.6
5212026-07-29T15:46:34.922Z Downloaded http-body-util v0.1.3
5222026-07-29T15:46:34.922Z Downloaded icu_normalizer v2.1.1
5232026-07-29T15:46:34.927Z Downloaded form_urlencoded v1.2.2
5242026-07-29T15:46:34.927Z Downloaded anstream v0.6.21
5252026-07-29T15:46:34.927Z Downloaded fixedbitset v0.5.7
5262026-07-29T15:46:34.930Z Downloaded argon2 v0.6.0-rc.8
5272026-07-29T15:46:34.930Z Downloaded hash32 v0.3.1
5282026-07-29T15:46:34.930Z Downloaded ppv-lite86 v0.2.21
5292026-07-29T15:46:34.930Z Downloaded futures-channel v0.3.32
5302026-07-29T15:46:34.934Z Downloaded filetime v0.2.27
5312026-07-29T15:46:34.934Z Downloaded foreign-types v0.5.0
5322026-07-29T15:46:34.934Z Downloaded bitfield-struct v0.6.2
5332026-07-29T15:46:34.938Z Downloaded futures-core v0.3.32
5342026-07-29T15:46:34.938Z Downloaded bitfield v0.19.4
5352026-07-29T15:46:34.938Z Downloaded bitflags v1.3.2
5362026-07-29T15:46:34.938Z Downloaded find-msvc-tools v0.1.9
5372026-07-29T15:46:34.939Z Downloaded git-stub v1.0.0
5382026-07-29T15:46:34.939Z Downloaded cobs v0.3.0
5392026-07-29T15:46:34.942Z Downloaded bit-set v0.5.3
5402026-07-29T15:46:34.945Z Downloaded flagset v0.4.7
5412026-07-29T15:46:34.946Z Downloaded compression-core v0.4.31
5422026-07-29T15:46:34.946Z Downloaded base16ct v1.0.0
5432026-07-29T15:46:34.949Z Downloaded castaway v0.2.4
5442026-07-29T15:46:34.949Z Downloaded ascii-canvas v3.0.0
5452026-07-29T15:46:34.952Z Downloaded git2 v0.20.4
5462026-07-29T15:46:34.956Z Downloaded fixedbitset v0.4.2
5472026-07-29T15:46:34.959Z Downloaded group v0.14.0
5482026-07-29T15:46:34.959Z Downloaded ciborium-io v0.2.2
5492026-07-29T15:46:34.962Z Downloaded ciborium-ll v0.2.2
5502026-07-29T15:46:34.962Z Downloaded backon v1.6.0
5512026-07-29T15:46:34.969Z Downloaded bit-vec v0.6.3
5522026-07-29T15:46:34.973Z Downloaded foreign-types-macros v0.2.3
5532026-07-29T15:46:34.973Z Downloaded foreign-types-shared v0.1.1
5542026-07-29T15:46:34.973Z Downloaded futures-util v0.3.32
5552026-07-29T15:46:34.976Z Downloaded ghash v0.6.0
5562026-07-29T15:46:34.976Z Downloaded git-stub-vcs v0.1.0
5572026-07-29T15:46:34.980Z Downloaded foreign-types-shared v0.3.1
5582026-07-29T15:46:34.980Z Downloaded gethostname v0.5.0
5592026-07-29T15:46:34.983Z Downloaded hashbrown v0.15.5
5602026-07-29T15:46:34.989Z Downloaded foreign-types v0.3.2
5612026-07-29T15:46:34.992Z Downloaded home v0.5.12
5622026-07-29T15:46:34.992Z Downloaded hostname v0.3.1
5632026-07-29T15:46:34.992Z Downloaded float-ord v0.3.2
5642026-07-29T15:46:34.992Z Downloaded fxhash v0.2.1
5652026-07-29T15:46:34.992Z Downloaded cfg_aliases v0.1.1
5662026-07-29T15:46:34.997Z Downloaded futures-io v0.3.32
5672026-07-29T15:46:35.000Z Downloaded funty v2.0.0
5682026-07-29T15:46:35.000Z Downloaded env_filter v1.0.0
5692026-07-29T15:46:35.000Z Downloaded hex v0.4.3
5702026-07-29T15:46:35.005Z Downloaded olpc-cjson v0.1.4
5712026-07-29T15:46:35.005Z Downloaded globwalk v0.9.1
5722026-07-29T15:46:35.008Z Downloaded hash32 v0.2.1
5732026-07-29T15:46:35.008Z Downloaded http-body v1.0.1
5742026-07-29T15:46:35.008Z Downloaded parse-display v0.10.0
5752026-07-29T15:46:35.013Z Downloaded hubpack v0.1.2
5762026-07-29T15:46:35.013Z Downloaded futures-sink v0.3.32
5772026-07-29T15:46:35.022Z Downloaded foldhash v0.1.5
5782026-07-29T15:46:35.022Z Downloaded glob v0.3.3
5792026-07-29T15:46:35.023Z Downloaded predicates-tree v1.0.13
5802026-07-29T15:46:35.023Z Downloaded ahash v0.8.12
5812026-07-29T15:46:35.023Z Downloaded futures-macro v0.3.32
5822026-07-29T15:46:35.023Z Downloaded futures-task v0.3.32
5832026-07-29T15:46:35.023Z Downloaded argon2 v0.5.3
5842026-07-29T15:46:35.030Z Downloaded const_format_proc_macros v0.2.34
5852026-07-29T15:46:35.030Z Downloaded hex-literal v1.1.0
5862026-07-29T15:46:35.030Z Downloaded hostname v0.4.2
5872026-07-29T15:46:35.030Z Downloaded camino-tempfile-ext v0.3.3
5882026-07-29T15:46:35.030Z Downloaded cmake v0.1.57
5892026-07-29T15:46:35.030Z Downloaded hyper-tls v0.6.0
5902026-07-29T15:46:35.035Z Downloaded base64ct v1.8.3
5912026-07-29T15:46:35.035Z Downloaded ident_case v1.0.1
5922026-07-29T15:46:35.041Z Downloaded aead v0.6.1
5932026-07-29T15:46:35.041Z Downloaded cipher v0.4.4
5942026-07-29T15:46:35.049Z Downloaded blake2 v0.10.6
5952026-07-29T15:46:35.049Z Downloaded bzip2 v0.6.1
5962026-07-29T15:46:35.050Z Downloaded bit-vec v0.8.0
5972026-07-29T15:46:35.057Z Downloaded httpdate v1.0.3
5982026-07-29T15:46:35.057Z Downloaded russh-cryptovec v0.62.0
5992026-07-29T15:46:35.057Z Downloaded russh-util v0.52.0
6002026-07-29T15:46:35.058Z Downloaded sapling-renderdag v0.1.0
6012026-07-29T15:46:35.058Z Downloaded http-range v0.1.5
6022026-07-29T15:46:35.058Z Downloaded progenitor-client v0.14.0
6032026-07-29T15:46:35.058Z Downloaded float-cmp v0.10.0
6042026-07-29T15:46:35.058Z Downloaded foldhash v0.2.0
6052026-07-29T15:46:35.058Z Downloaded fs-err v2.11.0
6062026-07-29T15:46:35.058Z Downloaded group v0.13.0
6072026-07-29T15:46:35.058Z Downloaded scroll_derive v0.13.1
6082026-07-29T15:46:35.058Z Downloaded seq-macro v0.3.6
6092026-07-29T15:46:35.063Z Downloaded serde_bytes v0.11.19
6102026-07-29T15:46:35.063Z Downloaded headers-core v0.3.0
6112026-07-29T15:46:35.063Z Downloaded byte-wrapper v0.1.0
6122026-07-29T15:46:35.063Z Downloaded cipher v0.5.2
6132026-07-29T15:46:35.064Z Downloaded block-buffer v0.12.1
6142026-07-29T15:46:35.067Z Downloaded compression-codecs v0.4.37
6152026-07-29T15:46:35.070Z Downloaded proc-macro-crate v3.4.0
6162026-07-29T15:46:35.070Z Downloaded num_enum_derive v0.7.6
6172026-07-29T15:46:35.070Z Downloaded blowfish v0.10.0
6182026-07-29T15:46:35.070Z Downloaded bs58 v0.5.1
6192026-07-29T15:46:35.074Z Downloaded chacha20 v0.9.1
6202026-07-29T15:46:35.074Z Downloaded constant_time_eq v0.4.2
6212026-07-29T15:46:35.074Z Downloaded cbc v0.2.1
6222026-07-29T15:46:35.074Z Downloaded cmov v0.5.4
6232026-07-29T15:46:35.074Z Downloaded hubpack_derive v0.1.1
6242026-07-29T15:46:35.079Z Downloaded rand_pcg v0.10.2
6252026-07-29T15:46:35.079Z Downloaded buf-list v1.1.2
6262026-07-29T15:46:35.083Z Downloaded ref-cast v1.0.25
6272026-07-29T15:46:35.083Z Downloaded serde_repr v0.1.20
6282026-07-29T15:46:35.083Z Downloaded cassowary v0.3.0
6292026-07-29T15:46:35.083Z Downloaded fallible-iterator v0.2.0
6302026-07-29T15:46:35.083Z Downloaded oxide-tokio-rt v0.1.4
6312026-07-29T15:46:35.083Z Downloaded oxnet v0.1.6
6322026-07-29T15:46:35.083Z Downloaded packed_struct v0.10.1
6332026-07-29T15:46:35.086Z Downloaded signal-hook-tokio v0.3.1
6342026-07-29T15:46:35.089Z Downloaded peg v0.8.5
6352026-07-29T15:46:35.092Z Downloaded phf v0.12.1
6362026-07-29T15:46:35.092Z Downloaded phf v0.13.1
6372026-07-29T15:46:35.092Z Downloaded pkg-config v0.3.32
6382026-07-29T15:46:35.092Z Downloaded rand_chacha v0.3.1
6392026-07-29T15:46:35.092Z Downloaded futures-executor v0.3.32
6402026-07-29T15:46:35.095Z Downloaded humantime v2.3.0
6412026-07-29T15:46:35.095Z Downloaded colored v3.1.1
6422026-07-29T15:46:35.095Z Downloaded postgres-protocol v0.6.10
6432026-07-29T15:46:35.098Z Downloaded async-bb8-diesel v0.2.1
6442026-07-29T15:46:35.099Z Downloaded async-trait v0.1.89
6452026-07-29T15:46:35.099Z Downloaded cexpr v0.6.0
6462026-07-29T15:46:35.102Z Downloaded colored v2.2.0
6472026-07-29T15:46:35.102Z Downloaded globset v0.4.18
6482026-07-29T15:46:35.102Z Downloaded bzip2 v0.4.4
6492026-07-29T15:46:35.105Z Downloaded console v0.15.11
6502026-07-29T15:46:35.105Z Downloaded peg-macros v0.8.5
6512026-07-29T15:46:35.105Z Downloaded progenitor-client v0.13.0
6522026-07-29T15:46:35.105Z Downloaded clang-sys v1.8.1
6532026-07-29T15:46:35.109Z Downloaded rand_core v0.10.0
6542026-07-29T15:46:35.113Z Downloaded testing_table v0.3.0
6552026-07-29T15:46:35.113Z Downloaded progenitor v0.14.0
6562026-07-29T15:46:35.113Z Downloaded rfc6979 v0.6.0
6572026-07-29T15:46:35.118Z Downloaded unicode-xid v0.2.6
6582026-07-29T15:46:35.121Z Downloaded untrusted v0.7.1
6592026-07-29T15:46:35.121Z Downloaded siphasher v1.0.2
6602026-07-29T15:46:35.123Z Downloaded sec1 v0.7.3
6612026-07-29T15:46:35.123Z Downloaded shlex v1.3.0
6622026-07-29T15:46:35.123Z Downloaded chacha20 v0.10.0
6632026-07-29T15:46:35.128Z Downloaded const-oid v0.9.6
6642026-07-29T15:46:35.131Z Downloaded half v1.8.3
6652026-07-29T15:46:35.131Z Downloaded cancel-safe-futures v0.1.5
6662026-07-29T15:46:35.134Z Downloaded ciborium v0.2.2
6672026-07-29T15:46:35.137Z Downloaded subtle v2.6.1
6682026-07-29T15:46:35.137Z Downloaded tap v1.0.1
6692026-07-29T15:46:35.140Z Downloaded simd-adler32 v0.3.8
6702026-07-29T15:46:35.144Z Downloaded xattr v1.6.1
6712026-07-29T15:46:35.147Z Downloaded tokio-test v0.4.5
6722026-07-29T15:46:35.147Z Downloaded tower-layer v0.3.3
6732026-07-29T15:46:35.162Z Downloaded password-hash v0.5.0
6742026-07-29T15:46:35.162Z Downloaded pkcs1 v0.8.0-rc.4
6752026-07-29T15:46:35.162Z Downloaded console v0.16.2
6762026-07-29T15:46:35.162Z Downloaded hyper-staticfile v0.10.1
6772026-07-29T15:46:35.163Z Downloaded primefield v0.14.0
6782026-07-29T15:46:35.163Z Downloaded rustls-native-certs v0.8.3
6792026-07-29T15:46:35.163Z Downloaded blake2 v0.11.0-rc.6
6802026-07-29T15:46:35.167Z Downloaded polyval v0.7.1
6812026-07-29T15:46:35.167Z Downloaded serde_with_macros v1.5.2
6822026-07-29T15:46:35.167Z Downloaded tabled_derive v0.11.0
6832026-07-29T15:46:35.167Z Downloaded base64 v0.22.1
6842026-07-29T15:46:35.167Z Downloaded defmt v0.3.100
6852026-07-29T15:46:35.167Z Downloaded tower-service v0.3.3
6862026-07-29T15:46:35.171Z Downloaded diesel_table_macro_syntax v0.3.0
6872026-07-29T15:46:35.171Z Downloaded difflib v0.4.0
6882026-07-29T15:46:35.171Z Downloaded utf8_iter v1.0.4
6892026-07-29T15:46:35.171Z Downloaded salsa20 v0.11.0
6902026-07-29T15:46:35.172Z Downloaded wait-timeout v0.2.1
6912026-07-29T15:46:35.175Z Downloaded tinystr v0.8.2
6922026-07-29T15:46:35.175Z Downloaded arc-swap v1.8.2
6932026-07-29T15:46:35.178Z Downloaded iana-time-zone v0.1.65
6942026-07-29T15:46:35.178Z Downloaded dunce v1.0.5
6952026-07-29T15:46:35.182Z Downloaded dyn-clone v1.0.20
6962026-07-29T15:46:35.185Z Downloaded indent_write v2.2.0
6972026-07-29T15:46:35.185Z Downloaded is-terminal v0.4.17
6982026-07-29T15:46:35.185Z Downloaded match_cfg v0.1.0
6992026-07-29T15:46:35.190Z Downloaded memoffset v0.9.1
7002026-07-29T15:46:35.193Z Downloaded hmac v0.13.0
7012026-07-29T15:46:35.193Z Downloaded keccak v0.1.6
7022026-07-29T15:46:35.196Z Downloaded hyper-rustls v0.27.7
7032026-07-29T15:46:35.197Z Downloaded lzss v0.8.2
7042026-07-29T15:46:35.197Z Downloaded mime v0.3.17
7052026-07-29T15:46:35.200Z Downloaded num v0.4.3
7062026-07-29T15:46:35.205Z Downloaded smf v0.2.3
7072026-07-29T15:46:35.209Z Downloaded crc-catalog v2.4.0
7082026-07-29T15:46:35.212Z Downloaded crunchy v0.2.4
7092026-07-29T15:46:35.212Z Downloaded spki v0.8.0
7102026-07-29T15:46:35.215Z Downloaded num-traits v0.2.19
7112026-07-29T15:46:35.218Z Downloaded httparse v1.10.1
7122026-07-29T15:46:35.218Z Downloaded whoami v1.6.1
7132026-07-29T15:46:35.221Z Downloaded zstd v0.13.3
7142026-07-29T15:46:35.225Z Downloaded zstd-safe v7.2.4
7152026-07-29T15:46:35.225Z Downloaded crucible-workspace-hack v0.1.0
7162026-07-29T15:46:35.225Z Downloaded darling_macro v0.21.3
7172026-07-29T15:46:35.225Z Downloaded generic-array v1.4.3
7182026-07-29T15:46:35.228Z Downloaded slab v0.4.12
7192026-07-29T15:46:35.228Z Downloaded spki v0.7.3
7202026-07-29T15:46:35.228Z Downloaded thiserror-impl-no-std v2.0.2
7212026-07-29T15:46:35.228Z Downloaded num-derive v0.4.2
7222026-07-29T15:46:35.233Z Downloaded string_cache v0.8.9
7232026-07-29T15:46:35.233Z Downloaded stringprep v0.1.5
7242026-07-29T15:46:35.233Z Downloaded termios v0.3.3
7252026-07-29T15:46:35.237Z Downloaded compact_str v0.8.1
7262026-07-29T15:46:35.237Z Downloaded embedded-io v0.6.1
7272026-07-29T15:46:35.237Z Downloaded linked-hash-map v0.5.6
7282026-07-29T15:46:35.237Z Downloaded daft-derive v0.1.7
7292026-07-29T15:46:35.240Z Downloaded num-conv v0.2.0
7302026-07-29T15:46:35.240Z Downloaded bytes v1.11.1
7312026-07-29T15:46:35.240Z Downloaded num_threads v0.1.7
7322026-07-29T15:46:35.240Z Downloaded openssl-probe v0.2.1
7332026-07-29T15:46:35.244Z Downloaded newtype-uuid-macros v0.1.0
7342026-07-29T15:46:35.244Z Downloaded daft v0.1.7
7352026-07-29T15:46:35.244Z Downloaded tls_codec_derive v0.4.2
7362026-07-29T15:46:35.247Z Downloaded highway v1.3.0
7372026-07-29T15:46:35.247Z Downloaded deranged v0.5.8
7382026-07-29T15:46:35.247Z Downloaded path-slash v0.1.5
7392026-07-29T15:46:35.247Z Downloaded hybrid-array v0.4.13
7402026-07-29T15:46:35.250Z Downloaded phf_shared v0.13.1
7412026-07-29T15:46:35.256Z Downloaded toml_writer v1.1.1+spec-1.1.0
7422026-07-29T15:46:35.259Z Downloaded unicase v2.9.0
7432026-07-29T15:46:35.259Z Downloaded usdt-attr-macro v0.6.0
7442026-07-29T15:46:35.259Z Downloaded whoami v2.1.0
7452026-07-29T15:46:35.263Z Downloaded enum_dispatch v0.3.13
7462026-07-29T15:46:35.263Z Downloaded getrandom v0.2.17
7472026-07-29T15:46:35.266Z Downloaded jobserver v0.1.34
7482026-07-29T15:46:35.269Z Downloaded half v2.7.1
7492026-07-29T15:46:35.272Z Downloaded mime_guess v2.0.5
7502026-07-29T15:46:35.272Z Downloaded icu_provider v2.1.1
7512026-07-29T15:46:35.275Z Downloaded rustc_version v0.4.1
7522026-07-29T15:46:35.275Z Downloaded hmac v0.12.1
7532026-07-29T15:46:35.278Z Downloaded scopeguard v1.2.0
7542026-07-29T15:46:35.278Z Downloaded icu_properties v2.1.2
7552026-07-29T15:46:35.281Z Downloaded vergen v9.1.0
7562026-07-29T15:46:35.288Z Downloaded chacha20poly1305 v0.10.1
7572026-07-29T15:46:35.291Z Downloaded openssl-sys v0.9.115
7582026-07-29T15:46:35.294Z Downloaded powerfmt v0.2.0
7592026-07-29T15:46:35.294Z Downloaded progenitor-macro v0.14.0
7602026-07-29T15:46:35.297Z Downloaded zerocopy v0.6.6
7612026-07-29T15:46:35.302Z Downloaded heapless v0.8.0
7622026-07-29T15:46:35.305Z Downloaded semver v0.1.20
7632026-07-29T15:46:35.309Z Downloaded progenitor-macro v0.13.0
7642026-07-29T15:46:35.309Z Downloaded slog-bunyan v2.5.0
7652026-07-29T15:46:35.309Z Downloaded base64 v0.21.7
7662026-07-29T15:46:35.312Z Downloaded bumpalo v3.20.2
7672026-07-29T15:46:35.312Z Downloaded const-oid v0.10.2
7682026-07-29T15:46:35.315Z Downloaded recursive v0.1.1
7692026-07-29T15:46:35.315Z Downloaded ref-cast-impl v1.0.25
7702026-07-29T15:46:35.315Z Downloaded rtoolbox v0.0.3
7712026-07-29T15:46:35.318Z Downloaded either v1.15.0
7722026-07-29T15:46:35.322Z Downloaded fd-lock v4.0.4
7732026-07-29T15:46:35.322Z Downloaded keccak v0.2.0
7742026-07-29T15:46:35.322Z Downloaded linear-map v1.2.0
7752026-07-29T15:46:35.325Z Downloaded same-file v1.0.6
7762026-07-29T15:46:35.325Z Downloaded serde-big-array v0.5.1
7772026-07-29T15:46:35.325Z Downloaded serde_urlencoded v0.7.1
7782026-07-29T15:46:35.325Z Downloaded sync-ptr v0.1.4
7792026-07-29T15:46:35.325Z Downloaded tagptr v0.2.0
7802026-07-29T15:46:35.329Z Downloaded futures v0.3.32
7812026-07-29T15:46:35.329Z Downloaded defmt v1.0.1
7822026-07-29T15:46:35.332Z Downloaded pbkdf2 v0.13.0
7832026-07-29T15:46:35.332Z Downloaded primeorder v0.14.0
7842026-07-29T15:46:35.332Z Downloaded poly1305 v0.8.0
7852026-07-29T15:46:35.335Z Downloaded tungstenite v0.21.0
7862026-07-29T15:46:35.335Z Downloaded derive_builder_core v0.20.2
7872026-07-29T15:46:35.339Z Downloaded diff v0.1.13
7882026-07-29T15:46:35.339Z Downloaded digest v0.11.3
7892026-07-29T15:46:35.343Z Downloaded ingot-types v0.2.0
7902026-07-29T15:46:35.343Z Downloaded signal-hook-mio v0.2.5
7912026-07-29T15:46:35.343Z Downloaded strum v0.26.3
7922026-07-29T15:46:35.347Z Downloaded ingot-macros v0.2.0
7932026-07-29T15:46:35.351Z Downloaded schemars_derive v0.8.22
7942026-07-29T15:46:35.351Z Downloaded wnaf v0.14.0
7952026-07-29T15:46:35.354Z Downloaded cpufeatures v0.3.0
7962026-07-29T15:46:35.354Z Downloaded flume v0.11.1
7972026-07-29T15:46:35.357Z Downloaded zeroize_derive v1.5.0
7982026-07-29T15:46:35.357Z Downloaded crc v3.4.0
7992026-07-29T15:46:35.360Z Downloaded zone v0.3.1
8002026-07-29T15:46:35.360Z Downloaded darling_macro v0.13.4
8012026-07-29T15:46:35.365Z Downloaded headers v0.4.1
8022026-07-29T15:46:35.369Z Downloaded cc v1.2.56
8032026-07-29T15:46:35.377Z Downloaded const_format v0.2.35
8042026-07-29T15:46:35.381Z Downloaded parse-display-derive v0.10.0
8052026-07-29T15:46:35.384Z Downloaded unit-prefix v0.5.2
8062026-07-29T15:46:35.384Z Downloaded universal-hash v0.5.1
8072026-07-29T15:46:35.384Z Downloaded usdt-macro v0.6.0
8082026-07-29T15:46:35.384Z Downloaded void v1.0.2
8092026-07-29T15:46:35.384Z Downloaded zopfli v0.8.3
8102026-07-29T15:46:35.387Z Downloaded serdect v0.4.3
8112026-07-29T15:46:35.390Z Downloaded oxide-update-engine v0.1.2
8122026-07-29T15:46:35.391Z Downloaded slog-scope v4.4.1
8132026-07-29T15:46:35.393Z Downloaded heapless v0.7.17
8142026-07-29T15:46:35.397Z Downloaded snafu-derive v0.8.9
8152026-07-29T15:46:35.397Z Downloaded ssh-cipher v0.3.0
8162026-07-29T15:46:35.397Z Downloaded strum_macros v0.27.2
8172026-07-29T15:46:35.400Z Downloaded curve25519-dalek-derive v0.1.1
8182026-07-29T15:46:35.404Z Downloaded inout v0.1.4
8192026-07-29T15:46:35.404Z Downloaded cstr-argument v0.1.2
8202026-07-29T15:46:35.404Z Downloaded debug-ignore v1.0.5
8212026-07-29T15:46:35.404Z Downloaded subprocess v0.2.15
8222026-07-29T15:46:35.409Z Downloaded progenitor v0.13.0
8232026-07-29T15:46:35.409Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8242026-07-29T15:46:35.409Z Downloaded is_ci v1.2.0
8252026-07-29T15:46:35.412Z Downloaded dirs-next v2.0.0
8262026-07-29T15:46:35.412Z Downloaded icu_normalizer_data v2.1.1
8272026-07-29T15:46:35.415Z Downloaded quinn-udp v0.5.14
8282026-07-29T15:46:35.418Z Downloaded indexmap v1.9.3
8292026-07-29T15:46:35.424Z Downloaded ssh-encoding v0.3.0
8302026-07-29T15:46:35.424Z Downloaded unicode-bidi v0.3.18
8312026-07-29T15:46:35.428Z Downloaded digest-io v0.1.0
8322026-07-29T15:46:35.428Z Downloaded convert_case v0.10.0
8332026-07-29T15:46:35.431Z Downloaded lru v0.12.5
8342026-07-29T15:46:35.434Z Downloaded nodrop v0.1.14
8352026-07-29T15:46:35.434Z Downloaded nonempty v0.12.0
8362026-07-29T15:46:35.438Z Downloaded phf_shared v0.12.1
8372026-07-29T15:46:35.438Z Downloaded icu_collections v2.1.1
8382026-07-29T15:46:35.441Z Downloaded similar v2.7.0
8392026-07-29T15:46:35.444Z Downloaded thiserror-no-std v2.0.2
8402026-07-29T15:46:35.444Z Downloaded tiny-keccak v2.0.2
8412026-07-29T15:46:35.447Z Downloaded hickory-resolver v0.25.2
8422026-07-29T15:46:35.451Z Downloaded proc-macro-error-attr2 v2.0.0
8432026-07-29T15:46:35.451Z Downloaded quick-error v1.2.3
8442026-07-29T15:46:35.454Z Downloaded pin-project-lite v0.2.17
8452026-07-29T15:46:35.454Z Downloaded time-macros v0.2.27
8462026-07-29T15:46:35.457Z Downloaded tokio-tungstenite v0.23.1
8472026-07-29T15:46:35.457Z Downloaded zerofrom v0.1.6
8482026-07-29T15:46:35.457Z Downloaded zerotrie v0.2.3
8492026-07-29T15:46:35.460Z Downloaded yoke v0.8.1
8502026-07-29T15:46:35.461Z Downloaded normalize-line-endings v0.3.0
8512026-07-29T15:46:35.461Z Downloaded openssl-macros v0.1.1
8522026-07-29T15:46:35.464Z Downloaded signature v3.0.0
8532026-07-29T15:46:35.464Z Downloaded openssl-probe v0.1.6
8542026-07-29T15:46:35.464Z Downloaded parse-size v1.1.0
8552026-07-29T15:46:35.464Z Downloaded crc32fast v1.5.0
8562026-07-29T15:46:35.468Z Downloaded aes v0.9.1
8572026-07-29T15:46:35.471Z Downloaded ena v0.14.4
8582026-07-29T15:46:35.474Z Downloaded erased-serde v0.3.31
8592026-07-29T15:46:35.474Z Downloaded smallvec v1.15.1
8602026-07-29T15:46:35.474Z Downloaded sqlformat v0.3.5
8612026-07-29T15:46:35.478Z Downloaded rustc-hash v2.1.1
8622026-07-29T15:46:35.478Z Downloaded vsss-rs v3.3.4
8632026-07-29T15:46:35.478Z Downloaded darling_core v0.21.3
8642026-07-29T15:46:35.481Z Downloaded password-hash v0.6.1
8652026-07-29T15:46:35.484Z Downloaded fatfs v0.3.6
8662026-07-29T15:46:35.489Z Downloaded maplit v1.0.2
8672026-07-29T15:46:35.496Z Downloaded icu_locale_core v2.1.1
8682026-07-29T15:46:35.502Z Downloaded schemars v1.2.1
8692026-07-29T15:46:35.511Z Downloaded vergen-git2 v9.1.0
8702026-07-29T15:46:35.514Z Downloaded darling v0.23.0
8712026-07-29T15:46:35.517Z Downloaded module-lattice v0.2.3
8722026-07-29T15:46:35.518Z Downloaded multer v3.1.0
8732026-07-29T15:46:35.521Z Downloaded signature v2.2.0
8742026-07-29T15:46:35.521Z Downloaded sqlparser_derive v0.5.0
8752026-07-29T15:46:35.521Z Downloaded thread-id v5.1.0
8762026-07-29T15:46:35.521Z Downloaded unarray v0.1.4
8772026-07-29T15:46:35.521Z Downloaded term v1.2.1
8782026-07-29T15:46:35.524Z Downloaded tokio-macros v2.7.0
8792026-07-29T15:46:35.524Z Downloaded flate2 v1.1.9
8802026-07-29T15:46:35.527Z Downloaded hickory-resolver v0.24.4
8812026-07-29T15:46:35.530Z Downloaded libefi-sys v0.1.0
8822026-07-29T15:46:35.531Z Downloaded hyper-util v0.1.20
8832026-07-29T15:46:35.534Z Downloaded p521 v0.14.0
8842026-07-29T15:46:35.534Z Downloaded tracing-attributes v0.1.31
8852026-07-29T15:46:35.537Z Downloaded universal-hash v0.6.1
8862026-07-29T15:46:35.537Z Downloaded rand_core v0.6.4
8872026-07-29T15:46:35.540Z Downloaded unicode-truncate v1.1.0
8882026-07-29T15:46:35.540Z Downloaded hickory-server v0.25.2
8892026-07-29T15:46:35.543Z Downloaded prefix-trie v0.7.0
8902026-07-29T15:46:35.547Z Downloaded ecdsa v0.17.0
8912026-07-29T15:46:35.550Z Downloaded serde-hex v0.1.0
8922026-07-29T15:46:35.550Z Downloaded sha1 v0.10.6
8932026-07-29T15:46:35.553Z Downloaded nu-ansi-term v0.50.3
8942026-07-29T15:46:35.556Z Downloaded p384 v0.14.0
8952026-07-29T15:46:35.559Z Downloaded crossbeam-utils v0.8.21
8962026-07-29T15:46:35.562Z Downloaded slog-async v2.8.0
8972026-07-29T15:46:35.562Z Downloaded slog-stdlog v4.1.1
8982026-07-29T15:46:35.565Z Downloaded enum-as-inner v0.6.1
8992026-07-29T15:46:35.565Z Downloaded lru-slab v0.1.2
9002026-07-29T15:46:35.569Z Downloaded synstructure v0.13.2
9012026-07-29T15:46:35.569Z Downloaded tokio-tungstenite v0.21.0
9022026-07-29T15:46:35.572Z Downloaded cpubits v0.1.1
9032026-07-29T15:46:35.572Z Downloaded jiff-static v0.2.21
9042026-07-29T15:46:35.576Z Downloaded minimal-lexical v0.2.1
9052026-07-29T15:46:35.579Z Downloaded derive_builder v0.20.2
9062026-07-29T15:46:35.582Z Downloaded rpassword v7.5.4
9072026-07-29T15:46:35.585Z Downloaded qorb v0.4.1
9082026-07-29T15:46:35.585Z Downloaded thread_local v1.1.9
9092026-07-29T15:46:35.588Z Downloaded toml_edit v0.19.15
9102026-07-29T15:46:35.596Z Downloaded vergen-lib v9.1.0
9112026-07-29T15:46:35.599Z Downloaded sponge-cursor v0.1.0
9122026-07-29T15:46:35.599Z Downloaded packed_struct_codegen v0.10.1
9132026-07-29T15:46:35.599Z Downloaded typed-path v0.9.3
9142026-07-29T15:46:35.602Z Downloaded indoc v1.0.9
9152026-07-29T15:46:35.606Z Downloaded lazy_static v1.5.0
9162026-07-29T15:46:35.609Z Downloaded libscf-sys v1.2.0
9172026-07-29T15:46:35.609Z Downloaded md5 v0.8.0
9182026-07-29T15:46:35.612Z Downloaded hashbrown v0.12.3
9192026-07-29T15:46:35.615Z Downloaded hashbrown v0.13.2
9202026-07-29T15:46:35.615Z Downloaded rand_core v0.9.5
9212026-07-29T15:46:35.618Z Downloaded x509-cert v0.2.5
9222026-07-29T15:46:35.621Z Downloaded zerovec-derive v0.11.2
9232026-07-29T15:46:35.621Z Downloaded ctr v0.10.1
9242026-07-29T15:46:35.622Z Downloaded psl-types v2.0.11
9252026-07-29T15:46:35.622Z Downloaded memmap2 v0.9.10
9262026-07-29T15:46:35.625Z Downloaded serde_cbor v0.11.2
9272026-07-29T15:46:35.629Z Downloaded aes-gcm v0.11.0
9282026-07-29T15:46:35.637Z Downloaded parking_lot_core v0.9.12
9292026-07-29T15:46:35.641Z Downloaded ipnetwork v0.21.1
9302026-07-29T15:46:35.645Z Downloaded structmeta-derive v0.3.0
9312026-07-29T15:46:35.645Z Downloaded tinyvec_macros v0.1.1
9322026-07-29T15:46:35.648Z Downloaded steno v0.4.1
9332026-07-29T15:46:35.648Z Downloaded num_enum v0.5.11
9342026-07-29T15:46:35.652Z Downloaded pem-rfc7468 v0.7.0
9352026-07-29T15:46:35.652Z Downloaded proc-macro-crate v1.3.1
9362026-07-29T15:46:35.655Z Downloaded ron v0.8.1
9372026-07-29T15:46:35.658Z Downloaded diesel_derives v2.3.7
9382026-07-29T15:46:35.663Z Downloaded port-file v0.1.0
9392026-07-29T15:46:35.667Z Downloaded darling v0.13.4
9402026-07-29T15:46:35.667Z Downloaded ecdsa v0.16.9
9412026-07-29T15:46:35.667Z Downloaded progenitor-impl v0.14.0
9422026-07-29T15:46:35.667Z Downloaded vergen-lib v0.1.6
9432026-07-29T15:46:35.667Z Downloaded postgres-types v0.2.12
9442026-07-29T15:46:35.667Z Downloaded num_enum v0.7.6
9452026-07-29T15:46:35.671Z Downloaded scheduled-thread-pool v0.2.7
9462026-07-29T15:46:35.671Z Downloaded want v0.3.1
9472026-07-29T15:46:35.676Z Downloaded dropshot_endpoint v0.17.1
9482026-07-29T15:46:35.683Z Downloaded spin v0.9.8
9492026-07-29T15:46:35.687Z Downloaded indoc v2.0.7
9502026-07-29T15:46:35.694Z Downloaded supports-color v3.0.2
9512026-07-29T15:46:35.697Z Downloaded rustls-platform-verifier v0.6.2
9522026-07-29T15:46:35.703Z Downloaded drift v0.2.0
9532026-07-29T15:46:35.706Z Downloaded http v1.4.2
9542026-07-29T15:46:35.706Z Downloaded twox-hash v2.1.2
9552026-07-29T15:46:35.709Z Downloaded vte v0.14.1
9562026-07-29T15:46:35.709Z Downloaded rand_chacha v0.9.0
9572026-07-29T15:46:35.709Z Downloaded rand_seeder v0.4.0
9582026-07-29T15:46:35.716Z Downloaded libsw v3.5.0
9592026-07-29T15:46:35.716Z Downloaded parking_lot_core v0.8.6
9602026-07-29T15:46:35.724Z Downloaded pem-rfc7468 v1.0.0
9612026-07-29T15:46:35.724Z Downloaded try-lock v0.2.5
9622026-07-29T15:46:35.724Z Downloaded untrusted v0.9.0
9632026-07-29T15:46:35.724Z Downloaded dof v0.4.0
9642026-07-29T15:46:35.725Z Downloaded endian-type v0.1.2
9652026-07-29T15:46:35.725Z Downloaded maybe-uninit v2.0.0
9662026-07-29T15:46:35.725Z Downloaded rusty-fork v0.3.1
9672026-07-29T15:46:35.725Z Downloaded slog-json v2.6.1
9682026-07-29T15:46:35.729Z Downloaded derive_more-impl v2.1.1
9692026-07-29T15:46:35.729Z Downloaded managed v0.8.0
9702026-07-29T15:46:35.729Z Downloaded md-5 v0.10.6
9712026-07-29T15:46:35.729Z Downloaded oso v0.27.3
9722026-07-29T15:46:35.729Z Downloaded quinn v0.11.9
9732026-07-29T15:46:35.733Z Downloaded yasna v0.5.2
9742026-07-29T15:46:35.733Z Downloaded dirs-sys-next v0.1.2
9752026-07-29T15:46:35.733Z Downloaded darling_macro v0.23.0
9762026-07-29T15:46:35.733Z Downloaded der v0.7.10
9772026-07-29T15:46:35.737Z Downloaded omicron-zone-package v0.12.3
9782026-07-29T15:46:35.737Z Downloaded pin-project v1.1.11
9792026-07-29T15:46:35.742Z Downloaded data-encoding v2.10.0
9802026-07-29T15:46:35.746Z Downloaded pretty_assertions v1.4.1
9812026-07-29T15:46:35.746Z Downloaded toml v0.7.8
9822026-07-29T15:46:35.746Z Downloaded toml v1.1.2+spec-1.1.0
9832026-07-29T15:46:35.750Z Downloaded scroll v0.13.0
9842026-07-29T15:46:35.750Z Downloaded sha1 v0.11.0
9852026-07-29T15:46:35.754Z Downloaded dropshot-api-manager-types v0.7.2
9862026-07-29T15:46:35.754Z Downloaded illumos-nvpair v0.3.0
9872026-07-29T15:46:35.754Z Downloaded instant v0.1.13
9882026-07-29T15:46:35.754Z Downloaded instability v0.3.11
9892026-07-29T15:46:35.754Z Downloaded phf_shared v0.11.3
9902026-07-29T15:46:35.754Z Downloaded rand v0.10.1
9912026-07-29T15:46:35.758Z Downloaded rfc6979 v0.4.0
9922026-07-29T15:46:35.758Z Downloaded wyz v0.5.1
9932026-07-29T15:46:35.758Z Downloaded aho-corasick v1.1.4
9942026-07-29T15:46:35.761Z Downloaded indicatif v0.18.4
9952026-07-29T15:46:35.765Z Downloaded support-bundle-viewer v0.1.2
9962026-07-29T15:46:35.768Z Downloaded critical-section v1.2.0
9972026-07-29T15:46:35.772Z Downloaded inout v0.2.2
9982026-07-29T15:46:35.772Z Downloaded opaque-debug v0.3.1
9992026-07-29T15:46:35.775Z Downloaded static_assertions v1.1.0
10002026-07-29T15:46:35.782Z Downloaded schemars v0.8.22
10012026-07-29T15:46:35.789Z Downloaded serde_yaml v0.9.34+deprecated
10022026-07-29T15:46:35.793Z Downloaded sigpipe v0.1.3
10032026-07-29T15:46:35.797Z Downloaded der_derive v0.7.3
10042026-07-29T15:46:35.797Z Downloaded tar v0.4.46
10052026-07-29T15:46:35.800Z Downloaded zip v4.6.1
10062026-07-29T15:46:35.800Z Downloaded predicates v3.1.4
10072026-07-29T15:46:35.804Z Downloaded ctutils v0.4.2
10082026-07-29T15:46:35.804Z Downloaded elliptic-curve v0.13.8
10092026-07-29T15:46:35.808Z Downloaded ed25519 v3.0.0
10102026-07-29T15:46:35.808Z Downloaded tokio-stream v0.1.18
10112026-07-29T15:46:35.811Z Downloaded tokio-util v0.7.18
10122026-07-29T15:46:35.815Z Downloaded stable_deref_trait v1.2.1
10132026-07-29T15:46:35.815Z Downloaded take_mut v0.2.2
10142026-07-29T15:46:35.815Z Downloaded scuffle v0.1.0
10152026-07-29T15:46:35.819Z Downloaded publicsuffix v2.3.0
10162026-07-29T15:46:35.819Z Downloaded derive_more v0.99.20
10172026-07-29T15:46:35.822Z Downloaded des v0.9.0
10182026-07-29T15:46:35.822Z Downloaded crc-any v2.5.0
10192026-07-29T15:46:35.826Z Downloaded rustyline v14.0.0
10202026-07-29T15:46:35.826Z Downloaded tokio-rustls v0.26.4
10212026-07-29T15:46:35.829Z Downloaded num-integer v0.1.46
10222026-07-29T15:46:35.829Z Downloaded serde_with_macros v3.21.0
10232026-07-29T15:46:35.829Z Downloaded time-core v0.1.8
10242026-07-29T15:46:35.832Z Downloaded oxide-update-engine-display v0.1.2
10252026-07-29T15:46:35.833Z Downloaded zerofrom-derive v0.1.6
10262026-07-29T15:46:35.833Z Downloaded derive-where v1.6.0
10272026-07-29T15:46:35.836Z Downloaded topological-sort v0.2.2
10282026-07-29T15:46:35.836Z Downloaded utf-8 v0.7.6
10292026-07-29T15:46:35.836Z Downloaded libloading v0.8.9
10302026-07-29T15:46:35.836Z Downloaded document-features v0.2.12
10312026-07-29T15:46:35.836Z Downloaded downcast-rs v2.0.2
10322026-07-29T15:46:35.839Z Downloaded kstat-rs v0.2.4
10332026-07-29T15:46:35.839Z Downloaded hashbrown v0.16.1
10342026-07-29T15:46:35.843Z Downloaded snafu v0.8.9
10352026-07-29T15:46:35.846Z Downloaded ignore v0.4.25
10362026-07-29T15:46:35.850Z Downloaded waitgroup v0.1.2
10372026-07-29T15:46:35.850Z Downloaded crc8 v0.1.1
10382026-07-29T15:46:35.855Z Downloaded crypto-common v0.2.2
10392026-07-29T15:46:35.868Z Downloaded proc-macro-error2 v2.0.1
10402026-07-29T15:46:35.868Z Downloaded progenitor-extras v0.2.0
10412026-07-29T15:46:35.868Z Downloaded lalrpop-util v0.19.12
10422026-07-29T15:46:35.868Z Downloaded pem v3.0.6
10432026-07-29T15:46:35.868Z Downloaded idna v1.1.0
10442026-07-29T15:46:35.873Z Downloaded rustls-webpki v0.103.13
10452026-07-29T15:46:35.873Z Downloaded signal-hook-registry v1.4.8
10462026-07-29T15:46:35.876Z Downloaded nibble_vec v0.1.0
10472026-07-29T15:46:35.876Z Downloaded tokio-postgres v0.7.16
10482026-07-29T15:46:35.880Z Downloaded potential_utf v0.1.4
10492026-07-29T15:46:35.880Z Downloaded hkdf v0.13.0
10502026-07-29T15:46:35.883Z Downloaded strum_macros v0.26.4
10512026-07-29T15:46:35.883Z Downloaded sec1 v0.8.1
10522026-07-29T15:46:35.883Z Downloaded ssh-key v0.7.0-rc.11
10532026-07-29T15:46:35.888Z Downloaded strum v0.27.2
10542026-07-29T15:46:35.891Z Downloaded pkcs5 v0.8.1
10552026-07-29T15:46:35.891Z Downloaded psm v0.1.30
10562026-07-29T15:46:35.895Z Downloaded rustc_version v0.1.7
10572026-07-29T15:46:35.895Z Downloaded oso-derive v0.27.3
10582026-07-29T15:46:35.895Z Downloaded iri-string v0.7.10
10592026-07-29T15:46:35.899Z Downloaded serde_spanned v1.1.1
10602026-07-29T15:46:35.899Z Downloaded serde_path_to_error v0.1.20
10612026-07-29T15:46:35.902Z Downloaded tower v0.5.3
10622026-07-29T15:46:35.906Z Downloaded tokio-native-tls v0.3.1
10632026-07-29T15:46:35.909Z Downloaded displaydoc v0.2.5
10642026-07-29T15:46:35.912Z Downloaded display-error-chain v0.2.2
10652026-07-29T15:46:35.912Z Downloaded defmt-parser v1.0.0
10662026-07-29T15:46:35.912Z Downloaded newline-converter v0.3.0
10672026-07-29T15:46:35.912Z Downloaded precomputed-hash v0.1.1
10682026-07-29T15:46:35.916Z Downloaded reqwest v0.12.28
10692026-07-29T15:46:35.920Z Downloaded expectorate v1.2.0
10702026-07-29T15:46:35.920Z Downloaded parking_lot v0.11.2
10712026-07-29T15:46:35.924Z Downloaded socket2 v0.5.10
10722026-07-29T15:46:35.924Z Downloaded test-strategy v0.4.5
10732026-07-29T15:46:35.924Z Downloaded walkdir v2.5.0
10742026-07-29T15:46:35.927Z Downloaded csv-core v0.1.13
10752026-07-29T15:46:35.927Z Downloaded hkdf v0.12.4
10762026-07-29T15:46:35.927Z Downloaded icu_properties_data v2.1.2
10772026-07-29T15:46:35.932Z Downloaded unicode_categories v0.1.1
10782026-07-29T15:46:35.936Z Downloaded unsafe-libyaml v0.2.11
10792026-07-29T15:46:35.939Z Downloaded miniz_oxide v0.8.9
10802026-07-29T15:46:35.939Z Downloaded pkcs8 v0.11.0
10812026-07-29T15:46:35.939Z Downloaded poly1305 v0.9.0
10822026-07-29T15:46:35.943Z Downloaded derive-ex v0.1.8
10832026-07-29T15:46:35.943Z Downloaded libsw-core v0.3.2
10842026-07-29T15:46:35.943Z Downloaded owo-colors v4.3.0
10852026-07-29T15:46:35.950Z Downloaded internet-checksum v0.2.1
10862026-07-29T15:46:35.950Z Downloaded secrecy v0.10.3
10872026-07-29T15:46:35.950Z Downloaded shell-words v1.1.1
10882026-07-29T15:46:35.954Z Downloaded radium v0.7.0
10892026-07-29T15:46:35.954Z Downloaded recursive-proc-macro-impl v0.1.1
10902026-07-29T15:46:35.954Z Downloaded strip-ansi-escapes v0.2.1
10912026-07-29T15:46:35.955Z Downloaded trait-variant v0.1.2
10922026-07-29T15:46:35.955Z Downloaded h2 v0.4.15
10932026-07-29T15:46:35.955Z Downloaded darling_core v0.20.11
10942026-07-29T15:46:35.958Z Downloaded tabwriter v1.4.1
10952026-07-29T15:46:35.958Z Downloaded yansi v1.0.1
10962026-07-29T15:46:35.962Z Downloaded crossterm v0.28.1
10972026-07-29T15:46:35.978Z Downloaded darling_macro v0.20.11
10982026-07-29T15:46:35.978Z Downloaded serde_plain v1.0.2
10992026-07-29T15:46:35.978Z Downloaded strum_macros v0.24.3
11002026-07-29T15:46:35.978Z Downloaded tls_codec v0.4.2
11012026-07-29T15:46:35.978Z Downloaded derive_more v2.1.1
11022026-07-29T15:46:35.978Z Downloaded percent-encoding v2.3.2
11032026-07-29T15:46:35.978Z Downloaded num-iter v0.1.45
11042026-07-29T15:46:35.981Z Downloaded schemars v0.9.0
11052026-07-29T15:46:35.985Z Downloaded tui-tree-widget v0.23.1
11062026-07-29T15:46:35.985Z Downloaded illumos-nvpair-sys v0.2.0
11072026-07-29T15:46:35.985Z Downloaded kem v0.3.0
11082026-07-29T15:46:35.989Z Downloaded zeroize v1.9.0
11092026-07-29T15:46:35.994Z Downloaded ed25519-dalek v3.0.0
11102026-07-29T15:46:35.994Z Downloaded internal-russh-num-bigint v0.5.0
11112026-07-29T15:46:35.998Z Downloaded multimap v0.10.1
11122026-07-29T15:46:35.998Z Downloaded newtype-uuid v1.3.2
11132026-07-29T15:46:35.998Z Downloaded writeable v0.6.2
11142026-07-29T15:46:35.998Z Downloaded rand_xorshift v0.4.0
11152026-07-29T15:46:36.005Z Downloaded slog-envlogger v2.2.0
11162026-07-29T15:46:36.015Z Downloaded ff v0.13.1
11172026-07-29T15:46:36.018Z Downloaded ingot v0.2.1
11182026-07-29T15:46:36.018Z Downloaded num-rational v0.4.2
11192026-07-29T15:46:36.022Z Downloaded r2d2 v0.8.10
11202026-07-29T15:46:36.022Z Downloaded pkcs1 v0.7.5
11212026-07-29T15:46:36.027Z Downloaded iddqd v0.4.2
11222026-07-29T15:46:36.030Z Downloaded idna_adapter v1.2.1
11232026-07-29T15:46:36.031Z Downloaded crossterm v0.29.0
11242026-07-29T15:46:36.034Z Downloaded ryu v1.0.23
11252026-07-29T15:46:36.034Z Downloaded slog-term v2.9.2
11262026-07-29T15:46:36.041Z Downloaded typify-macro v0.6.2
11272026-07-29T15:46:36.044Z Downloaded usdt-impl v0.6.0
11282026-07-29T15:46:36.044Z Downloaded xshell-macros v0.2.7
11292026-07-29T15:46:36.044Z Downloaded sha2 v0.11.0
11302026-07-29T15:46:36.051Z Downloaded diesel-dtrace v0.5.0
11312026-07-29T15:46:36.055Z Downloaded num-complex v0.4.6
11322026-07-29T15:46:36.059Z Downloaded yoke-derive v0.8.1
11332026-07-29T15:46:36.064Z Downloaded embedded-io v0.4.0
11342026-07-29T15:46:36.064Z Downloaded lru-cache v0.1.2
11352026-07-29T15:46:36.064Z Downloaded tungstenite v0.23.0
11362026-07-29T15:46:36.071Z Downloaded rayon v1.11.0
11372026-07-29T15:46:36.075Z Downloaded hyper v1.10.1
11382026-07-29T15:46:36.075Z Downloaded cookie_store v0.22.1
11392026-07-29T15:46:36.078Z Downloaded tough v0.22.0
11402026-07-29T15:46:36.082Z Downloaded litemap v0.8.1
11412026-07-29T15:46:36.085Z Downloaded rustversion v1.0.22
11422026-07-29T15:46:36.085Z Downloaded slog-dtrace v0.3.0
11432026-07-29T15:46:36.085Z Downloaded crossbeam-epoch v0.9.18
11442026-07-29T15:46:36.089Z Downloaded dsl_auto_type v0.2.0
11452026-07-29T15:46:36.089Z Downloaded structmeta v0.3.0
11462026-07-29T15:46:36.089Z Downloaded peg-runtime v0.8.5
11472026-07-29T15:46:36.089Z Downloaded strsim v0.10.0
11482026-07-29T15:46:36.089Z Downloaded newtype_derive v0.1.6
11492026-07-29T15:46:36.094Z Downloaded native-tls v0.2.18
11502026-07-29T15:46:36.102Z Downloaded zerocopy-derive v0.8.40
11512026-07-29T15:46:36.105Z Downloaded crypto-bigint v0.5.5
11522026-07-29T15:46:36.112Z Downloaded phc v0.6.1
11532026-07-29T15:46:36.117Z Downloaded serde_derive_internals v0.29.1
11542026-07-29T15:46:36.117Z Downloaded derive_builder_macro v0.20.2
11552026-07-29T15:46:36.117Z Downloaded libbz2-rs-sys v0.2.2
11562026-07-29T15:46:36.117Z Downloaded tower-http v0.6.8
11572026-07-29T15:46:36.121Z Downloaded socket2 v0.6.3
11582026-07-29T15:46:36.121Z Downloaded der v0.8.0
11592026-07-29T15:46:36.124Z Downloaded resolv-conf v0.7.6
11602026-07-29T15:46:36.125Z Downloaded darling v0.20.11
11612026-07-29T15:46:36.128Z Downloaded primeorder v0.13.6
11622026-07-29T15:46:36.128Z Downloaded slog v2.8.2
11632026-07-29T15:46:36.128Z Downloaded delegate v0.13.5
11642026-07-29T15:46:36.128Z Downloaded xshell v0.2.7
11652026-07-29T15:46:36.133Z Downloaded crossbeam-deque v0.8.6
11662026-07-29T15:46:36.133Z Downloaded defmt-macros v1.0.1
11672026-07-29T15:46:36.133Z Downloaded new_debug_unreachable v1.0.6
11682026-07-29T15:46:36.133Z Downloaded zone_cfg_derive v0.3.1
11692026-07-29T15:46:36.133Z Downloaded num_enum_derive v0.5.11
11702026-07-29T15:46:36.137Z Downloaded usdt v0.6.0
11712026-07-29T15:46:36.137Z Downloaded tinyvec v1.10.0
11722026-07-29T15:46:36.137Z Downloaded lock_api v0.4.14
11732026-07-29T15:46:36.145Z Downloaded impl-trait-for-tuples v0.2.3
11742026-07-29T15:46:36.148Z Downloaded pin-project-internal v1.1.11
11752026-07-29T15:46:36.148Z Downloaded sync_wrapper v1.0.2
11762026-07-29T15:46:36.148Z Downloaded tokio-dtrace v0.1.1
11772026-07-29T15:46:36.149Z Downloaded predicates-core v1.0.10
11782026-07-29T15:46:36.154Z Downloaded itertools v0.10.5
11792026-07-29T15:46:36.159Z Downloaded vergen-gitcl v1.0.8
11802026-07-29T15:46:36.163Z Downloaded ipnet v2.11.0
11812026-07-29T15:46:36.166Z Downloaded nanorand v0.7.0
11822026-07-29T15:46:36.166Z Downloaded rustls-pemfile v2.2.0
11832026-07-29T15:46:36.169Z Downloaded dtrace-parser v0.3.0
11842026-07-29T15:46:36.169Z Downloaded termtree v0.5.1
11852026-07-29T15:46:36.169Z Downloaded secrecy v0.8.0
11862026-07-29T15:46:36.173Z Downloaded blake3 v1.8.5
11872026-07-29T15:46:36.176Z Downloaded reedline v0.40.0
11882026-07-29T15:46:36.180Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11892026-07-29T15:46:36.183Z Downloaded postcard v1.1.3
11902026-07-29T15:46:36.187Z Downloaded bitvec v1.0.1
11912026-07-29T15:46:36.198Z Downloaded oxide-update-engine-types v0.1.2
11922026-07-29T15:46:36.201Z Downloaded mio v1.2.0
11932026-07-29T15:46:36.201Z Downloaded cookie v0.18.1
11942026-07-29T15:46:36.202Z Downloaded rsa v0.9.10
11952026-07-29T15:46:36.205Z Downloaded scrypt v0.12.0
11962026-07-29T15:46:36.205Z Downloaded progenitor-impl v0.13.0
11972026-07-29T15:46:36.208Z Downloaded stacker v0.1.23
11982026-07-29T15:46:36.208Z Downloaded smallvec v0.6.14
11992026-07-29T15:46:36.208Z Downloaded tracing-core v0.1.36
12002026-07-29T15:46:36.212Z Downloaded uzers v0.12.2
12012026-07-29T15:46:36.215Z Downloaded elliptic-curve v0.14.1
12022026-07-29T15:46:36.219Z Downloaded nom v7.1.3
12032026-07-29T15:46:36.222Z Downloaded ed25519 v2.2.3
12042026-07-29T15:46:36.228Z Downloaded unicode-segmentation v1.12.0
12052026-07-29T15:46:36.232Z Downloaded bindgen v0.71.1
12062026-07-29T15:46:36.235Z Downloaded darling v0.21.3
12072026-07-29T15:46:36.239Z Downloaded env_logger v0.11.9
12082026-07-29T15:46:36.243Z Downloaded rand v0.8.6
12092026-07-29T15:46:36.247Z Downloaded corncobs v0.1.4
12102026-07-29T15:46:36.250Z Downloaded paste v1.0.15
12112026-07-29T15:46:36.250Z Downloaded signal-hook v0.3.18
12122026-07-29T15:46:36.255Z Downloaded p384 v0.13.1
12132026-07-29T15:46:36.258Z Downloaded itertools v0.14.0
12142026-07-29T15:46:36.262Z Downloaded p256 v0.14.0
12152026-07-29T15:46:36.265Z Downloaded term v0.7.0
12162026-07-29T15:46:36.268Z Downloaded radix_trie v0.2.1
12172026-07-29T15:46:36.272Z Downloaded nom v8.0.0
12182026-07-29T15:46:36.275Z Downloaded rustls-pki-types v1.14.0
12192026-07-29T15:46:36.275Z Downloaded num-bigint v0.4.6
12202026-07-29T15:46:36.279Z Downloaded ml-kem v0.3.2
12212026-07-29T15:46:36.279Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-07-29T15:46:36.282Z Downloaded unicode-properties v0.1.4
12232026-07-29T15:46:36.282Z Downloaded chrono v0.4.45
12242026-07-29T15:46:36.285Z Downloaded uuid v1.23.4
12252026-07-29T15:46:36.290Z Downloaded typify v0.6.2
12262026-07-29T15:46:36.294Z Downloaded url v2.5.8
12272026-07-29T15:46:36.294Z Downloaded parking_lot v0.12.5
12282026-07-29T15:46:36.294Z Downloaded rand v0.9.2
12292026-07-29T15:46:36.297Z Downloaded vcpkg v0.2.15
12302026-07-29T15:46:36.318Z Downloaded toml_parser v1.1.2+spec-1.1.0
12312026-07-29T15:46:36.321Z Downloaded pkcs8 v0.10.2
12322026-07-29T15:46:36.321Z Downloaded prettyplease v0.2.37
12332026-07-29T15:46:36.325Z Downloaded litrs v1.0.0
12342026-07-29T15:46:36.325Z Downloaded winnow v0.6.26
12352026-07-29T15:46:36.330Z Downloaded crypto-primes v0.7.2
12362026-07-29T15:46:36.333Z Downloaded ed25519-dalek v2.2.0
12372026-07-29T15:46:36.336Z Downloaded serde_with v3.21.0
12382026-07-29T15:46:36.341Z Downloaded aws-lc-rs v1.16.3
12392026-07-29T15:46:36.348Z Downloaded papergrid v0.17.0
12402026-07-29T15:46:36.351Z Downloaded rcgen v0.12.1
12412026-07-29T15:46:36.354Z Downloaded zip v0.6.6
12422026-07-29T15:46:36.355Z Downloaded quinn-proto v0.11.16
12432026-07-29T15:46:36.358Z Downloaded samael v0.0.19
12442026-07-29T15:46:36.361Z Downloaded petname v2.0.2
12452026-07-29T15:46:36.364Z Downloaded unicode-normalization v0.1.25
12462026-07-29T15:46:36.368Z Downloaded goblin v0.10.5
12472026-07-29T15:46:36.371Z Downloaded darling_core v0.13.4
12482026-07-29T15:46:36.375Z Downloaded darling_core v0.23.0
12492026-07-29T15:46:36.378Z Downloaded rsa v0.10.0-rc.18
12502026-07-29T15:46:36.382Z Downloaded reqwest v0.13.2
12512026-07-29T15:46:36.389Z Downloaded rayon-core v1.13.0
12522026-07-29T15:46:36.392Z Downloaded smoltcp v0.9.1
12532026-07-29T15:46:36.395Z Downloaded portable-atomic v1.13.1
12542026-07-29T15:46:36.407Z Downloaded dropshot-api-manager v0.7.2
12552026-07-29T15:46:36.411Z Downloaded libm v0.2.16
12562026-07-29T15:46:36.418Z Downloaded zerovec v0.11.5
12572026-07-29T15:46:36.421Z Downloaded crossbeam-channel v0.5.15
12582026-07-29T15:46:36.428Z Downloaded serde_with v1.14.0
12592026-07-29T15:46:36.438Z Downloaded zerocopy v0.8.40
12602026-07-29T15:46:36.446Z Downloaded nix v0.27.1
12612026-07-29T15:46:36.453Z Downloaded object v0.30.4
12622026-07-29T15:46:36.457Z Downloaded lalrpop v0.19.12
12632026-07-29T15:46:36.463Z Downloaded moka v0.12.13
12642026-07-29T15:46:36.474Z Downloaded openssl v0.10.79
12652026-07-29T15:46:36.479Z Downloaded libxml v0.3.3
12662026-07-29T15:46:36.483Z Downloaded polar-core v0.27.3
12672026-07-29T15:46:36.488Z Downloaded itertools v0.13.0
12682026-07-29T15:46:36.493Z Downloaded proptest v1.11.0
12692026-07-29T15:46:36.497Z Downloaded regex v1.12.3
12702026-07-29T15:46:36.501Z Downloaded num-bigint-dig v0.8.6
12712026-07-29T15:46:36.504Z Downloaded bstr v1.12.1
12722026-07-29T15:46:36.509Z Downloaded quick-xml v0.37.5
12732026-07-29T15:46:36.512Z Downloaded salty v0.3.0
12742026-07-29T15:46:36.516Z Downloaded zlib-rs v0.6.2
12752026-07-29T15:46:36.519Z Downloaded nix v0.28.0
12762026-07-29T15:46:36.531Z Downloaded itertools v0.15.0
12772026-07-29T15:46:36.536Z Downloaded winnow v0.5.40
12782026-07-29T15:46:36.540Z Downloaded itertools v0.12.1
12792026-07-29T15:46:36.556Z Downloaded winnow v1.0.3
12802026-07-29T15:46:36.573Z Downloaded time v0.3.47
12812026-07-29T15:46:36.579Z Downloaded rawzip v0.4.4
12822026-07-29T15:46:36.583Z Downloaded sha3 v0.12.0
12832026-07-29T15:46:36.600Z Downloaded crypto-bigint v0.7.5
12842026-07-29T15:46:36.610Z Downloaded russh v0.62.4
12852026-07-29T15:46:36.616Z Downloaded regex-syntax v0.6.29
12862026-07-29T15:46:36.620Z Downloaded regress v0.11.1
12872026-07-29T15:46:36.632Z Downloaded hickory-proto v0.24.4
12882026-07-29T15:46:36.641Z Downloaded tabled v0.20.0
12892026-07-29T15:46:36.655Z Downloaded rustix v0.38.44
12902026-07-29T15:46:37.667Z Downloaded rustls v0.23.41
12912026-07-29T15:46:37.671Z Downloaded hickory-proto v0.25.2
12922026-07-29T15:46:37.671Z Downloaded regress v0.10.5
12932026-07-29T15:46:37.671Z Downloaded curve25519-dalek v4.1.3
12942026-07-29T15:46:37.671Z Downloaded nix v0.31.2
12952026-07-29T15:46:37.671Z Downloaded smoltcp v0.11.0
12962026-07-29T15:46:37.671Z Downloaded regex-syntax v0.8.10
12972026-07-29T15:46:37.671Z Downloaded dropshot v0.17.1
12982026-07-29T15:46:37.671Z Downloaded curve25519-dalek v5.0.0
12992026-07-29T15:46:37.671Z Downloaded sqlparser v0.61.0
13002026-07-29T15:46:37.671Z Downloaded tracing v0.1.44
13012026-07-29T15:46:37.671Z Downloaded openapiv3 v2.2.0
13022026-07-29T15:46:37.671Z Downloaded diesel v2.3.7
13032026-07-29T15:46:37.671Z Downloaded sha3 v0.11.0
13042026-07-29T15:46:37.671Z Downloaded object v0.37.3
13052026-07-29T15:46:37.671Z Downloaded typify-impl v0.6.2
13062026-07-29T15:46:37.671Z Downloaded ratatui v0.29.0
13072026-07-29T15:46:37.671Z Downloaded sled v0.34.7
13082026-07-29T15:46:37.671Z Downloaded bzip2-sys v0.1.13+1.0.8
13092026-07-29T15:46:37.671Z Downloaded regex-automata v0.4.14
13102026-07-29T15:46:37.671Z Downloaded zerocopy-derive v0.6.6
13112026-07-29T15:46:37.671Z Downloaded chrono-tz v0.10.4
13122026-07-29T15:46:37.671Z Downloaded jiff v0.2.21
13132026-07-29T15:46:37.671Z Downloaded petgraph v0.8.3
13142026-07-29T15:46:37.671Z Downloaded petgraph v0.6.5
13152026-07-29T15:46:37.671Z Downloaded tokio v1.52.1
13162026-07-29T15:46:37.671Z Downloaded sha3 v0.10.8
13172026-07-29T15:46:37.671Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-07-29T15:46:37.671Z Downloaded libz-sys v1.1.24
13192026-07-29T15:46:37.671Z Downloaded csv v1.4.0
13202026-07-29T15:46:37.671Z Downloaded encoding_rs v0.8.35
13212026-07-29T15:46:37.671Z Downloaded ring v0.17.14
13222026-07-29T15:46:37.672Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-07-29T15:46:37.672Z Downloaded aws-lc-sys v0.40.0
13242026-07-29T15:46:37.791Z Compiling libc v0.2.185
13252026-07-29T15:46:37.791Z Compiling serde_core v1.0.228
13262026-07-29T15:46:37.791Z Compiling serde v1.0.228
13272026-07-29T15:46:37.794Z Compiling log v0.4.29
13282026-07-29T15:46:37.794Z Compiling smallvec v1.15.1
13292026-07-29T15:46:37.794Z Compiling find-msvc-tools v0.1.9
13302026-07-29T15:46:37.794Z Compiling shlex v1.3.0
13312026-07-29T15:46:37.794Z Compiling syn v2.0.117
13322026-07-29T15:46:38.199Z Compiling subtle v2.6.1
13332026-07-29T15:46:38.240Z Compiling scopeguard v1.2.0
13342026-07-29T15:46:38.263Z Compiling stable_deref_trait v1.2.1
13352026-07-29T15:46:38.307Z Compiling typenum v1.20.1
13362026-07-29T15:46:38.341Z Compiling lock_api v0.4.14
13372026-07-29T15:46:38.355Z Compiling serde_json v1.0.151
13382026-07-29T15:46:38.381Z Compiling portable-atomic v1.13.1
13392026-07-29T15:46:38.408Z Compiling zerocopy v0.8.40
13402026-07-29T15:46:38.568Z Compiling parking_lot_core v0.9.12
13412026-07-29T15:46:38.581Z Compiling pin-project-lite v0.2.17
13422026-07-29T15:46:38.677Z Compiling pkg-config v0.3.32
13432026-07-29T15:46:38.823Z Compiling getrandom v0.4.1
13442026-07-29T15:46:38.839Z Compiling libm v0.2.16
13452026-07-29T15:46:38.899Z Compiling jobserver v0.1.34
13462026-07-29T15:46:38.964Z Compiling errno v0.3.14
13472026-07-29T15:46:39.122Z Compiling cc v1.2.56
13482026-07-29T15:46:39.143Z Compiling getrandom v0.2.17
13492026-07-29T15:46:39.164Z Compiling critical-section v1.2.0
13502026-07-29T15:46:39.270Z Compiling signal-hook-registry v1.4.8
13512026-07-29T15:46:39.285Z Compiling rand_core v0.6.4
13522026-07-29T15:46:39.370Z Compiling num-traits v0.2.19
13532026-07-29T15:46:39.559Z Compiling once_cell v1.21.3
13542026-07-29T15:46:39.585Z Compiling rand_core v0.10.0
13552026-07-29T15:46:39.600Z Compiling futures-core v0.3.32
13562026-07-29T15:46:39.655Z Compiling parking_lot v0.12.5
13572026-07-29T15:46:39.777Z Compiling mio v1.2.0
13582026-07-29T15:46:39.791Z Compiling generic-array v0.14.7
13592026-07-29T15:46:39.975Z Compiling const-oid v0.9.6
13602026-07-29T15:46:39.991Z Compiling litemap v0.8.1
13612026-07-29T15:46:40.039Z Compiling writeable v0.6.2
13622026-07-29T15:46:40.187Z Compiling percent-encoding v2.3.2
13632026-07-29T15:46:40.252Z Compiling bitflags v2.11.0
13642026-07-29T15:46:40.362Z Compiling semver v1.0.28
13652026-07-29T15:46:40.430Z Compiling icu_properties_data v2.1.2
13662026-07-29T15:46:40.482Z Compiling icu_normalizer_data v2.1.1
13672026-07-29T15:46:40.698Z Compiling socket2 v0.6.3
13682026-07-29T15:46:40.741Z Compiling futures-sink v0.3.32
13692026-07-29T15:46:40.785Z Compiling futures-io v0.3.32
13702026-07-29T15:46:40.844Z Compiling futures-channel v0.3.32
13712026-07-29T15:46:40.859Z Compiling futures-task v0.3.32
13722026-07-29T15:46:40.873Z Compiling slab v0.4.12
13732026-07-29T15:46:40.940Z Compiling synstructure v0.13.2
13742026-07-29T15:46:41.039Z Compiling utf8_iter v1.0.4
13752026-07-29T15:46:41.053Z Compiling indexmap v2.14.0
13762026-07-29T15:46:41.070Z Compiling form_urlencoded v1.2.2
13772026-07-29T15:46:41.115Z Compiling getrandom v0.3.4
13782026-07-29T15:46:41.189Z Compiling rustversion v1.0.22
13792026-07-29T15:46:41.248Z Compiling cmake v0.1.57
13802026-07-29T15:46:41.248Z Compiling fs_extra v1.3.0
13812026-07-29T15:46:41.394Z Compiling rustix v1.1.3
13822026-07-29T15:46:41.544Z Compiling iana-time-zone v0.1.65
13832026-07-29T15:46:41.548Z Compiling dunce v1.0.5
13842026-07-29T15:46:41.648Z Compiling ident_case v1.0.1
13852026-07-29T15:46:41.651Z Compiling aws-lc-sys v0.40.0
13862026-07-29T15:46:41.720Z Compiling regex-syntax v0.8.10
13872026-07-29T15:46:41.741Z Compiling uuid v1.23.4
13882026-07-29T15:46:41.782Z Compiling base64 v0.22.1
13892026-07-29T15:46:42.018Z Compiling rand_core v0.9.5
13902026-07-29T15:46:42.108Z Compiling vcpkg v0.2.15
13912026-07-29T15:46:42.170Z Compiling base64ct v1.8.3
13922026-07-29T15:46:42.306Z Compiling rustc_version v0.4.1
13932026-07-29T15:46:42.451Z Compiling pem-rfc7468 v0.7.0
13942026-07-29T15:46:42.476Z Compiling tracing-core v0.1.36
13952026-07-29T15:46:42.648Z Compiling serde_derive v1.0.228
13962026-07-29T15:46:42.688Z Compiling zeroize_derive v1.5.0
13972026-07-29T15:46:42.768Z Compiling zerofrom-derive v0.1.6
13982026-07-29T15:46:42.853Z Compiling yoke-derive v0.8.1
13992026-07-29T15:46:43.060Z Compiling zerovec-derive v0.11.2
14002026-07-29T15:46:43.173Z Compiling displaydoc v0.2.5
14012026-07-29T15:46:43.375Z Compiling zeroize v1.9.0
14022026-07-29T15:46:43.593Z Compiling zerocopy-derive v0.8.40
14032026-07-29T15:46:44.048Z Compiling tokio-macros v2.7.0
14042026-07-29T15:46:44.074Z Compiling futures-macro v0.3.32
14052026-07-29T15:46:44.184Z Compiling openssl-sys v0.9.115
14062026-07-29T15:46:44.232Z Compiling zerofrom v0.1.6
14072026-07-29T15:46:44.361Z Compiling yoke v0.8.1
14082026-07-29T15:46:44.510Z Compiling crypto-common v0.1.7
14092026-07-29T15:46:44.550Z Compiling zerovec v0.11.5
14102026-07-29T15:46:44.663Z Compiling zerotrie v0.2.3
14112026-07-29T15:46:44.704Z Compiling block-buffer v0.10.4
14122026-07-29T15:46:44.767Z Compiling thiserror-impl v2.0.18
14132026-07-29T15:46:44.879Z Compiling digest v0.10.7
14142026-07-29T15:46:44.894Z Compiling futures-util v0.3.32
14152026-07-29T15:46:44.960Z Compiling tracing-attributes v0.1.31
14162026-07-29T15:46:45.066Z Compiling tinystr v0.8.2
14172026-07-29T15:46:45.130Z Compiling potential_utf v0.1.4
14182026-07-29T15:46:45.269Z Compiling icu_locale_core v2.1.1
14192026-07-29T15:46:45.295Z Compiling icu_collections v2.1.1
14202026-07-29T15:46:45.767Z Compiling der_derive v0.7.3
14212026-07-29T15:46:46.085Z Compiling icu_provider v2.1.1
14222026-07-29T15:46:46.149Z Compiling bytes v1.11.1
14232026-07-29T15:46:46.191Z Compiling chrono v0.4.45
14242026-07-29T15:46:46.259Z Compiling flagset v0.4.7
14252026-07-29T15:46:46.373Z Compiling icu_properties v2.1.2
14262026-07-29T15:46:46.390Z Compiling icu_normalizer v2.1.1
14272026-07-29T15:46:46.725Z Compiling tokio v1.52.1
14282026-07-29T15:46:46.760Z Compiling http v1.4.2
14292026-07-29T15:46:46.920Z Compiling aws-lc-rs v1.16.3
14302026-07-29T15:46:47.188Z Compiling der v0.7.10
14312026-07-29T15:46:47.203Z Compiling tracing v0.1.44
14322026-07-29T15:46:47.459Z Compiling idna_adapter v1.2.1
14332026-07-29T15:46:47.474Z Compiling http-body v1.0.1
14342026-07-29T15:46:47.560Z Compiling idna v1.1.0
14352026-07-29T15:46:47.593Z Compiling thiserror v2.0.18
14362026-07-29T15:46:47.655Z Compiling rustls-pki-types v1.14.0
14372026-07-29T15:46:47.698Z Compiling serde_derive_internals v0.29.1
14382026-07-29T15:46:47.739Z Compiling dyn-clone v1.0.20
14392026-07-29T15:46:47.873Z Compiling ppv-lite86 v0.2.21
14402026-07-29T15:46:48.050Z Compiling url v2.5.8
14412026-07-29T15:46:48.163Z Compiling schemars v0.8.22
14422026-07-29T15:46:48.253Z Compiling rand_chacha v0.9.0
14432026-07-29T15:46:48.269Z Compiling openssl-probe v0.2.1
14442026-07-29T15:46:48.363Z Compiling cmov v0.5.4
14452026-07-29T15:46:48.398Z Compiling tinyvec_macros v0.1.1
14462026-07-29T15:46:48.442Z Compiling httparse v1.10.1
14472026-07-29T15:46:48.469Z Compiling tinyvec v1.10.0
14482026-07-29T15:46:48.570Z Compiling ctutils v0.4.2
14492026-07-29T15:46:48.658Z Compiling schemars_derive v0.8.22
14502026-07-29T15:46:48.805Z Compiling rand v0.9.2
14512026-07-29T15:46:48.820Z Compiling spki v0.7.3
14522026-07-29T15:46:48.851Z Compiling pest_generator v2.8.6
14532026-07-29T15:46:48.866Z Compiling aho-corasick v1.1.4
14542026-07-29T15:46:48.950Z Compiling untrusted v0.7.1
14552026-07-29T15:46:49.016Z Compiling try-lock v0.2.5
14562026-07-29T15:46:49.072Z Compiling atomic-waker v1.1.2
14572026-07-29T15:46:49.125Z Compiling tower-layer v0.3.3
14582026-07-29T15:46:49.198Z Compiling tower-service v0.3.3
14592026-07-29T15:46:49.284Z Compiling tempfile v3.25.0
14602026-07-29T15:46:49.298Z Compiling want v0.3.1
14612026-07-29T15:46:49.529Z Compiling pest_derive v2.8.6
14622026-07-29T15:46:49.550Z Compiling hybrid-array v0.4.13
14632026-07-29T15:46:49.649Z Compiling ipnet v2.11.0
14642026-07-29T15:46:49.751Z Compiling regex-automata v0.4.14
14652026-07-29T15:46:49.969Z Compiling scroll_derive v0.13.1
14662026-07-29T15:46:50.134Z Compiling darling_core v0.20.11
14672026-07-29T15:46:50.310Z Compiling untrusted v0.9.0
14682026-07-29T15:46:50.433Z Compiling foreign-types-shared v0.1.1
14692026-07-29T15:46:50.519Z Compiling httpdate v1.0.3
14702026-07-29T15:46:50.523Z Compiling rustls v0.23.41
14712026-07-29T15:46:50.698Z Compiling tokio-util v0.7.18
14722026-07-29T15:46:50.741Z Compiling cpufeatures v0.2.17
14732026-07-29T15:46:50.755Z Compiling openssl v0.10.79
14742026-07-29T15:46:50.816Z Compiling scroll v0.13.0
14752026-07-29T15:46:50.999Z Compiling foreign-types v0.3.2
14762026-07-29T15:46:51.072Z Compiling pkcs8 v0.10.2
14772026-07-29T15:46:51.088Z Compiling unicode-normalization v0.1.25
14782026-07-29T15:46:51.324Z Compiling openssl-macros v0.1.1
14792026-07-29T15:46:51.538Z Compiling h2 v0.4.15
14802026-07-29T15:46:51.552Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14812026-07-29T15:46:51.704Z Compiling spin v0.9.8
14822026-07-29T15:46:51.719Z Compiling crc32fast v1.5.0
14832026-07-29T15:46:51.911Z Compiling native-tls v0.2.18
14842026-07-29T15:46:51.927Z Compiling time-core v0.1.8
14852026-07-29T15:46:51.977Z Compiling powerfmt v0.2.0
14862026-07-29T15:46:52.071Z Compiling num-conv v0.2.0
14872026-07-29T15:46:52.130Z Compiling deranged v0.5.8
14882026-07-29T15:46:52.202Z Compiling time-macros v0.2.27
14892026-07-29T15:46:52.354Z Compiling darling_macro v0.20.11
14902026-07-29T15:46:52.829Z Compiling darling v0.20.11
14912026-07-29T15:46:52.913Z Compiling goblin v0.10.5
14922026-07-29T15:46:53.124Z Compiling sha2 v0.10.9
14932026-07-29T15:46:53.261Z Compiling hmac v0.12.1
14942026-07-29T15:46:53.428Z Compiling sync_wrapper v1.0.2
14952026-07-29T15:46:53.536Z Compiling wait-timeout v0.2.1
14962026-07-29T15:46:53.789Z Compiling num_threads v0.1.7
14972026-07-29T15:46:53.804Z Compiling simd-adler32 v0.3.8
14982026-07-29T15:46:53.887Z Compiling usdt-impl v0.6.0
14992026-07-29T15:46:54.043Z Compiling bit-vec v0.8.0
15002026-07-29T15:46:54.085Z Compiling crossbeam-utils v0.8.21
15012026-07-29T15:46:54.278Z Compiling siphasher v1.0.2
15022026-07-29T15:46:54.363Z Compiling syn v1.0.109
15032026-07-29T15:46:54.424Z Compiling quick-error v1.2.3
15042026-07-29T15:46:54.480Z Compiling bit-set v0.8.0
15052026-07-29T15:46:54.530Z Compiling rusty-fork v0.3.1
15062026-07-29T15:46:54.643Z Compiling hyper v1.10.1
15072026-07-29T15:46:54.836Z Compiling time v0.3.47
15082026-07-29T15:46:55.029Z Compiling tower v0.5.3
15092026-07-29T15:46:55.471Z Compiling derive_builder_core v0.20.2
15102026-07-29T15:46:55.634Z Compiling dof v0.4.0
15112026-07-29T15:46:55.695Z Compiling dtrace-parser v0.3.0
15122026-07-29T15:46:56.222Z Compiling hyper-util v0.1.20
15132026-07-29T15:46:56.323Z Compiling http-body-util v0.1.3
15142026-07-29T15:46:56.395Z Compiling heapless v0.7.17
15152026-07-29T15:46:56.417Z Compiling thiserror-impl v1.0.69
15162026-07-29T15:46:56.557Z Compiling scroll_derive v0.12.1
15172026-07-29T15:46:56.620Z Compiling rand_xorshift v0.4.0
15182026-07-29T15:46:56.781Z Compiling slog v2.8.2
15192026-07-29T15:46:56.785Z Compiling darling_core v0.23.0
15202026-07-29T15:46:56.965Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-07-29T15:46:57.131Z Compiling thread-id v5.1.0
15222026-07-29T15:46:57.204Z Compiling cookie v0.18.1
15232026-07-29T15:46:57.219Z Compiling signal-hook v0.3.18
15242026-07-29T15:46:57.240Z Compiling unicode-properties v0.1.4
15252026-07-29T15:46:57.383Z Compiling zstd-safe v7.2.4
15262026-07-29T15:46:57.386Z Compiling unicode-bidi v0.3.18
15272026-07-29T15:46:57.440Z Compiling ryu v1.0.23
15282026-07-29T15:46:57.576Z Compiling allocator-api2 v0.2.21
15292026-07-29T15:46:57.616Z Compiling anyhow v1.0.102
15302026-07-29T15:46:57.636Z Compiling unarray v0.1.4
15312026-07-29T15:46:57.749Z Compiling iri-string v0.7.10
15322026-07-29T15:46:57.899Z Compiling paste v1.0.15
15332026-07-29T15:46:57.915Z Compiling adler2 v2.0.1
15342026-07-29T15:46:57.943Z Compiling proptest v1.11.0
15352026-07-29T15:46:58.097Z Compiling miniz_oxide v0.8.9
15362026-07-29T15:46:58.159Z Compiling stringprep v0.1.5
15372026-07-29T15:46:58.252Z Compiling thiserror v1.0.69
15382026-07-29T15:46:58.355Z Compiling serde_urlencoded v0.7.1
15392026-07-29T15:46:58.662Z Compiling scroll v0.12.0
15402026-07-29T15:46:58.933Z Compiling tower-http v0.6.8
15412026-07-29T15:46:58.947Z Compiling derive_builder_macro v0.20.2
15422026-07-29T15:46:59.271Z Compiling tokio-native-tls v0.3.1
15432026-07-29T15:46:59.298Z Compiling camino v1.2.2
15442026-07-29T15:46:59.343Z Compiling darling_macro v0.23.0
15452026-07-29T15:46:59.409Z Compiling bstr v1.12.1
15462026-07-29T15:46:59.433Z Compiling ipnetwork v0.21.1
15472026-07-29T15:46:59.659Z Compiling block-padding v0.4.2
15482026-07-29T15:46:59.810Z Compiling crypto-common v0.2.2
15492026-07-29T15:46:59.824Z Compiling block-buffer v0.12.1
15502026-07-29T15:46:59.838Z Compiling rustls-native-certs v0.8.3
15512026-07-29T15:46:59.865Z Compiling rand_chacha v0.3.1
15522026-07-29T15:47:00.015Z Compiling erased-serde v0.3.31
15532026-07-29T15:47:00.031Z Compiling serde_spanned v0.6.9
15542026-07-29T15:47:00.117Z Compiling hex v0.4.3
15552026-07-29T15:47:00.170Z Compiling toml_datetime v0.6.11
15562026-07-29T15:47:00.382Z Compiling serde_tokenstream v0.2.3
15572026-07-29T15:47:00.422Z Compiling md-5 v0.10.6
15582026-07-29T15:47:00.488Z Compiling signature v2.2.0
15592026-07-29T15:47:00.590Z Compiling curve25519-dalek v4.1.3
15602026-07-29T15:47:00.622Z Compiling pin-project-internal v1.1.11
15612026-07-29T15:47:00.669Z Compiling async-trait v0.1.89
15622026-07-29T15:47:00.688Z Compiling zerocopy-derive v0.7.35
15632026-07-29T15:47:00.915Z Compiling vergen-lib v9.1.0
15642026-07-29T15:47:01.092Z Compiling num-integer v0.1.46
15652026-07-29T15:47:01.411Z Compiling hash32 v0.2.1
15662026-07-29T15:47:01.520Z Compiling memoffset v0.9.1
15672026-07-29T15:47:01.548Z Compiling encoding_rs v0.8.35
15682026-07-29T15:47:01.605Z Compiling zlib-rs v0.6.2
15692026-07-29T15:47:01.677Z Compiling ref-cast v1.0.25
15702026-07-29T15:47:01.704Z Compiling num-bigint-dig v0.8.6
15712026-07-29T15:47:01.721Z Compiling cfg_aliases v0.2.1
15722026-07-29T15:47:01.791Z Compiling psl-types v2.0.11
15732026-07-29T15:47:01.888Z Compiling fallible-iterator v0.2.0
15742026-07-29T15:47:01.916Z Compiling rustix v0.38.44
15752026-07-29T15:47:01.971Z Compiling litrs v1.0.0
15762026-07-29T15:47:02.197Z Compiling mime v0.3.17
15772026-07-29T15:47:02.252Z Compiling smoltcp v0.9.1
15782026-07-29T15:47:02.474Z Compiling document-features v0.2.12
15792026-07-29T15:47:02.533Z Compiling postgres-protocol v0.6.10
15802026-07-29T15:47:02.651Z Compiling publicsuffix v2.3.0
15812026-07-29T15:47:02.850Z Compiling nix v0.31.2
15822026-07-29T15:47:03.108Z Compiling pin-project v1.1.11
15832026-07-29T15:47:03.139Z Compiling hubpack_derive v0.1.1
15842026-07-29T15:47:03.154Z Compiling zerocopy v0.7.35
15852026-07-29T15:47:03.208Z Compiling num-iter v0.1.45
15862026-07-29T15:47:03.346Z Compiling newtype-uuid v1.3.2
15872026-07-29T15:47:03.594Z Compiling rand v0.8.6
15882026-07-29T15:47:03.608Z Compiling darling v0.23.0
15892026-07-29T15:47:03.683Z Compiling inout v0.2.2
15902026-07-29T15:47:03.700Z Compiling oxnet v0.1.6
15912026-07-29T15:47:03.713Z Compiling derive_builder v0.20.2
15922026-07-29T15:47:03.728Z Compiling hyper-tls v0.6.0
15932026-07-29T15:47:03.888Z Compiling goblin v0.8.2
15942026-07-29T15:47:04.428Z Compiling phf_shared v0.13.1
15952026-07-29T15:47:04.480Z Compiling regex v1.12.3
15962026-07-29T15:47:04.648Z Compiling flate2 v1.1.9
15972026-07-29T15:47:04.664Z Compiling lazy_static v1.5.0
15982026-07-29T15:47:04.745Z Compiling anstyle-parse v0.2.7
15992026-07-29T15:47:04.759Z Compiling futures-executor v0.3.32
16002026-07-29T15:47:04.894Z Compiling terminal_size v0.4.3
16012026-07-29T15:47:04.909Z Compiling ref-cast-impl v1.0.25
16022026-07-29T15:47:04.928Z Compiling snafu-derive v0.8.9
16032026-07-29T15:47:05.015Z Compiling strum_macros v0.27.2
16042026-07-29T15:47:05.035Z Compiling daft-derive v0.1.7
16052026-07-29T15:47:05.052Z Compiling curve25519-dalek-derive v0.1.1
16062026-07-29T15:47:05.444Z Compiling vergen v9.1.0
16072026-07-29T15:47:05.628Z Compiling cargo-platform v0.3.2
16082026-07-29T15:47:05.688Z Compiling ff v0.13.1
16092026-07-29T15:47:05.761Z Compiling fs-err v3.3.0
16102026-07-29T15:47:05.828Z Compiling ahash v0.8.12
16112026-07-29T15:47:05.894Z Compiling libbz2-rs-sys v0.2.2
16122026-07-29T15:47:05.947Z Compiling object v0.37.3
16132026-07-29T15:47:06.037Z Compiling foldhash v0.2.0
16142026-07-29T15:47:06.215Z Compiling managed v0.8.0
16152026-07-29T15:47:06.258Z Compiling base16ct v0.2.0
16162026-07-29T15:47:06.430Z Compiling bumpalo v3.20.2
16172026-07-29T15:47:06.433Z Compiling foldhash v0.1.5
16182026-07-29T15:47:06.559Z Compiling same-file v1.0.6
16192026-07-29T15:47:06.609Z Compiling bitflags v1.3.2
16202026-07-29T15:47:06.678Z Compiling unicode-segmentation v1.12.0
16212026-07-29T15:47:06.693Z Compiling winnow v0.5.40
16222026-07-29T15:47:06.719Z Compiling walkdir v2.5.0
16232026-07-29T15:47:06.819Z Compiling snafu v0.8.9
16242026-07-29T15:47:06.958Z Compiling strum v0.27.2
16252026-07-29T15:47:07.065Z Compiling zopfli v0.8.3
16262026-07-29T15:47:07.088Z Compiling clap_builder v4.6.0
16272026-07-29T15:47:07.172Z Compiling hashbrown v0.15.5
16282026-07-29T15:47:07.363Z Compiling sec1 v0.7.3
16292026-07-29T15:47:07.632Z Compiling bzip2 v0.6.1
16302026-07-29T15:47:07.722Z Compiling hashbrown v0.16.1
16312026-07-29T15:47:07.750Z Compiling dof v0.3.0
16322026-07-29T15:47:07.852Z Compiling group v0.13.0
16332026-07-29T15:47:07.931Z Compiling cargo_metadata v0.23.1
16342026-07-29T15:47:08.080Z Compiling toml_edit v0.19.15
16352026-07-29T15:47:08.148Z Compiling daft v0.1.7
16362026-07-29T15:47:08.504Z Compiling futures v0.3.32
16372026-07-29T15:47:08.559Z Compiling anstream v0.6.21
16382026-07-29T15:47:08.872Z Compiling phf v0.13.1
16392026-07-29T15:47:09.061Z Compiling signal-hook-mio v0.2.5
16402026-07-29T15:47:09.186Z Compiling cookie_store v0.22.1
16412026-07-29T15:47:09.330Z Compiling zstd v0.13.3
16422026-07-29T15:47:09.393Z Compiling bzip2 v0.4.4
16432026-07-29T15:47:09.592Z Compiling reqwest v0.12.28
16442026-07-29T15:47:09.607Z Compiling cipher v0.5.2
16452026-07-29T15:47:09.831Z Compiling serde_with_macros v3.21.0
16462026-07-29T15:47:09.913Z Compiling hubpack v0.1.2
16472026-07-29T15:47:10.139Z Compiling postgres-types v0.2.12
16482026-07-29T15:47:10.679Z Compiling usdt-attr-macro v0.6.0
16492026-07-29T15:47:10.721Z Compiling usdt-macro v0.6.0
16502026-07-29T15:47:10.963Z Compiling ed25519 v2.2.3
16512026-07-29T15:47:11.294Z Compiling globset v0.4.18
16522026-07-29T15:47:11.310Z Compiling dtrace-parser v0.2.0
16532026-07-29T15:47:11.479Z Compiling phf_shared v0.11.3
16542026-07-29T15:47:11.497Z Compiling hkdf v0.12.4
16552026-07-29T15:47:11.660Z Compiling olpc-cjson v0.1.4
16562026-07-29T15:47:11.660Z Compiling pkcs1 v0.7.5
16572026-07-29T15:47:11.837Z Compiling serde-big-array v0.5.1
16582026-07-29T15:47:11.856Z Compiling serde_plain v1.0.2
16592026-07-29T15:47:11.956Z Compiling crypto-bigint v0.5.5
16602026-07-29T15:47:11.979Z Compiling strum_macros v0.26.4
16612026-07-29T15:47:12.034Z Compiling async-recursion v1.1.1
16622026-07-29T15:47:12.048Z Compiling enum-as-inner v0.6.1
16632026-07-29T15:47:12.051Z Compiling clap_derive v4.6.1
16642026-07-29T15:47:12.549Z Compiling serde_repr v0.1.20
16652026-07-29T15:47:12.679Z Compiling pem v3.0.6
16662026-07-29T15:47:13.016Z Compiling float-cmp v0.10.0
16672026-07-29T15:47:13.123Z Compiling memmap2 v0.9.10
16682026-07-29T15:47:13.175Z Compiling thread-id v4.2.2
16692026-07-29T15:47:13.262Z Compiling env_filter v1.0.0
16702026-07-29T15:47:13.341Z Compiling difflib v0.4.0
16712026-07-29T15:47:13.359Z Compiling fixedbitset v0.4.2
16722026-07-29T15:47:13.564Z Compiling normalize-line-endings v0.3.0
16732026-07-29T15:47:13.581Z Compiling new_debug_unreachable v1.0.6
16742026-07-29T15:47:13.654Z Compiling static_assertions v1.1.0
16752026-07-29T15:47:13.671Z Compiling const-oid v0.10.2
16762026-07-29T15:47:13.736Z Compiling jiff v0.2.21
16772026-07-29T15:47:13.746Z Compiling whoami v2.1.0
16782026-07-29T15:47:13.854Z Compiling predicates-core v1.0.10
16792026-07-29T15:47:13.888Z Compiling cpufeatures v0.3.0
16802026-07-29T15:47:13.909Z Compiling precomputed-hash v0.1.1
16812026-07-29T15:47:13.961Z Compiling fixedbitset v0.5.7
16822026-07-29T15:47:13.991Z Compiling winnow v1.0.3
16832026-07-29T15:47:14.028Z Compiling data-encoding v2.10.0
16842026-07-29T15:47:14.102Z Compiling typed-path v0.9.3
16852026-07-29T15:47:14.119Z Compiling keccak v0.1.6
16862026-07-29T15:47:14.138Z Compiling either v1.15.0
16872026-07-29T15:47:14.258Z Compiling sha3 v0.10.8
16882026-07-29T15:47:14.336Z Compiling itertools v0.13.0
16892026-07-29T15:47:14.353Z Compiling hickory-proto v0.25.2
16902026-07-29T15:47:14.698Z Compiling toml_parser v1.1.2+spec-1.1.0
16912026-07-29T15:47:14.698Z Compiling petgraph v0.8.3
16922026-07-29T15:47:14.832Z Compiling string_cache v0.8.9
16932026-07-29T15:47:15.060Z Compiling predicates v3.1.4
16942026-07-29T15:47:15.293Z Compiling tokio-postgres v0.7.16
16952026-07-29T15:47:15.314Z Compiling chacha20 v0.10.0
16962026-07-29T15:47:15.579Z Compiling toml_edit v0.22.27
16972026-07-29T15:47:15.687Z Compiling clap v4.6.1
16982026-07-29T15:47:15.687Z Compiling digest v0.11.3
16992026-07-29T15:47:15.760Z Compiling strum v0.26.3
17002026-07-29T15:47:15.888Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17012026-07-29T15:47:15.911Z Compiling petgraph v0.6.5
17022026-07-29T15:47:16.629Z Compiling zip v4.6.1
17032026-07-29T15:47:17.385Z Compiling env_logger v0.11.9
17042026-07-29T15:47:17.489Z Compiling usdt v0.6.0
17052026-07-29T15:47:17.560Z Compiling usdt-impl v0.5.0
17062026-07-29T15:47:17.729Z Compiling elliptic-curve v0.13.8
17072026-07-29T15:47:17.747Z Compiling rsa v0.9.10
17082026-07-29T15:47:17.865Z Compiling ed25519-dalek v2.2.0
17092026-07-29T15:47:18.170Z Compiling crossterm v0.28.1
17102026-07-29T15:47:18.190Z Compiling serde_with v3.21.0
17112026-07-29T15:47:18.430Z Compiling zip v0.6.6
17122026-07-29T15:47:18.716Z Compiling toml v0.7.8
17132026-07-29T15:47:19.025Z Compiling iddqd v0.4.2
17142026-07-29T15:47:19.632Z Compiling heck v0.4.1
17152026-07-29T15:47:19.718Z Compiling similar v2.7.0
17162026-07-29T15:47:19.860Z Compiling byte-wrapper v0.1.0
17172026-07-29T15:47:19.952Z Compiling crossbeam-epoch v0.9.18
17182026-07-29T15:47:20.002Z Compiling tokio-stream v0.1.18
17192026-07-29T15:47:20.187Z Compiling buf-list v1.1.2
17202026-07-29T15:47:20.278Z Compiling x509-cert v0.2.5
17212026-07-29T15:47:20.297Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17222026-07-29T15:47:20.460Z Compiling openapiv3 v2.2.0
17232026-07-29T15:47:20.465Z Compiling peg-runtime v0.8.5
17242026-07-29T15:47:20.567Z Compiling lalrpop-util v0.19.12
17252026-07-29T15:47:20.606Z Compiling thread_local v1.1.9
17262026-07-29T15:47:20.798Z Compiling slog-async v2.8.0
17272026-07-29T15:47:20.820Z Compiling crossbeam-channel v0.5.15
17282026-07-29T15:47:20.857Z Compiling filetime v0.2.27
17292026-07-29T15:47:20.892Z Compiling is-terminal v0.4.17
17302026-07-29T15:47:20.987Z Compiling term v1.2.1
17312026-07-29T15:47:21.033Z Compiling take_mut v0.2.2
17322026-07-29T15:47:21.063Z Compiling xattr v1.6.1
17332026-07-29T15:47:21.220Z Compiling tar v0.4.46
17342026-07-29T15:47:21.227Z Compiling camino-tempfile v1.4.1
17352026-07-29T15:47:21.451Z Compiling slog-term v2.9.2
17362026-07-29T15:47:31.432Z Compiling rustls-webpki v0.103.13
17372026-07-29T15:47:34.123Z Compiling tokio-rustls v0.26.4
17382026-07-29T15:47:34.123Z Compiling rustls-platform-verifier v0.6.2
17392026-07-29T15:47:34.126Z Compiling tough v0.22.0
17402026-07-29T15:47:34.325Z Compiling hyper-rustls v0.27.7
17412026-07-29T15:47:34.524Z Compiling reqwest v0.13.2
17422026-07-29T15:47:36.748Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-07-29T15:47:36.960Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-07-29T15:47:39.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17452026-07-29T15:47:40.086Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17462026-07-29T15:47:40.133ZJul 29 15:47:38.323 INFO Starting download, target: Clickhouse
17472026-07-29T15:47:40.133ZJul 29 15:47:38.324 INFO Starting download, target: Cockroach
17482026-07-29T15:47:40.133ZJul 29 15:47:38.324 INFO Starting download, target: Console
17492026-07-29T15:47:40.137ZJul 29 15:47:38.324 INFO Starting download, target: DendriteStub
17502026-07-29T15:47:40.138ZJul 29 15:47:38.324 INFO Starting download, target: MaghemiteMgd
17512026-07-29T15:47:40.138ZJul 29 15:47:38.324 INFO Starting download, target: MaghemiteDdmd
17522026-07-29T15:47:40.138ZJul 29 15:47:38.324 INFO Starting download, target: TransceiverControl
17532026-07-29T15:47:40.138ZJul 29 15:47:38.324 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17542026-07-29T15:47:40.138ZJul 29 15:47:38.324 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17552026-07-29T15:47:40.138ZJul 29 15:47:38.324 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17562026-07-29T15:47:40.138ZJul 29 15:47:38.324 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17572026-07-29T15:47:40.138ZJul 29 15:47:38.324 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-07-29T15:47:40.138ZJul 29 15:47:38.324 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17592026-07-29T15:47:40.138ZJul 29 15:47:38.324 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17602026-07-29T15:47:40.796ZJul 29 15:47:38.989 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17612026-07-29T15:47:41.022ZJul 29 15:47:39.200 INFO Download complete, target: TransceiverControl
17622026-07-29T15:47:42.084ZJul 29 15:47:40.274 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17632026-07-29T15:47:42.317ZJul 29 15:47:40.508 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17642026-07-29T15:47:42.333ZJul 29 15:47:40.525 INFO Download complete, target: Console
17652026-07-29T15:47:42.438ZJul 29 15:47:40.618 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-07-29T15:47:42.669ZJul 29 15:47:40.861 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-07-29T15:47:42.756ZJul 29 15:47:40.933 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-07-29T15:47:43.150ZJul 29 15:47:41.345 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-07-29T15:47:43.150ZJul 29 15:47:41.345 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-07-29T15:47:44.278ZJul 29 15:47:42.473 INFO Download complete, target: MaghemiteDdmd
17712026-07-29T15:47:44.938ZJul 29 15:47:43.133 INFO Download complete, target: DendriteStub
17722026-07-29T15:47:45.329ZJul 29 15:47:43.524 INFO Download complete, target: MaghemiteMgd
17732026-07-29T15:47:47.805ZJul 29 15:47:46.000 INFO Checking that binary works, target: Cockroach
17742026-07-29T15:47:47.920ZJul 29 15:47:46.115 INFO Download complete, target: Cockroach
17752026-07-29T15:47:49.508ZJul 29 15:47:47.703 INFO Checking that binary works, target: Clickhouse
17762026-07-29T15:47:49.601ZJul 29 15:47:47.796 INFO Download complete, target: Clickhouse
17772026-07-29T15:47:49.617ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-07-29T15:47:49.621Z
17792026-07-29T15:47:49.621Zreal 2:04.547337789
17802026-07-29T15:47:49.621Zuser 6:37.710495572
17812026-07-29T15:47:49.621Zsys 1:20.782657058
17822026-07-29T15:47:49.621Ztrap 0.234261709
17832026-07-29T15:47:49.621Ztflt 0.623011193
17842026-07-29T15:47:49.621Zdflt 0.858253783
17852026-07-29T15:47:49.621Zkflt 0.023240692
17862026-07-29T15:47:49.621Zlock 25:17.215045642
17872026-07-29T15:47:49.621Zslp 19:58.140329590
17882026-07-29T15:47:49.621Zlat 43.857069813
17892026-07-29T15:47:49.621Zstop 2:31.380719862
17902026-07-29T15:47:49.621Z+ banner clippy
17912026-07-29T15:47:49.621Z
17922026-07-29T15:47:49.621Z #### # # ##### ##### # #
17932026-07-29T15:47:49.621Z # # # # # # # # # #
17942026-07-29T15:47:49.622Z # # # # # # # #
17952026-07-29T15:47:49.622Z # # # ##### ##### #
17962026-07-29T15:47:49.622Z # # # # # # #
17972026-07-29T15:47:49.622Z #### ###### # # # #
17982026-07-29T15:47:49.622Z
17992026-07-29T15:47:49.622Z+ export CARGO_INCREMENTAL=0
18002026-07-29T15:47:49.622Z+ CARGO_INCREMENTAL=0
18012026-07-29T15:47:49.622Z+ ptime -m cargo xtask clippy
18022026-07-29T15:47:50.092Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-07-29T15:47:50.386Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-07-29T15:47:52.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18052026-07-29T15:47:52.293Z Running `target/debug/xtask clippy`
18062026-07-29T15:47:52.318Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-07-29T15:47:52.893Z Downloading crates ...
18082026-07-29T15:47:53.071Z Downloaded assert_cmd v2.1.2
18092026-07-29T15:47:53.075Z Downloaded cast v0.3.0
18102026-07-29T15:47:53.075Z Downloaded async-object-pool v0.2.0
18112026-07-29T15:47:53.075Z Downloaded anes v0.1.6
18122026-07-29T15:47:53.078Z Downloaded approx v0.5.1
18132026-07-29T15:47:53.078Z Downloaded addr2line v0.25.1
18142026-07-29T15:47:53.078Z Downloaded async-lock v3.4.2
18152026-07-29T15:47:53.078Z Downloaded assert-json-diff v2.0.2
18162026-07-29T15:47:53.083Z Downloaded backtrace-ext v0.2.1
18172026-07-29T15:47:53.083Z Downloaded constant_time_eq v0.3.1
18182026-07-29T15:47:53.083Z Downloaded concurrent-queue v2.5.0
18192026-07-29T15:47:53.083Z Downloaded criterion-plot v0.6.0
18202026-07-29T15:47:53.083Z Downloaded blake2b_simd v1.0.4
18212026-07-29T15:47:53.087Z Downloaded escape8259 v0.5.3
18222026-07-29T15:47:53.087Z Downloaded cfg-expr v0.20.6
18232026-07-29T15:47:53.087Z Downloaded datatest-stable v0.3.3
18242026-07-29T15:47:53.087Z Downloaded event-listener-strategy v0.5.4
18252026-07-29T15:47:53.090Z Downloaded chumsky v0.9.3
18262026-07-29T15:47:53.090Z Downloaded backtrace v0.3.76
18272026-07-29T15:47:53.095Z Downloaded event-listener v5.4.1
18282026-07-29T15:47:53.095Z Downloaded fancy-regex v0.14.0
18292026-07-29T15:47:53.095Z Downloaded guppy-workspace-hack v0.1.0
18302026-07-29T15:47:53.095Z Downloaded futures-timer v3.0.3
18312026-07-29T15:47:53.098Z Downloaded criterion v0.7.0
18322026-07-29T15:47:53.103Z Downloaded hex-literal v0.4.1
18332026-07-29T15:47:53.103Z Downloaded hickory-client v0.25.2
18342026-07-29T15:47:53.103Z Downloaded linkme-impl v0.3.35
18352026-07-29T15:47:53.103Z Downloaded httptest v0.16.4
18362026-07-29T15:47:53.108Z Downloaded libtest-mimic v0.8.1
18372026-07-29T15:47:53.109Z Downloaded miette-derive v5.10.0
18382026-07-29T15:47:53.109Z Downloaded nested v0.1.1
18392026-07-29T15:47:53.109Z Downloaded parking v2.2.1
18402026-07-29T15:47:53.109Z Downloaded pathdiff v0.2.3
18412026-07-29T15:47:53.109Z Downloaded knuffel-derive v3.2.0
18422026-07-29T15:47:53.109Z Downloaded linkme v0.3.35
18432026-07-29T15:47:53.115Z Downloaded plotters-backend v0.3.7
18442026-07-29T15:47:53.115Z Downloaded oorandom v11.1.5
18452026-07-29T15:47:53.115Z Downloaded partial-io v0.5.4
18462026-07-29T15:47:53.115Z Downloaded path-tree v0.8.3
18472026-07-29T15:47:53.115Z Downloaded plotters-svg v0.3.7
18482026-07-29T15:47:53.115Z Downloaded owo-colors v3.5.0
18492026-07-29T15:47:53.115Z Downloaded knuffel v3.2.0
18502026-07-29T15:47:53.119Z Downloaded relative-path v1.9.3
18512026-07-29T15:47:53.119Z Downloaded hashbrown v0.14.5
18522026-07-29T15:47:53.119Z Downloaded guppy v0.17.25
18532026-07-29T15:47:53.122Z Downloaded serde_regex v1.1.0
18542026-07-29T15:47:53.122Z Downloaded rustc-demangle v0.1.27
18552026-07-29T15:47:53.122Z Downloaded similar-asserts v1.7.0
18562026-07-29T15:47:53.130Z Downloaded rust-argon2 v2.1.0
18572026-07-29T15:47:53.130Z Downloaded supports-unicode v2.1.0
18582026-07-29T15:47:53.130Z Downloaded miette v5.10.0
18592026-07-29T15:47:53.130Z Downloaded rand_distr v0.5.1
18602026-07-29T15:47:53.134Z Downloaded supports-color v2.1.0
18612026-07-29T15:47:53.134Z Downloaded supports-hyperlinks v2.1.0
18622026-07-29T15:47:53.134Z Downloaded terminal_size v0.1.17
18632026-07-29T15:47:53.134Z Downloaded target-triple v1.0.0
18642026-07-29T15:47:53.134Z Downloaded stringmetrics v2.2.2
18652026-07-29T15:47:53.134Z Downloaded gimli v0.32.3
18662026-07-29T15:47:53.142Z Downloaded rstest v0.25.0
18672026-07-29T15:47:53.146Z Downloaded target-lexicon v0.13.3
18682026-07-29T15:47:53.146Z Downloaded rstest_macros v0.25.0
18692026-07-29T15:47:53.146Z Downloaded target-spec v3.5.7
18702026-07-29T15:47:53.147Z Downloaded termcolor v1.4.1
18712026-07-29T15:47:53.147Z Downloaded tinytemplate v1.2.1
18722026-07-29T15:47:53.147Z Downloaded textwrap v0.15.2
18732026-07-29T15:47:53.153Z Downloaded trybuild v1.0.116
18742026-07-29T15:47:53.153Z Downloaded plotters v0.3.7
18752026-07-29T15:47:53.243Z Downloaded httpmock v0.8.3
18762026-07-29T15:47:54.963Z Checking cfg-if v1.0.4
18772026-07-29T15:47:55.331Z Checking libc v0.2.185
18782026-07-29T15:47:55.335Z Checking serde_core v1.0.228
18792026-07-29T15:47:55.403Z Checking memchr v2.8.0
18802026-07-29T15:47:55.441Z Checking smallvec v1.15.1
18812026-07-29T15:47:55.473Z Checking zeroize v1.9.0
18822026-07-29T15:47:55.507Z Checking rand_core v0.10.0
18832026-07-29T15:47:55.544Z Checking itoa v1.0.17
18842026-07-29T15:47:55.578Z Checking subtle v2.6.1
18852026-07-29T15:47:55.653Z Checking libm v0.2.16
18862026-07-29T15:47:55.659Z Checking log v0.4.29
18872026-07-29T15:47:55.731Z Checking typenum v1.20.1
18882026-07-29T15:47:55.771Z Checking getrandom v0.4.1
18892026-07-29T15:47:55.771Z Checking errno v0.3.14
18902026-07-29T15:47:55.839Z Checking scopeguard v1.2.0
18912026-07-29T15:47:55.877Z Checking stable_deref_trait v1.2.1
18922026-07-29T15:47:55.908Z Checking zmij v1.0.21
18932026-07-29T15:47:55.948Z Checking zerofrom v0.1.6
18942026-07-29T15:47:55.985Z Checking lock_api v0.4.14
18952026-07-29T15:47:56.021Z Checking percent-encoding v2.3.2
18962026-07-29T15:47:56.056Z Checking litemap v0.8.1
18972026-07-29T15:47:56.092Z Checking yoke v0.8.1
18982026-07-29T15:47:56.144Z Checking writeable v0.6.2
18992026-07-29T15:47:56.188Z Checking icu_properties_data v2.1.2
19002026-07-29T15:47:56.226Z Checking icu_normalizer_data v2.1.1
19012026-07-29T15:47:56.258Z Checking form_urlencoded v1.2.2
19022026-07-29T15:47:56.293Z Checking zerovec v0.11.5
19032026-07-29T15:47:56.327Z Checking zerotrie v0.2.3
19042026-07-29T15:47:56.363Z Checking utf8_iter v1.0.4
19052026-07-29T15:47:56.399Z Checking num-traits v0.2.19
19062026-07-29T15:47:56.435Z Checking zerocopy v0.8.40
19072026-07-29T15:47:56.469Z Checking pin-project-lite v0.2.17
19082026-07-29T15:47:56.515Z Checking parking_lot_core v0.9.12
19092026-07-29T15:47:56.551Z Checking portable-atomic v1.13.1
19102026-07-29T15:47:56.589Z Checking critical-section v1.2.0
19112026-07-29T15:47:56.632Z Checking signal-hook-registry v1.4.8
19122026-07-29T15:47:56.719Z Checking mio v1.2.0
19132026-07-29T15:47:56.755Z Checking parking_lot v0.12.5
19142026-07-29T15:47:56.758Z Checking tinystr v0.8.2
19152026-07-29T15:47:56.823Z Checking potential_utf v0.1.4
19162026-07-29T15:47:56.906Z Checking serde v1.0.228
19172026-07-29T15:47:56.958Z Checking serde_json v1.0.151
19182026-07-29T15:47:56.995Z Checking bitflags v2.11.0
19192026-07-29T15:47:56.998Z Checking icu_locale_core v2.1.1
19202026-07-29T15:47:57.027Z Checking icu_collections v2.1.1
19212026-07-29T15:47:57.034Z Checking once_cell v1.21.3
19222026-07-29T15:47:57.124Z Checking iana-time-zone v0.1.65
19232026-07-29T15:47:57.211Z Checking uuid v1.23.4
19242026-07-29T15:47:57.240Z Checking socket2 v0.6.3
19252026-07-29T15:47:57.284Z Checking semver v1.0.28
19262026-07-29T15:47:57.343Z Checking bytes v1.11.1
19272026-07-29T15:47:57.421Z Checking chrono v0.4.45
19282026-07-29T15:47:57.517Z Checking thiserror v2.0.18
19292026-07-29T15:47:57.572Z Checking dyn-clone v1.0.20
19302026-07-29T15:47:57.579Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19312026-07-29T15:47:57.653Z Checking futures-core v0.3.32
19322026-07-29T15:47:57.656Z Checking icu_provider v2.1.1
19332026-07-29T15:47:57.726Z Checking equivalent v1.0.2
19342026-07-29T15:47:57.734Z Checking getrandom v0.2.17
19352026-07-29T15:47:57.808Z Checking tokio v1.52.1
19362026-07-29T15:47:57.856Z Checking rustix v1.1.3
19372026-07-29T15:47:57.865Z Checking cmov v0.5.4
19382026-07-29T15:47:57.944Z Checking icu_properties v2.1.2
19392026-07-29T15:47:57.947Z Checking icu_normalizer v2.1.1
19402026-07-29T15:47:58.010Z Checking rand_core v0.6.4
19412026-07-29T15:47:58.094Z Checking ctutils v0.4.2
19422026-07-29T15:47:58.217Z Checking byteorder v1.5.0
19432026-07-29T15:47:58.312Z Checking futures-sink v0.3.32
19442026-07-29T15:47:58.351Z Checking hybrid-array v0.4.13
19452026-07-29T15:47:58.354Z Checking getrandom v0.3.4
19462026-07-29T15:47:58.444Z Checking futures-channel v0.3.32
19472026-07-29T15:47:58.447Z Checking slab v0.4.12
19482026-07-29T15:47:58.554Z Checking futures-io v0.3.32
19492026-07-29T15:47:58.664Z Checking futures-task v0.3.32
19502026-07-29T15:47:58.698Z Checking generic-array v0.14.7
19512026-07-29T15:47:58.730Z Checking hashbrown v0.17.0
19522026-07-29T15:47:58.736Z Checking thiserror v1.0.69
19532026-07-29T15:47:58.816Z Checking idna_adapter v1.2.1
19542026-07-29T15:47:58.851Z Checking futures-util v0.3.32
19552026-07-29T15:47:58.888Z Checking fnv v1.0.7
19562026-07-29T15:47:58.964Z Checking idna v1.1.0
19572026-07-29T15:47:59.009Z Checking regex-syntax v0.8.10
19582026-07-29T15:47:59.126Z Checking crypto-common v0.2.2
19592026-07-29T15:47:59.188Z Checking const-oid v0.9.6
19602026-07-29T15:47:59.225Z Checking indexmap v2.14.0
19612026-07-29T15:47:59.259Z Checking url v2.5.8
19622026-07-29T15:47:59.301Z Checking ppv-lite86 v0.2.21
19632026-07-29T15:47:59.628Z Checking base64ct v1.8.3
19642026-07-29T15:47:59.744Z Checking schemars v0.8.22
19652026-07-29T15:47:59.789Z Checking crypto-common v0.1.7
19662026-07-29T15:47:59.852Z Checking block-buffer v0.12.1
19672026-07-29T15:47:59.900Z Checking block-buffer v0.10.4
19682026-07-29T15:47:59.936Z Checking utf8parse v0.2.2
19692026-07-29T15:47:59.972Z Checking base64 v0.22.1
19702026-07-29T15:48:00.042Z Checking anstyle v1.0.14
19712026-07-29T15:48:00.076Z Checking digest v0.10.7
19722026-07-29T15:48:00.079Z Checking http v1.4.2
19732026-07-29T15:48:00.236Z Checking tracing-core v0.1.36
19742026-07-29T15:48:00.269Z Checking anstyle-query v1.1.5
19752026-07-29T15:48:00.306Z Checking colorchoice v1.0.4
19762026-07-29T15:48:00.366Z Checking is_terminal_polyfill v1.70.2
19772026-07-29T15:48:00.402Z Checking rand_core v0.9.5
19782026-07-29T15:48:00.437Z Checking anstyle-parse v1.0.0
19792026-07-29T15:48:00.440Z Checking terminal_size v0.4.3
19802026-07-29T15:48:00.503Z Checking ipnet v2.11.0
19812026-07-29T15:48:00.572Z Checking tracing v0.1.44
19822026-07-29T15:48:00.608Z Checking const-oid v0.10.2
19832026-07-29T15:48:00.611Z Checking rand_chacha v0.9.0
19842026-07-29T15:48:00.672Z Checking anstream v1.0.0
19852026-07-29T15:48:00.707Z Checking strsim v0.11.1
19862026-07-29T15:48:00.784Z Checking clap_lex v1.0.0
19872026-07-29T15:48:00.820Z Checking aho-corasick v1.1.4
19882026-07-29T15:48:00.824Z Checking crossbeam-utils v0.8.21
19892026-07-29T15:48:00.824Z Checking erased-serde v0.3.31
19902026-07-29T15:48:00.915Z Checking rand v0.9.2
19912026-07-29T15:48:00.918Z Checking unicode-ident v1.0.24
19922026-07-29T15:48:00.918Z Checking powerfmt v0.2.0
19932026-07-29T15:48:01.008Z Checking clap_builder v4.6.0
19942026-07-29T15:48:01.081Z Checking proc-macro2 v1.0.106
19952026-07-29T15:48:01.120Z Checking tokio-util v0.7.18
19962026-07-29T15:48:01.157Z Checking deranged v0.5.8
19972026-07-29T15:48:01.215Z Checking httparse v1.10.1
19982026-07-29T15:48:01.287Z Checking slog v2.8.2
19992026-07-29T15:48:01.411Z Checking num-conv v0.2.0
20002026-07-29T15:48:01.447Z Checking num_threads v0.1.7
20012026-07-29T15:48:01.480Z Checking time-core v0.1.8
20022026-07-29T15:48:01.519Z Checking regex-automata v0.4.14
20032026-07-29T15:48:01.557Z Checking quote v1.0.45
20042026-07-29T15:48:01.560Z Checking digest v0.11.3
20052026-07-29T15:48:01.623Z Checking anyhow v1.0.102
20062026-07-29T15:48:01.659Z Checking fastrand v2.3.0
20072026-07-29T15:48:01.752Z Checking cpufeatures v0.3.0
20082026-07-29T15:48:01.788Z Checking allocator-api2 v0.2.21
20092026-07-29T15:48:01.791Z Checking syn v2.0.117
20102026-07-29T15:48:01.853Z Checking cpufeatures v0.2.17
20112026-07-29T15:48:01.857Z Checking http-body v1.0.1
20122026-07-29T15:48:01.888Z Checking ipnetwork v0.21.1
20132026-07-29T15:48:01.949Z Checking atomic-waker v1.1.2
20142026-07-29T15:48:02.046Z Checking tempfile v3.25.0
20152026-07-29T15:48:02.081Z Checking aws-lc-sys v0.40.0
20162026-07-29T15:48:02.119Z Checking time v0.3.47
20172026-07-29T15:48:02.122Z Checking rustls-pki-types v1.14.0
20182026-07-29T15:48:02.183Z Checking try-lock v0.2.5
20192026-07-29T15:48:02.259Z Checking clap v4.6.1
20202026-07-29T15:48:02.294Z Checking untrusted v0.7.1
20212026-07-29T15:48:02.327Z Checking httpdate v1.0.3
20222026-07-29T15:48:02.364Z Checking want v0.3.1
20232026-07-29T15:48:02.431Z Checking h2 v0.4.15
20242026-07-29T15:48:02.466Z Checking tower-service v0.3.3
20252026-07-29T15:48:02.500Z Checking ryu v1.0.23
20262026-07-29T15:48:02.533Z Checking tower-layer v0.3.3
20272026-07-29T15:48:02.583Z Checking hex v0.4.3
20282026-07-29T15:48:02.617Z Checking aws-lc-rs v1.16.3
20292026-07-29T15:48:02.661Z Checking pem-rfc7468 v0.7.0
20302026-07-29T15:48:02.709Z Checking spin v0.9.8
20312026-07-29T15:48:02.833Z Checking flagset v0.4.7
20322026-07-29T15:48:02.867Z Checking untrusted v0.9.0
20332026-07-29T15:48:02.919Z Checking mime v0.3.17
20342026-07-29T15:48:02.987Z Checking der v0.7.10
20352026-07-29T15:48:03.019Z Checking simd-adler32 v0.3.8
20362026-07-29T15:48:03.119Z Checking http-body-util v0.1.3
20372026-07-29T15:48:03.215Z Checking adler2 v2.0.1
20382026-07-29T15:48:03.309Z Checking oxnet v0.1.6
20392026-07-29T15:48:03.355Z Checking miniz_oxide v0.8.9
20402026-07-29T15:48:03.397Z Checking block-padding v0.4.2
20412026-07-29T15:48:03.401Z Checking camino v1.2.2
20422026-07-29T15:48:03.527Z Checking rustls-webpki v0.103.13
20432026-07-29T15:48:03.603Z Checking openssl-probe v0.2.1
20442026-07-29T15:48:03.644Z Checking pretty-hex v0.4.1
20452026-07-29T15:48:03.747Z Checking inout v0.2.2
20462026-07-29T15:48:03.751Z Checking serde_urlencoded v0.7.1
20472026-07-29T15:48:03.811Z Checking encoding_rs v0.8.35
20482026-07-29T15:48:03.843Z Checking plain v0.2.3
20492026-07-29T15:48:03.846Z Checking regex v1.12.3
20502026-07-29T15:48:03.920Z Checking rand_chacha v0.3.1
20512026-07-29T15:48:03.961Z Checking rustls v0.23.41
20522026-07-29T15:48:04.002Z Checking ucd-trie v0.1.7
20532026-07-29T15:48:04.036Z Checking cipher v0.5.2
20542026-07-29T15:48:04.154Z Checking rand v0.8.6
20552026-07-29T15:48:04.158Z Checking spki v0.7.3
20562026-07-29T15:48:04.158Z Checking futures-executor v0.3.32
20572026-07-29T15:48:04.256Z Checking pest v2.8.6
20582026-07-29T15:48:04.302Z Checking sync_wrapper v1.0.2
20592026-07-29T15:48:04.397Z Checking crc32fast v1.5.0
20602026-07-29T15:48:04.434Z Checking futures v0.3.32
20612026-07-29T15:48:04.466Z Checking tower v0.5.3
20622026-07-29T15:48:04.540Z Checking either v1.15.0
20632026-07-29T15:48:04.576Z Checking iri-string v0.7.10
20642026-07-29T15:48:04.746Z Checking pkcs8 v0.10.2
20652026-07-29T15:48:04.774Z Checking foldhash v0.2.0
20662026-07-29T15:48:04.827Z Checking zlib-rs v0.6.2
20672026-07-29T15:48:04.897Z Checking bit-vec v0.8.0
20682026-07-29T15:48:04.933Z Checking static_assertions v1.1.0
20692026-07-29T15:48:04.967Z Checking hashbrown v0.16.1
20702026-07-29T15:48:05.032Z Checking sha2 v0.10.9
20712026-07-29T15:48:05.124Z Checking bit-set v0.8.0
20722026-07-29T15:48:05.305Z Checking openapiv3 v2.2.0
20732026-07-29T15:48:05.340Z Checking wait-timeout v0.2.1
20742026-07-29T15:48:05.343Z Checking hyper v1.10.1
20752026-07-29T15:48:05.402Z Checking lazy_static v1.5.0
20762026-07-29T15:48:05.491Z Checking hubpack v0.1.2
20772026-07-29T15:48:05.526Z Checking quick-error v1.2.3
20782026-07-29T15:48:05.529Z Checking rustls-native-certs v0.8.3
20792026-07-29T15:48:05.662Z Checking rusty-fork v0.3.1
20802026-07-29T15:48:05.695Z Checking rand_xorshift v0.4.0
20812026-07-29T15:48:05.695Z Checking tower-http v0.6.8
20822026-07-29T15:48:05.761Z Checking strum v0.26.3
20832026-07-29T15:48:05.764Z Checking flate2 v1.1.9
20842026-07-29T15:48:05.843Z Checking psl-types v2.0.11
20852026-07-29T15:48:05.878Z Checking unarray v0.1.4
20862026-07-29T15:48:05.912Z Checking cookie v0.18.1
20872026-07-29T15:48:05.988Z Checking publicsuffix v2.3.0
20882026-07-29T15:48:06.025Z Checking proptest v1.11.0
20892026-07-29T15:48:06.028Z Checking signature v2.2.0
20902026-07-29T15:48:06.116Z Checking num-integer v0.1.46
20912026-07-29T15:48:06.174Z Checking tinyvec_macros v0.1.1
20922026-07-29T15:48:06.210Z Checking cookie_store v0.22.1
20932026-07-29T15:48:06.213Z Checking scroll v0.13.0
20942026-07-29T15:48:06.283Z Checking tinyvec v1.10.0
20952026-07-29T15:48:06.319Z Checking tokio-rustls v0.26.4
20962026-07-29T15:48:06.355Z Checking hyper-util v0.1.20
20972026-07-29T15:48:06.390Z Checking rustls-platform-verifier v0.6.2
20982026-07-29T15:48:06.493Z Checking goblin v0.10.5
20992026-07-29T15:48:06.558Z Checking anstyle-parse v0.2.7
21002026-07-29T15:48:06.595Z Checking ahash v0.8.12
21012026-07-29T15:48:06.602Z Checking toml_datetime v0.6.11
21022026-07-29T15:48:06.660Z Checking serde_spanned v0.6.9
21032026-07-29T15:48:06.663Z Checking memmap2 v0.9.10
21042026-07-29T15:48:06.732Z Checking anstream v0.6.21
21052026-07-29T15:48:06.815Z Checking dtrace-parser v0.3.0
21062026-07-29T15:48:06.818Z Checking thread-id v5.1.0
21072026-07-29T15:48:06.883Z Checking data-encoding v2.10.0
21082026-07-29T15:48:06.886Z Checking x509-cert v0.2.5
21092026-07-29T15:48:06.955Z Checking bstr v1.12.1
21102026-07-29T15:48:06.961Z Checking hmac v0.12.1
21112026-07-29T15:48:07.080Z Checking num-iter v0.1.45
21122026-07-29T15:48:07.150Z Checking crossbeam-epoch v0.9.18
21132026-07-29T15:48:07.186Z Checking memoffset v0.9.1
21142026-07-29T15:48:07.221Z Checking scroll v0.12.0
21152026-07-29T15:48:07.294Z Checking env_filter v1.0.0
21162026-07-29T15:48:07.387Z Checking num-bigint-dig v0.8.6
21172026-07-29T15:48:07.423Z Checking pkcs1 v0.7.5
21182026-07-29T15:48:07.472Z Checking env_logger v0.11.9
21192026-07-29T15:48:07.475Z Checking goblin v0.8.2
21202026-07-29T15:48:07.605Z Checking zerocopy v0.7.35
21212026-07-29T15:48:07.650Z Checking hyper-rustls v0.27.7
21222026-07-29T15:48:07.685Z Checking rustix v0.38.44
21232026-07-29T15:48:07.719Z Checking foreign-types-shared v0.1.1
21242026-07-29T15:48:07.832Z Checking unicode-segmentation v1.12.0
21252026-07-29T15:48:07.873Z Checking newtype-uuid v1.3.2
21262026-07-29T15:48:07.909Z Checking reqwest v0.13.2
21272026-07-29T15:48:08.113Z Checking daft v0.1.7
21282026-07-29T15:48:08.149Z Checking foreign-types v0.3.2
21292026-07-29T15:48:08.182Z Checking nix v0.31.2
21302026-07-29T15:48:08.232Z Checking rsa v0.9.10
21312026-07-29T15:48:08.266Z Checking dtrace-parser v0.2.0
21322026-07-29T15:48:08.387Z Checking ff v0.13.1
21332026-07-29T15:48:08.517Z Checking openssl-sys v0.9.115
21342026-07-29T15:48:08.553Z Checking thread-id v4.2.2
21352026-07-29T15:48:08.557Z Checking winnow v0.5.40
21362026-07-29T15:48:08.690Z Checking same-file v1.0.6
21372026-07-29T15:48:08.731Z Checking base16ct v0.2.0
21382026-07-29T15:48:08.790Z Checking group v0.13.0
21392026-07-29T15:48:08.838Z Checking walkdir v2.5.0
21402026-07-29T15:48:08.883Z Checking sec1 v0.7.3
21412026-07-29T15:48:08.886Z Checking dof v0.4.0
21422026-07-29T15:48:08.951Z Checking openssl v0.10.79
21432026-07-29T15:48:08.987Z Checking hkdf v0.12.4
21442026-07-29T15:48:09.031Z Checking serde_with v3.21.0
21452026-07-29T15:48:09.116Z Checking crypto-bigint v0.5.5
21462026-07-29T15:48:09.151Z Checking bzip2-sys v0.1.13+1.0.8
21472026-07-29T15:48:09.264Z Checking foldhash v0.1.5
21482026-07-29T15:48:09.433Z Checking keccak v0.1.6
21492026-07-29T15:48:09.469Z Checking winnow v0.7.14
21502026-07-29T15:48:09.503Z Checking dof v0.3.0
21512026-07-29T15:48:09.590Z Checking usdt-impl v0.6.0
21522026-07-29T15:48:09.633Z Checking sha3 v0.10.8
21532026-07-29T15:48:09.777Z Checking toml_edit v0.19.15
21542026-07-29T15:48:09.829Z Checking usdt-impl v0.5.0
21552026-07-29T15:48:09.874Z Checking hashbrown v0.15.5
21562026-07-29T15:48:09.910Z Checking usdt v0.6.0
21572026-07-29T15:48:10.085Z Checking elliptic-curve v0.13.8
21582026-07-29T15:48:10.121Z Checking bzip2 v0.4.4
21592026-07-29T15:48:10.154Z Checking unicode-normalization v0.1.25
21602026-07-29T15:48:10.312Z Checking itertools v0.13.0
21612026-07-29T15:48:10.368Z Checking winnow v1.0.3
21622026-07-29T15:48:10.421Z Checking bitflags v1.3.2
21632026-07-29T15:48:10.523Z Checking siphasher v1.0.2
21642026-07-29T15:48:10.573Z Checking zip v0.6.6
21652026-07-29T15:48:10.608Z Checking signal-hook v0.3.18
21662026-07-29T15:48:10.687Z Checking toml_parser v1.1.2+spec-1.1.0
21672026-07-29T15:48:10.723Z Checking toml_write v0.1.2
21682026-07-29T15:48:10.727Z Checking managed v0.8.0
21692026-07-29T15:48:10.819Z Checking globset v0.4.18
21702026-07-29T15:48:10.855Z Checking toml v0.7.8
21712026-07-29T15:48:10.917Z Checking toml_edit v0.22.27
21722026-07-29T15:48:10.952Z Checking chacha20 v0.10.0
21732026-07-29T15:48:10.986Z Checking curve25519-dalek v4.1.3
21742026-07-29T15:48:11.042Z Checking object v0.37.3
21752026-07-29T15:48:11.045Z Checking native-tls v0.2.18
21762026-07-29T15:48:11.108Z Checking signal-hook-mio v0.2.5
21772026-07-29T15:48:11.190Z Checking ed25519 v2.2.3
21782026-07-29T15:48:11.228Z Checking ref-cast v1.0.25
21792026-07-29T15:48:11.262Z Checking pin-project v1.1.11
21802026-07-29T15:48:11.297Z Checking tokio-native-tls v0.3.1
21812026-07-29T15:48:11.356Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-07-29T15:48:11.391Z Checking pem v3.0.6
21832026-07-29T15:48:11.391Z Checking fixedbitset v0.5.7
21842026-07-29T15:48:11.456Z Checking bumpalo v3.20.2
21852026-07-29T15:48:11.491Z Checking hyper-tls v0.6.0
21862026-07-29T15:48:11.495Z Checking zstd-safe v7.2.4
21872026-07-29T15:48:11.574Z Checking libbz2-rs-sys v0.2.2
21882026-07-29T15:48:11.641Z Checking petgraph v0.8.3
21892026-07-29T15:48:11.689Z Checking zopfli v0.8.3
21902026-07-29T15:48:11.692Z Checking reqwest v0.12.28
21912026-07-29T15:48:11.755Z Checking zstd v0.13.3
21922026-07-29T15:48:11.788Z Checking ed25519-dalek v2.2.0
21932026-07-29T15:48:11.969Z Checking snafu v0.8.9
21942026-07-29T15:48:12.004Z Checking bzip2 v0.6.1
21952026-07-29T15:48:12.039Z Checking crossterm v0.28.1
21962026-07-29T15:48:12.073Z Checking olpc-cjson v0.1.4
21972026-07-29T15:48:12.076Z Checking similar v2.7.0
21982026-07-29T15:48:12.189Z Checking fs-err v3.3.0
21992026-07-29T15:48:12.231Z Checking hash32 v0.2.1
22002026-07-29T15:48:12.266Z Checking serde_plain v1.0.2
22012026-07-29T15:48:12.419Z Checking serde-big-array v0.5.1
22022026-07-29T15:48:12.454Z Checking unicode-bidi v0.3.18
22032026-07-29T15:48:12.488Z Checking jiff v0.2.21
22042026-07-29T15:48:12.524Z Checking typed-path v0.9.3
22052026-07-29T15:48:12.527Z Checking predicates-core v1.0.10
22062026-07-29T15:48:12.589Z Checking unicode-properties v0.1.4
22072026-07-29T15:48:12.709Z Checking heapless v0.7.17
22082026-07-29T15:48:12.761Z Checking hickory-proto v0.25.2
22092026-07-29T15:48:12.797Z Checking byte-wrapper v0.1.0
22102026-07-29T15:48:12.829Z Checking stringprep v0.1.5
22112026-07-29T15:48:13.016Z Checking md-5 v0.10.6
22122026-07-29T15:48:13.050Z Checking float-cmp v0.10.0
22132026-07-29T15:48:13.149Z Checking normalize-line-endings v0.3.0
22142026-07-29T15:48:13.185Z Checking difflib v0.4.0
22152026-07-29T15:48:13.219Z Checking fallible-iterator v0.2.0
22162026-07-29T15:48:13.254Z Checking smoltcp v0.9.1
22172026-07-29T15:48:13.290Z Checking iddqd v0.4.2
22182026-07-29T15:48:13.348Z Checking tough v0.22.0
22192026-07-29T15:48:13.394Z Checking predicates v3.1.4
22202026-07-29T15:48:13.429Z Checking phf_shared v0.11.3
22212026-07-29T15:48:13.520Z Checking postgres-protocol v0.6.10
22222026-07-29T15:48:13.600Z Checking phf_shared v0.13.1
22232026-07-29T15:48:13.728Z Checking tokio-stream v0.1.18
22242026-07-29T15:48:13.833Z Checking buf-list v1.1.2
22252026-07-29T15:48:13.872Z Checking strum v0.27.2
22262026-07-29T15:48:13.878Z Checking fixedbitset v0.4.2
22272026-07-29T15:48:14.049Z Checking precomputed-hash v0.1.1
22282026-07-29T15:48:14.055Z Checking new_debug_unreachable v1.0.6
22292026-07-29T15:48:14.127Z Checking lalrpop-util v0.19.12
22302026-07-29T15:48:14.151Z Checking petgraph v0.6.5
22312026-07-29T15:48:14.185Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22322026-07-29T15:48:14.188Z Checking string_cache v0.8.9
22332026-07-29T15:48:14.251Z Checking postgres-types v0.2.12
22342026-07-29T15:48:14.303Z Checking phf v0.13.1
22352026-07-29T15:48:14.427Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22362026-07-29T15:48:14.496Z Checking whoami v2.1.0
22372026-07-29T15:48:14.611Z Checking peg-runtime v0.8.5
22382026-07-29T15:48:14.727Z Checking tokio-postgres v0.7.16
22392026-07-29T15:48:14.793Z Checking is-terminal v0.4.17
22402026-07-29T15:48:14.825Z Checking zip v4.6.1
22412026-07-29T15:48:14.871Z Checking crossbeam-channel v0.5.15
22422026-07-29T15:48:14.909Z Checking thread_local v1.1.9
22432026-07-29T15:48:15.109Z Checking term v1.2.1
22442026-07-29T15:48:15.240Z Checking take_mut v0.2.2
22452026-07-29T15:48:15.366Z Checking slog-term v2.9.2
22462026-07-29T15:48:15.401Z Checking slog-async v2.8.0
22472026-07-29T15:48:15.437Z Compiling structmeta-derive v0.3.0
22482026-07-29T15:48:15.476Z Compiling newtype-uuid-macros v0.1.0
22492026-07-29T15:48:15.513Z Checking match_cfg v0.1.0
22502026-07-29T15:48:15.603Z Checking slog-json v2.6.1
22512026-07-29T15:48:15.637Z Checking hostname v0.3.1
22522026-07-29T15:48:15.671Z Compiling multer v3.1.0
22532026-07-29T15:48:15.674Z Compiling async-stream-impl v0.3.6
22542026-07-29T15:48:15.762Z Compiling dropshot v0.17.1
22552026-07-29T15:48:15.798Z Checking slog-bunyan v2.5.0
22562026-07-29T15:48:15.946Z Compiling dropshot_endpoint v0.17.1
22572026-07-29T15:48:15.977Z Checking debug-ignore v1.0.5
22582026-07-29T15:48:16.058Z Checking progenitor-client v0.14.0
22592026-07-29T15:48:16.093Z Checking sha1 v0.11.0
22602026-07-29T15:48:16.126Z Checking serde_path_to_error v0.1.20
22612026-07-29T15:48:16.283Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-07-29T15:48:16.319Z Checking serde_spanned v1.1.1
22632026-07-29T15:48:16.319Z Checking toml_datetime v1.1.1+spec-1.1.0
22642026-07-29T15:48:16.383Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652026-07-29T15:48:16.428Z Checking toml_writer v1.1.1+spec-1.1.0
22662026-07-29T15:48:16.481Z Checking compression-core v0.4.31
22672026-07-29T15:48:16.550Z Compiling structmeta v0.3.0
22682026-07-29T15:48:16.586Z Checking async-stream v0.3.6
22692026-07-29T15:48:16.655Z Checking compression-codecs v0.4.37
22702026-07-29T15:48:16.659Z Checking toml v1.1.2+spec-1.1.0
22712026-07-29T15:48:16.768Z Checking rustls-pemfile v2.2.0
22722026-07-29T15:48:16.800Z Checking waitgroup v0.1.2
22732026-07-29T15:48:16.835Z Compiling derive-ex v0.1.8
22742026-07-29T15:48:16.838Z Checking hostname v0.4.2
22752026-07-29T15:48:16.899Z Checking async-compression v0.4.41
22762026-07-29T15:48:16.934Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-07-29T15:48:16.940Z Checking atomicwrites v0.4.4
22782026-07-29T15:48:17.000Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-07-29T15:48:17.004Z Checking itertools v0.14.0
22802026-07-29T15:48:17.070Z Compiling parse-display-derive v0.10.0
22812026-07-29T15:48:17.119Z Checking macaddr v1.0.1
22822026-07-29T15:48:17.173Z Checking regress v0.10.5
22832026-07-29T15:48:17.179Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22842026-07-29T15:48:17.293Z Checking instant v0.1.13
22852026-07-29T15:48:17.330Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22862026-07-29T15:48:17.409Z Checking backoff v0.4.0
22872026-07-29T15:48:17.587Z Checking backon v1.6.0
22882026-07-29T15:48:17.623Z Checking humantime v2.3.0
22892026-07-29T15:48:17.658Z Checking unicode-width v0.2.0
22902026-07-29T15:48:17.785Z Checking progenitor-extras v0.2.0
22912026-07-29T15:48:17.833Z Compiling convert_case v0.4.0
22922026-07-29T15:48:17.941Z Checking heck v0.5.0
22932026-07-29T15:48:18.041Z Checking half v2.7.1
22942026-07-29T15:48:18.099Z Checking ciborium-io v0.2.2
22952026-07-29T15:48:18.143Z Checking secrecy v0.10.3
22962026-07-29T15:48:18.220Z Checking camino-tempfile v1.4.1
22972026-07-29T15:48:18.254Z Compiling derive_more v0.99.20
22982026-07-29T15:48:18.292Z Checking indent_write v2.2.0
22992026-07-29T15:48:18.333Z Checking ciborium-ll v0.2.2
23002026-07-29T15:48:18.412Z Compiling regress v0.11.1
23012026-07-29T15:48:18.454Z Compiling crucible-workspace-hack v0.1.0
23022026-07-29T15:48:18.541Z Checking ciborium v0.2.2
23032026-07-29T15:48:18.575Z Compiling test-strategy v0.4.5
23042026-07-29T15:48:18.698Z Checking inout v0.1.4
23052026-07-29T15:48:18.817Z Checking parse-display v0.10.0
23062026-07-29T15:48:18.883Z Checking cipher v0.4.4
23072026-07-29T15:48:18.997Z Checking universal-hash v0.5.1
23082026-07-29T15:48:19.030Z Compiling thiserror-impl-no-std v2.0.2
23092026-07-29T15:48:19.112Z Checking opaque-debug v0.3.1
23102026-07-29T15:48:19.151Z Checking chacha20 v0.9.1
23112026-07-29T15:48:19.210Z Checking poly1305 v0.8.0
23122026-07-29T15:48:19.414Z Checking blake2 v0.10.6
23132026-07-29T15:48:19.576Z Checking aead v0.5.2
23142026-07-29T15:48:19.693Z Checking password-hash v0.5.0
23152026-07-29T15:48:19.752Z Compiling unsafe-libyaml v0.2.11
23162026-07-29T15:48:19.881Z Checking chacha20poly1305 v0.10.1
23172026-07-29T15:48:19.960Z Checking argon2 v0.5.3
23182026-07-29T15:48:20.039Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23192026-07-29T15:48:20.160Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23202026-07-29T15:48:20.319Z Compiling typify-impl v0.6.2
23212026-07-29T15:48:20.354Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23222026-07-29T15:48:20.510Z Checking thiserror-no-std v2.0.2
23232026-07-29T15:48:20.559Z Compiling serde_yaml v0.9.34+deprecated
23242026-07-29T15:48:20.599Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23252026-07-29T15:48:20.634Z Checking vsss-rs v3.3.4
23262026-07-29T15:48:20.696Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23272026-07-29T15:48:21.024Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23282026-07-29T15:48:21.028Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23292026-07-29T15:48:21.307Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23302026-07-29T15:48:21.653Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23312026-07-29T15:48:21.807Z Checking swrite v0.1.0
23322026-07-29T15:48:21.811Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23332026-07-29T15:48:21.875Z Checking crossbeam-deque v0.8.6
23342026-07-29T15:48:21.911Z Compiling rayon-core v1.13.0
23352026-07-29T15:48:21.944Z Compiling num-derive v0.4.2
23362026-07-29T15:48:22.075Z Compiling toml_datetime v0.7.5+spec-1.1.0
23372026-07-29T15:48:22.109Z Compiling proc-macro-error v1.0.4
23382026-07-29T15:48:22.357Z Compiling toml_edit v0.23.10+spec-1.0.0
23392026-07-29T15:48:22.453Z Checking tabwriter v1.4.1
23402026-07-29T15:48:22.551Z Checking rayon v1.11.0
23412026-07-29T15:48:22.627Z Checking toml v0.8.23
23422026-07-29T15:48:22.847Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23432026-07-29T15:48:22.908Z Checking colored v3.1.1
23442026-07-29T15:48:22.977Z Compiling proc-macro-crate v3.4.0
23452026-07-29T15:48:23.010Z Checking glob v0.3.3
23462026-07-29T15:48:23.047Z Compiling itertools v0.15.0
23472026-07-29T15:48:23.136Z Compiling heapless v0.8.0
23482026-07-29T15:48:23.222Z Checking hash32 v0.3.1
23492026-07-29T15:48:23.381Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23502026-07-29T15:48:23.446Z Compiling smoltcp v0.11.0
23512026-07-29T15:48:23.557Z Compiling num_enum_derive v0.7.6
23522026-07-29T15:48:23.666Z Checking cobs v0.3.0
23532026-07-29T15:48:23.850Z Compiling usdt-macro v0.5.0
23542026-07-29T15:48:23.892Z Compiling usdt-attr-macro v0.5.0
23552026-07-29T15:48:24.068Z Checking memmap v0.7.0
23562026-07-29T15:48:24.109Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23572026-07-29T15:48:24.402Z Checking postcard v1.1.3
23582026-07-29T15:48:24.436Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23592026-07-29T15:48:24.469Z Compiling ingot-macros v0.2.0
23602026-07-29T15:48:24.670Z Checking rand v0.10.1
23612026-07-29T15:48:24.705Z Checking num_enum v0.7.6
23622026-07-29T15:48:24.738Z Compiling proc-macro-crate v1.3.1
23632026-07-29T15:48:24.769Z Checking usdt v0.5.0
23642026-07-29T15:48:24.848Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23652026-07-29T15:48:24.967Z Checking sigpipe v0.1.3
23662026-07-29T15:48:25.011Z Compiling typify-macro v0.6.2
23672026-07-29T15:48:25.075Z Compiling foreign-types-macros v0.2.3
23682026-07-29T15:48:25.107Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23692026-07-29T15:48:25.189Z Checking foreign-types-shared v0.3.1
23702026-07-29T15:48:25.224Z Compiling num_enum_derive v0.5.11
23712026-07-29T15:48:25.451Z Checking cstr-argument v0.1.2
23722026-07-29T15:48:25.502Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23732026-07-29T15:48:25.555Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23742026-07-29T15:48:25.603Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23752026-07-29T15:48:25.701Z Checking foreign-types v0.5.0
23762026-07-29T15:48:25.806Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23772026-07-29T15:48:25.885Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23782026-07-29T15:48:25.962Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23792026-07-29T15:48:26.009Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-07-29T15:48:26.042Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23812026-07-29T15:48:26.081Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23822026-07-29T15:48:26.189Z Compiling zone_cfg_derive v0.3.1
23832026-07-29T15:48:26.226Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23842026-07-29T15:48:26.301Z Checking num_enum v0.5.11
23852026-07-29T15:48:26.424Z Checking itertools v0.12.1
23862026-07-29T15:48:26.459Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23872026-07-29T15:48:26.466Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23882026-07-29T15:48:26.756Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23892026-07-29T15:48:26.801Z Compiling typify v0.6.2
23902026-07-29T15:48:26.885Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23912026-07-29T15:48:26.936Z Compiling progenitor-impl v0.14.0
23922026-07-29T15:48:26.940Z Checking smf v0.2.3
23932026-07-29T15:48:27.002Z Checking whoami v1.6.1
23942026-07-29T15:48:27.128Z Compiling derive-where v1.6.0
23952026-07-29T15:48:27.204Z Checking tokio-dtrace v0.1.1
23962026-07-29T15:48:27.238Z Checking console v0.15.11
23972026-07-29T15:48:27.398Z Checking ingot-types v0.2.0
23982026-07-29T15:48:27.433Z Checking oxide-tokio-rt v0.1.4
23992026-07-29T15:48:27.490Z Checking zone v0.3.1
24002026-07-29T15:48:27.545Z Checking newline-converter v0.3.0
24012026-07-29T15:48:27.635Z Checking bytecount v0.6.9
24022026-07-29T15:48:27.687Z Checking expectorate v1.2.0
24032026-07-29T15:48:27.771Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24042026-07-29T15:48:27.804Z Checking ingot v0.2.1
24052026-07-29T15:48:27.851Z Checking unicode-width v0.1.14
24062026-07-29T15:48:27.883Z Checking num-rational v0.4.2
24072026-07-29T15:48:27.964Z Checking num-complex v0.4.6
24082026-07-29T15:48:28.130Z Checking float-ord v0.3.2
24092026-07-29T15:48:28.190Z Compiling cancel-safe-futures v0.1.5
24102026-07-29T15:48:28.263Z Checking linear-map v1.2.0
24112026-07-29T15:48:28.334Z Checking num v0.4.3
24122026-07-29T15:48:28.465Z Checking gethostname v0.5.0
24132026-07-29T15:48:28.496Z Compiling prettyplease v0.2.37
24142026-07-29T15:48:28.500Z Checking oxide-update-engine-types v0.1.2
24152026-07-29T15:48:28.591Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-07-29T15:48:28.776Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24172026-07-29T15:48:29.025Z Checking resolv-conf v0.7.6
24182026-07-29T15:48:29.059Z Compiling owo-colors v4.3.0
24192026-07-29T15:48:29.241Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-07-29T15:48:29.532Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24212026-07-29T15:48:29.566Z Checking oxide-update-engine v0.1.2
24222026-07-29T15:48:29.684Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24232026-07-29T15:48:29.747Z Compiling progenitor-macro v0.14.0
24242026-07-29T15:48:29.906Z Checking smawk v0.3.2
24252026-07-29T15:48:30.065Z Checking unicode-linebreak v0.1.5
24262026-07-29T15:48:30.098Z Checking papergrid v0.11.0
24272026-07-29T15:48:30.171Z Compiling tabled_derive v0.7.0
24282026-07-29T15:48:30.313Z Compiling convert_case v0.10.0
24292026-07-29T15:48:30.654Z Compiling slog-dtrace v0.3.0
24302026-07-29T15:48:30.695Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24312026-07-29T15:48:30.739Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24322026-07-29T15:48:30.776Z Compiling derive_more-impl v2.1.1
24332026-07-29T15:48:31.021Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-07-29T15:48:31.129Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24352026-07-29T15:48:31.186Z Checking tabled v0.15.0
24362026-07-29T15:48:31.642Z Checking derive_more v2.1.1
24372026-07-29T15:48:31.749Z Checking crossterm v0.29.0
24382026-07-29T15:48:31.826Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24392026-07-29T15:48:32.070Z Checking linked-hash-map v0.5.6
24402026-07-29T15:48:32.302Z Checking lru-cache v0.1.2
24412026-07-29T15:48:32.494Z Checking hickory-proto v0.24.4
24422026-07-29T15:48:32.566Z Checking fd-lock v4.0.4
24432026-07-29T15:48:33.174Z Checking vte v0.14.1
24442026-07-29T15:48:33.531Z Checking display-error-chain v0.2.2
24452026-07-29T15:48:33.635Z Checking strip-ansi-escapes v0.2.1
24462026-07-29T15:48:33.824Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24472026-07-29T15:48:33.913Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24482026-07-29T15:48:34.775Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24492026-07-29T15:48:34.858Z Checking progenitor v0.14.0
24502026-07-29T15:48:34.956Z Checking termtree v0.5.1
24512026-07-29T15:48:35.030Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24522026-07-29T15:48:35.100Z Checking nu-ansi-term v0.50.3
24532026-07-29T15:48:35.237Z Checking hickory-resolver v0.24.4
24542026-07-29T15:48:35.340Z Checking reedline v0.40.0
24552026-07-29T15:48:35.449Z Checking textwrap v0.16.2
24562026-07-29T15:48:35.691Z Compiling minimal-lexical v0.2.1
24572026-07-29T15:48:35.750Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24582026-07-29T15:48:35.974Z Compiling nom v7.1.3
24592026-07-29T15:48:36.015Z Checking qorb v0.4.1
24602026-07-29T15:48:36.234Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24612026-07-29T15:48:36.523Z Compiling unicode-xid v0.2.6
24622026-07-29T15:48:36.683Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-07-29T15:48:37.274Z Compiling ar_archive_writer v0.5.1
24642026-07-29T15:48:37.313Z Checking csv-core v0.1.13
24652026-07-29T15:48:37.369Z Compiling stacker v0.1.23
24662026-07-29T15:48:37.436Z Compiling cfg_aliases v0.1.1
24672026-07-29T15:48:37.470Z Checking highway v1.3.0
24682026-07-29T15:48:37.523Z Checking csv v1.4.0
24692026-07-29T15:48:37.557Z Compiling semver v0.1.20
24702026-07-29T15:48:37.644Z Compiling nix v0.28.0
24712026-07-29T15:48:37.722Z Checking nibble_vec v0.1.0
24722026-07-29T15:48:37.756Z Checking endian-type v0.1.2
24732026-07-29T15:48:37.875Z Compiling rustc_version v0.1.7
24742026-07-29T15:48:37.908Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24752026-07-29T15:48:37.940Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24762026-07-29T15:48:37.944Z Checking radix_trie v0.2.1
24772026-07-29T15:48:38.061Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-07-29T15:48:38.130Z Compiling newtype_derive v0.1.6
24792026-07-29T15:48:38.134Z Compiling psm v0.1.30
24802026-07-29T15:48:38.195Z Checking phf_shared v0.12.1
24812026-07-29T15:48:38.352Z Checking nom v8.0.0
24822026-07-29T15:48:38.386Z Compiling recursive-proc-macro-impl v0.1.1
24832026-07-29T15:48:38.485Z Compiling chrono-tz v0.10.4
24842026-07-29T15:48:38.581Z Checking phf v0.12.1
24852026-07-29T15:48:38.790Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-07-29T15:48:38.854Z Compiling const_format_proc_macros v0.2.34
24872026-07-29T15:48:38.857Z Compiling peg-macros v0.8.5
24882026-07-29T15:48:39.204Z Checking recursive v0.1.1
24892026-07-29T15:48:39.335Z Checking winnow v0.6.26
24902026-07-29T15:48:39.365Z Compiling sqlparser_derive v0.5.0
24912026-07-29T15:48:39.668Z Checking home v0.5.12
24922026-07-29T15:48:39.772Z Checking unicode_categories v0.1.1
24932026-07-29T15:48:39.808Z Checking const_format v0.2.35
24942026-07-29T15:48:39.842Z Checking rustyline v14.0.0
24952026-07-29T15:48:40.191Z Checking sqlparser v0.61.0
24962026-07-29T15:48:40.344Z Checking peg v0.8.5
24972026-07-29T15:48:40.448Z Checking bcs v0.1.6
24982026-07-29T15:48:40.481Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
24992026-07-29T15:48:40.592Z Checking sqlformat v0.3.5
25002026-07-29T15:48:40.625Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25012026-07-29T15:48:40.718Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25022026-07-29T15:48:40.751Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25032026-07-29T15:48:41.066Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25042026-07-29T15:48:41.110Z Checking steno v0.4.1
25052026-07-29T15:48:41.268Z Checking sha1 v0.10.6
25062026-07-29T15:48:41.470Z Checking filetime v0.2.27
25072026-07-29T15:48:41.640Z Checking xattr v1.6.1
25082026-07-29T15:48:41.809Z Checking tar v0.4.46
25092026-07-29T15:48:42.084Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25102026-07-29T15:48:42.171Z Checking base64 v0.21.7
25112026-07-29T15:48:42.227Z Checking subprocess v0.2.15
25122026-07-29T15:48:42.286Z Checking headers-core v0.3.0
25132026-07-29T15:48:42.426Z Checking headers v0.4.1
25142026-07-29T15:48:42.458Z Checking yasna v0.5.2
25152026-07-29T15:48:42.545Z Checking port-file v0.1.0
25162026-07-29T15:48:42.581Z Checking tagptr v0.2.0
25172026-07-29T15:48:42.749Z Checking moka v0.12.13
25182026-07-29T15:48:42.782Z Checking dropshot-api-manager-types v0.7.2
25192026-07-29T15:48:42.867Z Checking rcgen v0.12.1
25202026-07-29T15:48:42.914Z Checking utf-8 v0.7.6
25212026-07-29T15:48:43.080Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25222026-07-29T15:48:43.217Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25232026-07-29T15:48:43.314Z Compiling radium v0.7.0
25242026-07-29T15:48:43.435Z Checking hickory-resolver v0.25.2
25252026-07-29T15:48:43.675Z Checking tungstenite v0.21.0
25262026-07-29T15:48:43.708Z Compiling maybe-uninit v2.0.0
25272026-07-29T15:48:44.019Z Checking tap v1.0.1
25282026-07-29T15:48:44.145Z Checking tokio-tungstenite v0.21.0
25292026-07-29T15:48:44.179Z Checking wyz v0.5.1
25302026-07-29T15:48:44.242Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25312026-07-29T15:48:44.407Z Compiling zerocopy-derive v0.6.6
25322026-07-29T15:48:44.445Z Compiling libefi-sys v0.1.0
25332026-07-29T15:48:44.483Z Checking funty v2.0.0
25342026-07-29T15:48:44.640Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25352026-07-29T15:48:44.673Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25362026-07-29T15:48:44.736Z Checking crc-catalog v2.4.0
25372026-07-29T15:48:44.773Z Compiling packed_struct v0.10.1
25382026-07-29T15:48:44.839Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-07-29T15:48:44.842Z Checking bitvec v1.0.1
25402026-07-29T15:48:44.903Z Checking crc v3.4.0
25412026-07-29T15:48:45.029Z Compiling packed_struct_codegen v0.10.1
25422026-07-29T15:48:45.107Z Compiling bitfield-struct v0.6.2
25432026-07-29T15:48:45.138Z Compiling bitfield-macros v0.19.4
25442026-07-29T15:48:45.282Z Checking zerocopy v0.6.6
25452026-07-29T15:48:45.605Z Compiling indexmap v1.9.3
25462026-07-29T15:48:45.777Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25472026-07-29T15:48:45.837Z Checking nodrop v0.1.14
25482026-07-29T15:48:45.883Z Checking bitfield v0.19.4
25492026-07-29T15:48:45.957Z Checking array-init v0.0.4
25502026-07-29T15:48:46.084Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-07-29T15:48:46.136Z Checking smallvec v0.6.14
25522026-07-29T15:48:46.296Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25532026-07-29T15:48:46.350Z Checking hashbrown v0.12.3
25542026-07-29T15:48:46.353Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-07-29T15:48:46.413Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25562026-07-29T15:48:46.484Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-07-29T15:48:46.591Z Checking serde-hex v0.1.0
25582026-07-29T15:48:46.750Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25592026-07-29T15:48:46.942Z Checking ron v0.8.1
25602026-07-29T15:48:47.174Z Checking hashbrown v0.13.2
25612026-07-29T15:48:47.372Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25622026-07-29T15:48:47.501Z Checking crc-any v2.5.0
25632026-07-29T15:48:47.636Z Checking object v0.30.4
25642026-07-29T15:48:47.710Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25652026-07-29T15:48:47.743Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-07-29T15:48:47.904Z Checking path-slash v0.1.5
25672026-07-29T15:48:48.014Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25682026-07-29T15:48:48.017Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25692026-07-29T15:48:48.080Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25702026-07-29T15:48:48.113Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25712026-07-29T15:48:48.161Z Compiling xshell-macros v0.2.7
25722026-07-29T15:48:48.573Z Checking xshell v0.2.7
25732026-07-29T15:48:48.768Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25742026-07-29T15:48:49.050Z Checking half v1.8.3
25752026-07-29T15:48:49.120Z Checking libscf-sys v1.2.0
25762026-07-29T15:48:49.175Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25772026-07-29T15:48:49.277Z Checking serde_cbor v0.11.2
25782026-07-29T15:48:49.281Z Compiling proc-macro-error-attr2 v2.0.0
25792026-07-29T15:48:49.774Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25802026-07-29T15:48:49.835Z Compiling proc-macro-error2 v2.0.1
25812026-07-29T15:48:49.873Z Checking papergrid v0.17.0
25822026-07-29T15:48:50.016Z Checking testing_table v0.3.0
25832026-07-29T15:48:50.078Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25842026-07-29T15:48:50.143Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25852026-07-29T15:48:50.190Z Compiling tabled_derive v0.11.0
25862026-07-29T15:48:50.333Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25872026-07-29T15:48:50.538Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25882026-07-29T15:48:50.646Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-07-29T15:48:50.704Z Checking maplit v1.0.2
25902026-07-29T15:48:50.820Z Checking crc8 v0.1.1
25912026-07-29T15:48:50.869Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25922026-07-29T15:48:50.949Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25932026-07-29T15:48:50.990Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25942026-07-29T15:48:51.371Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25952026-07-29T15:48:51.404Z Checking tabled v0.20.0
25962026-07-29T15:48:51.436Z Checking unicase v2.9.0
25972026-07-29T15:48:51.577Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25982026-07-29T15:48:51.623Z Checking fxhash v0.2.1
25992026-07-29T15:48:51.776Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26002026-07-29T15:48:51.890Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26012026-07-29T15:48:51.953Z Compiling darling_core v0.21.3
26022026-07-29T15:48:51.994Z Compiling vergen-lib v0.1.6
26032026-07-29T15:48:52.211Z Compiling diesel_derives v2.3.7
26042026-07-29T15:48:52.366Z Checking scheduled-thread-pool v0.2.7
26052026-07-29T15:48:52.465Z Compiling vergen-gitcl v1.0.8
26062026-07-29T15:48:52.543Z Compiling diesel_table_macro_syntax v0.3.0
26072026-07-29T15:48:52.575Z Checking r2d2 v0.8.10
26082026-07-29T15:48:52.790Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26092026-07-29T15:48:52.793Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26102026-07-29T15:48:53.118Z Checking downcast-rs v2.0.2
26112026-07-29T15:48:53.184Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26122026-07-29T15:48:53.248Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26132026-07-29T15:48:53.604Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26142026-07-29T15:48:53.740Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26152026-07-29T15:48:53.773Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26162026-07-29T15:48:53.806Z Checking kstat-rs v0.2.4
26172026-07-29T15:48:53.896Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26182026-07-29T15:48:54.027Z Checking arc-swap v1.8.2
26192026-07-29T15:48:54.166Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26202026-07-29T15:48:54.202Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26212026-07-29T15:48:54.282Z Checking slog-scope v4.4.1
26222026-07-29T15:48:54.482Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26232026-07-29T15:48:54.514Z Compiling darling_macro v0.21.3
26242026-07-29T15:48:54.571Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26252026-07-29T15:48:54.643Z Compiling dirs-sys-next v0.1.2
26262026-07-29T15:48:54.784Z Compiling crunchy v0.2.4
26272026-07-29T15:48:54.923Z Compiling parking_lot_core v0.8.6
26282026-07-29T15:48:54.970Z Compiling dirs-next v2.0.0
26292026-07-29T15:48:55.052Z Compiling darling v0.21.3
26302026-07-29T15:48:55.122Z Checking slog-stdlog v4.1.1
26312026-07-29T15:48:55.164Z Compiling dsl_auto_type v0.2.0
26322026-07-29T15:48:55.196Z Compiling clang-sys v1.8.1
26332026-07-29T15:48:55.272Z Compiling git-stub v1.0.0
26342026-07-29T15:48:55.304Z Compiling tiny-keccak v2.0.2
26352026-07-29T15:48:55.338Z Checking slog-envlogger v2.2.0
26362026-07-29T15:48:55.462Z Compiling git-stub-vcs v0.1.0
26372026-07-29T15:48:55.643Z Compiling term v0.7.0
26382026-07-29T15:48:55.675Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26392026-07-29T15:48:55.679Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26402026-07-29T15:48:55.736Z Compiling bit-vec v0.6.3
26412026-07-29T15:48:55.768Z Checking parking_lot v0.11.2
26422026-07-29T15:48:55.838Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26432026-07-29T15:48:55.981Z Compiling ascii-canvas v3.0.0
26442026-07-29T15:48:56.014Z Compiling bit-set v0.5.3
26452026-07-29T15:48:56.106Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26462026-07-29T15:48:56.218Z Checking prefix-trie v0.7.0
26472026-07-29T15:48:56.251Z Compiling itertools v0.10.5
26482026-07-29T15:48:56.282Z Compiling ena v0.14.4
26492026-07-29T15:48:56.322Z Compiling libloading v0.8.9
26502026-07-29T15:48:56.429Z Compiling diff v0.1.13
26512026-07-29T15:48:56.461Z Compiling bindgen v0.71.1
26522026-07-29T15:48:56.516Z Compiling regex-syntax v0.6.29
26532026-07-29T15:48:56.591Z Checking hickory-server v0.25.2
26542026-07-29T15:48:56.714Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26552026-07-29T15:48:56.955Z Checking sled v0.34.7
26562026-07-29T15:48:57.326Z Compiling cexpr v0.6.0
26572026-07-29T15:48:57.367Z Checking nanorand v0.7.0
26582026-07-29T15:48:57.601Z Compiling salty v0.3.0
26592026-07-29T15:48:57.871Z Compiling lalrpop v0.19.12
26602026-07-29T15:48:57.874Z Compiling rustc-hash v2.1.1
26612026-07-29T15:48:58.096Z Checking flume v0.11.1
26622026-07-29T15:48:58.219Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26632026-07-29T15:48:58.370Z Compiling libxml v0.3.3
26642026-07-29T15:48:58.686Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26652026-07-29T15:48:58.938Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26662026-07-29T15:48:59.117Z Compiling strum_macros v0.24.3
26672026-07-29T15:48:59.258Z Compiling fs-err v2.11.0
26682026-07-29T15:48:59.513Z Compiling indoc v1.0.9
26692026-07-29T15:48:59.989Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26702026-07-29T15:49:00.211Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26712026-07-29T15:49:00.244Z Compiling progenitor-impl v0.13.0
26722026-07-29T15:49:00.363Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-07-29T15:49:00.396Z Checking quick-xml v0.37.5
26742026-07-29T15:49:00.545Z Checking derive_builder v0.20.2
26752026-07-29T15:49:00.578Z Compiling oso-derive v0.27.3
26762026-07-29T15:49:00.682Z Compiling impl-trait-for-tuples v0.2.3
26772026-07-29T15:49:01.121Z Compiling trait-variant v0.1.2
26782026-07-29T15:49:01.154Z Checking diesel v2.3.7
26792026-07-29T15:49:01.298Z Checking openssl-probe v0.1.6
26802026-07-29T15:49:01.440Z Checking assert_matches v1.5.0
26812026-07-29T15:49:01.699Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26822026-07-29T15:49:01.802Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26832026-07-29T15:49:02.287Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-07-29T15:49:02.571Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26852026-07-29T15:49:02.936Z Compiling progenitor-macro v0.13.0
26862026-07-29T15:49:02.969Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26872026-07-29T15:49:03.997Z Checking progenitor-client v0.13.0
26882026-07-29T15:49:04.044Z Checking rfc6979 v0.4.0
26892026-07-29T15:49:04.199Z Checking parse-size v1.1.0
26902026-07-29T15:49:04.282Z Checking ecdsa v0.16.9
26912026-07-29T15:49:04.352Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26922026-07-29T15:49:04.400Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26932026-07-29T15:49:04.688Z Checking primeorder v0.13.6
26942026-07-29T15:49:04.975Z Checking p384 v0.13.1
26952026-07-29T15:49:05.279Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26962026-07-29T15:49:05.442Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-07-29T15:49:05.664Z Checking predicates-tree v1.0.13
26982026-07-29T15:49:05.810Z Checking bb8 v0.8.6
26992026-07-29T15:49:06.131Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27002026-07-29T15:49:06.163Z Compiling mime_guess v2.0.5
27012026-07-29T15:49:06.445Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-07-29T15:49:06.674Z Checking http-range v0.1.5
27032026-07-29T15:49:06.868Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27042026-07-29T15:49:07.006Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27052026-07-29T15:49:07.294Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27062026-07-29T15:49:07.347Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27072026-07-29T15:49:07.525Z Checking atty v0.2.14
27082026-07-29T15:49:07.590Z Checking nonempty v0.12.0
27092026-07-29T15:49:07.654Z Checking corncobs v0.1.4
27102026-07-29T15:49:07.820Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-07-29T15:49:07.863Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27122026-07-29T15:49:08.038Z Checking progenitor v0.13.0
27132026-07-29T15:49:08.215Z Checking ignore v0.4.25
27142026-07-29T15:49:08.248Z Checking secrecy v0.8.0
27152026-07-29T15:49:08.472Z Checking hyper-staticfile v0.10.1
27162026-07-29T15:49:08.668Z Checking globwalk v0.9.1
27172026-07-29T15:49:08.796Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27182026-07-29T15:49:08.884Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27192026-07-29T15:49:09.010Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27202026-07-29T15:49:09.118Z Checking signal-hook-tokio v0.3.1
27212026-07-29T15:49:09.283Z Compiling illumos-nvpair-sys v0.2.0
27222026-07-29T15:49:09.412Z Checking camino-tempfile-ext v0.3.3
27232026-07-29T15:49:09.574Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27242026-07-29T15:49:09.640Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27252026-07-29T15:49:09.671Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27262026-07-29T15:49:10.353Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27272026-07-29T15:49:10.390Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27282026-07-29T15:49:10.675Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27292026-07-29T15:49:10.984Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27302026-07-29T15:49:11.031Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27312026-07-29T15:49:11.307Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27322026-07-29T15:49:12.372Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27332026-07-29T15:49:12.431Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27342026-07-29T15:49:12.714Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27352026-07-29T15:49:13.471Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27362026-07-29T15:49:13.687Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27372026-07-29T15:49:13.814Z Checking illumos-nvpair v0.3.0
27382026-07-29T15:49:14.011Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27392026-07-29T15:49:14.045Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27402026-07-29T15:49:14.079Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27412026-07-29T15:49:14.364Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27422026-07-29T15:49:14.450Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27432026-07-29T15:49:14.483Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-07-29T15:49:14.642Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27452026-07-29T15:49:14.674Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-07-29T15:49:14.858Z Checking tungstenite v0.23.0
27472026-07-29T15:49:15.123Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27482026-07-29T15:49:15.336Z Checking tokio-tungstenite v0.23.1
27492026-07-29T15:49:15.523Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27502026-07-29T15:49:15.647Z Checking diesel-dtrace v0.5.0
27512026-07-29T15:49:15.939Z Checking async-bb8-diesel v0.2.1
27522026-07-29T15:49:16.341Z Checking void v1.0.2
27532026-07-29T15:49:16.483Z Checking lzss v0.8.2
27542026-07-29T15:49:16.715Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27552026-07-29T15:49:16.750Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562026-07-29T15:49:16.782Z Checking nix v0.27.1
27572026-07-29T15:49:16.944Z Checking rand_seeder v0.4.0
27582026-07-29T15:49:17.127Z Checking serde_bytes v0.11.19
27592026-07-29T15:49:17.160Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27602026-07-29T15:49:17.331Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27612026-07-29T15:49:17.364Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27622026-07-29T15:49:17.440Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27632026-07-29T15:49:17.894Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27642026-07-29T15:49:17.929Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27652026-07-29T15:49:18.154Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-07-29T15:49:18.479Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27672026-07-29T15:49:18.658Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27682026-07-29T15:49:18.833Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692026-07-29T15:49:18.951Z Checking cpubits v0.1.1
27702026-07-29T15:49:18.985Z Checking yansi v1.0.1
27712026-07-29T15:49:19.060Z Checking is_ci v1.2.0
27722026-07-29T15:49:19.300Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27732026-07-29T15:49:19.396Z Checking pretty_assertions v1.4.1
27742026-07-29T15:49:19.542Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27752026-07-29T15:49:19.621Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27762026-07-29T15:49:20.558Z Checking pem-rfc7468 v1.0.0
27772026-07-29T15:49:20.763Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27782026-07-29T15:49:21.047Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27792026-07-29T15:49:21.179Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802026-07-29T15:49:21.272Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-07-29T15:49:21.316Z Checking sha2 v0.11.0
27822026-07-29T15:49:21.896Z Checking hmac v0.13.0
27832026-07-29T15:49:21.920Z Checking universal-hash v0.6.1
27842026-07-29T15:49:22.043Z Compiling libz-sys v1.1.24
27852026-07-29T15:49:22.089Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-07-29T15:49:22.093Z Compiling instability v0.3.11
27872026-07-29T15:49:22.093Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-07-29T15:49:22.434Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27892026-07-29T15:49:22.465Z Checking castaway v0.2.4
27902026-07-29T15:49:22.594Z Compiling indoc v2.0.7
27912026-07-29T15:49:22.625Z Checking compact_str v0.8.1
27922026-07-29T15:49:23.044Z Checking polyval v0.7.1
27932026-07-29T15:49:23.257Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27942026-07-29T15:49:23.473Z Checking der v0.8.0
27952026-07-29T15:49:23.532Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27962026-07-29T15:49:23.765Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972026-07-29T15:49:23.855Z Checking unicode-truncate v1.1.0
27982026-07-29T15:49:23.976Z Checking lru v0.12.5
27992026-07-29T15:49:24.011Z Compiling libgit2-sys v0.18.3+1.9.2
28002026-07-29T15:49:24.041Z Checking cassowary v0.3.0
28012026-07-29T15:49:24.256Z Checking ghash v0.6.0
28022026-07-29T15:49:24.287Z Checking ratatui v0.29.0
28032026-07-29T15:49:24.426Z Checking pbkdf2 v0.13.0
28042026-07-29T15:49:24.508Z Checking aes v0.9.1
28052026-07-29T15:49:24.576Z Checking crypto-bigint v0.7.5
28062026-07-29T15:49:24.942Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28072026-07-29T15:49:25.696Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28082026-07-29T15:49:25.952Z Checking ctr v0.10.1
28092026-07-29T15:49:26.165Z Checking aead v0.6.1
28102026-07-29T15:49:26.199Z Checking cargo-platform v0.3.2
28112026-07-29T15:49:26.340Z Checking aes-gcm v0.11.0
28122026-07-29T15:49:26.412Z Checking cargo_metadata v0.23.1
28132026-07-29T15:49:26.541Z Checking spki v0.8.0
28142026-07-29T15:49:26.757Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28152026-07-29T15:49:26.886Z Checking supports-color v3.0.2
28162026-07-29T15:49:27.051Z Checking console v0.16.2
28172026-07-29T15:49:27.212Z Checking salsa20 v0.11.0
28182026-07-29T15:49:27.389Z Compiling vergen-git2 v9.1.0
28192026-07-29T15:49:27.392Z Checking plotters-backend v0.3.7
28202026-07-29T15:49:27.625Z Checking unit-prefix v0.5.2
28212026-07-29T15:49:27.702Z Checking plotters-svg v0.3.7
28222026-07-29T15:49:27.791Z Checking indicatif v0.18.4
28232026-07-29T15:49:27.875Z Checking scrypt v0.12.0
28242026-07-29T15:49:28.075Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28252026-07-29T15:49:28.144Z Checking cbc v0.2.1
28262026-07-29T15:49:28.200Z Checking libsw-core v0.3.2
28272026-07-29T15:49:28.297Z Checking cast v0.3.0
28282026-07-29T15:49:28.330Z Checking pkcs5 v0.8.1
28292026-07-29T15:49:28.379Z Checking libsw v3.5.0
28302026-07-29T15:49:28.486Z Checking criterion-plot v0.6.0
28312026-07-29T15:49:28.614Z Checking plotters v0.3.7
28322026-07-29T15:49:28.666Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28332026-07-29T15:49:28.764Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28342026-07-29T15:49:29.000Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28352026-07-29T15:49:29.232Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28362026-07-29T15:49:29.429Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28372026-07-29T15:49:29.471Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-07-29T15:49:29.661Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28392026-07-29T15:49:29.702Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28402026-07-29T15:49:29.734Z Checking colored v2.2.0
28412026-07-29T15:49:29.891Z Checking tinytemplate v1.2.1
28422026-07-29T15:49:29.970Z Checking shell-words v1.1.1
28432026-07-29T15:49:30.131Z Checking oorandom v11.1.5
28442026-07-29T15:49:30.163Z Checking anes v0.1.6
28452026-07-29T15:49:30.321Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28462026-07-29T15:49:30.372Z Checking criterion v0.7.0
28472026-07-29T15:49:30.627Z Checking pkcs8 v0.11.0
28482026-07-29T15:49:30.859Z Checking oxide-update-engine-display v0.1.2
28492026-07-29T15:49:31.208Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28502026-07-29T15:49:31.624Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28512026-07-29T15:49:32.444Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28522026-07-29T15:49:33.023Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-07-29T15:49:33.825Z Checking tokio-test v0.4.5
28542026-07-29T15:49:33.860Z Checking ff v0.14.0
28552026-07-29T15:49:34.027Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28562026-07-29T15:49:34.060Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28572026-07-29T15:49:34.255Z Checking twox-hash v2.1.2
28582026-07-29T15:49:34.466Z Checking arrayvec v0.7.6
28592026-07-29T15:49:34.603Z Checking arrayref v0.3.9
28602026-07-29T15:49:34.683Z Checking constant_time_eq v0.4.2
28612026-07-29T15:49:34.715Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28622026-07-29T15:49:34.792Z Checking group v0.14.0
28632026-07-29T15:49:34.850Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28642026-07-29T15:49:34.912Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28652026-07-29T15:49:34.972Z Checking fatfs v0.3.6
28662026-07-29T15:49:35.455Z Checking signature v3.0.0
28672026-07-29T15:49:35.531Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28682026-07-29T15:49:35.638Z Checking base16ct v1.0.0
28692026-07-29T15:49:35.802Z Compiling seq-macro v0.3.6
28702026-07-29T15:49:35.925Z Checking sec1 v0.8.1
28712026-07-29T15:49:36.163Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28722026-07-29T15:49:36.336Z Checking hkdf v0.13.0
28732026-07-29T15:49:36.502Z Checking concurrent-queue v2.5.0
28742026-07-29T15:49:36.722Z Compiling petname v2.0.2
28752026-07-29T15:49:36.916Z Checking parking v2.2.1
28762026-07-29T15:49:36.973Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28772026-07-29T15:49:37.068Z Checking event-listener v5.4.1
28782026-07-29T15:49:37.147Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28792026-07-29T15:49:37.310Z Checking elliptic-curve v0.14.1
28802026-07-29T15:49:37.391Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28812026-07-29T15:49:37.735Z Checking rtoolbox v0.0.3
28822026-07-29T15:49:37.893Z Checking rpassword v7.5.4
28832026-07-29T15:49:38.465Z Checking event-listener-strategy v0.5.4
28842026-07-29T15:49:38.507Z Checking wnaf v0.14.0
28852026-07-29T15:49:38.635Z Checking primefield v0.14.0
28862026-07-29T15:49:38.706Z Checking rfc6979 v0.6.0
28872026-07-29T15:49:38.876Z Checking tui-tree-widget v0.23.1
28882026-07-29T15:49:38.908Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28892026-07-29T15:49:39.099Z Checking sapling-renderdag v0.1.0
28902026-07-29T15:49:39.132Z Compiling blake3 v1.8.5
28912026-07-29T15:49:39.381Z Checking sync-ptr v0.1.4
28922026-07-29T15:49:39.424Z Compiling samael v0.0.19
28932026-07-29T15:49:39.542Z Checking futures-timer v3.0.3
28942026-07-29T15:49:39.762Z Checking ecdsa v0.17.0
28952026-07-29T15:49:40.086Z Checking primeorder v0.14.0
28962026-07-29T15:49:40.207Z Checking async-lock v3.4.2
28972026-07-29T15:49:40.492Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28982026-07-29T15:49:40.522Z Compiling curve25519-dalek v5.0.0
28992026-07-29T15:49:40.627Z Checking async-object-pool v0.2.0
29002026-07-29T15:49:40.755Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-07-29T15:49:41.034Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29022026-07-29T15:49:41.104Z Checking ssh-encoding v0.3.0
29032026-07-29T15:49:41.360Z Checking serde_regex v1.1.0
29042026-07-29T15:49:41.548Z Checking assert-json-diff v2.0.2
29052026-07-29T15:49:41.750Z Checking path-tree v0.8.3
29062026-07-29T15:49:41.998Z Checking keccak v0.2.0
29072026-07-29T15:49:42.031Z Compiling strsim v0.10.0
29082026-07-29T15:49:42.185Z Checking topological-sort v0.2.2
29092026-07-29T15:49:42.353Z Checking stringmetrics v2.2.2
29102026-07-29T15:49:42.384Z Checking omicron-zone-package v0.12.3
29112026-07-29T15:49:42.536Z Checking httpmock v0.8.3
29122026-07-29T15:49:43.313Z Compiling darling_core v0.13.4
29132026-07-29T15:49:44.322Z Checking ed25519 v3.0.0
29142026-07-29T15:49:44.559Z Checking crypto-primes v0.7.2
29152026-07-29T15:49:44.646Z Checking pkcs1 v0.8.0-rc.4
29162026-07-29T15:49:44.797Z Checking poly1305 v0.9.0
29172026-07-29T15:49:44.889Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29182026-07-29T15:49:45.101Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29192026-07-29T15:49:45.223Z Checking blowfish v0.10.0
29202026-07-29T15:49:45.295Z Checking blake2 v0.11.0-rc.6
29212026-07-29T15:49:45.405Z Checking gimli v0.32.3
29222026-07-29T15:49:45.551Z Compiling target-lexicon v0.13.3
29232026-07-29T15:49:45.583Z Checking argon2 v0.6.0-rc.8
29242026-07-29T15:49:45.761Z Checking rsa v0.10.0-rc.18
29252026-07-29T15:49:45.924Z Checking bcrypt-pbkdf v0.11.0
29262026-07-29T15:49:46.108Z Compiling darling_macro v0.13.4
29272026-07-29T15:49:46.140Z Checking ssh-cipher v0.3.0
29282026-07-29T15:49:46.289Z Checking ed25519-dalek v3.0.0
29292026-07-29T15:49:46.382Z Checking sha3 v0.11.0
29302026-07-29T15:49:46.622Z Checking p384 v0.14.0
29312026-07-29T15:49:46.755Z Checking p521 v0.14.0
29322026-07-29T15:49:46.985Z Checking addr2line v0.25.1
29332026-07-29T15:49:47.284Z Checking p256 v0.14.0
29342026-07-29T15:49:48.049Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29352026-07-29T15:49:48.320Z Checking kem v0.3.0
29362026-07-29T15:49:48.416Z Checking module-lattice v0.2.3
29372026-07-29T15:49:48.468Z Compiling guppy-workspace-hack v0.1.0
29382026-07-29T15:49:48.621Z Checking hex-literal v0.4.1
29392026-07-29T15:49:48.661Z Checking rustc-demangle v0.1.27
29402026-07-29T15:49:48.692Z Checking sponge-cursor v0.1.0
29412026-07-29T15:49:48.792Z Checking ml-kem v0.3.2
29422026-07-29T15:49:48.852Z Checking sha3 v0.12.0
29432026-07-29T15:49:48.913Z Checking backtrace v0.3.76
29442026-07-29T15:49:49.078Z Compiling darling v0.13.4
29452026-07-29T15:49:49.248Z Checking russh-cryptovec v0.62.0
29462026-07-29T15:49:49.452Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29472026-07-29T15:49:49.484Z Checking internal-russh-num-bigint v0.5.0
29482026-07-29T15:49:49.603Z Checking num-bigint v0.4.6
29492026-07-29T15:49:49.673Z Checking russh-util v0.52.0
29502026-07-29T15:49:49.801Z Checking ssh-key v0.7.0-rc.11
29512026-07-29T15:49:49.833Z Checking generic-array v1.4.3
29522026-07-29T15:49:50.262Z Compiling enum_dispatch v0.3.13
29532026-07-29T15:49:50.523Z Compiling delegate v0.13.5
29542026-07-29T15:49:50.559Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29552026-07-29T15:49:50.691Z Compiling target-spec v3.5.7
29562026-07-29T15:49:50.992Z Checking md5 v0.8.0
29572026-07-29T15:49:50.996Z Checking hex-literal v1.1.0
29582026-07-29T15:49:51.190Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29592026-07-29T15:49:51.307Z Checking cfg-expr v0.20.6
29602026-07-29T15:49:51.360Z Checking backtrace-ext v0.2.1
29612026-07-29T15:49:51.490Z Checking russh v0.62.4
29622026-07-29T15:49:51.522Z Compiling serde_with_macros v1.5.2
29632026-07-29T15:49:51.824Z Checking supports-color v2.1.0
29642026-07-29T15:49:51.855Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29652026-07-29T15:49:51.987Z Checking textwrap v0.15.2
29662026-07-29T15:49:52.229Z Checking supports-hyperlinks v2.1.0
29672026-07-29T15:49:52.378Z Checking supports-unicode v2.1.0
29682026-07-29T15:49:52.409Z Checking hashbrown v0.14.5
29692026-07-29T15:49:52.527Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29702026-07-29T15:49:52.741Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29712026-07-29T15:49:52.881Z Compiling git2 v0.20.4
29722026-07-29T15:49:52.930Z Checking terminal_size v0.1.17
29732026-07-29T15:49:52.969Z Checking socket2 v0.5.10
29742026-07-29T15:49:53.003Z Compiling miette-derive v5.10.0
29752026-07-29T15:49:53.067Z Checking internet-checksum v0.2.1
29762026-07-29T15:49:53.255Z Checking owo-colors v3.5.0
29772026-07-29T15:49:53.829Z Checking chumsky v0.9.3
29782026-07-29T15:49:54.198Z Checking miette v5.10.0
29792026-07-29T15:49:54.620Z Compiling serde_with v1.14.0
29802026-07-29T15:49:55.006Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29812026-07-29T15:49:55.010Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29822026-07-29T15:49:55.813Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29832026-07-29T15:49:55.846Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29842026-07-29T15:49:55.850Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29852026-07-29T15:49:56.041Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29862026-07-29T15:49:56.090Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29872026-07-29T15:49:56.175Z Compiling knuffel-derive v3.2.0
29882026-07-29T15:49:56.210Z Checking httptest v0.16.4
29892026-07-29T15:49:56.318Z Checking pathdiff v0.2.3
29902026-07-29T15:49:56.358Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29912026-07-29T15:49:56.455Z Checking nested v0.1.1
29922026-07-29T15:49:56.614Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29932026-07-29T15:49:56.646Z Checking guppy v0.17.25
29942026-07-29T15:49:56.958Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29952026-07-29T15:49:57.141Z Compiling polar-core v0.27.3
29962026-07-29T15:49:57.228Z Checking similar-asserts v1.7.0
29972026-07-29T15:49:57.410Z Compiling target-triple v1.0.0
29982026-07-29T15:49:57.637Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29992026-07-29T15:49:57.696Z Checking knuffel v3.2.0
30002026-07-29T15:49:57.774Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30012026-07-29T15:49:58.280Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30022026-07-29T15:49:58.349Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30032026-07-29T15:49:58.382Z Checking hickory-client v0.25.2
30042026-07-29T15:49:58.692Z Checking escape8259 v0.5.3
30052026-07-29T15:49:58.859Z Compiling assert_cmd v2.1.2
30062026-07-29T15:49:58.968Z Checking libtest-mimic v0.8.1
30072026-07-29T15:49:59.360Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30082026-07-29T15:49:59.491Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30092026-07-29T15:49:59.523Z Checking blake2b_simd v1.0.4
30102026-07-29T15:49:59.954Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30112026-07-29T15:50:00.198Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30122026-07-29T15:50:00.402Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30132026-07-29T15:50:00.631Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30142026-07-29T15:50:00.856Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30152026-07-29T15:50:00.967Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30162026-07-29T15:50:01.077Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30172026-07-29T15:50:01.306Z Checking fancy-regex v0.14.0
30182026-07-29T15:50:01.356Z Checking serde_tokenstream v0.2.3
30192026-07-29T15:50:01.713Z Checking approx v0.5.1
30202026-07-29T15:50:01.766Z Compiling rstest_macros v0.25.0
30212026-07-29T15:50:01.800Z Checking uzers v0.12.2
30222026-07-29T15:50:01.879Z Compiling linkme-impl v0.3.35
30232026-07-29T15:50:02.041Z Checking termcolor v1.4.1
30242026-07-29T15:50:02.074Z Checking constant_time_eq v0.3.1
30252026-07-29T15:50:02.188Z Checking oso v0.27.3
30262026-07-29T15:50:02.254Z Checking rust-argon2 v2.1.0
30272026-07-29T15:50:02.286Z Checking trybuild v1.0.116
30282026-07-29T15:50:02.514Z Checking datatest-stable v0.3.3
30292026-07-29T15:50:02.778Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30302026-07-29T15:50:02.856Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30312026-07-29T15:50:03.072Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30322026-07-29T15:50:03.176Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30332026-07-29T15:50:03.180Z Checking support-bundle-viewer v0.1.2
30342026-07-29T15:50:03.242Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30352026-07-29T15:50:03.486Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30362026-07-29T15:50:03.714Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30372026-07-29T15:50:03.941Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30382026-07-29T15:50:04.036Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30392026-07-29T15:50:04.167Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30402026-07-29T15:50:04.224Z Checking drift v0.2.0
30412026-07-29T15:50:04.291Z Checking digest-io v0.1.0
30422026-07-29T15:50:04.465Z Checking rand_distr v0.5.1
30432026-07-29T15:50:04.613Z Checking multimap v0.10.1
30442026-07-29T15:50:04.646Z Checking rawzip v0.4.4
30452026-07-29T15:50:04.825Z Compiling relative-path v1.9.3
30462026-07-29T15:50:04.867Z Compiling linkme v0.3.35
30472026-07-29T15:50:04.916Z Checking dropshot-api-manager v0.7.2
30482026-07-29T15:50:05.140Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30492026-07-29T15:50:06.143Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30502026-07-29T15:50:06.546Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30512026-07-29T15:50:06.961Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30522026-07-29T15:50:07.031Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30532026-07-29T15:50:07.131Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30542026-07-29T15:50:07.249Z Checking scuffle v0.1.0
30552026-07-29T15:50:07.319Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30562026-07-29T15:50:07.565Z Checking cargo_toml v0.21.0
30572026-07-29T15:50:07.669Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30582026-07-29T15:50:07.978Z Checking partial-io v0.5.4
30592026-07-29T15:50:08.047Z Checking termios v0.3.3
30602026-07-29T15:50:08.143Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30612026-07-29T15:50:08.403Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30622026-07-29T15:50:08.859Z Checking rstest v0.25.0
30632026-07-29T15:50:09.304Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30642026-07-29T15:50:10.702Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
30652026-07-29T15:50:12.323Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30662026-07-29T15:50:16.167Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30672026-07-29T15:50:17.347Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30682026-07-29T15:50:19.841Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30692026-07-29T15:50:22.572Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30702026-07-29T15:50:24.128Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30712026-07-29T15:50:28.081Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30722026-07-29T15:50:33.051Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30732026-07-29T15:50:38.019Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30742026-07-29T15:50:38.717Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30752026-07-29T15:50:39.509Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30762026-07-29T15:50:41.412Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
30772026-07-29T15:50:42.556Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30782026-07-29T15:50:49.736Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30792026-07-29T15:51:08.848Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30802026-07-29T15:52:03.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 11s
30812026-07-29T15:52:03.585Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30822026-07-29T15:52:03.585Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30832026-07-29T15:52:04.232Z
30842026-07-29T15:52:04.232Zreal 4:14.608538519
30852026-07-29T15:52:04.232Zuser 22:03.322097958
30862026-07-29T15:52:04.232Zsys 5:05.045816965
30872026-07-29T15:52:04.232Ztrap 0.552086508
30882026-07-29T15:52:04.232Ztflt 0.461570907
30892026-07-29T15:52:04.232Zdflt 0.660642840
30902026-07-29T15:52:04.232Zkflt 0.005547413
30912026-07-29T15:52:04.232Zlock 1:07:08.134536032
30922026-07-29T15:52:04.232Zslp 1:00:28.602309380
30932026-07-29T15:52:04.232Zlat 1:58.345003303
30942026-07-29T15:52:04.232Zstop 13:04.470332384
30952026-07-29T15:52:04.236Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30962026-07-29T15:52:04.236Z+ ptime -m cargo doc --workspace --no-deps
30972026-07-29T15:52:05.097Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30982026-07-29T15:52:05.097Z |
30992026-07-29T15:52:05.097Z = 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)`
31002026-07-29T15:52:05.097Z = 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>
31012026-07-29T15:52:06.130Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31022026-07-29T15:52:06.368Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31032026-07-29T15:52:06.413Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31042026-07-29T15:52:06.474Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31052026-07-29T15:52:06.536Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31062026-07-29T15:52:06.634Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31072026-07-29T15:52:06.664Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31082026-07-29T15:52:06.694Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31092026-07-29T15:52:06.722Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31102026-07-29T15:52:06.745Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31112026-07-29T15:52:06.837Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31122026-07-29T15:52:06.945Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31132026-07-29T15:52:06.969Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31142026-07-29T15:52:07.020Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31152026-07-29T15:52:07.069Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31162026-07-29T15:52:07.090Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31172026-07-29T15:52:07.093Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31182026-07-29T15:52:07.134Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31192026-07-29T15:52:07.182Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31202026-07-29T15:52:07.185Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31212026-07-29T15:52:07.231Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31222026-07-29T15:52:07.502Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31232026-07-29T15:52:07.650Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31242026-07-29T15:52:07.675Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31252026-07-29T15:52:07.721Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31262026-07-29T15:52:07.845Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31272026-07-29T15:52:07.949Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31282026-07-29T15:52:07.970Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31292026-07-29T15:52:08.113Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31302026-07-29T15:52:08.189Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31312026-07-29T15:52:08.216Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31322026-07-29T15:52:08.256Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31332026-07-29T15:52:08.410Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31342026-07-29T15:52:08.432Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31352026-07-29T15:52:08.592Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31362026-07-29T15:52:08.666Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31372026-07-29T15:52:08.774Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31382026-07-29T15:52:08.800Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31392026-07-29T15:52:08.850Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31402026-07-29T15:52:09.026Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31412026-07-29T15:52:09.121Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31422026-07-29T15:52:09.297Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31432026-07-29T15:52:09.363Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31442026-07-29T15:52:09.415Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31452026-07-29T15:52:09.466Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31462026-07-29T15:52:09.531Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31472026-07-29T15:52:09.645Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31482026-07-29T15:52:09.702Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31492026-07-29T15:52:09.729Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31502026-07-29T15:52:09.788Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31512026-07-29T15:52:09.882Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31522026-07-29T15:52:09.962Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31532026-07-29T15:52:09.985Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31542026-07-29T15:52:10.015Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31552026-07-29T15:52:10.080Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31562026-07-29T15:52:10.160Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31572026-07-29T15:52:10.183Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31582026-07-29T15:52:10.300Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31592026-07-29T15:52:10.322Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31602026-07-29T15:52:10.344Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31612026-07-29T15:52:10.367Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31622026-07-29T15:52:10.389Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31632026-07-29T15:52:10.760Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31642026-07-29T15:52:10.938Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31652026-07-29T15:52:10.963Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31662026-07-29T15:52:11.247Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31672026-07-29T15:52:11.366Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31682026-07-29T15:52:11.733Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31692026-07-29T15:52:11.844Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31702026-07-29T15:52:11.847Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31712026-07-29T15:52:11.891Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31722026-07-29T15:52:12.041Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31732026-07-29T15:52:12.073Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31742026-07-29T15:52:12.166Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31752026-07-29T15:52:12.250Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31762026-07-29T15:52:12.311Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31772026-07-29T15:52:12.700Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31782026-07-29T15:52:13.195Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31792026-07-29T15:52:13.336Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31802026-07-29T15:52:13.361Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31812026-07-29T15:52:13.418Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31822026-07-29T15:52:13.607Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31832026-07-29T15:52:13.693Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31842026-07-29T15:52:13.764Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-07-29T15:52:13.888Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31862026-07-29T15:52:14.033Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31872026-07-29T15:52:14.061Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31882026-07-29T15:52:14.061Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31892026-07-29T15:52:14.267Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31902026-07-29T15:52:14.271Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31912026-07-29T15:52:14.360Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31922026-07-29T15:52:14.381Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31932026-07-29T15:52:14.402Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31942026-07-29T15:52:14.455Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31952026-07-29T15:52:14.626Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31962026-07-29T15:52:14.629Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31972026-07-29T15:52:14.669Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31982026-07-29T15:52:14.673Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31992026-07-29T15:52:14.732Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32002026-07-29T15:52:14.758Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32012026-07-29T15:52:14.816Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32022026-07-29T15:52:14.844Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32032026-07-29T15:52:14.930Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32042026-07-29T15:52:14.993Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32052026-07-29T15:52:15.017Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32062026-07-29T15:52:15.273Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32072026-07-29T15:52:15.273Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32082026-07-29T15:52:15.325Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32092026-07-29T15:52:15.790Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32102026-07-29T15:52:16.007Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32112026-07-29T15:52:16.065Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32122026-07-29T15:52:16.822Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32132026-07-29T15:52:17.017Z Checking scuffle v0.1.0
32142026-07-29T15:52:17.305Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32152026-07-29T15:52:17.530Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32162026-07-29T15:52:17.616Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32172026-07-29T15:52:17.766Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32182026-07-29T15:52:18.249Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32192026-07-29T15:52:19.499Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32202026-07-29T15:52:19.673Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32212026-07-29T15:52:19.816Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32222026-07-29T15:52:20.136Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32232026-07-29T15:52:20.536Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32242026-07-29T15:52:20.561Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32252026-07-29T15:52:20.849Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32262026-07-29T15:52:21.079Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32272026-07-29T15:52:21.497Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32282026-07-29T15:52:21.556Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32292026-07-29T15:52:22.106Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32302026-07-29T15:52:22.226Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32312026-07-29T15:52:22.229Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32322026-07-29T15:52:22.355Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32332026-07-29T15:52:22.648Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32342026-07-29T15:52:22.733Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32352026-07-29T15:52:22.775Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32362026-07-29T15:52:23.470Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32372026-07-29T15:52:23.536Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32382026-07-29T15:52:23.754Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32392026-07-29T15:52:24.295Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32402026-07-29T15:52:24.474Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32412026-07-29T15:52:24.888Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32422026-07-29T15:52:25.254Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32432026-07-29T15:52:25.470Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32442026-07-29T15:52:26.106Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32452026-07-29T15:52:26.510Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32462026-07-29T15:52:27.103Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32472026-07-29T15:52:27.107Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32482026-07-29T15:52:27.196Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32492026-07-29T15:52:27.252Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32502026-07-29T15:52:27.623Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32512026-07-29T15:52:28.130Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32522026-07-29T15:52:28.814Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32532026-07-29T15:52:29.570Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32542026-07-29T15:52:29.819Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32552026-07-29T15:52:30.087Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32562026-07-29T15:52:30.245Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32572026-07-29T15:52:31.364Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32582026-07-29T15:52:34.312Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32592026-07-29T15:52:34.418Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32602026-07-29T15:52:34.606Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32612026-07-29T15:52:36.225Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32622026-07-29T15:52:36.360Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32632026-07-29T15:52:36.650Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32642026-07-29T15:52:36.942Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32652026-07-29T15:52:37.908Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32662026-07-29T15:52:38.133Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32672026-07-29T15:52:38.594Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32682026-07-29T15:52:38.629Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32692026-07-29T15:52:39.325Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32702026-07-29T15:52:39.350Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32712026-07-29T15:52:39.479Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32722026-07-29T15:52:39.504Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32732026-07-29T15:52:39.560Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32742026-07-29T15:52:39.878Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32752026-07-29T15:52:40.018Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32762026-07-29T15:52:40.501Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32772026-07-29T15:52:40.761Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32782026-07-29T15:52:41.053Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32792026-07-29T15:52:41.236Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32802026-07-29T15:52:41.267Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32812026-07-29T15:52:41.436Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32822026-07-29T15:52:41.757Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32832026-07-29T15:52:42.158Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32842026-07-29T15:52:43.025Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32852026-07-29T15:52:43.745Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32862026-07-29T15:52:43.842Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32872026-07-29T15:52:45.836Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32882026-07-29T15:52:47.499Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32892026-07-29T15:52:47.907Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32902026-07-29T15:52:48.984Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32912026-07-29T15:52:49.764Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32922026-07-29T15:52:51.664Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32932026-07-29T15:52:52.514Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32942026-07-29T15:52:53.045Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32952026-07-29T15:52:54.842Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32962026-07-29T15:52:55.308Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32972026-07-29T15:52:57.369Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32982026-07-29T15:52:57.731Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32992026-07-29T15:52:57.829Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33002026-07-29T15:52:59.624Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33012026-07-29T15:52:59.868Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33022026-07-29T15:53:00.432Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33032026-07-29T15:53:02.751Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33042026-07-29T15:53:05.968Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33052026-07-29T15:53:07.122Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33062026-07-29T15:53:07.615Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33072026-07-29T15:53:08.558Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33082026-07-29T15:53:09.327Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33092026-07-29T15:53:10.104Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33102026-07-29T15:53:10.913Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33112026-07-29T15:53:11.720Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33122026-07-29T15:53:13.302Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33132026-07-29T15:53:13.409Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33142026-07-29T15:53:14.385Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33152026-07-29T15:53:14.847Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33162026-07-29T15:53:16.160Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33172026-07-29T15:53:17.341Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33182026-07-29T15:53:18.125Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33192026-07-29T15:53:20.201Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33202026-07-29T15:53:21.136Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33212026-07-29T15:53:22.459Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33222026-07-29T15:53:24.139Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33232026-07-29T15:53:25.052Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33242026-07-29T15:53:26.136Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33252026-07-29T15:53:26.918Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33262026-07-29T15:53:28.417Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33272026-07-29T15:53:29.433Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33282026-07-29T15:53:30.352Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33292026-07-29T15:53:31.563Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33302026-07-29T15:53:32.518Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33312026-07-29T15:53:35.947Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33322026-07-29T15:53:36.664Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33332026-07-29T15:53:37.382Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33342026-07-29T15:53:38.922Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33352026-07-29T15:53:40.517Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33362026-07-29T15:53:42.343Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33372026-07-29T15:53:43.760Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33382026-07-29T15:53:45.419Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33392026-07-29T15:53:47.118Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33402026-07-29T15:53:48.842Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33412026-07-29T15:53:53.752Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33422026-07-29T15:53:53.927Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33432026-07-29T15:53:55.289Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33442026-07-29T15:53:55.628Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33452026-07-29T15:53:57.440Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33462026-07-29T15:53:59.110Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33472026-07-29T15:54:01.062Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33482026-07-29T15:54:03.118Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33492026-07-29T15:54:04.914Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33502026-07-29T15:54:06.678Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33512026-07-29T15:54:08.348Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33522026-07-29T15:54:10.519Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33532026-07-29T15:54:11.997Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33542026-07-29T15:54:13.740Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33552026-07-29T15:54:15.535Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33562026-07-29T15:54:17.277Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33572026-07-29T15:54:19.053Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33582026-07-29T15:54:20.555Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33592026-07-29T15:54:22.702Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33602026-07-29T15:54:26.239Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33612026-07-29T15:54:28.032Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33622026-07-29T15:54:29.845Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33632026-07-29T15:54:32.138Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33642026-07-29T15:54:33.630Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33652026-07-29T15:54:38.060Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33662026-07-29T15:54:40.039Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33672026-07-29T15:54:43.338Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33682026-07-29T15:54:44.106Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33692026-07-29T15:54:46.647Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33702026-07-29T15:54:49.621Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33712026-07-29T15:54:51.467Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33722026-07-29T15:54:53.817Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33732026-07-29T15:54:56.574Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33742026-07-29T15:54:58.694Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33752026-07-29T15:55:01.424Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33762026-07-29T15:55:04.022Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33772026-07-29T15:55:06.096Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33782026-07-29T15:55:08.536Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33792026-07-29T15:55:11.452Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33802026-07-29T15:55:13.364Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33812026-07-29T15:55:15.779Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33822026-07-29T15:55:18.205Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33832026-07-29T15:55:20.698Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33842026-07-29T15:55:23.138Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33852026-07-29T15:55:25.538Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33862026-07-29T15:55:28.028Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33872026-07-29T15:55:30.494Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33882026-07-29T15:55:32.918Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33892026-07-29T15:55:35.460Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33902026-07-29T15:55:37.874Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33912026-07-29T15:55:40.369Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33922026-07-29T15:55:42.847Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33932026-07-29T15:55:45.364Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33942026-07-29T15:55:47.833Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33952026-07-29T15:55:50.327Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33962026-07-29T15:55:52.776Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33972026-07-29T15:55:55.295Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33982026-07-29T15:55:57.651Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33992026-07-29T15:56:00.421Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34002026-07-29T15:56:02.737Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34012026-07-29T15:56:05.288Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34022026-07-29T15:56:07.760Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34032026-07-29T15:56:10.271Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34042026-07-29T15:56:12.727Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34052026-07-29T15:56:15.178Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34062026-07-29T15:56:17.770Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34072026-07-29T15:56:20.308Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34082026-07-29T15:56:22.790Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34092026-07-29T15:56:25.194Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34102026-07-29T15:56:27.664Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34112026-07-29T15:56:30.133Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34122026-07-29T15:56:32.801Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34132026-07-29T15:56:35.188Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34142026-07-29T15:56:38.310Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34152026-07-29T15:56:40.492Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34162026-07-29T15:56:43.179Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34172026-07-29T15:56:46.012Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34182026-07-29T15:56:48.695Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34192026-07-29T15:56:51.351Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34202026-07-29T15:56:53.932Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34212026-07-29T15:56:59.123Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34222026-07-29T15:56:59.277Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34232026-07-29T15:57:02.007Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34242026-07-29T15:57:05.049Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34252026-07-29T15:57:07.642Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34262026-07-29T15:57:10.365Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34272026-07-29T15:57:18.345Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34282026-07-29T15:57:18.408Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34292026-07-29T15:57:21.971Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34302026-07-29T15:57:25.492Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34312026-07-29T15:57:29.079Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34322026-07-29T15:57:32.441Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34332026-07-29T15:57:37.318Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34342026-07-29T15:57:40.245Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34352026-07-29T15:57:44.077Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34362026-07-29T15:57:47.947Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34372026-07-29T15:57:51.713Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34382026-07-29T15:57:55.534Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34392026-07-29T15:57:59.295Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34402026-07-29T15:58:03.107Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34412026-07-29T15:58:07.013Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34422026-07-29T15:58:10.841Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34432026-07-29T15:58:14.602Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34442026-07-29T15:58:18.399Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34452026-07-29T15:58:22.326Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34462026-07-29T15:58:26.263Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34472026-07-29T15:58:30.162Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34482026-07-29T15:58:33.960Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34492026-07-29T15:58:37.794Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34502026-07-29T15:58:41.646Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34512026-07-29T15:58:45.475Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34522026-07-29T15:59:16.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 11s
34532026-07-29T15:59:16.224Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34542026-07-29T15:59:16.224Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34552026-07-29T15:59:16.398Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34562026-07-29T15:59:16.505Z
34572026-07-29T15:59:16.508Zreal 7:12.185771444
34582026-07-29T15:59:16.508Zuser 19:01.503135039
34592026-07-29T15:59:16.508Zsys 4:05.461158961
34602026-07-29T15:59:16.508Ztrap 0.286235468
34612026-07-29T15:59:16.509Ztflt 0.026737844
34622026-07-29T15:59:16.509Zdflt 0.059464239
34632026-07-29T15:59:16.509Zkflt 0.000034350
34642026-07-29T15:59:16.509Zlock 6:57:29.720800810
34652026-07-29T15:59:16.509Zslp 2:25:38.368637565
34662026-07-29T15:59:16.509Zlat 32.548768980
34672026-07-29T15:59:16.509Zstop 2:03.567560447
34682026-07-29T15:59:16.509Zprocess exited: duration 811487 ms, exit code 0
 
34692026-07-29T15:59:16.516Zfound 0 output files